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

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

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

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

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 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:1024px)/";
  width: 767px; }

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

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

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

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

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

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: #222222;
  color: white;
  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: 1024px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1359px) {
    html {
      font-size: 14px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-weight: 100;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: white;
    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 #565656;
  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: white;
  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: white;
    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 #565656;
  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 #565656; }

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

.table-tbody tr {
  border-bottom: 1px solid #565656; }
  .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: "Josefin Sans", 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: rgba(0, 0, 255, 0);
  color: black;
  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: rgba(0, 0, 255, 0);
    color: black; }
  .button:active {
    background-color: transparent;
    border: 1px solid black;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 560px) {
    .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: #f2e635;
  border-color: #f2e635;
  color: black; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #f2bc1b;
    border-color: #f2bc1b;
    color: black; }
  .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: #ffca2b; }

/*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: white;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: white;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: rgba(0, 0, 255, 0);
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: white;
  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: #e1e6eb;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #f1f1f1;
    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: white; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: white; }
  .form-input:-ms-input-placeholder {
    color: white; }

/*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: #222222;
  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: white;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 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: #ffca2b;
    box-shadow: 0 0 4px rgba(255, 202, 43, 0.4); }

.switch-toggle {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  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: #cdcdcd;
    border-color: #cdcdcd; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #e1e6eb;
    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: #f1f1f1; }

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

.switch-description--off {
  color: #1f1f1f;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #f1f1f1; }

.switch-description--on {
  color: #f1f1f1;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #1f1f1f; }

.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: 560px) {
    .form-actions {
      text-align: left; } }

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

@media (min-width: 560px) {
  .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: #cdcdcd; }

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

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

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

.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: white;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: white; }
  .breadcrumb.current {
    color: white;
    cursor: default; }
    .breadcrumb.current a {
      color: white;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #e1e6eb; }
    .breadcrumb.unavailable a {
      color: #e1e6eb; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #e1e6eb;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: white;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 560px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

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

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

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

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

.tab.is-active .tab-title {
  color: white;
  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: #1f1f1f;
  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: white;
    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: white;
      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: black; }
  .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: white; }
  .alertBox--info svg {
    fill: #cc4749; }

.alertBox--success {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
  color: white; }
  .alertBox--success svg {
    fill: #cdcdcd; }

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

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: black; }
  .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: #565656 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #565656 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #1f1f1f; }
  .accordion-navigation > a {
    background: white;
    color: white;
    padding: 1.85714rem;
    display: block;
    font-family: "Nunito", 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: #565656 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

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

.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: #1f1f1f;
  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: #222222;
  padding: 2.25rem 2.25rem;
  border: solid 0 #565656;
  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 #565656;
  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 #565656;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 560px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 560px) {
      .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: 560px) {
    .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: white; }

.card-figcaption-button {
  background-color: rgba(177, 241, 229, 0.9);
  color: black; }
  .card-figcaption-button:hover {
    background-color: #b1f1e5;
    color: black; }

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

.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: black;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ffca2b;
      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: 1359px) {
    .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: 1359px) {
    .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 black;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: black; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #ffca2b; }

.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: 1024px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  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: white;
  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: white;
  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 #565656; }
  .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: #565656;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: #222222;
    border-color: #565656;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0;
      color: white; }
      @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 #565656; }
    .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: 1024px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1359px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1359px) {
      .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: 1024px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1359px) {
    #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: 1359px) {
  .modal--large {
    width: 1280px; } }

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

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

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  background: linear-gradient(152deg, #f2e635 0%, #ffca2b 50%, #f2bc1b 100%);
  color: white;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #ffca2b; }
  .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: black !important;
  border-radius: 4px;
  font-family: "Nunito", 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: white;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #f2e635;
      border-color: #f2e635;
      color: black; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #f2bc1b;
      border-color: #f2bc1b;
      color: black; }
    .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 #ffca2b;
    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: #565656;
    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: #0d3e9d; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #0d3e9d; }

.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: white;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

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

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

.button--icon svg {
  fill: white; }

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

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 767px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1359px) {
    .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: 1024px) {
  .tab-content .productReview {
    width: 33.33333%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox--info {
  background-color: #ffdddd;
  color: black; }
  .alertBox--info .alertBox-close svg {
    fill: #cc4749; }

.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(205, 205, 205, 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: "Josefin Sans", 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: #e1e6eb;
  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: 1359px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

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

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

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

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

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1359px) {
    .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: 1359px) {
  .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: 1359px) {
    .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: white;
  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: 698px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 101.2894%;
    width: 100%; }

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

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

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

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

.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: #b1f1e5;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: #b1f1e5;
    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 rgba(0, 0, 255, 0);
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: black;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 767px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #ffca2b; }
    .card--alternate:hover .card-body {
      background-color: #ffca2b; }
      .card--alternate:hover .card-body .card-text {
        color: rgba(0, 0, 255, 0); }
    .card--alternate:hover .card-title > a {
      color: rgba(0, 0, 255, 0); }

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

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

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

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

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

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

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

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

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

.actionBar-section .form-field {
  background-color: rgba(0, 0, 255, 0);
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: white;
  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: 1024px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: #222222;
    border: 1px solid;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent 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 #222222 transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

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

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

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 767px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #ffca2b; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 1024px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 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: white;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #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 {
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: auto;
  padding: 2px 7px; }

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

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

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

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

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

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

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

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

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

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

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid black;
  text-align: center; }
  @media (min-width: 1024px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border-radius: 4px;
    float: left;
    height: 22px;
    padding: 8px;
    transform: rotate(90deg);
    width: 22px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }

svg {
  height: 9.6px;
  width: 9.6px; }
  @media (min-width: 1024px) {
    svg {
      height: 100%;
      width: 100%; } }

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

.navPages-action--storeCredit {
  color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #565656; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #565656; }
  .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: white;
    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: #ffca2b; }
    .socialLinks .icon svg {
      fill: white;
      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: white; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1024px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 767px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 1024px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 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: 1024px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 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: white;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 1024px) {
    .heroCarousel-title {
      font-size: 50px; } }

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

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

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

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

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

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

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 101.2894%;
    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: #e1e6eb;
  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: 1024px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1359px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

.productView-img-container {
  margin: auto;
  max-width: 698px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 101.2894%;
    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: 1359px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #565656;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  padding: 2px;
  position: relative;
  height: 111px;
  width: 117px; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

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

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

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

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

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

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

.productView-reviewLink {
  color: white;
  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: "Josefin Sans", 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: 1024px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1359px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons 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: white;
      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: #e1e6eb; }

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

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

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

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

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: white;
    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(34, 34, 34, 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: #222222;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.banners {
  background-color: #ffca2b;
  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: white;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

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

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

.cart-item {
  border-bottom: 1px solid #565656;
  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: 1024px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

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

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

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

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

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 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: 1024px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

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

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

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

.cart-item-label {
  color: white;
  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: 1024px) {
    .cart-item-label {
      display: none; } }

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

.cart-item-brand {
  color: white;
  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: white; }

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

.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: 1024px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1359px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1024px) {
    .cart-total + .cart-total {
      border-top: 1px solid #565656; } }
  .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: white;
  width: 33.33333%; }
  @media (min-width: 767px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1024px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

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

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

.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: 425px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 560px) {
    .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: white;
  display: inline-block;
  font-size: 13px; }

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

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

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

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

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

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

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

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

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 767px) {
    .address {
      width: 50%; } }
  @media (min-width: 1359px) {
    .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;
  color: white; }

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #0d3e9d; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #565656;
    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;
  color: white; }
  .address-symbol:hover {
    color: #ffca2b; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickSearchResults .productGrid {
  margin: 0; }

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

.search-nav {
  position: relative; }

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

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

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

.account-listItem {
  border-bottom: 1px solid #565656;
  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 #565656;
  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: #e1e6eb;
  font-family: "Nunito", 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-description a {
  color: white; }

.account-product-refundQty {
  color: #e1e6eb;
  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: 1359px) {
    .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: 1359px) {
  .account-product-detail--large {
    width: 50%; } }

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

.account-product-detail-heading {
  color: white;
  font-family: "Nunito", 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; }
    .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; }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1359px) {
      .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: white;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #565656;
  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: white;
  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: #e1e6eb;
  margin-top: 3rem;
  text-align: center; }

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

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

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

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

.account-downloadsItem-availability {
  color: white; }

.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; }
  .share-wishlist .panel-body h5 {
    font-weight: 400; }
  .share-wishlist .panel-body .form-input[readonly] {
    color: black; }

.icon--ratingEmpty svg {
  fill: white; }

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

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

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

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

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

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

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

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #565656;
  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: 1359px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1359px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1359px) {
      .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: 1359px) {
      .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: "Nunito", 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: #e1e6eb;
    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: #1b1b1b;
  color: white;
  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: #1b1b1b;
  border-bottom: 1px solid #565656;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .header {
      border-bottom: 1px solid #565656;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1024px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 767px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #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: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #ffca2b; }
    .header-logo__link:active {
      color: #ffca2b; }

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

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

.header-logo-text {
  display: block;
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 100;
  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: 1024px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

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

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

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

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

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1024px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: white;
    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: white;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: white;
    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: white;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: white;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

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

.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: 1359px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #565656;
    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: white;
  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: 1280px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

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

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

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

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

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

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

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 767px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .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: 1024px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

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

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

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

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

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.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: 1359px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

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

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

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

.listItem-button {
  background-color: rgba(177, 241, 229, 0.9);
  color: black; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: #b1f1e5;
    color: black; }

.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: 1359px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1359px) {
    .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: 1359px) {
  .listItem-content {
    display: table; } }

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

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

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

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

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

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

@media (min-width: 1359px) {
  .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: 1359px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

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

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

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

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

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

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

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

.productView-price .sync-price {
  background: #746e6e !important;
  border-radius: 5px;
  padding: 10px;
  margin: 0px 16px; }

.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: 1359px) {
    .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: #ffca2b; }

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

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

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

.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: 1359px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

.account--fixedSmall p {
  color: white; }

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

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

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

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

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

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

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

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

.default_page .headerbg {
  padding-bottom: 48px; }
  @media (min-width: 768px) {
    .default_page .headerbg {
      padding-bottom: 32px; } }
  @media (min-width: 1024px) {
    .default_page .headerbg {
      padding-bottom: 40px; } }
  @media (min-width: 1440px) {
    .default_page .headerbg {
      padding-bottom: 50px; } }
  @media (min-width: 1600px) {
    .default_page .headerbg {
      padding-bottom: 64px; } }

.headerbg {
  transition: all 0.5s ease-in-out; }
  .headerbg.is-sticky {
    position: sticky;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: 6;
    animation: slideDown 0.35s ease-out; }
  .headerbg .header {
    height: auto; }
    .headerbg .header.is-open {
      height: 100%; }
    .headerbg .header.header-top {
      top: 0; }
    .headerbg .header .top_header_main {
      background-color: #222222; }
      .headerbg .header .top_header_main .top_header {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 1024px) {
          .headerbg .header .top_header_main .top_header {
            display: flex;
            align-items: center;
            justify-content: space-between; } }
        .headerbg .header .top_header_main .top_header .top_header_left {
          display: inline-block; }
          .headerbg .header .top_header_main .top_header .top_header_left .socialLinks {
            display: flex;
            align-items: center;
            margin: 0 -16px; }
            .headerbg .header .top_header_main .top_header .top_header_left .socialLinks .socialLinks-item {
              padding: 4.5px 16px;
              margin: 0;
              border-right: 1px solid #303030; }
              .headerbg .header .top_header_main .top_header .top_header_left .socialLinks .socialLinks-item .icon {
                height: 15px;
                width: 15px; }
                .headerbg .header .top_header_main .top_header .top_header_left .socialLinks .socialLinks-item .icon:focus {
                  outline: none !important;
                  outline-offset: 0 !important; }
                .headerbg .header .top_header_main .top_header .top_header_left .socialLinks .socialLinks-item .icon svg {
                  fill: white; }
                  .headerbg .header .top_header_main .top_header .top_header_left .socialLinks .socialLinks-item .icon svg:hover {
                    fill: #ffca2b; }
              .headerbg .header .top_header_main .top_header .top_header_left .socialLinks .socialLinks-item:last-child {
                border-right: none; }
        .headerbg .header .top_header_main .top_header .top_header_right {
          display: flex;
          align-items: center; }
          .headerbg .header .top_header_main .top_header .top_header_right .navUser .navUser-section .navUser-item #currencySelection {
            width: 170px;
            left: auto !important;
            right: 0; }
          .headerbg .header .top_header_main .top_header .top_header_right .navUser .navUser-section .navUser-item .dropdown-menu {
            border-color: white;
            z-index: 11; }
            .headerbg .header .top_header_main .top_header .top_header_right .navUser .navUser-section .navUser-item .dropdown-menu.is-open::before {
              border-color: transparent transparent white transparent; }
            .headerbg .header .top_header_main .top_header .top_header_right .navUser .navUser-section .navUser-item .dropdown-menu .dropdown-menu-item:hover {
              background-color: #ffca2b; }
              .headerbg .header .top_header_main .top_header .top_header_right .navUser .navUser-section .navUser-item .dropdown-menu .dropdown-menu-item:hover strong,
              .headerbg .header .top_header_main .top_header .top_header_right .navUser .navUser-section .navUser-item .dropdown-menu .dropdown-menu-item:hover a {
                color: black; }
            .headerbg .header .top_header_main .top_header .top_header_right .navUser .navUser-section .navUser-item .dropdown-menu .dropdown-menu-item a {
              padding: 8px 10px;
              color: #ffca2b;
              font-weight: 400; }
              .headerbg .header .top_header_main .top_header .top_header_right .navUser .navUser-section .navUser-item .dropdown-menu .dropdown-menu-item a strong {
                color: #ffca2b; }
          .headerbg .header .top_header_main .top_header .top_header_right .navUser-item-gift .needsclick:focus {
            outline: none !important;
            outline-offset: 0 !important; }
          .headerbg .header .top_header_main .top_header .top_header_right .navUser-item-gift .icon {
            width: 16px;
            height: 13px; }
          .headerbg .header .top_header_main .top_header .top_header_right .navUser-action {
            border-left: 1px solid #303030;
            padding: 12.5px 24px;
            text-transform: capitalize;
            color: white;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
            .headerbg .header .top_header_main .top_header .top_header_right .navUser-action:hover {
              color: #ffca2b; }
              .headerbg .header .top_header_main .top_header .top_header_right .navUser-action:hover .icon svg {
                fill: #ffca2b; }
            .headerbg .header .top_header_main .top_header .top_header_right .navUser-action .icon svg {
              stroke: none;
              fill: #ffca2b; }
            .headerbg .header .top_header_main .top_header .top_header_right .navUser-action.discount_link:hover {
              color: #ffca2b; }
              .headerbg .header .top_header_main .top_header .top_header_right .navUser-action.discount_link:hover svg {
                fill: #ffca2b; }
            .headerbg .header .top_header_main .top_header .top_header_right .navUser-action.navUser-action--currencySelector:focus {
              outline-offset: 0 !important;
              outline: none !important; }
            .headerbg .header .top_header_main .top_header .top_header_right .navUser-action.navUser-action--currencySelector .icon svg {
              stroke: white; }
          .headerbg .header .top_header_main .top_header .top_header_right .navUser {
            width: auto;
            padding: initial;
            z-index: initial; }
            .headerbg .header .top_header_main .top_header .top_header_right .navUser .dropdown-menu {
              width: fit-content; }
          .headerbg .header .top_header_main .top_header .top_header_right .discount .discount_link {
            display: flex;
            align-items: center;
            gap: 5px;
            padding-right: 0; }
            .headerbg .header .top_header_main .top_header .top_header_right .discount .discount_link:focus {
              outline: none !important;
              outline-offset: 0 !important; }
            .headerbg .header .top_header_main .top_header .top_header_right .discount .discount_link svg {
              width: 18px;
              height: 18px;
              stroke: none;
              fill: #ffca2b; }
    .headerbg .header .bottom_header_main .main-header {
      padding: 25px 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (min-width: 1024px) {
        .headerbg .header .bottom_header_main .main-header {
          padding: 0; } }
      @media (min-width: 1024px) {
        .headerbg .header .bottom_header_main .main-header.left .headerlogo {
          order: 1;
          width: 13%; } }
      @media (min-width: 1024px) {
        .headerbg .header .bottom_header_main .main-header.left .navPages-container {
          width: 45%;
          order: 2; } }
      @media (min-width: 1360px) {
        .headerbg .header .bottom_header_main .main-header.left .navPages-container {
          width: 65%; } }
      @media (min-width: 1600px) {
        .headerbg .header .bottom_header_main .main-header.left .navPages-container {
          width: 68%; } }
      @media (min-width: 1920px) {
        .headerbg .header .bottom_header_main .main-header.left .navPages-container {
          width: 58%; } }
      @media (min-width: 1024px) {
        .headerbg .header .bottom_header_main .main-header.left .header-action {
          width: 38%;
          order: 3; } }
      @media (min-width: 1360px) {
        .headerbg .header .bottom_header_main .main-header.left .header-action {
          width: 40%; } }
      @media (min-width: 1440px) {
        .headerbg .header .bottom_header_main .main-header.left .header-action {
          width: 42%; } }
      @media (min-width: 1600px) {
        .headerbg .header .bottom_header_main .main-header.left .header-action {
          width: 44%; } }
      @media (min-width: 1920px) {
        .headerbg .header .bottom_header_main .main-header.left .header-action {
          width: 33%; } }
      @media (min-width: 1024px) {
        .headerbg .header .bottom_header_main .main-header.left .header-action .navUser {
          justify-content: end; } }
      @media (min-width: 1024px) {
        .headerbg .header .bottom_header_main .main-header.center .headerlogo {
          order: 2; } }
      @media (min-width: 1024px) {
        .headerbg .header .bottom_header_main .main-header.center .navPages-container {
          order: 3; } }
      @media (min-width: 1024px) {
        .headerbg .header .bottom_header_main .main-header.center .header-action {
          order: 1; } }
      @media (min-width: 1024px) {
        .headerbg .header .bottom_header_main .main-header.right .headerlogo {
          order: 3; } }
      @media (min-width: 1024px) {
        .headerbg .header .bottom_header_main .main-header.right .navPages-container {
          order: 1; } }
      @media (min-width: 1024px) {
        .headerbg .header .bottom_header_main .main-header.right .header-action {
          order: 2; } }
      .headerbg .header .bottom_header_main .main-header .mobileMenu-toggle {
        position: relative;
        padding: 0;
        z-index: 51;
        width: 3.5rem; }
        .headerbg .header .bottom_header_main .main-header .mobileMenu-toggle:focus {
          outline: none !important;
          outline-offset: 0 !important; }
        .headerbg .header .bottom_header_main .main-header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
          background: none; }
        .headerbg .header .bottom_header_main .main-header .mobileMenu-toggle .mobileMenu-toggleIcon {
          width: 15px;
          border-radius: 10px;
          background: #ffca2b; }
          .headerbg .header .bottom_header_main .main-header .mobileMenu-toggle .mobileMenu-toggleIcon::before {
            width: 25px;
            border-radius: 10px;
            background: #ffca2b; }
          .headerbg .header .bottom_header_main .main-header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
            width: 25px;
            border-radius: 10px;
            background: #ffca2b; }
      .headerbg .header .bottom_header_main .main-header .headerlogo .header-logo {
        margin: 0px; }
        .headerbg .header .bottom_header_main .main-header .headerlogo .header-logo .header-logo__link {
          width: 100%; }
        .headerbg .header .bottom_header_main .main-header .headerlogo .header-logo .header-logo-text {
          font-size: 24px;
          font-weight: 700;
          line-height: normal;
          text-transform: capitalize;
          padding: 0px; }
          @media (min-width: 1024px) {
            .headerbg .header .bottom_header_main .main-header .headerlogo .header-logo .header-logo-text {
              font-size: 32px; } }
        .headerbg .header .bottom_header_main .main-header .headerlogo .header-logo .header-logo-image-container {
          min-height: unset; }
      .headerbg .header .bottom_header_main .main-header .header-action {
        padding-right: 15px;
        display: flex;
        align-items: center; }
        @media (min-width: 1024px) {
          .headerbg .header .bottom_header_main .main-header .header-action {
            padding-right: 0px; } }
        .headerbg .header .bottom_header_main .main-header .header-action .navUser {
          top: initial;
          z-index: initial;
          transform: initial;
          position: initial; }
          @media (min-width: 1024px) {
            .headerbg .header .bottom_header_main .main-header .header-action .navUser {
              display: flex;
              align-items: center;
              padding: initial; } }
          .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action {
            display: block;
            text-transform: capitalize;
            color: #ffca2b; }
            .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action .icon {
              height: 16px;
              width: 16px; }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action .icon svg {
                fill: #ffca2b;
                stroke: #ffca2b; }
            .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action .countPill {
              background-color: #ffca2b;
              color: black;
              padding: 2px 8px; }
            .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action.navUser-item--compare:hover .countPill {
              background-color: black;
              color: #ffca2b; }
            .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action:focus {
              color: #ffca2b; }
            .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action:hover {
              color: black;
              background-color: #ffca2b; }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action:hover .countPill {
                color: white; }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action:hover svg {
                fill: black;
                stroke: black; }
          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account {
            display: none; }
            @media (min-width: 1024px) {
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account {
                border: solid #303030;
                border-width: 0px 1px 0px 1px;
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 36px 20px; } }
            @media (min-width: 1440px) {
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account {
                padding: 35px; } }
            @media (min-width: 1600px) {
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account {
                padding: 35px 45px; } }
            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .profile {
              width: 32.5px;
              height: 32.5px; }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .profile svg {
                fill: #ffca2b; }
            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user {
              display: grid;
              color: #e3e3e3;
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
              @media (min-width: 1024px) {
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user {
                  font-size: 13px; } }
              @media (min-width: 1440px) {
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user {
                  font-size: 14px; } }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user .navUser-action {
                padding: 0;
                display: flex;
                align-items: center; }
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user .navUser-action .acc {
                  color: white;
                  font-size: 18px;
                  font-style: normal;
                  font-weight: 700;
                  line-height: normal;
                  text-transform: capitalize; }
                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user .navUser-action .acc:hover, .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user .navUser-action .acc:focus, .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user .navUser-action .acc:active {
                    color: #ffca2b;
                    outline: none !important;
                    outline-offset: 0 !important; }
                  @media (min-width: 1024px) {
                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user .navUser-action .acc {
                      font-size: 16px; } }
                  @media (min-width: 1440px) {
                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user .navUser-action .acc {
                      font-size: 18px; } }
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user .navUser-action .icon-dropdown {
                  width: 10px;
                  height: 10px; }
                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user .navUser-action .icon-dropdown svg {
                    stroke: none;
                    fill: white; }
            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .dropdown-menu {
              top: 90px !important;
              border-color: white;
              background: black;
              z-index: 11; }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .dropdown-menu .navUser-item {
                display: block;
                float: initial; }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .dropdown-menu.is-open::after {
                border-color: transparent transparent #ffca2b transparent; }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .dropdown-menu::before {
                right: 0.78571rem;
                left: initial; }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .dropdown-menu::after {
                right: 0.92857rem;
                left: initial; }
          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section {
            display: flex;
            align-items: center; }
            @media (min-width: 1024px) {
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section {
                padding-left: 10px; } }
            @media (min-width: 1440px) {
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section {
                padding-left: 15px; } }
            @media (min-width: 1600px) {
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section {
                padding-left: 32px; } }
            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item {
              position: relative; }
              @media (min-width: 1024px) {
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item {
                  padding: 0px 6px; } }
              @media (min-width: 1360px) {
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item {
                  padding: 0px 16px; } }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item .navUser-action--quickSearch {
                background: linear-gradient(315deg, #5bcbf9 0%, #5bcbf9 100%); }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item .navUser-item-wishlist {
                background: linear-gradient(315deg, #dc399f 0%, #dc399f 100%); }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item.navUser-item--cart .navUser-action {
                background: linear-gradient(315deg, #ff7465 0%, #ff7465 100%); }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item .navUser-action {
                padding: 9px;
                border-radius: 8px; }
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item .navUser-action .icon {
                  width: 22.5px;
                  height: 22.5px;
                  margin: 0px; }
                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item .navUser-action .icon svg {
                    stroke: none;
                    fill: white; }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item .navUser-item .navUser-action {
                padding: 1rem 0.78571rem; }
            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .countPill {
              position: absolute;
              display: inline-block;
              font-size: 11px;
              font-weight: 500;
              background-color: #0d3e9d;
              color: black;
              font-family: "Nunito";
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              background: linear-gradient(152deg, #f2e635 0%, #ffca2b 100%);
              top: -8px; }
              @media (min-width: 1024px) {
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .countPill {
                  right: -3px;
                  top: -12px; } }
              @media (min-width: 1280px) {
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .countPill {
                  right: 3px; } }
            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart {
              z-index: 53;
              position: relative; }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .navUser-action .headcart {
                width: 30px;
                height: 30px;
                stroke: none;
                fill: #0d3e9d; }
                @media (min-width: 1024px) {
                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .navUser-action .headcart {
                    width: 42px;
                    height: 42px; } }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full {
                transform: translate(100%, 0);
                transition: all 0.5s ease-in-out;
                position: fixed !important;
                top: 0 !important;
                right: 0 !important;
                left: auto !important;
                width: 100% !important;
                height: 100vh;
                display: block;
                min-width: 100% !important; }
                @media (min-width: 1024px) {
                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full {
                    min-width: 100% !important;
                    width: 100%; } }
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full.is-open {
                  display: block;
                  z-index: 110;
                  transform: none;
                  border: none;
                  background: linear-gradient(270deg, rgba(61, 61, 61, 0.8) 0%, rgba(78, 78, 78, 0.8) 100%);
                  backdrop-filter: blur(12.5px); }
                  @media (min-width: 1024px) {
                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full.is-open::before {
                      content: "";
                      position: fixed;
                      top: 0;
                      left: 0;
                      right: 0;
                      bottom: 0;
                      height: 100%;
                      background: white;
                      z-index: 200;
                      opacity: .87;
                      border: none; } }
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper {
                  height: 100vh;
                  max-height: 100vh; }
                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .modal-close {
                    display: flex;
                    align-items: center;
                    height: initial;
                    width: initial;
                    border-radius: 10px;
                    right: 20px;
                    color: white;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                    gap: 5px;
                    padding: 6px 12px;
                    top: 10px;
                    transition: all 0.5s ease-in-out; }
                    @media (min-width: 768px) {
                      .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .modal-close {
                        font-size: 18px;
                        gap: 10px;
                        padding: 8px 24px; } }
                    @media (min-width: 1024px) {
                      .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .modal-close {
                        top: 20px;
                        padding: 8px 24px; } }
                    @media (min-width: 1440px) {
                      .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .modal-close {
                        padding: 12px 34px; } }
                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .modal-close .icon-cart-close {
                      width: 14px;
                      height: 14px;
                      fill: white;
                      stroke-width: 2px;
                      stroke: white;
                      filter: drop-shadow(0px 2px 2px rgba(255, 255, 255, 0.2)); }
                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .modal-close:hover {
                      box-shadow: 4px 4px 4px 0px rgba(242, 188, 27, 0.5); }
                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart {
                    height: auto;
                    position: relative;
                    padding: 0 20px; }
                    @media (min-width: 1024px) {
                      .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart {
                        max-width: 85.71429rem;
                        top: 50%;
                        transform: translateY(-50%); } }
                    @media (min-width: 1440px) {
                      .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart {
                        max-width: 100.42857rem; } }
                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCart-emptyBody {
                      font-size: 20px;
                      text-transform: uppercase;
                      padding: 6rem 0;
                      color: white; }
                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .carthead .carttitlemain .cart-heading {
                      text-align: left;
                      font-weight: 700;
                      font-size: 26px;
                      color: #ffca2b;
                      margin: 10px 0 10px 0; }
                      @media (min-width: 1024px) {
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .carthead .carttitlemain .cart-heading {
                          margin: 10px 0 10px 0; } }
                      @media (min-width: 1440px) {
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .carthead .carttitlemain .cart-heading {
                          margin: 20px 0 20px 0; } }
                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain {
                      display: flex;
                      height: inherit;
                      flex-wrap: wrap;
                      gap: 14px; }
                      @media (min-width: 1024px) {
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain {
                          flex-wrap: nowrap;
                          height: auto; } }
                      @media (min-width: 1440px) {
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain {
                          gap: 28px; } }
                      .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList {
                        background: linear-gradient(110deg, rgba(61, 61, 61, 0.6) 0%, rgba(108, 108, 108, 0.78) 0.01%, rgba(78, 78, 78, 0.4) 95.92%);
                        box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
                        backdrop-filter: blur(10px);
                        display: block;
                        height: fit-content;
                        border-radius: 10px;
                        padding: 0 0 15px 0; }
                        @media (min-width: 768px) {
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList {
                            padding: 25px 0px; } }
                        @media (min-width: 1024px) {
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList {
                            width: 90%; } }
                        @media (min-width: 1360px) {
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList {
                            width: 75%; } }
                        @media (min-width: 1440px) {
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList {
                            padding: 50px 0px; } }
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .cart_item_products {
                          border-top: 1px solid #565656; }
                          @media (min-width: 1024px) {
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .cart_item_products {
                              overflow: auto; } }
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem {
                          display: flex;
                          align-items: center;
                          justify-content: space-between;
                          border-radius: 5px;
                          position: relative;
                          padding: 10px; }
                          @media (min-width: 560px) {
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem {
                              padding: 18px 25px 18px 25px; } }
                          @media (min-width: 1440px) {
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem {
                              padding: 25px 20px 25px 50px; } }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem:before, .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem:after {
                            display: none; }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-image {
                            width: 25%;
                            background-color: white;
                            border-radius: 8px; }
                            @media (min-width: 560px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-image {
                                width: 15%; } }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-image img {
                              width: 100%;
                              max-height: 100%;
                              border-radius: 5px;
                              border: 1px solid #565656; }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .cart-remove {
                            padding: 4px;
                            position: absolute;
                            float: none;
                            top: 5px;
                            right: 5px;
                            height: 22px;
                            width: 22px;
                            background-color: transparent;
                            border: 1px solid #e5e5e5;
                            margin: 0; }
                            @media (min-width: 768px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .cart-remove {
                                top: 20px;
                                right: 25px; } }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .cart-remove:hover {
                              background-color: #ffca2b;
                              border-color: #ffca2b; }
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .cart-remove:hover .removeItem {
                                fill: black; }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content {
                            padding-left: 10px;
                            padding-top: 10px;
                            padding-bottom: 10px;
                            width: 40%; }
                            @media (min-width: 1024px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content {
                                padding-left: 10px; } }
                            @media (min-width: 1360px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content {
                                padding-left: 46px; } }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
                              margin-bottom: 10px;
                              font-size: 14px;
                              font-style: normal;
                              font-weight: 400;
                              line-height: normal; }
                              @media (min-width: 768px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
                                  font-size: 16px; } }
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
                                color: white; }
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:hover {
                                  color: white; }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
                              width: 100%;
                              font-size: 16px;
                              font-weight: 500;
                              margin-bottom: 5px; }
                              @media (min-width: 560px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
                                  margin-bottom: 15px; } }
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand.Gift-Hide {
                                display: none; }
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand .brandtitle {
                                line-height: normal;
                                color: white;
                                font-size: 14px;
                                font-style: normal;
                                font-weight: 400;
                                line-height: normal; }
                                @media (min-width: 560px) {
                                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand .brandtitle {
                                    font-size: 16px; } }
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand a {
                                display: inline-flex; }
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand a .icon-link {
                                  height: 20px;
                                  width: 20px; }
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand a:hover svg {
                                  fill: white; }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent {
                            display: flex;
                            align-items: center;
                            flex-direction: column;
                            width: 30%; }
                            @media (min-width: 560px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent {
                                flex-direction: row;
                                width: 35%;
                                justify-content: space-around; } }
                            @media (min-width: 1024px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent {
                                width: 45%; } }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .previewCartItem-price {
                              display: none; }
                              @media (min-width: 768px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .previewCartItem-price {
                                  display: block;
                                  color: white;
                                  font-size: 14px;
                                  font-style: normal;
                                  font-weight: 700;
                                  line-height: normal;
                                  width: 30%; } }
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .previewCartItem-price .cart-item-label {
                                display: none; }
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .previewCartItem-price .cart-item-value {
                                padding: 0; }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment {
                              width: auto; }
                              @media (min-width: 768px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment {
                                  width: 40%; } }
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment .button--icon {
                                border-radius: 6px;
                                border: 1px solid #cccccc;
                                background: transparent;
                                padding: 0; }
                                @media (min-width: 560px) {
                                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment .button--icon {
                                    padding: 2px; } }
                                @media (min-width: 1024px) {
                                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment .button--icon {
                                    padding: 6px 7px;
                                    margin: 0 5px; } }
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment .button--icon .icon svg {
                                  width: 12px;
                                  height: 12px;
                                  fill: white; }
                                  @media (min-width: 560px) {
                                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment .button--icon .icon svg {
                                      width: 14px;
                                      height: 14px; } }
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment .button--icon:hover {
                                  border-color: #ffca2b; }
                                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment .button--icon:hover svg {
                                    fill: #ffca2b; }
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment .form-input--incrementTotal {
                                width: 1.5rem;
                                color: white;
                                background-color: transparent;
                                color: white;
                                text-align: center;
                                font-size: 18px;
                                font-style: normal;
                                font-weight: 700;
                                line-height: normal; }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .previewCartItem-total {
                              color: white;
                              font-size: 14px;
                              font-style: normal;
                              font-weight: 700;
                              line-height: normal;
                              width: auto; }
                              @media (min-width: 560px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .previewCartItem-total {
                                  width: 30%; } }
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .previewCartItem-total .cart-item-label {
                                display: none; }
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .previewCartItem-total .cart-item-value {
                                padding: 0; }
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .title {
                          color: white;
                          font-size: 14px;
                          font-style: normal;
                          font-weight: 700;
                          line-height: normal;
                          text-transform: uppercase;
                          padding: 10px; }
                          @media (min-width: 768px) {
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .title {
                              padding: 0px 25px 18px 25px; } }
                          @media (min-width: 1440px) {
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .title {
                              padding: 0px 20px 18px 50px; } }
                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary {
                      width: 100%;
                      height: 100%; }
                      @media (min-width: 1024px) {
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary {
                          overflow: auto;
                          width: 40%;
                          overflow: initial; } }
                      .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .pricesummarytitle {
                        font-size: 18px;
                        font-weight: 600;
                        color: white;
                        text-transform: none;
                        margin: 0;
                        padding: 0.5rem 20px;
                        border-bottom: 1px solid #e5e5e5; }
                        @media (min-width: 1024px) {
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .pricesummarytitle {
                            padding: 1rem 60px; } }
                      .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals {
                        width: 100%;
                        text-align: left;
                        display: flex;
                        flex-direction: column;
                        gap: 14px; }
                        @media (min-width: 768px) {
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals {
                            flex-direction: row; } }
                        @media (min-width: 1024px) {
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals {
                            flex-direction: column; } }
                        @media (min-width: 1440px) {
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals {
                            gap: 28px; } }
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_order_total {
                          background: linear-gradient(110deg, rgba(61, 61, 61, 0.6) 0%, rgba(108, 108, 108, 0.78) 0.01%, rgba(61, 61, 61, 0.4) 95.92%);
                          box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
                          backdrop-filter: blur(10px);
                          border-radius: 10px;
                          padding: 25px 0 5px 0;
                          height: fit-content;
                          margin-bottom: 15px; }
                          @media (min-width: 768px) {
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_order_total {
                              width: 50%; } }
                          @media (min-width: 1024px) {
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_order_total {
                              width: auto; } }
                          @media (min-width: 1440px) {
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_order_total {
                              padding: 40px 0; } }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_order_total .total_heading {
                            padding: 0 25px 20px; }
                            @media (min-width: 1440px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_order_total .total_heading {
                                padding: 0 50px 20px; } }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_order_total .total_heading .heading_total {
                              color: white;
                              font-size: 30px;
                              font-style: normal;
                              font-weight: 700;
                              line-height: normal;
                              margin-bottom: 5px; }
                              @media (min-width: 1024px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_order_total .total_heading .heading_total {
                                  font-size: 20px; } }
                              @media (min-width: 1360px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_order_total .total_heading .heading_total {
                                  font-size: 30px; } }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_order_total .total_heading .subheading_total {
                              color: white;
                              font-size: 14px;
                              font-style: normal;
                              font-weight: 400;
                              line-height: normal;
                              margin: 0; }
                              @media (min-width: 1024px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_order_total .total_heading .subheading_total {
                                  font-size: 12px; } }
                              @media (min-width: 1360px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_order_total .total_heading .subheading_total {
                                  font-size: 14px; } }
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer {
                          background: linear-gradient(110deg, rgba(61, 61, 61, 0.6) 0%, rgba(108, 108, 108, 0.78) 0.01%, rgba(61, 61, 61, 0.4) 95.92%);
                          box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
                          backdrop-filter: blur(10px);
                          border-radius: 10px;
                          padding: 25px 0 25px 0;
                          height: fit-content; }
                          @media (min-width: 768px) {
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer {
                              width: 50%; } }
                          @media (min-width: 1024px) {
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer {
                              width: auto; } }
                          @media (min-width: 1440px) {
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer {
                              padding: 50px 0 50px 0; } }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .coupon_heading {
                            padding: 0 25px 20px 25px; }
                            @media (min-width: 1440px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .coupon_heading {
                                padding: 0 50px 20px 50px; } }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .coupon_heading .heading_total {
                              color: white;
                              font-size: 30px;
                              font-style: normal;
                              font-weight: 700;
                              line-height: normal;
                              margin-bottom: 5px; }
                              @media (min-width: 1024px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .coupon_heading .heading_total {
                                  font-size: 20px; } }
                              @media (min-width: 1360px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .coupon_heading .heading_total {
                                  font-size: 30px; } }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .coupon_heading .subheading_total {
                              color: white;
                              font-size: 14px;
                              font-style: normal;
                              font-weight: 400;
                              line-height: normal;
                              margin: 0; }
                              @media (min-width: 1024px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .coupon_heading .subheading_total {
                                  font-size: 12px; } }
                              @media (min-width: 1360px) {
                                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .coupon_heading .subheading_total {
                                  font-size: 14px; } }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .removeCoupon,
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .removegiftcertificate {
                            color: red; }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .coupon-form .form-input,
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .cart-gift-certificate-form .form-input {
                            width: 77.5%; }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .coupon-form .button,
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart_offer .cart-gift-certificate-form .button {
                            width: 22.5%; }
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total {
                          border-top: 1px solid #565656; }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-label {
                            padding-left: 25px; }
                            @media (min-width: 1440px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-label {
                                padding-left: 50px; } }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-value {
                            padding-right: 25px;
                            text-align: end; }
                            @media (min-width: 1440px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-value {
                                padding-right: 50px; } }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-value,
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-label {
                            color: white;
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: normal;
                            padding-top: 18px;
                            padding-bottom: 10px;
                            width: 50%; }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-value .shipping-estimate-show,
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-value .gift-certificate-add,
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-value .gift-certificate-cancel,
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-label .shipping-estimate-show,
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-label .gift-certificate-add,
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-label .gift-certificate-cancel {
                              color: white;
                              font-size: 14px;
                              font-style: normal;
                              font-weight: 700;
                              line-height: normal; }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-value .shipping-estimate-show:hover,
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-value .gift-certificate-add:hover,
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-value .gift-certificate-cancel:hover,
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-label .shipping-estimate-show:hover,
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-label .gift-certificate-add:hover,
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-label .gift-certificate-cancel:hover {
                              color: #ffca2b; }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-value .button--primary,
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-total-label .button--primary {
                              font-size: 18px; }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total #add-shipping {
                            padding: 0 25px; }
                            @media (min-width: 1440px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total #add-shipping {
                                padding: 0 50px; } }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total #add-shipping .estimator-form .estimator-form-label {
                              color: white;
                              font-size: 14px;
                              font-style: normal;
                              font-weight: 600;
                              line-height: normal; }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total #add-shipping .estimator-form .estimator-form-input .form-select,
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total #add-shipping .estimator-form .estimator-form-input .form-input {
                              font-weight: 400;
                              color: white;
                              font-size: 14px;
                              font-style: normal;
                              font-weight: 600;
                              line-height: normal;
                              border: 1px solid #757575; }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total #add-shipping .estimator-form .button {
                              width: 75%; }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-form {
                            padding: 0 25px; }
                            @media (min-width: 1440px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-form {
                                padding: 0 50px; } }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-form form .button {
                              margin: 0;
                              border-radius: 0px 5px 5px 0px;
                              height: 38px;
                              font-size: 18px; }
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-form form .button:hover {
                                box-shadow: initial; }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .pricesummary .cart-totals .cart-total .cart-form form .form-input {
                              height: 38px;
                              border: 1px solid rgba(255, 255, 255, 0.2);
                              border-radius: 5px 0px 0px 5px;
                              background-color: transparent;
                              color: white;
                              font-size: 14px;
                              font-style: normal;
                              font-weight: 400;
                              line-height: normal;
                              margin: 0; }
                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction {
                      width: 100%;
                      display: flex;
                      align-items: center;
                      justify-content: space-between;
                      flex-direction: column;
                      padding: 18px 25px 0 25px; }
                      @media (min-width: 768px) {
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction {
                          flex-direction: row; } }
                      @media (min-width: 1440px) {
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction {
                          padding: 18px 50px 0 50px; } }
                      .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction::before, .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction::after {
                        display: none; }
                      .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_left .continue-shopping {
                        background: linear-gradient(135deg, rgba(181, 216, 248, 0.8) 0%, rgba(182, 240, 253, 0.8) 100%);
                        display: flex;
                        align-items: center;
                        color: black;
                        text-align: center;
                        font-style: normal;
                        font-family: "Nunito";
                        font-weight: 700;
                        line-height: normal;
                        position: initial;
                        width: auto;
                        border-radius: 8px;
                        border: none;
                        font-size: 14px;
                        gap: 6px;
                        padding: 10px 22px; }
                        @media (min-width: 1024px) {
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_left .continue-shopping {
                            gap: 10px;
                            padding: 12px 30px; } }
                        @media (min-width: 1360px) {
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_left .continue-shopping {
                            font-size: 16px; } }
                        @media (min-width: 1440px) {
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_left .continue-shopping {
                            gap: 14px;
                            font-size: 18px;
                            padding: 12.5px 21.5px; } }
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_left .continue-shopping svg {
                          fill: transparent;
                          width: 12px;
                          height: 14px; }
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_left .continue-shopping:hover {
                          background: linear-gradient(135deg, rgba(182, 240, 253, 0.8) 0%, rgba(181, 216, 248, 0.8) 100%); }
                      .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right {
                        display: flex;
                        align-items: center;
                        flex-direction: column;
                        gap: 10px;
                        padding-top: 10px; }
                        @media (min-width: 768px) {
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right {
                            padding-top: 0px;
                            gap: 27px;
                            flex-direction: row; } }
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-viewCart {
                          padding: 0;
                          float: initial;
                          width: auto; }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-viewCart .view_cart_action {
                            background: linear-gradient(135deg, rgba(181, 216, 248, 0.8) 0%, rgba(182, 240, 253, 0.8) 100%);
                            display: flex;
                            align-items: center;
                            color: black;
                            text-align: center;
                            font-style: normal;
                            font-weight: 700;
                            line-height: normal;
                            border-radius: 8px;
                            text-decoration: none;
                            transition: all 0.5s ease-in-out;
                            font-size: 14px;
                            padding: 10px 22px;
                            gap: 8px; }
                            @media (min-width: 1024px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-viewCart .view_cart_action {
                                gap: 10px;
                                padding: 12px 30px; } }
                            @media (min-width: 1360px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-viewCart .view_cart_action {
                                font-size: 16px; } }
                            @media (min-width: 1440px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-viewCart .view_cart_action {
                                gap: 14px;
                                font-size: 18px;
                                padding: 12.5px 23.5px; } }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-viewCart .view_cart_action svg {
                              fill: black; }
                            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-viewCart .view_cart_action:hover {
                              background: linear-gradient(135deg, rgba(182, 240, 253, 0.8) 0%, rgba(181, 216, 248, 0.8) 100%); }
                        .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-checkout {
                          padding: 0;
                          float: right;
                          width: unset; }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-checkout svg {
                            fill: none;
                            width: 12px;
                            height: 14px;
                            stroke: black; }
                          .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-checkout .button {
                            font-size: 14px;
                            display: flex;
                            align-items: center;
                            gap: 8px;
                            padding: 12px 22px; }
                            @media (min-width: 1024px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-checkout .button {
                                gap: 10px;
                                padding: 14px 30px; } }
                            @media (min-width: 1360px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-checkout .button {
                                font-size: 16px; } }
                            @media (min-width: 1440px) {
                              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .previewCartAction .previewCartAction_right .previewCartAction-checkout .button {
                                gap: 14px;
                                font-size: 18px;
                                padding: 14.5px 21.5px; } }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .navUser-item--cart__hidden-s {
                display: block; }
            .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .navUser-item--account #userAccount {
              max-width: 220px; }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .navUser-item--account #userAccount .navUser-item {
                width: 100%; }
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .navUser-item--account #userAccount .navUser-item .navUser-action {
                  padding: 0.7rem;
                  width: 100%; }
                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .navUser-item--account #userAccount .navUser-item .navUser-action .icon {
                    height: 1.2rem;
                    width: 1.2rem; }
                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .navUser-item--account #userAccount .navUser-item .navUser-action .icon svg {
                      stroke: none; }
                .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .navUser-item--account #userAccount .navUser-item:hover {
                  background-color: white; }
                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .navUser-item--account #userAccount .navUser-item:hover .navUser-action {
                    color: black; }
                    .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .navUser-item--account #userAccount .navUser-item:hover .navUser-action .icon svg {
                      fill: black; }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .navUser-item--account #userAccount::after {
                left: unset;
                right: 0.4rem; }
                @media (min-width: 1600px) {
                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .navUser-item--account #userAccount::after {
                    left: unset;
                    right: 0.92857rem; } }
              .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .navUser-item--account #userAccount::before {
                left: unset;
                right: 0.3rem; }
                @media (min-width: 1600px) {
                  .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer .navUser-item--account #userAccount::before {
                    left: unset;
                    right: 0.78571rem; } }
      @media (min-width: 1024px) {
        .headerbg .header .bottom_header_main .main-header .navPages-container {
          position: static; } }
      @media (min-width: 1440px) {
        .headerbg .header .bottom_header_main .main-header .navPages-container {
          padding: 0px 20px; } }
      .headerbg .header .bottom_header_main .main-header .navPages-container.is-open {
        padding-top: 105px; }
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages {
        height: 80vh; }
        @media (min-width: 1024px) {
          .headerbg .header .bottom_header_main .main-header .navPages-container .navPages {
            height: auto; } }
        .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-quickSearch {
          border: none; }
          .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-quickSearch .quickSearchResults {
            background: linear-gradient(270deg, rgba(61, 61, 61, 0.8) 0%, rgba(78, 78, 78, 0.8) 100%);
            backdrop-filter: blur(12.5px); }
        .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list--dropdown {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          position: absolute;
          right: 9999px;
          top: 100% !important;
          background: linear-gradient(270deg, rgba(61, 61, 61, 0.8) 0%, rgba(78, 78, 78, 0.8) 100%);
          backdrop-filter: blur(12.5px);
          border-radius: 0 0 20px 20px;
          min-width: 17.85714rem;
          box-shadow: 0 5px 5px rgba(255, 202, 43, 0.5);
          opacity: 0;
          margin: 0;
          padding: 0; }
          .navPages-list + .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list--dropdown {
            margin: 0;
            padding: 0; }
          @media (min-width: 1024px) {
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list--dropdown.is-open {
              opacity: 1;
              left: 0 !important;
              right: 0;
              transition: opacity .2s ease-in-out; }
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list--dropdown.is-open .navPages-item .navPages-action {
                padding: 20px 10px; } }
          .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list--dropdown > .navPages-item > .navPages-action {
            padding-top: 0.78571rem;
            padding-bottom: 0.78571rem; }
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list--dropdown > .navPages-item > .navPages-action:after {
              bottom: 0.78571rem; }
        .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list.navPages-list--user .navPages-item .top_header_left {
          display: none; }
        .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list.navPages-list--user .navPages-item .navPages-action.is-open .navPages-action-moreIcon {
          margin-right: 10px; }
        .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list.navPages-list--user .navPages-item .navPages-action .navPages-action-moreIcon {
          margin: 0; }
        .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
          background: black;
          transition: all 0.2s ease-in-out; }
          @media (min-width: 1024px) {
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
              z-index: 1;
              padding: 1.5rem !important;
              background-color: black;
              border: 1px solid white;
              margin-left: 10px; } }
          @media (min-width: 1024px) {
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.navPage-subMenu-horizontal {
              padding: 0 !important;
              width: 12.5rem;
              transition: all 0.2s ease-in-out; } }
          @media (min-width: 1360px) {
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.navPage-subMenu-horizontal {
              width: 18.5rem; } }
          @media (min-width: 1024px) {
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.navPage-subMenu-horizontal .navPage-subMenu-list {
              padding: 0; } }
          .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list,
          .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList {
            margin: 0;
            max-width: none;
            border: none;
            transition: all 0.2s ease-in-out; }
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item,
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-item {
              padding: 0; }
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action,
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action,
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action,
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action {
              position: relative;
              width: 100%; }
              @media (min-width: 1024px) {
                .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action,
                .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action,
                .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action,
                .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action {
                  padding: 10px;
                  margin: 0;
                  border-bottom: 2px solid transparent; }
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action:hover, .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.activePage, .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.is-open,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action:hover,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action.activePage,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action.is-open,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action:hover,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action.activePage,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action.is-open,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action:hover,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action.activePage,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action.is-open {
                    color: #ffca2b;
                    background: #ffca2b;
                    transition: all 0.2s ease-in-out; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action:hover span, .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.activePage span, .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.is-open span,
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action:hover span,
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action.activePage span,
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action.is-open span,
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action:hover span,
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action.activePage span,
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action.is-open span,
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action:hover span,
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action.activePage span,
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action.is-open span {
        color: black;
        background-color: transparent;
        background-image: linear-gradient(black, black);
        background-position: 0 100%;
        background-repeat: no-repeat;
        transition: background-size .2s;
        background-size: 100% 2px; } }
              @media (min-width: 1024px) {
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.is-open .navPages-action-moreIcon,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action.is-open .navPages-action-moreIcon,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action.is-open .navPages-action-moreIcon,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action.is-open .navPages-action-moreIcon {
                    position: absolute;
                    margin-top: -15px; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.is-open .navPages-action-moreIcon,
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action.is-open .navPages-action-moreIcon,
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action.is-open .navPages-action-moreIcon,
      .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action.is-open .navPages-action-moreIcon {
        margin-top: 0;
        transform: rotate(-90deg); } }
              @media (min-width: 1024px) {
                    .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.is-open .navPages-action-moreIcon svg,
                    .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action.is-open .navPages-action-moreIcon svg,
                    .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action.is-open .navPages-action-moreIcon svg,
                    .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action.is-open .navPages-action-moreIcon svg {
                      stroke: #ffca2b; } }
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action span,
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action span,
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action span,
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action span {
                width: 100%;
                background-size: 0 1px; }
                @media (min-width: 1024px) {
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action span,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action span,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action span,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action span {
                    width: auto; } }
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action .navPages-action-moreIcon,
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action .navPages-action-moreIcon,
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action .navPages-action-moreIcon,
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action .navPages-action-moreIcon {
                position: initial; }
                @media (min-width: 1024px) {
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action .navPages-action-moreIcon,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action .navPages-action-moreIcon,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-action .navPages-action-moreIcon,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-childList-action .navPages-action-moreIcon {
                    position: absolute;
                    right: 15px;
                    top: 45%; } }
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child,
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-parent,
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-item-child,
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-item-parent {
              position: relative; }
              @media (min-width: 1024px) {
                .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child,
                .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-parent,
                .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-item-child,
                .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-item-parent {
                  padding: 0px; } }
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-horizontal,
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-parent .navPage-subMenu-horizontal,
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-item-child .navPage-subMenu-horizontal,
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-item-parent .navPage-subMenu-horizontal {
                width: auto; }
                @media (min-width: 1024px) {
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-horizontal.is-open,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-parent .navPage-subMenu-horizontal.is-open,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-item-child .navPage-subMenu-horizontal.is-open,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-item-parent .navPage-subMenu-horizontal.is-open {
                    width: 12.5rem;
                    margin-left: 12.5rem; } }
                @media (min-width: 1360px) {
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-horizontal.is-open,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-parent .navPage-subMenu-horizontal.is-open,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-item-child .navPage-subMenu-horizontal.is-open,
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-childList .navPage-subMenu-item-parent .navPage-subMenu-horizontal.is-open {
                    width: 18.5rem;
                    margin-left: 18.5rem; } }
        .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
          color: white;
          background-size: 0 1px;
          position: relative;
          padding: 10px;
          font-weight: 400;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media (min-width: 1024px) {
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
              padding: 45px 10px;
              text-transform: capitalize;
              border-bottom: 2px solid transparent;
              font-size: 14px; }
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu {
                pointer-events: none; } }
          .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover, .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.activePage {
            color: #ffca2b; }
            @media (min-width: 1024px) {
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover::after, .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.activePage::after {
                content: "";
                display: block;
                position: absolute;
                width: calc(100% - 20px);
                height: 2px;
                bottom: -2px;
                left: 10px;
                background-color: #ffca2b; } }
          .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.toggle-header_dropdown {
            margin: 0;
            cursor: pointer; }
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.toggle-header_dropdown .icon {
              height: 1.5rem; }
          .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open {
            color: black;
            background: #ffca2b;
            flex-direction: row-reverse;
            justify-content: center; }
            @media (min-width: 1024px) {
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open {
                color: #ffca2b;
                background: none;
                flex-direction: initial;
                justify-content: start; }
                .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open::after {
                  content: "";
                  display: block;
                  position: absolute;
                  width: calc(100% - 20px);
                  height: 2px;
                  bottom: -2px;
                  left: 10px;
                  background-color: #ffca2b; } }
            .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open .navPages-action-moreIcon {
              position: initial;
              transition: all 0.2s ease-in-out;
              margin: 0; }
              @media (min-width: 1024px) {
                .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open .navPages-action-moreIcon {
                  margin: 0 0 0 0.78571rem;
                  transform: rotate(-180deg); } }
              .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open .navPages-action-moreIcon svg {
                stroke: black;
                height: 8px;
                width: 8px; }
                @media (min-width: 1024px) {
                  .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open .navPages-action-moreIcon svg {
                    stroke: #ffca2b; } }
          .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon svg {
            stroke: white; }

@media (min-width: 1024px) {
  .dropdown--quickSearch {
    background-color: initial;
    background: linear-gradient(270deg, rgba(61, 61, 61, 0.8) 0%, rgba(78, 78, 78, 0.8) 100%);
    backdrop-filter: blur(12.5px);
    max-width: none;
    padding: 1.6rem 0;
    border-radius: 0px 0px 15px 15px;
    border-color: white;
    box-shadow: 2px 2px 20px 0px #999999; }
    .dropdown--quickSearch::before {
      content: "";
      position: absolute;
      opacity: 0.5;
      z-index: -1; }
    .dropdown--quickSearch.is-open {
      top: 160px !important;
      width: 100% !important; }
      .dropdown--quickSearch.is-open form {
        max-width: 60rem; }
        .dropdown--quickSearch.is-open form .form-input {
          font-size: 18px;
          box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1); }
  .navUsersearch {
    margin: 0px auto; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .navUsersearch {
      padding: 0 15px; } }
  @media (min-width: 1024px) and (min-width: 1600px) {
    .navUsersearch {
      padding: 0; } }

@media (min-width: 1024px) {
    .navUsersearch .navUser-item--search {
      display: block;
      float: none; }
      .navUsersearch .navUser-item--search .searchboxmain {
        position: relative;
        padding-top: 20px; }
        .navUsersearch .navUser-item--search .searchboxmain .form {
          margin: 0 auto;
          padding: 2px;
          border-radius: 4px; }
          .navUsersearch .navUser-item--search .searchboxmain .form .form-search {
            margin: 0;
            display: flex;
            align-items: center; }
            .navUsersearch .navUser-item--search .searchboxmain .form .form-search .form-input {
              border: 2px solid #ffca2b;
              background-color: #222222;
              height: 25px;
              border-radius: 0;
              font-size: 10px;
              padding: 0 0 0 10px; } }
            @media (min-width: 1024px) and (min-width: 1024px) {
              .navUsersearch .navUser-item--search .searchboxmain .form .form-search .form-input {
                height: 48px;
                font-size: 13px; } }
            @media (min-width: 1024px) and (min-width: 1360px) {
              .navUsersearch .navUser-item--search .searchboxmain .form .form-search .form-input {
                font-size: 16px; } }

@media (min-width: 1024px) {
            .navUsersearch .navUser-item--search .searchboxmain .form .form-search .button {
              margin: 0;
              border: 0;
              padding: 5px 6px;
              border-radius: 0 3px 3px 0; } }
            @media (min-width: 1024px) and (min-width: 1024px) {
              .navUsersearch .navUser-item--search .searchboxmain .form .form-search .button {
                padding: 12px 12px 6px 12px; } }

@media (min-width: 1024px) {
              .navUsersearch .navUser-item--search .searchboxmain .form .form-search .button .searchsvg {
                width: 14px;
                height: 14px;
                fill: black; } }
              @media (min-width: 1024px) and (min-width: 1024px) {
                .navUsersearch .navUser-item--search .searchboxmain .form .form-search .button .searchsvg {
                  width: 24px;
                  height: 24px; } }

@media (min-width: 1024px) {
        .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickResults-suggest .quickResults-item .quickResults-title {
          font-size: 24px;
          font-weight: 700;
          color: white; }
        .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickResults-suggest .quickResults-item .productGrid-searchsuggestion {
          display: flex;
          list-style: none;
          flex-wrap: wrap;
          margin: 0 -5px; }
          .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickResults-suggest .quickResults-item .productGrid-searchsuggestion .search-item {
            margin-bottom: 10px;
            padding: 0 5px;
            display: inline-flex; }
            .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickResults-suggest .quickResults-item .productGrid-searchsuggestion .search-item .link {
              border: 1px solid white;
              padding: 3px;
              text-decoration: none;
              border-radius: 3px;
              color: white;
              font-size: 12px;
              font-weight: 400; } }
            @media (min-width: 1024px) and (min-width: 560px) {
              .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickResults-suggest .quickResults-item .productGrid-searchsuggestion .search-item .link {
                padding: 5px; } }
            @media (min-width: 1024px) and (min-width: 768px) {
              .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickResults-suggest .quickResults-item .productGrid-searchsuggestion .search-item .link {
                font-size: 15px; } }

@media (min-width: 1024px) {
              .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickResults-suggest .quickResults-item .productGrid-searchsuggestion .search-item .link:hover {
                border-color: transparent;
                color: black;
                background-color: #ffca2b; }
        .navUsersearch .navUser-item--search .searchboxmain .searchresult .modal-close {
          top: 0.5rem;
          right: 1rem;
          display: block;
          color: white;
          background: transparent; }
          .navUsersearch .navUser-item--search .searchboxmain .searchresult .modal-close:hover {
            background-color: white;
            color: black;
            border-radius: 50%; }
        .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickSearchResults {
          margin-top: 0; }
          .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickSearchResults .quickSearchMessage {
            padding: 1rem 0;
            margin: 0;
            background-color: #222222;
            font-size: 18px; } }
          @media (min-width: 1024px) and (min-width: 1600px) {
            .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickSearchResults .quickSearchMessage {
              font-size: 28px; } }

@media (min-width: 1024px) {
          .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickSearchResults .productGrid {
            flex-wrap: wrap; } }

.outercontainer {
  margin: 0 auto;
  max-width: 1720px;
  padding: 0px 30px;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .outercontainer {
      padding: 0px 15px; } }

.container {
  margin: 0 auto;
  max-width: 1720px;
  padding: 0px 30px;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .container {
      padding: 0px 15px; } }

.body {
  margin-bottom: 1.5rem; }
  .body.default-page {
    margin-top: 0; }

body {
  padding-top: 150px;
  font-weight: 400;
  color: black; }
  @media (min-width: 1024px) {
    body {
      padding-top: 0; } }
  body .skip-to-main-link {
    display: none; }

.stopscroll {
  overflow: hidden; }

.button--primary {
  background: linear-gradient(152deg, #f2e635 0%, #f2bc1b 100%);
  background-size: 200% auto;
  font-family: "Nunito";
  transition: all 0.5s ease-in-out;
  color: black;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-align: center;
  border-radius: 8px;
  border: none;
  font-weight: 700; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    border-color: rgba(0, 0, 255, 0);
    background: linear-gradient(152deg, #f2bc1b 0%, #f2e635 100%);
    background-position: right center;
    color: black; }
  .button--primary[disabled], .button--primary[disabled]:hover, .button--primary[disabled]:focus, .button--primary[disabled].is-active, .button--primary[disabled].is-loading, .button--primary[disabled].active {
    background: #f2e635; }

.button--custom {
  background: linear-gradient(135deg, #b5d8f8 6.58%, #b6f0fd 91.08%);
  border-radius: 8px;
  color: black;
  background-size: 200% auto;
  border: 1px solid rgba(0, 0, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center; }
  .button--custom:hover, .button--custom:focus, .button--custom.is-active, .button--custom.active {
    background-position: right center;
    color: black;
    border-color: rgba(0, 0, 255, 0);
    background: linear-gradient(135deg, #b5d8f8 6.58%, #b5d8f8 91.08%); }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.default_page .page-heading {
  color: white;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .default_page .page-heading {
      font-size: 30px; } }

.page-heading {
  margin: 0;
  color: white;
  font-family: "Josefin Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1.92px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .page-heading {
      font-size: 35px; } }
  @media (min-width: 1024px) {
    .page-heading {
      font-size: 40px;
      line-height: 45px;
      padding: 0; } }
  @media (min-width: 1360px) {
    .page-heading {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .page-heading {
      font-size: 48px;
      line-height: 58px; } }

.page-subheading {
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media (min-width: 768px) {
    .page-subheading {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .page-subheading {
      margin-bottom: 40px; } }
  @media (min-width: 1360px) {
    .page-subheading {
      margin-bottom: 48px; } }

.homepage_category {
  border-bottom: 1px solid #303030;
  padding-bottom: 24px;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .homepage_category {
      padding-bottom: 32px;
      margin-bottom: 32px; } }
  @media (min-width: 1024px) {
    .homepage_category {
      padding-bottom: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 1440px) {
    .homepage_category {
      margin-bottom: 50px; } }
  @media (min-width: 1600px) {
    .homepage_category {
      margin-bottom: 64px;
      padding-bottom: 64px; } }
  .homepage_category .page-heading {
    font-family: "Nunito"; }
  .homepage_category .categoriesList-section .categoriesList {
    list-style: none;
    display: flex;
    margin: 0;
    flex-direction: column;
    gap: 24px; }
    @media (min-width: 768px) {
      .homepage_category .categoriesList-section .categoriesList {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0; } }
    @media (min-width: 1024px) {
      .homepage_category .categoriesList-section .categoriesList {
        flex-wrap: nowrap;
        gap: 8px; } }
    @media (min-width: 1440px) {
      .homepage_category .categoriesList-section .categoriesList {
        gap: 16px; } }
    @media (min-width: 1600px) {
      .homepage_category .categoriesList-section .categoriesList {
        gap: 32px; } }
    .homepage_category .categoriesList-section .categoriesList .categoriesList-item {
      display: flex;
      flex-wrap: wrap;
      flex-basis: 50%;
      flex-basis: 100%; }
      @media (min-width: 768px) {
        .homepage_category .categoriesList-section .categoriesList .categoriesList-item {
          flex-basis: 50%;
          padding-bottom: 16px; }
          .homepage_category .categoriesList-section .categoriesList .categoriesList-item:nth-child(even) {
            padding-left: 16px; } }
      @media (min-width: 1024px) {
        .homepage_category .categoriesList-section .categoriesList .categoriesList-item {
          padding-bottom: 0;
          flex-basis: initial;
          width: 25%; }
          .homepage_category .categoriesList-section .categoriesList .categoriesList-item:nth-child(even) {
            padding-left: 0px; } }
      .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body {
        width: 100%; }
        .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoriesList-item-name {
          margin: 0 0 8px 0;
          border-radius: 5px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 18px 24px 18px; }
          @media (min-width: 1600px) {
            .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoriesList-item-name {
              padding: 25px 32px 25px; } }
          .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoriesList-item-name h3 {
            margin: 0; }
          .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoriesList-item-name.is-open {
            background: linear-gradient(152deg, #f2e635 8.5%, #f2bc1b 92.21%) !important; }
            .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoriesList-item-name.is-open .categoriesList-item-name-link {
              color: white; }
            .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoriesList-item-name.is-open .home-cat {
              fill: white;
              transform: rotate(-180deg); }
          .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoriesList-item-name .categoriesList-item-name-link {
            color: black;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-decoration: none;
            display: block; }
            @media (min-width: 1600px) {
              .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoriesList-item-name .categoriesList-item-name-link {
                font-size: 24px; } }
          .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoriesList-item-name .home-cat {
            cursor: pointer;
            width: 19.5px;
            height: 19.5px; }
        .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 630px;
          border-radius: 5px; }
          @media (min-width: 375px) {
            .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main {
              height: 675px; } }
          @media (min-width: 1024px) {
            .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main {
              height: 628px; } }
          @media (min-width: 1360px) {
            .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main {
              height: 710px; } }
          @media (min-width: 1600px) {
            .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main {
              height: 750px; } }
          .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main::before {
            padding-bottom: 185%;
            content: ""; }
          .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .sub-category-link {
            height: 100%; }
            .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .sub-category-link .categoriesList-item-image {
              height: 100%;
              width: 100%; }
              .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .sub-category-link .categoriesList-item-image img {
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: block;
                border-radius: 5px; }
          .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main {
            background: #1b1b1b;
            backdrop-filter: blur(5px);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            display: none;
            border-radius: 0 0 5px 5px; }
            .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .page-subheading {
              color: white;
              font-size: 18px;
              font-style: normal;
              font-weight: 700;
              line-height: normal;
              margin: 0;
              text-align: left;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1);
              padding: 18px 18px 18px; }
              @media (min-width: 1024px) {
                .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .page-subheading {
                  font-size: 14px; } }
              @media (min-width: 1600px) {
                .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .page-subheading {
                  font-size: 18px;
                  padding: 24px 32px 24px; } }
            .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .subCategoriesList {
              display: flex;
              flex-wrap: wrap;
              margin: 0;
              justify-content: space-evenly;
              width: 100%; }
              .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .subCategoriesList .sub-categories {
                display: flex;
                justify-content: center;
                width: 50%; }
                .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .subCategoriesList .sub-categories .sub-category-link {
                  text-decoration: none;
                  transition: all 0.5s ease-in-out;
                  width: 77%; }
                  .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .subCategoriesList .sub-categories .sub-category-link:hover {
                    scale: 1.1; }
                  .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .subCategoriesList .sub-categories .sub-category-link .sub-category-name {
                    margin: 0;
                    color: white;
                    text-align: center;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 14px;
                    letter-spacing: -0.14px; }
                .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .subCategoriesList .sub-categories .sub-category-image {
                  padding: 24px 0 8px 0; }
            .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .categoriesList-item-moreLink {
              padding: 12px 0 12px 0;
              text-align: center; }
              @media (min-width: 1024px) {
                .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .categoriesList-item-moreLink {
                  padding: 24px 0 24px 0; } }
              @media (min-width: 1600px) {
                .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .categoriesList-item-moreLink {
                  padding: 16px 0 24px 0; } }
              .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .categoriesList-item-moreLink a {
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                color: #ffca2b; }
                .homepage_category .categoriesList-section .categoriesList .categoriesList-item .categoriesList-item-body .categoryList-main .subCategoriesList_main .categoriesList-item-moreLink a:hover {
                  color: white; }
    .homepage_category .categoriesList-section .categoriesList .categoriesList-item:nth-child(1) .categoriesList-item-body .categoriesList-item-name {
      background-color: #12a9e8;
      color: black; }
    .homepage_category .categoriesList-section .categoriesList .categoriesList-item:nth-child(1) .categoriesList-item-body .categoryList-main {
      background-color: #12a9e8; }
    .homepage_category .categoriesList-section .categoriesList .categoriesList-item:nth-child(2) .categoriesList-item-body .categoriesList-item-name {
      background-color: #dc399f;
      color: black; }
    .homepage_category .categoriesList-section .categoriesList .categoriesList-item:nth-child(2) .categoriesList-item-body .categoryList-main {
      background-color: #dc399f; }
    .homepage_category .categoriesList-section .categoriesList .categoriesList-item:nth-child(3) .categoriesList-item-body .categoriesList-item-name {
      background-color: #ff7465;
      color: black; }
    .homepage_category .categoriesList-section .categoriesList .categoriesList-item:nth-child(3) .categoriesList-item-body .categoryList-main {
      background-color: #ff7465; }
    .homepage_category .categoriesList-section .categoriesList .categoriesList-item:nth-child(4) .categoriesList-item-body .categoriesList-item-name {
      background-color: #9f4ffb;
      color: black; }
    .homepage_category .categoriesList-section .categoriesList .categoriesList-item:nth-child(4) .categoriesList-item-body .categoryList-main {
      background-color: #9f4ffb; }

.slick-dots {
  position: relative;
  bottom: initial; }
  .slick-dots li {
    background: #303030;
    height: 8px;
    width: 35px;
    padding: 0;
    border-radius: 70px;
    margin: 0 4.5px;
    transition: all 0.5s ease-in-out; }
    @media (min-width: 1024px) {
      .slick-dots li {
        height: 12px;
        width: 54px; } }
    .slick-dots li button {
      display: flex;
      align-items: center;
      height: 8px;
      width: 35px !important;
      border-radius: 70px;
      border: none;
      background-color: black;
      transition: all 0.5s ease-in-out; }
      @media (min-width: 1024px) {
        .slick-dots li button {
          height: 12px;
          width: 54px !important; } }
      .slick-dots li button:focus {
        outline: none !important;
        outline-offset: 0 !important; }
      .slick-dots li button::before {
        height: 12px;
        width: 12px;
        left: 0;
        top: 0;
        transition: all 0.5s ease-in-out; }
      .slick-dots li button .carousel-tooltip {
        display: none; }
      .slick-dots li button:hover {
        border-color: none;
        background-color: #ffca2b;
        opacity: 0.5; }
        .slick-dots li button:hover:before {
          background-color: transparent;
          opacity: 0.5; }
    .slick-dots li.slick-active {
      width: 8px;
      height: 8px; }
      @media (min-width: 1024px) {
        .slick-dots li.slick-active {
          width: 12px;
          height: 12px; } }
      .slick-dots li.slick-active button {
        transition: all 0.5s ease-in-out;
        border: none;
        width: 8px !important;
        height: 8px !important; }
        @media (min-width: 1024px) {
          .slick-dots li.slick-active button {
            width: 12px !important;
            height: 12px !important; } }
        .slick-dots li.slick-active button:before {
          width: 8px;
          height: 8px;
          transition: all 0.5s ease-in-out;
          background-color: #ffca2b; }
          @media (min-width: 1024px) {
            .slick-dots li.slick-active button:before {
              width: 12px;
              height: 12px; } }

textarea {
  resize: vertical; }

.form .form-field .form-label,
.form .form-prefixPostfix .form-label,
.advancedSearch-form .form-field .form-label,
.advancedSearch-form .form-prefixPostfix .form-label {
  color: white; }
  .form .form-field .form-label small,
  .form .form-prefixPostfix .form-label small,
  .advancedSearch-form .form-field .form-label small,
  .advancedSearch-form .form-prefixPostfix .form-label small {
    float: none;
    font-size: 15px;
    line-height: 10px;
    vertical-align: middle;
    margin: 0;
    color: #cc4749; }

.form .form-field .form-input,
.form .form-prefixPostfix .form-input,
.advancedSearch-form .form-field .form-input,
.advancedSearch-form .form-prefixPostfix .form-input {
  border-color: #8f8f8f;
  color: white; }

.form-select {
  border-color: black;
  color: white; }

@media (min-width: 768px) {
  .login-form .form-actions {
    display: flex;
    justify-content: center;
    align-items: center; } }

.new-customer .panel-body {
  background-color: black; }

.new-customer .panel-header .panel-title {
  font-weight: 700;
  color: white; }

.page-content p {
  color: white; }

nav .breadcrumbs {
  text-align: left; }
  nav .breadcrumbs .breadcrumb .breadcrumb-label {
    font-size: 18px;
    font-weight: 300;
    color: #cccccc;
    text-decoration: none; }
    nav .breadcrumbs .breadcrumb .breadcrumb-label:hover {
      text-decoration: underline; }
  nav .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    color: white;
    font-weight: 700; }

.breadcrumb:not(:first-child)::before {
  border-right: 0;
  transform: rotate(0);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='8' viewBox='0 0 17 8'%3E%3Cpath d='M16.3536 4.35355C16.5488 4.15829 16.5488 3.84171 16.3536 3.64645L13.1716 0.464466C12.9763 0.269204 12.6597 0.269204 12.4645 0.464466C12.2692 0.659728 12.2692 0.976311 12.4645 1.17157L15.2929 4L12.4645 6.82843C12.2692 7.02369 12.2692 7.34027 12.4645 7.53553C12.6597 7.7308 12.9763 7.7308 13.1716 7.53553L16.3536 4.35355ZM0 4.5H16V3.5H0V4.5Z' stroke='%23cccccc' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px; }

.global-sidebar-section .modal-close {
  display: flex;
  align-items: center;
  background: linear-gradient(152deg, #f2e635 0%, #ffca2b 50%, #f2bc1b 100%);
  height: initial;
  width: initial;
  border-radius: 10px;
  right: 20px;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 5px;
  padding: 6px 8px;
  top: 10px;
  right: 3.8px;
  position: fixed;
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out; }
  @media (min-width: 768px) {
    .global-sidebar-section .modal-close {
      right: 20px;
      padding: 6px 12px;
      font-size: 18px;
      gap: 10px; } }
  @media (min-width: 1024px) {
    .global-sidebar-section .modal-close {
      padding: 8px 24px; } }
  @media (min-width: 1440px) {
    .global-sidebar-section .modal-close {
      padding: 12px 34px; } }
  .global-sidebar-section .modal-close .close-btn {
    display: none; }
    @media (min-width: 768px) {
      .global-sidebar-section .modal-close .close-btn {
        display: block; } }
  .global-sidebar-section .modal-close .icon-close {
    width: 13.631px;
    height: 13.631px;
    fill: white;
    stroke-width: 2px;
    stroke: white;
    filter: drop-shadow(0px 2px 2px rgba(255, 255, 255, 0.2)); }
  .global-sidebar-section .modal-close:hover {
    box-shadow: 4px 4px 4px 0px rgba(242, 188, 27, 0.5); }

.global-sidebar-section .category-sidebar {
  position: fixed;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  background-color: white;
  width: 90%;
  height: 100%;
  z-index: 999;
  transition: .5s all ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px; }
  @media (min-width: 768px) {
    .global-sidebar-section .category-sidebar {
      width: 45%; } }
  @media (min-width: 1024px) {
    .global-sidebar-section .category-sidebar {
      width: 35%; } }
  @media (min-width: 1360px) {
    .global-sidebar-section .category-sidebar {
      width: 30%; } }
  @media (min-width: 1440px) {
    .global-sidebar-section .category-sidebar {
      width: 25%; } }
  @media (min-width: 1600px) {
    .global-sidebar-section .category-sidebar {
      width: 20%; } }
  .global-sidebar-section .category-sidebar.is-open {
    transform: translate3d(0, 0, 0); }

.global-sidebar-section .brand-sidebar {
  position: fixed;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  background-color: white;
  width: 90%;
  height: 100%;
  z-index: 999;
  transition: .5s all ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px; }
  @media (min-width: 768px) {
    .global-sidebar-section .brand-sidebar {
      width: 45%; } }
  @media (min-width: 1024px) {
    .global-sidebar-section .brand-sidebar {
      width: 35%; } }
  @media (min-width: 1360px) {
    .global-sidebar-section .brand-sidebar {
      width: 30%; } }
  @media (min-width: 1440px) {
    .global-sidebar-section .brand-sidebar {
      width: 25%; } }
  @media (min-width: 1600px) {
    .global-sidebar-section .brand-sidebar {
      width: 20%; } }
  .global-sidebar-section .brand-sidebar.is-open {
    transform: translate3d(0, 0, 0); }

.global-sidebar-section .search-sidebar {
  position: fixed;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  background-color: white;
  width: 90%;
  height: 100%;
  z-index: 999;
  transition: .5s all ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px; }
  @media (min-width: 768px) {
    .global-sidebar-section .search-sidebar {
      width: 45%; } }
  @media (min-width: 1024px) {
    .global-sidebar-section .search-sidebar {
      width: 35%; } }
  @media (min-width: 1360px) {
    .global-sidebar-section .search-sidebar {
      width: 30%; } }
  @media (min-width: 1440px) {
    .global-sidebar-section .search-sidebar {
      width: 25%; } }
  @media (min-width: 1600px) {
    .global-sidebar-section .search-sidebar {
      width: 20%; } }
  .global-sidebar-section .search-sidebar.is-open {
    transform: translate3d(0, 0, 0); }

.global-sidebar-section .accordion-block .sidebarBlock-heading {
  color: black;
  font-weight: 800;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-family: "Nunito";
  margin-top: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid black; }

.global-sidebar-section .sidebarBlock .sidebarBlock-heading {
  color: black;
  font-weight: 800;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-family: "Nunito";
  margin-top: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid black; }

.global-sidebar-section .sidebarBlock .navList .navList-item .navList-action {
  color: black; }
  .global-sidebar-section .sidebarBlock .navList .navList-item .navList-action:hover {
    color: #ffca2b; }

.global-sidebar-section #categories-list,
.global-sidebar-section .accordion-content {
  padding: 20px 0;
  background-color: white; }
  .global-sidebar-section #categories-list .navPages-list,
  .global-sidebar-section .accordion-content .navPages-list {
    width: 100%; }
    .global-sidebar-section #categories-list .navPages-list .navPages-item,
    .global-sidebar-section .accordion-content .navPages-list .navPages-item {
      float: none;
      position: relative;
      display: inline-block;
      border-bottom: 1px solid #383838;
      width: 100%;
      padding-bottom: 5px;
      padding-top: 5px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .global-sidebar-section #categories-list .navPages-list .navPages-item:last-child,
      .global-sidebar-section .accordion-content .navPages-list .navPages-item:last-child {
        padding-bottom: 0; }
      .global-sidebar-section #categories-list .navPages-list .navPages-item:first-child,
      .global-sidebar-section .accordion-content .navPages-list .navPages-item:first-child {
        padding-top: 0; }
      .global-sidebar-section #categories-list .navPages-list .navPages-item .navPage-subMenu-item,
      .global-sidebar-section .accordion-content .navPages-list .navPages-item .navPage-subMenu-item {
        padding: 0 55px 0 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 5px 0 5px 10px !important; }
      .global-sidebar-section #categories-list .navPages-list .navPages-item .navPages-action,
      .global-sidebar-section .accordion-content .navPages-list .navPages-item .navPages-action {
        color: black;
        padding: 0;
        border: none;
        text-transform: capitalize;
        font-weight: 500;
        padding: 0;
        transition: .3s ease-in-out;
        width: calc(100% - 40px); }
        @media (min-width: 1024px) {
          .global-sidebar-section #categories-list .navPages-list .navPages-item .navPages-action,
          .global-sidebar-section .accordion-content .navPages-list .navPages-item .navPages-action {
            display: block;
            width: auto;
            margin: 0; } }
        .global-sidebar-section #categories-list .navPages-list .navPages-item .navPages-action.is-open,
        .global-sidebar-section .accordion-content .navPages-list .navPages-item .navPages-action.is-open {
          background-color: transparent;
          color: #ffca2b; }
        .global-sidebar-section #categories-list .navPages-list .navPages-item .navPages-action:hover,
        .global-sidebar-section .accordion-content .navPages-list .navPages-item .navPages-action:hover {
          color: #ffca2b; }
      .global-sidebar-section #categories-list .navPages-list .navPages-item .action-icon,
      .global-sidebar-section .accordion-content .navPages-list .navPages-item .action-icon {
        display: inline-block;
        top: 0;
        right: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 20px;
        height: 20px;
        transition: .3s ease-in-out;
        margin-left: auto; }
        .global-sidebar-section #categories-list .navPages-list .navPages-item .action-icon .icon,
        .global-sidebar-section .accordion-content .navPages-list .navPages-item .action-icon .icon {
          width: 28px;
          height: 20px;
          position: absolute;
          top: 0;
          left: 0; }
        .global-sidebar-section #categories-list .navPages-list .navPages-item .action-icon .icon-remove,
        .global-sidebar-section .accordion-content .navPages-list .navPages-item .action-icon .icon-remove {
          opacity: 0; }
        .global-sidebar-section #categories-list .navPages-list .navPages-item .action-icon svg,
        .global-sidebar-section .accordion-content .navPages-list .navPages-item .action-icon svg {
          vertical-align: middle;
          transition: .3s ease-in-out;
          fill: black; }
        .global-sidebar-section #categories-list .navPages-list .navPages-item .action-icon:hover svg,
        .global-sidebar-section .accordion-content .navPages-list .navPages-item .action-icon:hover svg {
          fill: #ffca2b; }
        .global-sidebar-section #categories-list .navPages-list .navPages-item .action-icon.is-open .icon-add,
        .global-sidebar-section .accordion-content .navPages-list .navPages-item .action-icon.is-open .icon-add {
          opacity: 0; }
        .global-sidebar-section #categories-list .navPages-list .navPages-item .action-icon.is-open .icon-remove,
        .global-sidebar-section .accordion-content .navPages-list .navPages-item .action-icon.is-open .icon-remove {
          opacity: 1; }
          .global-sidebar-section #categories-list .navPages-list .navPages-item .action-icon.is-open .icon-remove svg,
          .global-sidebar-section .accordion-content .navPages-list .navPages-item .action-icon.is-open .icon-remove svg {
            fill: #ffca2b; }
      .global-sidebar-section #categories-list .navPages-list .navPages-item:first-child .navPages-action,
      .global-sidebar-section .accordion-content .navPages-list .navPages-item:first-child .navPages-action {
        margin-bottom: 0; }
      .global-sidebar-section #categories-list .navPages-list .navPages-item:last-child,
      .global-sidebar-section .accordion-content .navPages-list .navPages-item:last-child {
        border-bottom: none; }
        .global-sidebar-section #categories-list .navPages-list .navPages-item:last-child .navPages-action,
        .global-sidebar-section .accordion-content .navPages-list .navPages-item:last-child .navPages-action {
          margin-bottom: 0; }
    .global-sidebar-section #categories-list .navPages-list .navPage-subMenu,
    .global-sidebar-section .accordion-content .navPages-list .navPage-subMenu {
      position: inherit;
      background: transparent;
      overflow: hidden;
      display: none;
      padding: 0 !important;
      width: 100%; }
      .global-sidebar-section #categories-list .navPages-list .navPage-subMenu .navPage-subMenu-list,
      .global-sidebar-section .accordion-content .navPages-list .navPage-subMenu .navPage-subMenu-list {
        list-style: none;
        margin: 0; }
        @media (min-width: 1024px) {
          .global-sidebar-section #categories-list .navPages-list .navPage-subMenu .navPage-subMenu-list,
          .global-sidebar-section .accordion-content .navPages-list .navPage-subMenu .navPage-subMenu-list {
            margin: 0; } }
        .global-sidebar-section #categories-list .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item,
        .global-sidebar-section .accordion-content .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
          width: 100%;
          padding: 0;
          position: relative; }
          .global-sidebar-section #categories-list .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item:last-child .navPages-action,
          .global-sidebar-section .accordion-content .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item:last-child .navPages-action {
            margin: 0; }
          .global-sidebar-section #categories-list .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.is-open,
          .global-sidebar-section .accordion-content .navPages-list .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.is-open {
            border-bottom: 0; }

.global-sidebar-section .facetedSearch {
  margin-top: 2rem;
  padding: 0;
  border-top: none; }
  .global-sidebar-section .facetedSearch .facetedSearch-refineFilters {
    display: block !important; }
    .global-sidebar-section .facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading {
      color: black;
      font-weight: 800;
      font-size: 18px;
      line-height: 40px;
      text-transform: uppercase;
      border-bottom: 1px solid black;
      margin-bottom: 20px;
      font-family: "Nunito";
      margin-top: 0;
      padding: 0; }
    .global-sidebar-section .facetedSearch .facetedSearch-refineFilters .no-filter {
      color: black;
      font-weight: 500;
      font-size: 16px;
      line-height: 40px;
      margin: 0; }
    .global-sidebar-section .facetedSearch .facetedSearch-refineFilters .inlineList .facetLabel {
      background-color: #ffca2b;
      color: white; }
      .global-sidebar-section .facetedSearch .facetedSearch-refineFilters .inlineList .facetLabel .icon {
        fill: white; }
    .global-sidebar-section .facetedSearch .facetedSearch-refineFilters .remove-filter {
      color: black;
      font-weight: 500;
      font-size: 14px; }
      .global-sidebar-section .facetedSearch .facetedSearch-refineFilters .remove-filter:hover {
        color: #ffca2b; }
  .global-sidebar-section .facetedSearch .facetedSearch-navList {
    display: block !important; }
    .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList {
      border: none; }
      .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block {
        margin-top: 2rem; }
        .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block:first-child {
          margin-top: 0; }
        .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .accordion-navigation {
          margin-bottom: 0 !important;
          border: none;
          padding: 0;
          border-radius: 0; }
          .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .accordion-navigation .accordion-title {
            font-size: 18px;
            font-weight: 700;
            color: black;
            padding: 0; }
          .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .accordion-navigation .icon {
            height: 20px;
            width: 20px;
            fill: black; }
            .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .accordion-navigation .icon:hover {
              fill: #ffca2b; }
        .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .facetedSearch-clearLink {
          right: 25px;
          color: black; }
          .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .facetedSearch-clearLink:hover {
            color: #ffca2b; }
        .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action {
          font-size: 16px;
          font-weight: 500; }
          .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action .navList-action-close {
            background-color: #ffca2b; }
            .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action .navList-action-close .icon {
              fill: white; }
        .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item:hover :before {
          border-color: #ffca2b; }
        .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow {
          display: flex;
          flex-wrap: wrap;
          row-gap: 11px; }
          .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field {
            width: 50%; }
            .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field:last-child {
              width: 100%; }
            .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .form-input {
              border-color: black;
              border-radius: 50px;
              height: 3.2rem;
              background: none;
              color: black; }
              .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .form-input::placeholder {
                color: black;
                font-size: 14px;
                font-weight: 500; }
            .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .button {
              border-radius: 50px;
              border-color: black;
              font-size: 16px;
              color: black;
              font-weight: 500;
              transition: .5s all ease-in-out;
              padding: 1rem 1.5rem; }
              .global-sidebar-section .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .button:hover {
                color: white;
                background-color: #ffca2b;
                border-color: #ffca2b; }

.global-sidebar-section .facetedSearch-toggle {
  display: none !important; }

.global-sidebar-section.is-open .modal-close {
  opacity: 1;
  visibility: visible; }

.global-sidebar-section.is-open::after {
  transform: translate3d(0, 0, 0); }

.global-sidebar-section::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(182, 240, 253, 0.8) 100%);
  backdrop-filter: blur(12.5px);
  z-index: 99999;
  border: none;
  width: calc(100% - 90%);
  transform: translate3d(100%, 0, 0);
  transition: .5s all ease-in-out; }
  @media (min-width: 768px) {
    .global-sidebar-section::after {
      width: calc(100% - 45%); } }
  @media (min-width: 1024px) {
    .global-sidebar-section::after {
      width: calc(100% - 35%); } }
  @media (min-width: 1360px) {
    .global-sidebar-section::after {
      width: calc(100% - 30%); } }
  @media (min-width: 1440px) {
    .global-sidebar-section::after {
      width: calc(100% - 25%); } }
  @media (min-width: 1600px) {
    .global-sidebar-section::after {
      width: calc(100% - 20%); } }

.heading-section {
  position: relative; }
  .heading-section .heading-main .heading-image {
    position: relative; }
  @media (min-width: 768px) {
    .heading-section .heading-main .main-heading-subcategory {
      position: absolute;
      top: 0;
      z-index: 9;
      right: 0;
      left: 0; } }
  .heading-section .heading-main .main-heading-subcategory .heading {
    color: white;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.96px;
    margin: 0;
    padding: 30px 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    @media (min-width: 768px) {
      .heading-section .heading-main .main-heading-subcategory .heading {
        font-size: 24px;
        padding: 45px 45px;
        position: initial; } }
    @media (min-width: 1024px) {
      .heading-section .heading-main .main-heading-subcategory .heading {
        font-size: 30px;
        padding: 60px 60px; } }
    @media (min-width: 1360px) {
      .heading-section .heading-main .main-heading-subcategory .heading {
        font-size: 48px;
        padding: 75px 75px; } }
  .heading-section .heading-and-subcategory {
    background-color: #1b1b1b;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 30px; }
    @media (min-width: 768px) {
      .heading-section .heading-and-subcategory {
        max-width: 85%;
        margin-top: 0; } }
    @media (min-width: 1024px) {
      .heading-section .heading-and-subcategory {
        max-width: 80%; } }
    @media (min-width: 1360px) {
      .heading-section .heading-and-subcategory {
        max-width: 66.3%; } }
    .heading-section .heading-and-subcategory.no-sub-category .filter {
      padding-top: 1.5rem;
      border-top: none; }
      @media (min-width: 1024px) {
        .heading-section .heading-and-subcategory.no-sub-category .filter {
          padding-top: 2.6rem; } }
    .heading-section .heading-and-subcategory .page-heading {
      margin: 0;
      color: white;
      font-family: "Josefin Sans";
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: -1.92px;
      padding-top: 10px; }
      @media (min-width: 768px) {
        .heading-section .heading-and-subcategory .page-heading {
          font-size: 35px;
          padding-top: 20px; } }
      @media (min-width: 1024px) {
        .heading-section .heading-and-subcategory .page-heading {
          font-size: 40px;
          line-height: 45px;
          padding-top: 30px; } }
      @media (min-width: 1360px) {
        .heading-section .heading-and-subcategory .page-heading {
          padding-top: 48px; } }
      @media (min-width: 1440px) {
        .heading-section .heading-and-subcategory .page-heading {
          font-size: 48px;
          line-height: 58px; } }

.category-heading-and-subcategory-main {
  padding: 23px 23px; }
  @media (min-width: 1024px) {
    .category-heading-and-subcategory-main {
      padding: 33px 33px; } }
  @media (min-width: 1360px) {
    .category-heading-and-subcategory-main {
      padding: 48px 78px 0 78px; } }
  .category-heading-and-subcategory-main .category-subcategoryList {
    margin: 0;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .category-heading-and-subcategory-main .category-subcategoryList {
        margin-bottom: 43px; } }
    .category-heading-and-subcategory-main .category-subcategoryList .slick-list {
      margin: 0 -10px; }
      @media (min-width: 1024px) {
        .category-heading-and-subcategory-main .category-subcategoryList .slick-list {
          margin: 0 -20px; } }
      @media (min-width: 1360px) {
        .category-heading-and-subcategory-main .category-subcategoryList .slick-list {
          margin: 0 -24px; } }
      .category-heading-and-subcategory-main .category-subcategoryList .slick-list .slick-track {
        margin-left: auto;
        margin-right: auto;
        display: flex; }
        .category-heading-and-subcategory-main .category-subcategoryList .slick-list .slick-track .sub-category {
          padding: 0 10px; }
          @media (min-width: 1024px) {
            .category-heading-and-subcategory-main .category-subcategoryList .slick-list .slick-track .sub-category {
              padding: 0 20px; } }
          @media (min-width: 1360px) {
            .category-heading-and-subcategory-main .category-subcategoryList .slick-list .slick-track .sub-category {
              padding: 0 26px; } }
          .category-heading-and-subcategory-main .category-subcategoryList .slick-list .slick-track .sub-category .category-subcategory-link {
            text-decoration: none; }
            .category-heading-and-subcategory-main .category-subcategoryList .slick-list .slick-track .sub-category .category-subcategory-link .category-subcategory-image {
              padding-bottom: 10px; }
              @media (min-width: 1024px) {
                .category-heading-and-subcategory-main .category-subcategoryList .slick-list .slick-track .sub-category .category-subcategory-link .category-subcategory-image {
                  padding-bottom: 15px; } }
              .category-heading-and-subcategory-main .category-subcategoryList .slick-list .slick-track .sub-category .category-subcategory-link .category-subcategory-image .subcategory-img {
                border-radius: 10px;
                border: 1px solid rgba(56, 56, 56, 0.1);
                transition: .5s all ease-in-out; }
            .category-heading-and-subcategory-main .category-subcategoryList .slick-list .slick-track .sub-category .category-subcategory-link .category-subcategory-name {
              margin: 0;
              color: white;
              text-align: center;
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 14px;
              letter-spacing: -0.14px;
              transition: .5s color ease-in-out; }
          .category-heading-and-subcategory-main .category-subcategoryList .slick-list .slick-track .sub-category:hover .category-subcategory-link .category-subcategory-image .subcategory-img {
            border-color: #383838; }
          .category-heading-and-subcategory-main .category-subcategoryList .slick-list .slick-track .sub-category:hover .category-subcategory-link .category-subcategory-name {
            font-weight: 600; }
    .category-heading-and-subcategory-main .category-subcategoryList .slick-dots {
      bottom: 0; }
      @media (min-width: 1024px) {
        .category-heading-and-subcategory-main .category-subcategoryList .slick-dots {
          bottom: -13px; } }
      .category-heading-and-subcategory-main .category-subcategoryList .slick-dots .slick-active {
        width: 6px;
        height: 6px; }
        .category-heading-and-subcategory-main .category-subcategoryList .slick-dots .slick-active button {
          width: 6px !important;
          height: 6px !important; }
          .category-heading-and-subcategory-main .category-subcategoryList .slick-dots .slick-active button:before {
            width: 6px;
            height: 6px; }
      .category-heading-and-subcategory-main .category-subcategoryList .slick-dots li {
        height: 6px;
        width: 26.25px; }
        .category-heading-and-subcategory-main .category-subcategoryList .slick-dots li button {
          height: 6px !important;
          width: 26.25px !important; }
          .category-heading-and-subcategory-main .category-subcategoryList .slick-dots li button:before {
            height: 6px;
            width: 26.25px; }

.filter {
  border-top: 1px solid #303030;
  padding: 1.5rem 0; }
  @media (min-width: 1024px) {
    .filter {
      padding: 2rem 0; } }
  @media (min-width: 1360px) {
    .filter {
      padding: 2.6rem 0; } }
  .filter .filter-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 19px; }
    @media (min-width: 768px) {
      .filter .filter-main {
        padding: 0 23px; } }
    @media (min-width: 1024px) {
      .filter .filter-main {
        padding: 0 33px; } }
    @media (min-width: 1360px) {
      .filter .filter-main {
        padding: 0 78px; } }
    .filter .filter-main .filter-title {
      margin: 0;
      cursor: pointer; }
      .filter .filter-main .filter-title .title {
        text-decoration: none;
        display: flex;
        align-items: center; }
        .filter .filter-main .filter-title .title:hover .icon svg {
          stroke: #ffca2b; }
        .filter .filter-main .filter-title .title:hover .filter-name {
          color: #ffca2b; }
        .filter .filter-main .filter-title .title .icon {
          height: 40px;
          width: 40px;
          margin: 0;
          margin-right: 0px;
          border-radius: 10px;
          padding: 7px; }
          @media (min-width: 768px) {
            .filter .filter-main .filter-title .title .icon {
              border: none;
              border-radius: 0;
              margin-right: 3px;
              height: 20px;
              width: 20px;
              padding: 0; } }
          @media (min-width: 1024px) {
            .filter .filter-main .filter-title .title .icon {
              height: 24px;
              width: 24px;
              margin-right: 6px; } }
          .filter .filter-main .filter-title .title .icon svg {
            fill: transparent;
            stroke: white; }
        .filter .filter-main .filter-title .title .filter-name {
          color: white;
          font-family: "Nunito";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin: 0;
          display: none; }
          @media (min-width: 768px) {
            .filter .filter-main .filter-title .title .filter-name {
              display: block; } }
          @media (min-width: 1024px) {
            .filter .filter-main .filter-title .title .filter-name {
              font-size: 16px; } }
    .filter .filter-main .actionBar {
      margin: 0; }
      @media (min-width: 768px) {
        .filter .filter-main .actionBar {
          margin-top: 0; } }
      .filter .filter-main .actionBar .actionBar-section .form-field {
        border: none;
        margin: 0;
        border-radius: initial;
        display: flex;
        align-items: center;
        background: none; }
        .filter .filter-main .actionBar .actionBar-section .form-field .form-label {
          color: white;
          font-family: "Nunito";
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          padding: 0 10px 0 0; }
          @media (min-width: 768px) {
            .filter .filter-main .actionBar .actionBar-section .form-field .form-label {
              font-size: 14px;
              margin-right: 6px; } }
          @media (min-width: 1024px) {
            .filter .filter-main .actionBar .actionBar-section .form-field .form-label {
              font-size: 16px;
              margin-right: 12px; } }
        .filter .filter-main .actionBar .actionBar-section .form-field .form-select {
          color: white;
          font-family: "Nunito";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          height: 40px;
          width: 266px;
          border: 1px solid rgba(0, 0, 0, 0.2);
          background-color: #222222;
          border-radius: 10px;
          padding: 0;
          padding-left: 15px;
          background-position: right 1rem top 0.5rem;
          background-size: 1.68571rem;
          max-width: 12rem; }
          @media (min-width: 1024px) {
            .filter .filter-main .actionBar .actionBar-section .form-field .form-select {
              font-size: 16px;
              height: 50px;
              max-width: 20rem;
              background-position: right 1rem top 1rem; } }

.banners {
  margin-bottom: 30px; }
  .banners .banner {
    padding: 0;
    max-width: 100%; }

.shop-by-main {
  border-bottom: 1px solid #303030;
  padding-bottom: 24px;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .shop-by-main {
      padding-bottom: 32px;
      margin-bottom: 32px; } }
  @media (min-width: 1024px) {
    .shop-by-main {
      padding-bottom: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 1440px) {
    .shop-by-main {
      margin-bottom: 50px; } }
  @media (min-width: 1600px) {
    .shop-by-main {
      margin-bottom: 64px;
      padding-bottom: 64px; } }
  .shop-by-main .shop-by {
    position: relative; }
    .shop-by-main .shop-by.brands {
      margin-bottom: 32px; }
      @media (min-width: 768px) {
        .shop-by-main .shop-by.brands {
          margin-bottom: 18px; } }
      @media (min-width: 1024px) {
        .shop-by-main .shop-by.brands {
          margin-bottom: 28px; } }
      @media (min-width: 1600px) {
        .shop-by-main .shop-by.brands {
          margin-bottom: 32px; } }
    .shop-by-main .shop-by .shop-by-img {
      position: relative;
      height: 100%;
      width: 100%; }
      .shop-by-main .shop-by .shop-by-img::before {
        padding-bottom: 18%;
        content: "";
        display: block; }
        @media (min-width: 1024px) {
          .shop-by-main .shop-by .shop-by-img::before {
            padding-bottom: 12%; } }
      .shop-by-main .shop-by .shop-by-img img {
        border-radius: 5px;
        position: absolute;
        object-fit: contain;
        top: 0;
        left: 0;
        display: block;
        height: 100%;
        width: 100%; }
      .shop-by-main .shop-by .shop-by-img .shop-by-dropdown {
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translate(-7%, -50%);
        right: 7%; }
        @media (min-width: 768px) {
          .shop-by-main .shop-by .shop-by-img .shop-by-dropdown {
            width: 40px;
            height: 40px; } }
        @media (min-width: 1024px) {
          .shop-by-main .shop-by .shop-by-img .shop-by-dropdown {
            width: 50px;
            height: 50px; } }
        @media (min-width: 1600px) {
          .shop-by-main .shop-by .shop-by-img .shop-by-dropdown {
            width: 60px;
            height: 60px; } }
        .shop-by-main .shop-by .shop-by-img .shop-by-dropdown .active {
          transform: rotate(-180deg); }
        .shop-by-main .shop-by .shop-by-img .shop-by-dropdown .arrow-down-homepage {
          width: 30px;
          height: 30px; }
          @media (min-width: 768px) {
            .shop-by-main .shop-by .shop-by-img .shop-by-dropdown .arrow-down-homepage {
              width: 40px;
              height: 40px; } }
          @media (min-width: 1024px) {
            .shop-by-main .shop-by .shop-by-img .shop-by-dropdown .arrow-down-homepage {
              width: 50px;
              height: 50px; } }
          @media (min-width: 1600px) {
            .shop-by-main .shop-by .shop-by-img .shop-by-dropdown .arrow-down-homepage {
              width: 60px;
              height: 60px; } }
    .shop-by-main .shop-by .shop-by-desc {
      display: flex;
      flex-direction: column-reverse; }
      @media (min-width: 768px) {
        .shop-by-main .shop-by .shop-by-desc {
          display: block;
          position: absolute;
          top: 50%;
          left: 18%;
          z-index: 1;
          transform: translate(-18%, -50%); } }
      .shop-by-main .shop-by .shop-by-desc .page-heading {
        font-size: 18px;
        margin-bottom: 15px; }
        @media (min-width: 560px) {
          .shop-by-main .shop-by .shop-by-desc .page-heading {
            font-size: 20px; } }
        @media (min-width: 425px) {
          .shop-by-main .shop-by .shop-by-desc .page-heading {
            font-size: 22px; } }
        @media (min-width: 768px) {
          .shop-by-main .shop-by .shop-by-desc .page-heading {
            text-align: left;
            font-size: 24px;
            margin-bottom: 0px; } }
        @media (min-width: 1024px) {
          .shop-by-main .shop-by .shop-by-desc .page-heading {
            font-size: 28px;
            margin-bottom: 8px; } }
        @media (min-width: 1440px) {
          .shop-by-main .shop-by .shop-by-desc .page-heading {
            font-size: 30px; } }
        @media (min-width: 1600px) {
          .shop-by-main .shop-by .shop-by-desc .page-heading {
            font-size: 32px; } }
      .shop-by-main .shop-by .shop-by-desc .page-subheading {
        margin-bottom: 8px;
        font-size: 12px; }
        @media (min-width: 560px) {
          .shop-by-main .shop-by .shop-by-desc .page-subheading {
            font-size: 14px; } }
        @media (min-width: 425px) {
          .shop-by-main .shop-by .shop-by-desc .page-subheading {
            font-size: 15px; } }
        @media (min-width: 768px) {
          .shop-by-main .shop-by .shop-by-desc .page-subheading {
            font-size: 16px;
            margin-bottom: 0;
            text-align: left; } }
  .shop-by-main .all-brands {
    display: none;
    gap: 15px;
    flex-direction: column;
    padding-bottom: 30px; }
    @media (min-width: 560px) {
      .shop-by-main .all-brands {
        flex-direction: row; } }
    @media (min-width: 1440px) {
      .shop-by-main .all-brands {
        gap: 30px; } }
    .shop-by-main .all-brands .brand_head {
      position: relative; }
      .shop-by-main .all-brands .brand_head .brand_desc {
        position: absolute;
        width: 100%;
        bottom: 10px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .shop-by-main .all-brands .brand_head .brand_desc .brand-link .arrow-up-brands {
          stroke: black; }
        .shop-by-main .all-brands .brand_head .brand_desc.white .page-heading {
          color: white; }
        .shop-by-main .all-brands .brand_head .brand_desc.white .brand-link .arrow-up-brands {
          stroke: white; }
        @media (min-width: 768px) {
          .shop-by-main .all-brands .brand_head .brand_desc {
            padding: 0 40px 0 40px;
            bottom: 20px; } }
        @media (min-width: 1024px) {
          .shop-by-main .all-brands .brand_head .brand_desc {
            padding: 0 80px 0 70px;
            bottom: 40px; } }
        @media (min-width: 1600px) {
          .shop-by-main .all-brands .brand_head .brand_desc {
            padding: 0 91px 0 85px;
            bottom: 85px; } }
    .shop-by-main .all-brands .brands-left, .shop-by-main .all-brands .brands-right {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      @media (min-width: 560px) {
        .shop-by-main .all-brands .brands-left, .shop-by-main .all-brands .brands-right {
          width: 50%; } }
      @media (min-width: 1440px) {
        .shop-by-main .all-brands .brands-left, .shop-by-main .all-brands .brands-right {
          gap: 30px; } }
  .shop-by-main .all-collection {
    display: none;
    flex-direction: column;
    gap: 15px;
    padding-top: 12px; }
    @media (min-width: 768px) {
      .shop-by-main .all-collection {
        padding-top: 18px; } }
    @media (min-width: 1024px) {
      .shop-by-main .all-collection {
        padding-top: 28px; } }
    @media (min-width: 1440px) {
      .shop-by-main .all-collection {
        gap: 30px; } }
    @media (min-width: 1600px) {
      .shop-by-main .all-collection {
        padding-top: 32px; } }
    .shop-by-main .all-collection .collection-second {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      @media (min-width: 768px) {
        .shop-by-main .all-collection .collection-second {
          flex-direction: row; } }
      @media (min-width: 1440px) {
        .shop-by-main .all-collection .collection-second {
          gap: 30px; } }
      @media (min-width: 768px) {
        .shop-by-main .all-collection .collection-second .collection-second-left {
          width: 50%; } }
      .shop-by-main .all-collection .collection-second .collection-second-right {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        @media (min-width: 768px) {
          .shop-by-main .all-collection .collection-second .collection-second-right {
            width: 50%; } }
        @media (min-width: 1440px) {
          .shop-by-main .all-collection .collection-second .collection-second-right {
            gap: 30px; } }
    .shop-by-main .all-collection .collection-third {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      @media (min-width: 768px) {
        .shop-by-main .all-collection .collection-third {
          flex-direction: row; } }
      @media (min-width: 1440px) {
        .shop-by-main .all-collection .collection-third {
          gap: 30px; } }
      .shop-by-main .all-collection .collection-third .collection-third-left {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        @media (min-width: 768px) {
          .shop-by-main .all-collection .collection-third .collection-third-left {
            width: 65%; } }
        @media (min-width: 1440px) {
          .shop-by-main .all-collection .collection-third .collection-third-left {
            gap: 30px; } }
        .shop-by-main .all-collection .collection-third .collection-third-left .collection-third-left-bottom {
          display: flex;
          flex-direction: column;
          gap: 15px; }
          @media (min-width: 768px) {
            .shop-by-main .all-collection .collection-third .collection-third-left .collection-third-left-bottom {
              flex-direction: row; } }
          @media (min-width: 1440px) {
            .shop-by-main .all-collection .collection-third .collection-third-left .collection-third-left-bottom {
              gap: 30px; } }
      @media (min-width: 768px) {
        .shop-by-main .all-collection .collection-third .collection-third-right {
          width: 35%; } }
    .shop-by-main .all-collection .collection-fourth {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      @media (min-width: 768px) {
        .shop-by-main .all-collection .collection-fourth {
          flex-direction: row; } }
      @media (min-width: 1440px) {
        .shop-by-main .all-collection .collection-fourth {
          gap: 30px; } }

.compare-popup {
  position: fixed;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  overflow: auto;
  z-index: 1010;
  display: block; }
  .compare-popup .popup-section {
    max-width: 25%;
    position: absolute;
    background: linear-gradient(135deg, #f2e635 0%, #f2bc1b 100%);
    border-radius: 10px;
    top: 15px;
    right: 15px;
    left: 15px;
    padding: 20px; }
    @media (min-width: 768px) {
      .compare-popup .popup-section {
        max-width: 30%;
        left: auto;
        top: 115px; } }
    @media (min-width: 1024px) {
      .compare-popup .popup-section {
        top: 15px; } }
    @media (min-width: 1440px) {
      .compare-popup .popup-section {
        max-width: 20%; } }
    .compare-popup .popup-section .close-btn {
      text-decoration: none;
      color: black;
      font-size: 18px;
      font-weight: 700;
      line-height: 10px;
      display: inline-block;
      position: absolute;
      top: 10px;
      right: 15px; }
    .compare-popup .popup-section .popup-heading {
      margin: 0;
      color: black;
      font-weight: 700; }
    .compare-popup .popup-section .popup-content {
      margin: 0;
      color: black;
      font-weight: 500; }

.usp {
  position: relative;
  padding: 17px 0 17px 17px;
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .usp {
      padding: 34px 0 34px 34px; } }
  @media (min-width: 1024px) {
    .usp {
      padding: 57px 0 57px 57px; } }
  @media (min-width: 1440px) {
    .usp {
      margin-bottom: 70px; } }
  @media (min-width: 1600px) {
    .usp {
      margin-bottom: 102px; } }
  .usp .usp-main {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-image: linear-gradient(90deg, transparent 0%, #303030 40%, rgba(48, 48, 48, 0) 100%);
    border-image-slice: 1;
    gap: 53px; }
    @media (min-width: 1024px) {
      .usp .usp-main {
        gap: 0px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        flex-direction: row;
        gap: 50px; } }
    @media (min-width: 1360px) {
      .usp .usp-main {
        gap: 70px; } }
    @media (min-width: 1600px) {
      .usp .usp-main {
        gap: 88px; } }
    .usp .usp-main .usp-left {
      position: relative; }
      @media (min-width: 1024px) {
        .usp .usp-main .usp-left {
          margin: 0;
          position: initial;
          width: 60%; } }
      .usp .usp-main .usp-left .usp-background {
        background-color: #1b1b1b;
        width: 85%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        z-index: -1;
        display: block;
        border-radius: 10px; }
        @media (min-width: 1024px) {
          .usp .usp-main .usp-left .usp-background {
            width: 50%;
            border-radius: 30px; } }
    @media (min-width: 1024px) {
      .usp .usp-main .usp-right {
        width: 50%;
        padding: 10px 0; } }
    @media (min-width: 1360px) {
      .usp .usp-main .usp-right {
        width: 45%; } }
    @media (min-width: 1600px) {
      .usp .usp-main .usp-right {
        width: 40%; } }
    .usp .usp-main .usp-right .page-heading {
      text-align: center;
      font-size: 24px;
      margin-bottom: 24px;
      letter-spacing: -0.96px; }
      @media (min-width: 1024px) {
        .usp .usp-main .usp-right .page-heading {
          letter-spacing: initial;
          text-align: left;
          margin-bottom: 12px; } }
      @media (min-width: 1440px) {
        .usp .usp-main .usp-right .page-heading {
          font-size: 32px;
          margin-bottom: 24px; } }
      @media (min-width: 1600px) {
        .usp .usp-main .usp-right .page-heading {
          font-size: 48px; } }
    .usp .usp-main .usp-right .usp-section {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .usp .usp-main .usp-right .usp-section .usp {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        text-align: center;
        padding: 0;
        margin: 0; }
        @media (min-width: 1024px) {
          .usp .usp-main .usp-right .usp-section .usp {
            gap: 28px;
            justify-content: initial;
            text-align: left; } }
        .usp .usp-main .usp-right .usp-section .usp:not(:last-child) {
          border-bottom: 1px solid transparent;
          border-image: linear-gradient(90deg, #303030 0%, rgba(48, 48, 48, 0) 100%);
          border-image-slice: 1;
          padding-bottom: 8px;
          width: 100%; }
          @media (min-width: 1024px) {
            .usp .usp-main .usp-right .usp-section .usp:not(:last-child) {
              width: 60%; } }
          @media (min-width: 1360px) {
            .usp .usp-main .usp-right .usp-section .usp:not(:last-child) {
              width: 50%; } }
        .usp .usp-main .usp-right .usp-section .usp .icon {
          width: 30px;
          height: 30px; }
          .usp .usp-main .usp-right .usp-section .usp .icon .usp-icon {
            fill: #ffca2b;
            stroke-width: 2; }
        .usp .usp-main .usp-right .usp-section .usp .usp-desc .usp-heading {
          color: #ffca2b;
          font-family: "Josefin Sans";
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 16px;
          margin: 10px 0; }
          @media (min-width: 1024px) {
            .usp .usp-main .usp-right .usp-section .usp .usp-desc .usp-heading {
              font-size: 16px;
              margin: 7px 0; } }
          @media (min-width: 1360px) {
            .usp .usp-main .usp-right .usp-section .usp .usp-desc .usp-heading {
              margin: 10px 0; } }
          @media (min-width: 1440px) {
            .usp .usp-main .usp-right .usp-section .usp .usp-desc .usp-heading {
              font-size: 17px; } }
          @media (min-width: 1600px) {
            .usp .usp-main .usp-right .usp-section .usp .usp-desc .usp-heading {
              font-size: 18px; } }
        .usp .usp-main .usp-right .usp-section .usp .usp-desc .usp-subheading {
          color: white;
          font-family: "Josefin Sans";
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          line-height: 16px;
          margin: 0; }
          @media (min-width: 1024px) {
            .usp .usp-main .usp-right .usp-section .usp .usp-desc .usp-subheading {
              font-size: 13px; } }
          @media (min-width: 1440px) {
            .usp .usp-main .usp-right .usp-section .usp .usp-desc .usp-subheading {
              font-size: 14px; } }
          @media (min-width: 1600px) {
            .usp .usp-main .usp-right .usp-section .usp .usp-desc .usp-subheading {
              font-size: 15px; } }

.instagram-section {
  padding-top: 64px; }
  .instagram-section .section-title .page-heading {
    font-family: "Nunito";
    margin: 0; }
  .instagram-section .instagram .instagram-content .instafeed {
    margin-bottom: 48px; }
    @media (min-width: 768px) {
      .instagram-section .instagram .instagram-content .instafeed {
        margin-bottom: 60px; } }
    @media (min-width: 1024px) {
      .instagram-section .instagram .instagram-content .instafeed {
        margin-bottom: 90px; } }
    @media (min-width: 1360px) {
      .instagram-section .instagram .instagram-content .instafeed {
        margin-bottom: 127px; } }
    .instagram-section .instagram .instagram-content .instafeed .slick-dots {
      margin-top: 14px; }
      @media (min-width: 1024px) {
        .instagram-section .instagram .instagram-content .instafeed .slick-dots {
          margin-top: -9px; } }
    .instagram-section .instagram .instagram-content .instafeed .slick-track {
      display: flex;
      gap: 30px;
      padding-bottom: 32px; }
      @media (min-width: 1024px) {
        .instagram-section .instagram .instagram-content .instafeed .slick-track {
          margin-left: -75px; } }
      @media (min-width: 1600px) {
        .instagram-section .instagram .instagram-content .instafeed .slick-track {
          margin-left: -115px; } }
      .instagram-section .instagram .instagram-content .instafeed .slick-track .content {
        position: relative; }
        .instagram-section .instagram .instagram-content .instafeed .slick-track .content .custom_insta_link img {
          border-radius: 10px;
          transition: all 0.5s ease-in-out; }
        .instagram-section .instagram .instagram-content .instafeed .slick-track .content .custom_insta_link .hover-link {
          display: flex;
          align-items: center;
          justify-content: center;
          background: linear-gradient(137deg, rgba(242, 230, 53, 0.6) 0%, rgba(242, 188, 27, 0.78) 0.01%, rgba(242, 230, 53, 0.4) 100%);
          -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
          backdrop-filter: blur(2px);
          opacity: 0;
          gap: 15px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 80px 30px;
          transition: opacity 0.3s ease-in-out;
          border-radius: 10px; }
          @media (min-width: 1024px) {
            .instagram-section .instagram .instagram-content .instafeed .slick-track .content .custom_insta_link .hover-link {
              padding: 80px 30px; } }
          @media (min-width: 1600px) {
            .instagram-section .instagram .instagram-content .instafeed .slick-track .content .custom_insta_link .hover-link {
              padding: 120px 60px; } }
          .instagram-section .instagram .instagram-content .instafeed .slick-track .content .custom_insta_link .hover-link .button {
            padding: 8px 8px;
            font-size: 14px;
            margin: 0; }
            @media (min-width: 1024px) {
              .instagram-section .instagram .instagram-content .instafeed .slick-track .content .custom_insta_link .hover-link .button {
                font-size: 12px; } }
            @media (min-width: 1600px) {
              .instagram-section .instagram .instagram-content .instafeed .slick-track .content .custom_insta_link .hover-link .button {
                font-size: 14px; } }
          .instagram-section .instagram .instagram-content .instafeed .slick-track .content .custom_insta_link .hover-link .link-icon {
            width: 24px;
            height: 24px; }
            .instagram-section .instagram .instagram-content .instafeed .slick-track .content .custom_insta_link .hover-link .link-icon svg {
              width: 24px;
              height: 24px;
              fill: black; }
        .instagram-section .instagram .instagram-content .instafeed .slick-track .content .custom_insta_link:hover {
          background-color: black 0; }
          .instagram-section .instagram .instagram-content .instafeed .slick-track .content .custom_insta_link:hover .hover-link {
            opacity: 1; }

.main-feedback {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #303030;
  gap: 8px;
  padding-bottom: 32px;
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .main-feedback {
      gap: 32px;
      flex-direction: row;
      padding-bottom: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 1440px) {
    .main-feedback {
      padding-bottom: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 1600px) {
    .main-feedback {
      padding-bottom: 64px;
      margin-bottom: 64px; } }
  .main-feedback .side-filter {
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    background-color: #1b1b1b;
    position: relative;
    padding: 38px 38px 24px 38px; }
    .main-feedback .side-filter::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='146' height='135' viewBox='0 0 146 135'%3E%3Cpath d='M54.2929 76.2188V135H0V88.5938C0 63.4688 3.00064 45.2812 9.00193 34.0312C16.8786 19.0312 29.35 7.6875 46.4162 0L58.7938 19.6875C48.4791 24 40.8838 30.4688 36.0077 39.0938C31.1317 47.5312 28.4123 59.9063 27.8497 76.2188H54.2929ZM141.499 76.2188V135H87.2062V88.5938C87.2062 63.4688 90.2068 45.2812 96.2081 34.0312C104.085 19.0312 116.556 7.6875 133.622 0L146 19.6875C135.685 24 128.09 30.4688 123.214 39.0938C118.338 47.5312 115.618 59.9063 115.056 76.2188H141.499Z' fill='%23ffca2b'  /%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 59px;
      width: 63px;
      opacity: 0.1; }
      @media (min-width: 1024px) {
        .main-feedback .side-filter::after {
          height: 74px;
          width: 80px; } }
      @media (min-width: 1360px) {
        .main-feedback .side-filter::after {
          height: 105px;
          width: 116px; } }
      @media (min-width: 1440px) {
        .main-feedback .side-filter::after {
          height: 120px;
          width: 131px; } }
      @media (min-width: 1600px) {
        .main-feedback .side-filter::after {
          height: 135px;
          width: 146px; } }
    @media (min-width: 1024px) {
      .main-feedback .side-filter {
        text-align: left;
        align-items: initial;
        justify-content: initial;
        width: 32%;
        border-radius: 10px; } }
    @media (min-width: 1360px) {
      .main-feedback .side-filter {
        padding: 68px; } }
    .main-feedback .side-filter .feedback-heading {
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin: 0;
      font-size: 24px;
      padding-bottom: 26px;
      color: white; }
      @media (min-width: 1024px) {
        .main-feedback .side-filter .feedback-heading {
          width: 100%;
          max-width: 72%; } }
      @media (min-width: 1360px) {
        .main-feedback .side-filter .feedback-heading {
          font-size: 28px; } }
      @media (min-width: 1440px) {
        .main-feedback .side-filter .feedback-heading {
          font-size: 30px; } }
      @media (min-width: 1600px) {
        .main-feedback .side-filter .feedback-heading {
          font-size: 32px; } }
    .main-feedback .side-filter .feedback-subheading {
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 0;
      font-size: 14px;
      color: white;
      padding-bottom: 26px; }
      @media (min-width: 1024px) {
        .main-feedback .side-filter .feedback-subheading {
          width: 100%;
          max-width: 80%; } }
      @media (min-width: 1360px) {
        .main-feedback .side-filter .feedback-subheading {
          font-size: 14px; } }
      @media (min-width: 1440px) {
        .main-feedback .side-filter .feedback-subheading {
          font-size: 15px; } }
      @media (min-width: 1600px) {
        .main-feedback .side-filter .feedback-subheading {
          font-size: 16px; } }
    .main-feedback .side-filter .filter-btn {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -38px; }
      @media (min-width: 1360px) {
        .main-feedback .side-filter .filter-btn {
          margin: 0 -68px; } }
      .main-feedback .side-filter .filter-btn .all-feed-main,
      .main-feedback .side-filter .filter-btn .text-feed-main,
      .main-feedback .side-filter .filter-btn .video-feed-main {
        display: block;
        width: 100%;
        border-top: 1px solid #303030;
        padding: 0 38px; }
        @media (min-width: 1360px) {
          .main-feedback .side-filter .filter-btn .all-feed-main,
          .main-feedback .side-filter .filter-btn .text-feed-main,
          .main-feedback .side-filter .filter-btn .video-feed-main {
            padding: 0 68px; } }
      .main-feedback .side-filter .filter-btn button {
        text-align: center;
        width: auto;
        padding: 14px 36px;
        position: relative;
        color: white;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize; }
        @media (min-width: 1024px) {
          .main-feedback .side-filter .filter-btn button {
            font-size: 14px;
            padding: 20px 36px; } }
        @media (min-width: 1360px) {
          .main-feedback .side-filter .filter-btn button {
            font-size: 16px; } }
        @media (min-width: 1600px) {
          .main-feedback .side-filter .filter-btn button {
            font-size: 18px; } }
        .main-feedback .side-filter .filter-btn button:focus {
          outline-offset: 0;
          outline: 0px !important; }
        .main-feedback .side-filter .filter-btn button::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 16px;
          height: 16px;
          border-radius: 50%;
          border: 1px solid; }
        .main-feedback .side-filter .filter-btn button::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 4px;
          transform: translateY(-50%);
          width: 8px;
          height: 8px;
          border-radius: 50%; }
        .main-feedback .side-filter .filter-btn button.active::before {
          border-color: #ffca2b; }
        .main-feedback .side-filter .filter-btn button.active::after {
          background: #ffca2b; }
  @media (min-width: 1024px) {
    .main-feedback .feedback-main-content {
      width: 66%; } }
  .main-feedback .feedback-main-content .feedback-main-slider {
    margin-bottom: 48px; }
    .main-feedback .feedback-main-content .feedback-main-slider .slick-list {
      padding: 0 !important;
      margin-bottom: 16px; }
      @media (min-width: 1024px) {
        .main-feedback .feedback-main-content .feedback-main-slider .slick-list {
          margin-bottom: 24px; } }
      @media (min-width: 1360px) {
        .main-feedback .feedback-main-content .feedback-main-slider .slick-list {
          margin-bottom: 32px; } }
      @media (min-width: 1440px) {
        .main-feedback .feedback-main-content .feedback-main-slider .slick-list {
          margin-bottom: 40px; } }
      @media (min-width: 1600px) {
        .main-feedback .feedback-main-content .feedback-main-slider .slick-list {
          margin-bottom: 48px; } }
      .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-track {
        display: flex; }
        .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-track .slick-current {
          background: none !important; }
      .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide {
        height: auto;
        background-position: center !important;
        background-repeat: no-repeat !important;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        position: relative; }
        @media (min-width: 768px) {
          .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide {
            align-items: center; } }
        @media (min-width: 1024px) {
          .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide {
            align-items: normal;
            flex-direction: row; } }
        .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide .feed-image,
        .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide .feed-content {
          display: none; }
        @media (min-width: 1024px) {
          .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, white 6.58%, #b6f0fd 91.08%);
            opacity: 0.8;
            border-radius: 10px; } }
        .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active {
          position: relative; }
          @media (min-width: 1024px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active {
              width: 100px !important;
              height: 400px !important; } }
          @media (min-width: 1280px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active {
              width: 125px !important;
              height: 400px !important; } }
          @media (min-width: 1360px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active {
              width: 139px !important;
              height: 456px !important; } }
          @media (min-width: 1440px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active {
              width: 144px !important; } }
          @media (min-width: 1600px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active {
              width: 152px !important;
              height: 506px !important; } }
          @media (min-width: 1920px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active {
              width: 135px !important; } }
          @media (min-width: 1024px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: linear-gradient(135deg, white 6.58%, #b6f0fd 91.08%);
              opacity: 0.8;
              border-radius: 10px; } }
          .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active .feed-image,
          .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active .feed-content {
            display: none; }
          .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.video-feed::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 48px;
            height: 50px;
            display: block;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 576 512'%3E%3Cpath d='M549.7 124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8 64 288 64 288 64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z' fill='%23ffca2b'  /%3E%3C/svg%3E");
            background-position: center;
            background-repeat: no-repeat;
            background-color: black;
            border-radius: 50%; }
          @media (min-width: 1024px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center {
              width: 448px !important;
              height: 400px !important; } }
          @media (min-width: 1280px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center {
              width: 570px !important;
              height: 400px !important; } }
          @media (min-width: 1360px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center {
              width: 595px !important;
              height: 456px !important; } }
          @media (min-width: 1440px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center {
              width: 640px !important; } }
          @media (min-width: 1600px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center {
              width: 730px !important;
              height: 506px !important; } }
          @media (min-width: 1680px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center {
              width: 785px !important; } }
          @media (min-width: 1920px) {
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center {
              width: 846px !important; } }
          .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-image,
          .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content {
            display: block; }
          .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-image {
            position: relative; }
            @media (min-width: 1024px) {
              .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-image {
                width: 42%;
                padding-left: 16px; } }
            @media (min-width: 1600px) {
              .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-image {
                width: 35%; } }
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-image img, .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-image iframe {
              height: 100%;
              border-radius: 10px;
              object-fit: cover; }
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-image .youtube {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              fill: #ffca2b;
              background-color: #303030;
              border-radius: 50%; }
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-image svg {
              width: 60px;
              height: 60px;
              padding: 18px 4px; }
          .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content {
            background: #1b1b1b;
            padding: 31px;
            border-radius: 5px; }
            @media (min-width: 1024px) {
              .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content {
                border-radius: 0px;
                width: 65%;
                display: flex;
                align-items: flex-start;
                justify-content: center;
                flex-direction: column;
                padding: 0 35px; } }
            @media (min-width: 1280px) {
              .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content {
                padding: 0 50px; } }
            @media (min-width: 1360px) {
              .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content {
                padding: 0 60px; } }
            @media (min-width: 1440px) {
              .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content {
                padding: 0 75px; } }
            @media (min-width: 1600px) {
              .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content {
                padding: 0 98px; } }
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-quote-small {
              width: 10px;
              height: 9px;
              fill: #ffca2b; }
              @media (min-width: 1024px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-quote-small {
                  width: 38px;
                  height: 35px; } }
              @media (min-width: 1280px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-quote-small {
                  margin: 0 0 9px 0; } }
              @media (min-width: 1360px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-quote-small {
                  margin: 0 0 9px 0; } }
              @media (min-width: 1440px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-quote-small {
                  margin: 0 0 14px 0; } }
              @media (min-width: 1600px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-quote-small {
                  margin: 0 0 18px 0; } }
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-desc {
              font-style: normal;
              font-weight: 400;
              text-align: center;
              font-size: 14px;
              margin-bottom: 34px;
              color: white; }
              @media (min-width: 1024px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-desc {
                  text-align: left;
                  font-size: 12px;
                  line-height: 18px;
                  margin: 0 0 16px 0; } }
              @media (min-width: 1280px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-desc {
                  font-size: 14px;
                  line-height: 20px;
                  margin: 0 0 20px 0; } }
              @media (min-width: 1360px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-desc {
                  margin: 0 0 22px 0; } }
              @media (min-width: 1440px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-desc {
                  font-size: 15px;
                  margin: 0 0 28px 0; } }
              @media (min-width: 1600px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-desc {
                  font-size: 16px; } }
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-author {
              font-style: normal;
              font-weight: 700;
              line-height: normal;
              text-align: center;
              color: white;
              margin: 0;
              font-family: "Nunito"; }
              @media (min-width: 1024px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-author {
                  text-align: left;
                  margin: 0 0 4px 0;
                  font-size: 16px; } }
              @media (min-width: 1360px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-author {
                  margin: 0 0 8px 0;
                  font-size: 20px; } }
              @media (min-width: 1440px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-author {
                  margin: 0 0 10px 0;
                  font-size: 22px; } }
              @media (min-width: 1600px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-author {
                  margin: 0 0 12px 0;
                  font-size: 24px; } }
            .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-post {
              color: white;
              margin: 0;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              text-align: center;
              text-transform: capitalize;
              font-family: "Nunito"; }
              @media (min-width: 1024px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-post {
                  text-align: left;
                  font-size: 12px; } }
              @media (min-width: 1440px) {
                .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center .feed-content .feedback-post {
                  font-size: 14px; } }
          .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: transparent;
            opacity: 0; }
          .main-feedback .feedback-main-content .feedback-main-slider .slick-list .slick-slide.slick-active.slick-center.video-feed::after {
            display: none; }

.Electronics .form-fileDescription, .Kids .form-fileDescription {
  color: white; }

.Toys .form-options .form-file {
  color: white; }

.Toys .page-content--centered ul, .Toys .page-content--centered li {
  color: white; }

.message {
  display: block;
  width: 100%;
  color: #ffffff !important;
  cursor: pointer; }

#paypal-commerce-proddetails-messaging-banner {
  background-color: #ffffff;
  padding: 17px 10px 10px 10px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  max-height: 30px;
  margin-bottom: 30px; }

#bestOffer {
  margin-top: 20px; }

.previewCart-additionalCheckoutButtons {
  padding-right: unset;
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end; }

.cart-total-main-section .cart-additionalCheckoutButtons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 36px; }
  @media (min-width: 768px) {
    .cart-total-main-section .cart-additionalCheckoutButtons {
      padding-left: 36px; } }
  @media (min-width: 1440px) {
    .cart-total-main-section .cart-additionalCheckoutButtons {
      padding-left: 47px; } }

.cart-total-main-section #banner-region- {
  width: 100%; }

.cart-total-main-section #paypal-commerce-cart-messaging-banner {
  background-color: #ffffff;
  padding: 17px 10px 10px 15px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  max-height: 30px; }
  @media (min-width: 768px) {
    .cart-total-main-section #paypal-commerce-cart-messaging-banner {
      padding-left: 36px; } }
  @media (min-width: 1440px) {
    .cart-total-main-section #paypal-commerce-cart-messaging-banner {
      padding-left: 47px; } }

.heroCarousel {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #303030; }
  @media (min-width: 768px) {
    .heroCarousel {
      padding-bottom: 32px;
      margin-bottom: 32px; } }
  @media (min-width: 1024px) {
    .heroCarousel {
      padding-bottom: 40px;
      margin-bottom: 40px;
      margin-top: 0; } }
  @media (min-width: 1440px) {
    .heroCarousel {
      margin-bottom: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 1600px) {
    .heroCarousel {
      margin-bottom: 64px;
      padding-bottom: 64px; } }
  .heroCarousel .carousel-play-pause-button {
    background: linear-gradient(137deg, rgba(242, 230, 53, 0.6) 0%, rgba(242, 188, 27, 0.78) 0.01%, rgba(242, 230, 53, 0.4) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: black;
    border-radius: 5px; }
    .heroCarousel .carousel-play-pause-button:hover {
      background: linear-gradient(152deg, #f2bc1b 0%, #f2e635 100%);
      background-position: right center;
      box-shadow: 4px 4px 4px 0px rgba(242, 188, 27, 0.5);
      border: none;
      color: black; }
  .heroCarousel .slick-arrow {
    background-color: #0e0e0e;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    width: 35px;
    height: 35px;
    padding: 0;
    transform: rotate(-90deg);
    top: 38%; }
    @media (min-width: 768px) {
      .heroCarousel .slick-arrow {
        top: 67%; } }
    .heroCarousel .slick-arrow::focus {
      outline: 2px solid #0f7fff !important;
      outline-offset: 1px !important; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-arrow {
        height: 50px;
        width: 50px;
        padding: 8px;
        right: 10px;
        top: 40%; } }
    @media (min-width: 1360px) {
      .heroCarousel .slick-arrow {
        padding: 19px;
        width: 70px;
        height: 70px; } }
    .heroCarousel .slick-arrow:hover {
      border-color: #ffca2b; }
    .heroCarousel .slick-arrow:before {
      background-size: 25px; }
      @media (min-width: 1360px) {
        .heroCarousel .slick-arrow:before {
          background-size: initial; } }
    .heroCarousel .slick-arrow .carousel-tooltip {
      display: none; }
    .heroCarousel .slick-arrow.slick-disabled {
      opacity: 1; }
    .heroCarousel .slick-arrow.slick-prev {
      transform: rotate(-90deg); }
      .heroCarousel .slick-arrow.slick-prev.slick-disabled:hover::before {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M6.95641 11.2294C6.56763 11.6217 6.57046 12.2548 6.96272 12.6436C7.35498 13.0324 7.98814 13.0295 8.37692 12.6373L10.2407 10.7568C11.0004 9.99024 11.5118 9.47643 11.942 9.13097C11.9617 9.11513 11.981 9.09983 12 9.08505L12 18.3333C12 18.8856 12.4477 19.3333 13 19.3333C13.5523 19.3333 14 18.8856 14 18.3333L14 9.08505C14.019 9.09983 14.0383 9.11513 14.058 9.13097C14.4882 9.47644 14.9996 9.99024 15.7593 10.7568L17.6231 12.6373C18.0119 13.0295 18.645 13.0324 19.0373 12.6436C19.4295 12.2548 19.4324 11.6217 19.0436 11.2294L17.1391 9.30785C16.4306 8.59296 15.8397 7.99671 15.3103 7.57159C14.7551 7.12569 14.1716 6.78652 13.4607 6.69591C13.3077 6.67641 13.1539 6.66667 13 6.66667C12.8461 6.66667 12.6923 6.67641 12.5393 6.69591C11.8284 6.78652 11.2449 7.12569 10.6897 7.57159C10.1603 7.9967 9.5694 8.59293 8.86091 9.30782L6.95641 11.2294Z' fill='%23ffca2b'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='%23ffca2b'/></svg>"); }
      .heroCarousel .slick-arrow.slick-prev::before {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M6.95641 11.2294C6.56763 11.6217 6.57046 12.2548 6.96272 12.6436C7.35498 13.0324 7.98814 13.0295 8.37692 12.6373L10.2407 10.7568C11.0004 9.99024 11.5118 9.47643 11.942 9.13097C11.9617 9.11513 11.981 9.09983 12 9.08505L12 18.3333C12 18.8856 12.4477 19.3333 13 19.3333C13.5523 19.3333 14 18.8856 14 18.3333L14 9.08505C14.019 9.09983 14.0383 9.11513 14.058 9.13097C14.4882 9.47644 14.9996 9.99024 15.7593 10.7568L17.6231 12.6373C18.0119 13.0295 18.645 13.0324 19.0373 12.6436C19.4295 12.2548 19.4324 11.6217 19.0436 11.2294L17.1391 9.30785C16.4306 8.59296 15.8397 7.99671 15.3103 7.57159C14.7551 7.12569 14.1716 6.78652 13.4607 6.69591C13.3077 6.67641 13.1539 6.66667 13 6.66667C12.8461 6.66667 12.6923 6.67641 12.5393 6.69591C11.8284 6.78652 11.2449 7.12569 10.6897 7.57159C10.1603 7.9967 9.5694 8.59293 8.86091 9.30782L6.95641 11.2294Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='white'/></svg>");
        opacity: 1;
        height: 32px;
        width: 32px; }
      .heroCarousel .slick-arrow.slick-prev:hover::before {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M6.95641 11.2294C6.56763 11.6217 6.57046 12.2548 6.96272 12.6436C7.35498 13.0324 7.98814 13.0295 8.37692 12.6373L10.2407 10.7568C11.0004 9.99024 11.5118 9.47643 11.942 9.13097C11.9617 9.11513 11.981 9.09983 12 9.08505L12 18.3333C12 18.8856 12.4477 19.3333 13 19.3333C13.5523 19.3333 14 18.8856 14 18.3333L14 9.08505C14.019 9.09983 14.0383 9.11513 14.058 9.13097C14.4882 9.47644 14.9996 9.99024 15.7593 10.7568L17.6231 12.6373C18.0119 13.0295 18.645 13.0324 19.0373 12.6436C19.4295 12.2548 19.4324 11.6217 19.0436 11.2294L17.1391 9.30785C16.4306 8.59296 15.8397 7.99671 15.3103 7.57159C14.7551 7.12569 14.1716 6.78652 13.4607 6.69591C13.3077 6.67641 13.1539 6.66667 13 6.66667C12.8461 6.66667 12.6923 6.67641 12.5393 6.69591C11.8284 6.78652 11.2449 7.12569 10.6897 7.57159C10.1603 7.9967 9.5694 8.59293 8.86091 9.30782L6.95641 11.2294Z' fill='%23ffca2b'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='%23ffca2b'/></svg>"); }
    .heroCarousel .slick-arrow.slick-next {
      transform: rotate(-90deg); }
      .heroCarousel .slick-arrow.slick-next.slick-disabled:hover::before {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M8.37692 13.3627C7.98814 12.9705 7.35499 12.9676 6.96272 13.3564C6.57046 13.7452 6.56763 14.3783 6.95641 14.7706L8.86084 16.6921C9.56936 17.407 10.1603 18.0033 10.6897 18.4284C11.2449 18.8743 11.8284 19.2135 12.5393 19.3041C12.6923 19.3236 12.8461 19.3333 13 19.3333C13.1539 19.3333 13.3077 19.3236 13.4607 19.3041C14.1716 19.2135 14.7551 18.8743 15.3103 18.4284C15.8397 18.0033 16.4306 17.407 17.1391 16.6921L19.0436 14.7706C19.4324 14.3783 19.4295 13.7452 19.0373 13.3564C18.645 12.9676 18.0119 12.9705 17.6231 13.3627L15.7593 15.2432C14.9996 16.0098 14.4882 16.5236 14.058 16.869C14.0531 16.873 14.0482 16.8769 14.0433 16.8808C14.0286 16.8925 14.0142 16.9039 14 16.9149L14 7.66667C14 7.11438 13.5523 6.66667 13 6.66667C12.4477 6.66667 12 7.11438 12 7.66667L12 16.9149C11.981 16.9002 11.9617 16.8849 11.942 16.869C11.5118 16.5236 11.0004 16.0098 10.2407 15.2432L8.37692 13.3627Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='white'/></svg>");
        opacity: 1; }
      .heroCarousel .slick-arrow.slick-next::before {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M8.37692 13.3627C7.98814 12.9705 7.35499 12.9676 6.96272 13.3564C6.57046 13.7452 6.56763 14.3783 6.95641 14.7706L8.86084 16.6921C9.56936 17.407 10.1603 18.0033 10.6897 18.4284C11.2449 18.8743 11.8284 19.2135 12.5393 19.3041C12.6923 19.3236 12.8461 19.3333 13 19.3333C13.1539 19.3333 13.3077 19.3236 13.4607 19.3041C14.1716 19.2135 14.7551 18.8743 15.3103 18.4284C15.8397 18.0033 16.4306 17.407 17.1391 16.6921L19.0436 14.7706C19.4324 14.3783 19.4295 13.7452 19.0373 13.3564C18.645 12.9676 18.0119 12.9705 17.6231 13.3627L15.7593 15.2432C14.9996 16.0098 14.4882 16.5236 14.058 16.869C14.0531 16.873 14.0482 16.8769 14.0433 16.8808C14.0286 16.8925 14.0142 16.9039 14 16.9149L14 7.66667C14 7.11438 13.5523 6.66667 13 6.66667C12.4477 6.66667 12 7.11438 12 7.66667L12 16.9149C11.981 16.9002 11.9617 16.8849 11.942 16.869C11.5118 16.5236 11.0004 16.0098 10.2407 15.2432L8.37692 13.3627Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='white'/></svg>");
        opacity: 1;
        height: 32px;
        width: 32px; }
      .heroCarousel .slick-arrow.slick-next:hover::before {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M8.37692 13.3627C7.98814 12.9705 7.35499 12.9676 6.96272 13.3564C6.57046 13.7452 6.56763 14.3783 6.95641 14.7706L8.86084 16.6921C9.56936 17.407 10.1603 18.0033 10.6897 18.4284C11.2449 18.8743 11.8284 19.2135 12.5393 19.3041C12.6923 19.3236 12.8461 19.3333 13 19.3333C13.1539 19.3333 13.3077 19.3236 13.4607 19.3041C14.1716 19.2135 14.7551 18.8743 15.3103 18.4284C15.8397 18.0033 16.4306 17.407 17.1391 16.6921L19.0436 14.7706C19.4324 14.3783 19.4295 13.7452 19.0373 13.3564C18.645 12.9676 18.0119 12.9705 17.6231 13.3627L15.7593 15.2432C14.9996 16.0098 14.4882 16.5236 14.058 16.869C14.0531 16.873 14.0482 16.8769 14.0433 16.8808C14.0286 16.8925 14.0142 16.9039 14 16.9149L14 7.66667C14 7.11438 13.5523 6.66667 13 6.66667C12.4477 6.66667 12 7.11438 12 7.66667L12 16.9149C11.981 16.9002 11.9617 16.8849 11.942 16.869C11.5118 16.5236 11.0004 16.0098 10.2407 15.2432L8.37692 13.3627Z' fill='%23ffca2b'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='%23ffca2b'/></svg>"); }
  .heroCarousel .slick-dots {
    position: relative;
    bottom: -11px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-dots {
        bottom: initial; } }
    .heroCarousel .slick-dots li {
      background: rgba(255, 255, 255, 0.9);
      height: 8px;
      width: 35px;
      padding: 0;
      border-radius: 70px;
      margin: 0 4.5px;
      transition: all 0.5s ease-in-out; }
      @media (min-width: 1024px) {
        .heroCarousel .slick-dots li {
          height: 12px;
          width: 54px; } }
      .heroCarousel .slick-dots li button {
        display: flex;
        align-items: center;
        height: 8px;
        width: 35px !important;
        border-radius: 70px;
        border: none;
        background-color: black;
        transition: all 0.5s ease-in-out; }
        @media (min-width: 1024px) {
          .heroCarousel .slick-dots li button {
            height: 12px;
            width: 54px !important; } }
        .heroCarousel .slick-dots li button::before {
          height: 12px;
          width: 12px;
          left: 0;
          top: 0;
          transition: all 0.5s ease-in-out; }
        .heroCarousel .slick-dots li button .carousel-tooltip {
          display: none; }
        .heroCarousel .slick-dots li button:hover {
          border-color: none;
          background-color: #ffca2b;
          opacity: 0.5; }
          .heroCarousel .slick-dots li button:hover:before {
            background-color: transparent;
            opacity: 0.5; }
      .heroCarousel .slick-dots li.slick-active {
        width: 8px;
        height: 8px; }
        @media (min-width: 1024px) {
          .heroCarousel .slick-dots li.slick-active {
            width: 12px;
            height: 12px; } }
        .heroCarousel .slick-dots li.slick-active button {
          transition: all 0.5s ease-in-out;
          border: none;
          width: 8px !important;
          height: 8px !important; }
          @media (min-width: 1024px) {
            .heroCarousel .slick-dots li.slick-active button {
              width: 12px;
              height: 12px; } }
          .heroCarousel .slick-dots li.slick-active button:before {
            width: 8px;
            height: 8px;
            transition: all 0.5s ease-in-out;
            background-color: #ffca2b; }
            @media (min-width: 1024px) {
              .heroCarousel .slick-dots li.slick-active button:before {
                width: 12px;
                height: 12px; } }
  .heroCarousel.slick-initialized {
    max-height: inherit; }
    @media (min-width: 1024px) {
      .heroCarousel.slick-initialized {
        max-height: 40rem; } }
    @media (min-width: 1360px) {
      .heroCarousel.slick-initialized {
        max-height: 44rem; } }
    @media (min-width: 1440px) {
      .heroCarousel.slick-initialized {
        max-height: 47rem; } }
    @media (min-width: 1600px) {
      .heroCarousel.slick-initialized {
        max-height: 50.5rem; } }
  .heroCarousel .heroCarousel-image-wrapper {
    height: 100%;
    min-height: 100%;
    max-height: none;
    border-radius: 10px; }
  .heroCarousel .heroCarousel-content {
    padding: 0;
    background-color: transparent;
    position: relative;
    transform: none;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .heroCarousel .heroCarousel-content {
        margin: 0;
        max-height: 100%;
        overflow: hidden;
        position: absolute;
        right: 0;
        transform: translateY(-50%);
        top: 50%;
        text-align: left;
        width: 100%;
        max-width: 45%;
        left: 100px; } }
    @media (min-width: 1200px) {
      .heroCarousel .heroCarousel-content {
        max-width: 42%; } }
    @media (min-width: 1360px) {
      .heroCarousel .heroCarousel-content {
        max-width: 40%; } }
    @media (min-width: 1440px) {
      .heroCarousel .heroCarousel-content {
        left: 157px; } }
    @media (min-width: 1600px) {
      .heroCarousel .heroCarousel-content {
        max-width: 37%; } }
    .heroCarousel .heroCarousel-content .heroCarousel-subtitle {
      color: white;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      display: block;
      margin-bottom: 24px;
      font-size: 12px; }
      @media (min-width: 1024px) {
        .heroCarousel .heroCarousel-content .heroCarousel-subtitle {
          margin-bottom: 20px;
          display: inline-block;
          font-size: 14px; } }
      @media (min-width: 1440px) {
        .heroCarousel .heroCarousel-content .heroCarousel-subtitle {
          margin-bottom: 32px; } }
    .heroCarousel .heroCarousel-content .heroCarousel-title {
      font-family: "Josefin Sans";
      font-weight: 700;
      font-size: 24px;
      font-style: normal;
      line-height: 33px;
      margin-bottom: 24px;
      letter-spacing: -0.72px;
      color: white; }
      @media (min-width: 1024px) {
        .heroCarousel .heroCarousel-content .heroCarousel-title {
          font-style: normal;
          margin-bottom: 20px;
          font-size: 28px;
          line-height: 38px; } }
      @media (min-width: 1360px) {
        .heroCarousel .heroCarousel-content .heroCarousel-title {
          font-size: 40px; } }
      @media (min-width: 1440px) {
        .heroCarousel .heroCarousel-content .heroCarousel-title {
          letter-spacing: -1.44px;
          margin-bottom: 32px;
          line-height: 51px; } }
      @media (min-width: 1920px) {
        .heroCarousel .heroCarousel-content .heroCarousel-title {
          font-size: 48px; } }
    .heroCarousel .heroCarousel-content .heroCarousel-description {
      text-align: center;
      font-size: 16px;
      font-style: normal;
      margin-bottom: 24px;
      font-weight: 400;
      line-height: 24px; }
      @media (min-width: 1024px) {
        .heroCarousel .heroCarousel-content .heroCarousel-description {
          font-size: 12px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          text-align: left;
          width: 86%; } }
      @media (min-width: 1360px) {
        .heroCarousel .heroCarousel-content .heroCarousel-description {
          font-size: 13px; } }
      @media (min-width: 1600px) {
        .heroCarousel .heroCarousel-content .heroCarousel-description {
          margin-bottom: 48px;
          font-size: 16px;
          line-height: 24px; } }
    .heroCarousel .heroCarousel-content .heroCarousel-action {
      display: flex;
      align-items: center;
      gap: 16px;
      justify-content: center;
      margin: 0;
      flex-direction: column; }
      @media (min-width: 768px) {
        .heroCarousel .heroCarousel-content .heroCarousel-action {
          flex-direction: row;
          justify-content: center; } }
      @media (min-width: 1024px) {
        .heroCarousel .heroCarousel-content .heroCarousel-action {
          flex-direction: row;
          justify-content: inherit; } }
      .heroCarousel .heroCarousel-content .heroCarousel-action .button {
        margin: 0; }
      .heroCarousel .heroCarousel-content .heroCarousel-action .button--primary {
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
        line-height: normal;
        padding: 12.5px 36px; }
        .heroCarousel .heroCarousel-content .heroCarousel-action .button--primary:focus {
          outline-offset: -2px !important; }
        @media (min-width: 1024px) {
          .heroCarousel .heroCarousel-content .heroCarousel-action .button--primary {
            font-size: 14px; } }
        @media (min-width: 1360px) {
          .heroCarousel .heroCarousel-content .heroCarousel-action .button--primary {
            font-size: 14px; } }
        @media (min-width: 1600px) {
          .heroCarousel .heroCarousel-content .heroCarousel-action .button--primary {
            padding: 13px 36px;
            font-size: 18px;
            border-radius: 8px; } }
      .heroCarousel .heroCarousel-content .heroCarousel-action .button--custom {
        background: linear-gradient(135deg, #b5d8f8 6.58%, #b6f0fd 91.08%);
        border-radius: 8px;
        color: black;
        background-size: 200% auto;
        border: 1px solid rgba(0, 0, 255, 0); }
        .heroCarousel .heroCarousel-content .heroCarousel-action .button--custom:hover, .heroCarousel .heroCarousel-content .heroCarousel-action .button--custom:focus, .heroCarousel .heroCarousel-content .heroCarousel-action .button--custom.is-active, .heroCarousel .heroCarousel-content .heroCarousel-action .button--custom.active {
          background-position: right center;
          color: black;
          border-color: rgba(0, 0, 255, 0);
          outline-offset: -2px !important;
          background: linear-gradient(135deg, #b5d8f8 6.58%, #b5d8f8 91.08%); }
  .heroCarousel .heroCarousel-slide {
    position: relative; }
    .heroCarousel .heroCarousel-slide a {
      text-decoration: none; }
    .heroCarousel .heroCarousel-slide .heroCarousel-image {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      width: 100%;
      max-height: 100%;
      margin: 0 auto; }
    .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
      position: relative;
      display: block;
      overflow: hidden;
      margin-bottom: 24px; }
      .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 106%; }

@media (min-width: 1024px) and (min-width: 1024px) {
  .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper:after {
    padding-bottom: 37%; } }
      .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper.no-img:after {
        padding-bottom: 38%; }
      .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image-mobile {
        display: block; }
        .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image-mobile + .heroCarousel-image {
          display: none;
          width: 1px;
          height: 1px; }
        @media (min-width: 1024px) {
          .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image-mobile {
            display: none;
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            border: 0;
            width: 100%;
            max-height: 100%;
            margin: 0 auto; } }
  .heroCarousel .heroCarousel-image img {
    display: none; }
    .heroCarousel .heroCarousel-image img:not(.image-mobile) {
      object-fit: contain;
      width: 1px;
      height: 1px; }
      @media (min-width: 1024px) {
        .heroCarousel .heroCarousel-image img:not(.image-mobile) {
          width: auto;
          height: auto;
          object-fit: initial;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate3d(-50%, -50%, 0); } }
    .heroCarousel .heroCarousel-image img.image-mobile {
      display: block; }
    .heroCarousel .heroCarousel-image img.image-noMobile {
      min-height: 400px;
      object-fit: cover; }
    .heroCarousel .heroCarousel-image img.lazyload, .heroCarousel .heroCarousel-image img.lazyloading {
      max-height: 100%;
      height: 100%;
      width: auto;
      margin: 0 auto;
      object-fit: scale-down; }
      @media (min-width: 1024px) {
        .heroCarousel .heroCarousel-image img.lazyload, .heroCarousel .heroCarousel-image img.lazyloading {
          height: auto;
          max-height: 100vh; } }
  @media (min-width: 1024px) {
    .heroCarousel .heroCarousel-image img {
      display: block;
      width: 100%; }
      .heroCarousel .heroCarousel-image img.lazyload, .heroCarousel .heroCarousel-image img.lazyloading {
        width: auto; }
      .heroCarousel .heroCarousel-image img.image-mobile {
        display: none; } }
  .heroCarousel .slick-slide .heroCarousel-subtitle,
  .heroCarousel .slick-slide .heroCarousel-title,
  .heroCarousel .slick-slide .heroCarousel-description,
  .heroCarousel .slick-slide .heroCarousel-action {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-current .heroCarousel-subtitle {
    visibility: visible;
    animation-delay: 50ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-title {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-description {
    visibility: visible;
    animation-delay: 150ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-action {
    visibility: visible;
    animation-delay: 200ms;
    animation-name: fadeInUp; }

.card {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
  background: #1b1b1b;
  padding: 18px;
  border: 1px solid rgba(0, 0, 255, 0); }
  @media (min-width: 1024px) {
    .card {
      padding: 24px; } }
  .card:hover {
    box-shadow: 8px 8px 8px rgba(255, 202, 43, 0.1); }
    .card:hover .card-figcaption {
      opacity: 1;
      right: 15px; }
    .card:hover .card-figcaption-body {
      opacity: 1;
      visibility: visible; }
    .card:hover .sold-out-flag-side {
      background-color: #ffca2b; }
    .card:hover .sale-flag-side {
      background-color: #ffca2b; }
  .card .card-figure {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 255, 0);
    background-color: rgba(0, 0, 255, 0); }
    .card .card-figure .card-figure__link {
      border-radius: 20px; }
      .card .card-figure .card-figure__link .card-img-container {
        border-radius: 20px; }
        .card .card-figure .card-figure__link .card-img-container::after {
          padding-bottom: 104.8%; }
        .card .card-figure .card-figure__link .card-img-container img {
          border-radius: 20px; }
    .card .card-figure .card-figcaption {
      left: initial;
      transition: all .3s ease-in-out; }
      .card .card-figure .card-figcaption .card-figcaption-body {
        top: 15px;
        display: block;
        transform: none;
        transition: all .3s ease-in-out; }
        .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button {
          border: 1px solid #ffca2b;
          background-color: #1b1b1b;
          padding: 9px;
          border-radius: 8px;
          transition: all 0.2s ease-in-out;
          margin-top: 8px; }
          .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button:first-child {
            margin-top: 0; }
          .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button:hover {
            background: linear-gradient(152deg, #f2e635 8.5%, #ffca2b 92.21%); }
            .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button:hover .icon .quickview-button,
            .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button:hover .icon .compare-button {
              fill: #303030; }
          .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button.active {
            background: linear-gradient(152deg, #f2e635 8.5%, #ffca2b 92.21%); }
            .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button.active .icon .compare-button {
              fill: #303030; }
          .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button .icon {
            height: 14px;
            width: 16px; }
            .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button .icon .quickview-button,
            .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button .icon .compare-button {
              transition: all 0.5s ease-in-out;
              fill: #ffca2b; }
          .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button input {
            display: none; }
  .card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    text-align: center; }
    .card .card-body [data-test-info-type="brandName"] {
      color: #ffca2b;
      text-transform: capitalize;
      flex: 1 0 auto;
      margin-bottom: 16px; }
      @media (min-width: 1024px) {
        .card .card-body [data-test-info-type="brandName"] {
          margin-bottom: 12px; } }
      @media (min-width: 1440px) {
        .card .card-body [data-test-info-type="brandName"] {
          margin-bottom: 14px; } }
      @media (min-width: 1600px) {
        .card .card-body [data-test-info-type="brandName"] {
          margin-bottom: 16px; } }
    @media (min-width: 1024px) {
      .card .card-body {
        text-align: left; } }
    .card .card-body .card-heading-text {
      color: white;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      flex: 1 0 auto;
      margin-bottom: 5px;
      font-family: "Nunito"; }
      .card .card-body .card-heading-text:hover {
        color: #ffca2b; }
      @media (min-width: 1024px) {
        .card .card-body .card-heading-text {
          font-size: 20px;
          margin-bottom: 12px; } }
      @media (min-width: 1600px) {
        .card .card-body .card-heading-text {
          font-size: 22px;
          margin-bottom: 14px; } }
      @media (min-width: 1600px) {
        .card .card-body .card-heading-text {
          font-size: 24px;
          margin-bottom: 16px; } }
    .card .card-body .card-summary {
      color: #e3e3e3;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      display: block;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      margin-bottom: 18px;
      max-height: 2.5em;
      min-height: 40px;
      -webkit-line-clamp: 2; }
      @media (min-width: 1024px) {
        .card .card-body .card-summary {
          font-size: 16px; } }
      @media (min-width: 425px) {
        .card .card-body .card-summary {
          -webkit-line-clamp: 3;
          max-height: 4.1em; } }
      @media (min-width: 560px) {
        .card .card-body .card-summary {
          -webkit-line-clamp: 2;
          max-height: 2.5em; } }
      @media (min-width: 1024px) {
        .card .card-body .card-summary {
          font-size: 14px;
          margin-bottom: 14px; } }
      @media (min-width: 1440px) {
        .card .card-body .card-summary {
          font-size: 15px;
          margin-bottom: 16px; } }
      @media (min-width: 1600px) {
        .card .card-body .card-summary {
          font-size: 16px;
          margin-bottom: 18px; } }
    .card .card-body .card-text {
      display: flex;
      gap: 16px;
      font-style: normal;
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
      flex: 1 0 auto;
      justify-content: center;
      margin-bottom: 5px;
      align-items: baseline; }
      @media (min-width: 768px) {
        .card .card-body .card-text {
          font-size: 16px; } }
      @media (min-width: 1024px) {
        .card .card-body .card-text {
          gap: 12px;
          justify-content: initial;
          margin-bottom: 14px; } }
      @media (min-width: 1440px) {
        .card .card-body .card-text {
          gap: 14px;
          margin-bottom: 16px; } }
      @media (min-width: 1600px) {
        .card .card-body .card-text {
          gap: 16px;
          margin-bottom: 18px; } }
      .card .card-body .card-text.card-price-section {
        align-items: baseline; }
      .card .card-body .card-text.rating-box {
        min-height: 22px; }
        .card .card-body .card-text.rating-box .rating--small .icon {
          width: 15px;
          height: 15px; }
          @media (min-width: 1024px) {
            .card .card-body .card-text.rating-box .rating--small .icon {
              width: 19px;
              height: 19px; } }
          @media (min-width: 1440px) {
            .card .card-body .card-text.rating-box .rating--small .icon {
              width: 23px;
              height: 23px; } }
      .card .card-body .card-text .price-section--withoutTax .price--withoutTax {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #ffca2b;
        text-transform: capitalize; }
        @media (min-width: 1024px) {
          .card .card-body .card-text .price-section--withoutTax .price--withoutTax {
            font-size: 20px; } }
        @media (min-width: 1440px) {
          .card .card-body .card-text .price-section--withoutTax .price--withoutTax {
            font-size: 22px; } }
        @media (min-width: 1600px) {
          .card .card-body .card-text .price-section--withoutTax .price--withoutTax {
            font-size: 24px; } }
      .card .card-body .card-text .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
      .card .card-body .card-text .price-section--withoutTax.non-sale-price--withoutTax .price--rrp, .card .card-body .card-text .price-section--withoutTax.rrp-price--withoutTax .price--non-sale,
      .card .card-body .card-text .price-section--withoutTax.rrp-price--withoutTax .price--rrp {
        color: #e3e3e3;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media (min-width: 1440px) {
          .card .card-body .card-text .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
          .card .card-body .card-text .price-section--withoutTax.non-sale-price--withoutTax .price--rrp, .card .card-body .card-text .price-section--withoutTax.rrp-price--withoutTax .price--non-sale,
          .card .card-body .card-text .price-section--withoutTax.rrp-price--withoutTax .price--rrp {
            font-size: 14px; } }
        @media (min-width: 1600px) {
          .card .card-body .card-text .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
          .card .card-body .card-text .price-section--withoutTax.non-sale-price--withoutTax .price--rrp, .card .card-body .card-text .price-section--withoutTax.rrp-price--withoutTax .price--non-sale,
          .card .card-body .card-text .price-section--withoutTax.rrp-price--withoutTax .price--rrp {
            font-size: 16px; } }
      .card .card-body .card-text .rating--small.noreview {
        display: none; }
      .card .card-body .card-text .rating--small .card-reviews-number {
        color: #e3e3e3;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 10px; }
      .card .card-body .card-text .rating--small .icon--ratingEmpty svg {
        fill: white; }
  .card .card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .card .card-btn {
        gap: 18px;
        margin-top: 10px; } }
    @media (min-width: 1440px) {
      .card .card-btn {
        gap: 20px; } }
    @media (min-width: 1600px) {
      .card .card-btn {
        gap: 22px; } }
    @media (min-width: 1920px) {
      .card .card-btn {
        gap: 24px; } }
    .card .card-btn .card-figcaption-button {
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      border-radius: 10px;
      width: 100%;
      margin: 0;
      font-family: "Nunito";
      color: black;
      transition: all 0.3s ease-in-out;
      padding: 12.5px 0;
      background: linear-gradient(135deg, #b1f1e5 6.58%, #b1ddf1 91.08%); }
      @media (min-width: 560px) {
        .card .card-btn .card-figcaption-button {
          font-size: 15px; } }
      @media (min-width: 768px) {
        .card .card-btn .card-figcaption-button {
          font-size: 18px; } }
      @media (min-width: 1440px) {
        .card .card-btn .card-figcaption-button {
          padding: 13.5px 0; } }
      @media (min-width: 1600px) {
        .card .card-btn .card-figcaption-button {
          padding: 15.5px 0; } }
      @media (min-width: 1920px) {
        .card .card-btn .card-figcaption-button {
          padding: 18px 0; } }
      .card .card-btn .card-figcaption-button:hover {
        background: linear-gradient(152deg, #f2e635 8.5%, #f2bc1b 92.21%);
        color: black; }
    .card .card-btn .wishlist {
      background: linear-gradient(135deg, #b1f1e5 6.58%, #b1ddf1 91.08%);
      padding: 14.5px 13.5px;
      margin: 0;
      border: none;
      border-radius: 10px;
      transition: all 0.5s ease-in-out; }
      @media (min-width: 1440px) {
        .card .card-btn .wishlist {
          padding: 15.5px 14.5px; } }
      @media (min-width: 1600px) {
        .card .card-btn .wishlist {
          padding: 17.5px 16.5px; } }
      @media (min-width: 1920px) {
        .card .card-btn .wishlist {
          padding: 20px 19px; } }
      .card .card-btn .wishlist:hover {
        background: linear-gradient(152deg, #f2e635 8.5%, #f2bc1b 92.21%);
        color: black; }
        .card .card-btn .wishlist:hover .icon {
          fill: black; }
      .card .card-btn .wishlist .icon {
        transition: all 0.3s ease-in-out;
        width: 22px;
        height: 20px;
        fill: black; }

.productCarousel {
  margin: 0; }
  .productCarousel.slick-slider {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .productCarousel .slick-list {
      margin: 0 -0.75rem; } }
  @media (min-width: 1024px) {
    .productCarousel .slick-list {
      margin-bottom: 35px; } }
  .productCarousel .slick-list .slick-track {
    display: flex; }
    .productCarousel .slick-list .slick-track .productCarousel-slide {
      display: flex;
      flex-direction: column;
      padding-left: 0;
      padding-right: 0;
      height: auto; }
      @media (min-width: 768px) {
        .productCarousel .slick-list .slick-track .productCarousel-slide {
          padding-bottom: 0.75rem;
          padding-left: 0.75rem;
          padding-right: 0.75rem; } }
      .productCarousel .slick-list .slick-track .productCarousel-slide.slick-slide {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto; }

.featured_main {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 1px solid #303030;
  padding-bottom: 24px;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .featured_main {
      padding-bottom: 32px;
      margin-bottom: 32px; } }
  @media (min-width: 1024px) {
    .featured_main {
      flex-direction: row;
      padding-bottom: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 1440px) {
    .featured_main {
      padding-bottom: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 1600px) {
    .featured_main {
      margin-bottom: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 1024px) {
    .featured_main .featured-slider {
      padding-right: 9px;
      width: 30%; } }
  @media (min-width: 1280px) {
    .featured_main .featured-slider {
      width: 50%; } }
  .featured_main .featured-slider .productCarousel .slick-dots {
    margin-top: 24px; }
  .featured_main .featured-img {
    display: flex;
    flex-direction: column-reverse;
    gap: 36px;
    padding-bottom: 33px; }
    @media (min-width: 1024px) {
      .featured_main .featured-img {
        padding-left: 9px;
        display: block;
        width: 70%;
        position: relative; } }
    @media (min-width: 1280px) {
      .featured_main .featured-img {
        width: 50%; } }
    @media (min-width: 1024px) {
      .featured_main .featured-img .featured-desc {
        position: absolute;
        top: 13.5%;
        left: 13.5%;
        width: 38%; } }
    @media (min-width: 1024px) {
      .featured_main .featured-img .featured-desc .page-heading {
        text-align: left;
        margin-bottom: 16px;
        font-size: 42px; } }
    @media (min-width: 1440px) {
      .featured_main .featured-img .featured-desc .page-heading {
        margin-bottom: 24px;
        font-size: 44px; } }
    @media (min-width: 1600px) {
      .featured_main .featured-img .featured-desc .page-heading {
        margin-bottom: 32px;
        font-size: 48px; } }
    @media (min-width: 1024px) {
      .featured_main .featured-img .featured-desc .page-subheading {
        text-align: left;
        margin-bottom: 16px; } }
    @media (min-width: 1440px) {
      .featured_main .featured-img .featured-desc .page-subheading {
        margin-bottom: 24px; } }
    @media (min-width: 1600px) {
      .featured_main .featured-img .featured-desc .page-subheading {
        margin-bottom: 32px; } }
    .featured_main .featured-img .featured-desc .explore-btn {
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      color: #ffca2b;
      display: flex;
      align-items: center;
      text-align: center;
      font-size: 18px; }
      .featured_main .featured-img .featured-desc .explore-btn:hover {
        color: white; }
        .featured_main .featured-img .featured-desc .explore-btn:hover .icon svg {
          stroke: white; }
      @media (min-width: 1024px) {
        .featured_main .featured-img .featured-desc .explore-btn {
          text-align: left;
          font-size: 18px; } }
      @media (min-width: 1440px) {
        .featured_main .featured-img .featured-desc .explore-btn {
          font-size: 20px; } }
      @media (min-width: 1600px) {
        .featured_main .featured-img .featured-desc .explore-btn {
          font-size: 24px; } }
    .featured_main .featured-img .featured-desc .arrow-button {
      fill: #ffca2b;
      stroke: #ffca2b;
      height: 24px;
      width: 24px;
      margin-left: 8px; }

.top_main {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #303030;
  padding-bottom: 24px;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .top_main {
      padding-bottom: 32px;
      margin-bottom: 32px; } }
  @media (min-width: 1024px) {
    .top_main {
      flex-direction: row;
      padding-bottom: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 1440px) {
    .top_main {
      padding-bottom: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 1600px) {
    .top_main {
      margin-bottom: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 1024px) {
    .top_main .top-slider {
      width: 30%;
      padding-left: 9px; } }
  @media (min-width: 1280px) {
    .top_main .top-slider {
      width: 50%; } }
  .top_main .top-slider .productCarousel .slick-dots {
    margin-top: 24px; }
  .top_main .top-img {
    display: flex;
    flex-direction: column-reverse;
    gap: 36px;
    padding-bottom: 33px;
    height: fit-content; }
    @media (min-width: 1024px) {
      .top_main .top-img {
        display: block;
        width: 70%;
        position: relative;
        padding-right: 9px;
        padding-bottom: 0px; } }
    @media (min-width: 1280px) {
      .top_main .top-img {
        width: 50%; } }
    @media (min-width: 1024px) {
      .top_main .top-img .top-desc {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 5%;
        width: 35%; } }
    @media (min-width: 1360px) {
      .top_main .top-img .top-desc {
        width: 38%; } }
    @media (min-width: 1024px) {
      .top_main .top-img .top-desc .page-heading {
        text-align: left;
        margin-bottom: 16px;
        font-size: 32px; } }
    @media (min-width: 1440px) {
      .top_main .top-img .top-desc .page-heading {
        margin-bottom: 24px;
        font-size: 44px; } }
    @media (min-width: 1600px) {
      .top_main .top-img .top-desc .page-heading {
        margin-bottom: 32px;
        font-size: 48px; } }
    @media (min-width: 1024px) {
      .top_main .top-img .top-desc .page-subheading {
        text-align: left;
        margin-bottom: 16px; } }
    @media (min-width: 1440px) {
      .top_main .top-img .top-desc .page-subheading {
        margin-bottom: 24px; } }
    @media (min-width: 1600px) {
      .top_main .top-img .top-desc .page-subheading {
        margin-bottom: 32px; } }
    .top_main .top-img .top-desc .explore-btn {
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      color: #ffca2b;
      display: flex;
      align-items: center;
      text-align: center;
      font-size: 18px; }
      .top_main .top-img .top-desc .explore-btn:hover {
        color: white; }
        .top_main .top-img .top-desc .explore-btn:hover .icon svg {
          stroke: white; }
      @media (min-width: 1024px) {
        .top_main .top-img .top-desc .explore-btn {
          text-align: left; } }
      @media (min-width: 1440px) {
        .top_main .top-img .top-desc .explore-btn {
          font-size: 20px; } }
      @media (min-width: 1600px) {
        .top_main .top-img .top-desc .explore-btn {
          font-size: 24px; } }
    .top_main .top-img .top-desc .arrow-button {
      fill: #ffca2b;
      stroke: #ffca2b;
      height: 24px;
      width: 24px;
      margin-left: 8px; }

.new-main {
  margin-bottom: 48px; }
  .new-main .productCarousel .slick-dots {
    margin-top: 24px; }
  @media (min-width: 1440px) {
    .new-main {
      margin-bottom: 70px; } }
  @media (min-width: 1600px) {
    .new-main {
      margin-bottom: 102px; } }
  .new-main .page-heading {
    font-family: "Nunito"; }

.productGrid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .productGrid .product {
    width: 100%;
    padding: 15px; }
    @media (min-width: 560px) {
      .productGrid .product {
        width: 50%;
        padding: 16px 15px; } }
    @media (min-width: 1024px) {
      .productGrid .product {
        width: 33.33%; } }
    @media (min-width: 1360px) {
      .productGrid .product {
        width: 25%; } }

.productList .product + .product {
  margin-top: 0; }

.productList .product {
  margin: 0 -15px;
  padding: 15px; }
  @media (min-width: 768px) {
    .productList .product {
      padding: 16px 15px; } }
  .productList .product .listItem {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
    height: 100%;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
    background: #1b1b1b;
    padding: 18px; }
    @media (min-width: 1024px) {
      .productList .product .listItem {
        padding: 24px; } }
    @media (min-width: 768px) {
      .productList .product .listItem {
        flex-direction: row; } }
    .productList .product .listItem:hover {
      box-shadow: 8px 8px 8px rgba(255, 202, 43, 0.1); }
      .productList .product .listItem:hover .listItem-figure .listItem-figureBody {
        opacity: 1; }
    .productList .product .listItem .listItem-figure {
      width: 100%;
      border-radius: 20px;
      border: 1px solid #303030;
      padding: 0; }
      @media (min-width: 768px) {
        .productList .product .listItem .listItem-figure {
          width: 50%; } }
      @media (min-width: 1024px) {
        .productList .product .listItem .listItem-figure {
          width: 22%; } }
      .productList .product .listItem .listItem-figure .listItem-figure__link {
        border-radius: 20px; }
        .productList .product .listItem .listItem-figure .listItem-figure__link .listItem-image {
          max-width: 255px;
          max-height: 255px;
          border-radius: 20px; }
          @media (min-width: 1600px) {
            .productList .product .listItem .listItem-figure .listItem-figure__link .listItem-image {
              max-width: 360px;
              max-height: 360px; } }
      .productList .product .listItem .listItem-figure .listItem-figureBody {
        opacity: 0;
        position: absolute;
        left: initial;
        right: 15px;
        top: 15px;
        display: block;
        transform: none; }
        .productList .product .listItem .listItem-figure .listItem-figureBody .button {
          border: 1px solid #303030;
          background-color: #1b1b1b;
          padding: 9px;
          border-radius: 8px;
          transition: all 0.5s ease-in-out;
          margin: 0; }
          .productList .product .listItem .listItem-figure .listItem-figureBody .button:hover {
            background: linear-gradient(152deg, #f2e635 8.5%, #ffca2b 92.21%); }
            .productList .product .listItem .listItem-figure .listItem-figureBody .button:hover .icon .quickview-button,
            .productList .product .listItem .listItem-figure .listItem-figureBody .button:hover .icon .compare-button {
              fill: #303030; }
          .productList .product .listItem .listItem-figure .listItem-figureBody .button.active {
            background: linear-gradient(152deg, #f2e635 8.5%, #ffca2b 92.21%); }
            .productList .product .listItem .listItem-figure .listItem-figureBody .button.active .icon .compare-button {
              fill: #303030; }
          .productList .product .listItem .listItem-figure .listItem-figureBody .button.card-compare {
            margin-left: 0;
            margin: 0.35714rem 0 0; }
          .productList .product .listItem .listItem-figure .listItem-figureBody .button .icon {
            height: 14px;
            width: 16px; }
            .productList .product .listItem .listItem-figure .listItem-figureBody .button .icon .quickview-button,
            .productList .product .listItem .listItem-figure .listItem-figureBody .button .icon .compare-button {
              transition: all 0.5s ease-in-out;
              fill: #ffca2b; }
          .productList .product .listItem .listItem-figure .listItem-figureBody .button input {
            display: none; }
    .productList .product .listItem .listItem-body {
      display: flex;
      flex-direction: column;
      flex: 1 0 auto;
      overflow: hidden;
      width: 100%; }
      @media (min-width: 768px) {
        .productList .product .listItem .listItem-body {
          width: 50%; } }
      @media (min-width: 1024px) {
        .productList .product .listItem .listItem-body {
          width: 75%; } }
      .productList .product .listItem .listItem-body .listItem-content .listItem-rating .card-reviews-number {
        color: #e3e3e3;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 10px; }
      .productList .product .listItem .listItem-body .listItem-content .listItem-rating .icon--ratingEmpty svg {
        fill: white; }
      .productList .product .listItem .listItem-body .listItem-content .listItem-brand {
        color: #ffca2b;
        text-transform: capitalize;
        flex: 1 0 auto;
        margin-bottom: 16px; }
        @media (min-width: 1024px) {
          .productList .product .listItem .listItem-body .listItem-content .listItem-brand {
            margin-bottom: 12px; } }
        @media (min-width: 1440px) {
          .productList .product .listItem .listItem-body .listItem-content .listItem-brand {
            margin-bottom: 14px; } }
        @media (min-width: 1600px) {
          .productList .product .listItem .listItem-body .listItem-content .listItem-brand {
            margin-bottom: 16px; } }
      .productList .product .listItem .listItem-body .listItem-content .listItem-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        flex: 1 0 auto;
        margin-bottom: 16px; }
        @media (min-width: 1024px) {
          .productList .product .listItem .listItem-body .listItem-content .listItem-title {
            font-size: 20px;
            margin-bottom: 12px; } }
        @media (min-width: 1600px) {
          .productList .product .listItem .listItem-body .listItem-content .listItem-title {
            font-size: 22px;
            margin-bottom: 14px; } }
        @media (min-width: 1600px) {
          .productList .product .listItem .listItem-body .listItem-content .listItem-title {
            font-size: 24px;
            margin-bottom: 16px; } }
        .productList .product .listItem .listItem-body .listItem-content .listItem-title a {
          color: white; }
      .productList .product .listItem .listItem-body .listItem-content .listItem-summary {
        color: #e3e3e3;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: block;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        margin-bottom: 18px;
        max-height: 2.5em;
        min-height: 40px;
        -webkit-line-clamp: 2; }
        @media (min-width: 425px) {
          .productList .product .listItem .listItem-body .listItem-content .listItem-summary {
            -webkit-line-clamp: 3;
            max-height: 4.1em; } }
        @media (min-width: 560px) {
          .productList .product .listItem .listItem-body .listItem-content .listItem-summary {
            -webkit-line-clamp: 2;
            max-height: 2.5em; } }
        @media (min-width: 1024px) {
          .productList .product .listItem .listItem-body .listItem-content .listItem-summary {
            font-size: 14px;
            margin-bottom: 14px; } }
        @media (min-width: 1440px) {
          .productList .product .listItem .listItem-body .listItem-content .listItem-summary {
            font-size: 15px;
            margin-bottom: 16px; } }
        @media (min-width: 1600px) {
          .productList .product .listItem .listItem-body .listItem-content .listItem-summary {
            font-size: 16px;
            margin-bottom: 18px; } }
      .productList .product .listItem .listItem-body .listItem-actions .listItem-price {
        display: flex;
        gap: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        flex: 1 0 auto;
        margin-bottom: 18px; }
        @media (min-width: 1024px) {
          .productList .product .listItem .listItem-body .listItem-actions .listItem-price {
            gap: 12px;
            margin-bottom: 14px; } }
        @media (min-width: 1440px) {
          .productList .product .listItem .listItem-body .listItem-actions .listItem-price {
            gap: 14px;
            margin-bottom: 16px; } }
        @media (min-width: 1600px) {
          .productList .product .listItem .listItem-body .listItem-actions .listItem-price {
            gap: 16px;
            margin-bottom: 18px; } }
        .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax span:first-child {
          display: none; }
        .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax .price--withoutTax {
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          background: linear-gradient(152deg, #f2e635 0%, #ffca2b 100%);
          -webkit-text-fill-color: transparent;
          -webkit-background-clip: text;
          text-transform: capitalize; }
          @media (min-width: 1024px) {
            .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax .price--withoutTax {
              font-size: 20px; } }
          @media (min-width: 1440px) {
            .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax .price--withoutTax {
              font-size: 22px; } }
          @media (min-width: 1600px) {
            .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax .price--withoutTax {
              font-size: 24px; } }
        .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
        .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax.non-sale-price--withoutTax .price--rrp, .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax.rrp-price--withoutTax .price--non-sale,
        .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax.rrp-price--withoutTax .price--rrp {
          color: #e3e3e3;
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
          @media (min-width: 1440px) {
            .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
            .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax.non-sale-price--withoutTax .price--rrp, .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax.rrp-price--withoutTax .price--non-sale,
            .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax.rrp-price--withoutTax .price--rrp {
              font-size: 14px; } }
          @media (min-width: 1600px) {
            .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
            .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax.non-sale-price--withoutTax .price--rrp, .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax.rrp-price--withoutTax .price--non-sale,
            .productList .product .listItem .listItem-body .listItem-actions .listItem-price .price-section--withoutTax.rrp-price--withoutTax .price--rrp {
              font-size: 16px; } }

.dropdown--quickSearch .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickSearchResults .productGrid .product .card {
  background: black;
  border: 1px solid rgba(0, 0, 255, 0); }
  .dropdown--quickSearch .navUsersearch .navUser-item--search .searchboxmain .searchresult .quickSearchResults .productGrid .product .card:hover .card-body {
    background-color: rgba(0, 0, 255, 0); }

.footer {
  background-color: #1b1b1b;
  padding: 0;
  border: none; }
  .footer .footer-info-col--center {
    text-align: center; }
  .footer .footer_top {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #303030; }
    @media (min-width: 768px) {
      .footer .footer_top {
        flex-direction: row; } }
    @media (min-width: 768px) {
      .footer .footer_top .footer_left,
      .footer .footer_top .footer_right {
        width: 50%; } }
    .footer .footer_top .footer_left {
      text-align: center;
      padding: 51px 0 32px 0;
      border-bottom: 1px solid #303030; }
      @media (min-width: 768px) {
        .footer .footer_top .footer_left {
          border-bottom: none;
          border-right: 1px solid #303030; } }
      @media (min-width: 1024px) {
        .footer .footer_top .footer_left {
          padding: 57px 15px 44px 0px;
          text-align: left; } }
      @media (min-width: 1440px) {
        .footer .footer_top .footer_left {
          padding: 57px 80px 44px 0; } }
      .footer .footer_top .footer_left .footer_left_info {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px; }
        @media (min-width: 1024px) {
          .footer .footer_top .footer_left .footer_left_info {
            align-items: normal;
            justify-content: initial; } }
        .footer .footer_top .footer_left .footer_left_info .footer-call .call {
          gap: 5px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .footer .footer_top .footer_left .footer_left_info .footer-call .call a {
            text-decoration: none; }
          .footer .footer_top .footer_left .footer_left_info .footer-call .call:hover a {
            color: #ffca2b; }
          @media (min-width: 1024px) {
            .footer .footer_top .footer_left .footer_left_info .footer-call .call {
              justify-content: flex-start; } }
        .footer .footer_top .footer_left .footer_left_info .footer-email,
        .footer .footer_top .footer_left .footer_left_info .footer-call,
        .footer .footer_top .footer_left .footer_left_info .footer-location {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 12px;
          color: white;
          font-family: "Nunito";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          flex-direction: column;
          padding: 1px; }
          @media (min-width: 1024px) {
            .footer .footer_top .footer_left .footer_left_info .footer-email,
            .footer .footer_top .footer_left .footer_left_info .footer-call,
            .footer .footer_top .footer_left .footer_left_info .footer-location {
              align-items: baseline;
              flex-direction: row;
              justify-content: initial; } }
          .footer .footer_top .footer_left .footer_left_info .footer-email:focus,
          .footer .footer_top .footer_left .footer_left_info .footer-call:focus,
          .footer .footer_top .footer_left .footer_left_info .footer-location:focus {
            outline: none !important;
            outline-offset: 0 !important; }
        .footer .footer_top .footer_left .footer_left_info .footer-location address {
          font-style: normal; }
        .footer .footer_top .footer_left .footer_left_info .footer-email a {
          text-decoration: none; }
          .footer .footer_top .footer_left .footer_left_info .footer-email a:hover {
            color: #ffca2b; }
        .footer .footer_top .footer_left .footer_left_info svg {
          width: 15px;
          height: 15px;
          fill: #ffca2b; }
      .footer .footer_top .footer_left .companyinfo {
        font-family: "Nunito";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: white;
        margin-bottom: 37px;
        margin-top: 18px; }
        @media (min-width: 768px) {
          .footer .footer_top .footer_left .companyinfo {
            padding: 0 15px; } }
        @media (min-width: 1024px) {
          .footer .footer_top .footer_left .companyinfo {
            padding: 0; } }
      .footer .footer_top .footer_left .footer-logo {
        margin-bottom: 24px; }
        @media (min-width: 1024px) {
          .footer .footer_top .footer_left .footer-logo {
            margin-bottom: 32px; } }
        @media (min-width: 1024px) {
          .footer .footer_top .footer_left .footer-logo .header-logo__link .header-logo-image-container {
            min-height: unset; } }
        .footer .footer_top .footer_left .footer-logo .header-logo-text {
          font-family: "Josefin Sans";
          font-weight: 700;
          font-size: 32px;
          font-style: normal;
          line-height: normal;
          letter-spacing: -0.96px;
          background: linear-gradient(152deg, #f2e635 0%, #ffca2b 100%);
          -webkit-text-fill-color: transparent;
          -webkit-background-clip: text;
          text-transform: capitalize;
          padding: 0; }
          @media (min-width: 768px) {
            .footer .footer_top .footer_left .footer-logo .header-logo-text {
              font-size: 48px; } }
    .footer .footer_top .footer_right {
      padding: 44px 0px 44px 0px; }
      @media (min-width: 768px) {
        .footer .footer_top .footer_right {
          padding: 57px 0px 44px 40px; } }
      @media (min-width: 1440px) {
        .footer .footer_top .footer_right {
          padding: 57px 0px 44px 80px; } }
      .footer .footer_top .footer_right article {
        text-align: center; }
        @media (min-width: 1024px) {
          .footer .footer_top .footer_right article {
            text-align: left; } }
        .footer .footer_top .footer_right article .footer-info-heading {
          color: white;
          font-size: 30px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin: 0;
          font-family: "Nunito"; }
        .footer .footer_top .footer_right article p {
          color: white;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
        .footer .footer_top .footer_right article .form {
          margin: 0; }
          .footer .footer_top .footer_right article .form .form-fieldset .form-field {
            margin: 0; }
            .footer .footer_top .footer_right article .form .form-fieldset .form-field .form-prefixPostfix {
              flex-direction: column;
              align-items: center;
              justify-content: center; }
              @media (min-width: 1024px) {
                .footer .footer_top .footer_right article .form .form-fieldset .form-field .form-prefixPostfix {
                  align-items: normal;
                  justify-content: left; } }
              .footer .footer_top .footer_right article .form .form-fieldset .form-field .form-prefixPostfix .form-input {
                width: 100%;
                border: none;
                background-color: #222222;
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                text-align: center;
                color: white;
                font-family: "Josefin Sans";
                border-radius: 6px;
                padding: 15px 10px; }
                .footer .footer_top .footer_right article .form .form-fieldset .form-field .form-prefixPostfix .form-input::placeholder {
                  opacity: 0.7; }
                @media (min-width: 1024px) {
                  .footer .footer_top .footer_right article .form .form-fieldset .form-field .form-prefixPostfix .form-input {
                    padding-left: 36px;
                    font-size: 14px;
                    text-align: left; } }
              .footer .footer_top .footer_right article .form .form-fieldset .form-field .form-prefixPostfix .button--primary {
                margin: 16px 0 0;
                height: auto;
                padding: 9.5px 35px;
                width: fit-content;
                flex: 1 1 auto; }
  @media (min-width: 1024px) {
    .footer .footer_nav {
      padding: 25px 0; } }
  .footer .footer_nav .navPages-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #303030; }
    @media (min-width: 1024px) {
      .footer .footer_nav .navPages-container {
        border-bottom: transparent;
        padding-top: 0;
        padding-bottom: 0; } }
    .footer .footer_nav .navPages-container .navPages {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
      padding: 0;
      max-width: 100%; }
      .footer .footer_nav .navPages-container .navPages .navPages-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        @media (min-width: 768px) {
          .footer .footer_nav .navPages-container .navPages .navPages-list {
            flex-direction: row;
            flex-wrap: wrap;
            gap: 15px; } }
        .footer .footer_nav .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-transform: capitalize;
          color: white; }
          .footer .footer_nav .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .navPages-action-moreIcon {
            display: none; }
          .footer .footer_nav .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover {
            background: none;
            color: #ffca2b; }
        .footer .footer_nav .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open {
          display: none; }
  .footer .footer_nav .footer-info-col--social {
    margin: 0;
    padding: 24px 0; }
    @media (min-width: 1024px) {
      .footer .footer_nav .footer-info-col--social {
        padding: 0; } }
    .footer .footer_nav .footer-info-col--social .socialLinks .socialLinks-item {
      margin: 0; }
      .footer .footer_nav .footer-info-col--social .socialLinks .socialLinks-item .icon {
        height: 16px;
        width: 16px; }
        .footer .footer_nav .footer-info-col--social .socialLinks .socialLinks-item .icon svg {
          fill: white; }
        @media (min-width: 1024px) {
          .footer .footer_nav .footer-info-col--social .socialLinks .socialLinks-item .icon {
            height: 15px;
            width: 15px; } }
      .footer .footer_nav .footer-info-col--social .socialLinks .socialLinks-item:hover .icon svg {
        fill: #ffca2b; }
  .footer .socialLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px; }

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .footer_bottom {
      padding: 24px 0;
      flex-direction: row; } }
  .footer_bottom .footer-copyright {
    padding: 24px 0;
    border-bottom: 1px solid #303030;
    width: 100%;
    text-align: center; }
    @media (min-width: 1024px) {
      .footer_bottom .footer-copyright {
        width: auto;
        padding: 0;
        border-bottom: transparent; } }
    .footer_bottom .footer-copyright.footer_themeby {
      border-bottom: none; }
    .footer_bottom .footer-copyright p {
      color: white;
      margin: 0;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media (min-width: 1024px) {
        .footer_bottom .footer-copyright p {
          font-size: 12px; } }
      @media (min-width: 1360px) {
        .footer_bottom .footer-copyright p {
          font-size: 16px; } }
    .footer_bottom .footer-copyright .theme_link,
    .footer_bottom .footer-copyright .store_link {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      color: #ffca2b; }
      @media (min-width: 1024px) {
        .footer_bottom .footer-copyright .theme_link,
        .footer_bottom .footer-copyright .store_link {
          font-size: 12px; } }
      @media (min-width: 1360px) {
        .footer_bottom .footer-copyright .theme_link,
        .footer_bottom .footer-copyright .store_link {
          font-size: 16px; } }
      .footer_bottom .footer-copyright .theme_link:hover,
      .footer_bottom .footer-copyright .store_link:hover {
        color: white; }
    .footer_bottom .footer-copyright .copyright-line {
      margin: 0 12px; }
    .footer_bottom .footer-copyright .sitemap {
      color: white; }
      .footer_bottom .footer-copyright .sitemap:hover {
        color: #ffca2b; }
  .footer_bottom .footer-payment-icons {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    gap: 16px;
    justify-content: center;
    padding: 24px 0;
    border-bottom: 1px solid #303030; }
    @media (min-width: 1024px) {
      .footer_bottom .footer-payment-icons {
        padding: 0;
        border-bottom: transparent;
        justify-content: center;
        gap: 10px; } }
    @media (min-width: 1360px) {
      .footer_bottom .footer-payment-icons {
        gap: 16px; } }
    .footer_bottom .footer-payment-icons .footer-payment {
      height: 34px;
      width: 50px;
      padding: 5px;
      border-radius: 4px;
      border: 1px solid #f3f3f3;
      background-color: white; }
      .footer_bottom .footer-payment-icons .footer-payment .footer-payment-icon {
        height: 100%;
        width: 100%;
        margin: 0;
        vertical-align: unset; }

.product_page .body {
  margin: 0;
  margin-bottom: 4rem; }
  .product_page .body .productView {
    margin: 0;
    padding: 0; }
    .product_page .body .productView .productView-images {
      width: 100%;
      margin: 0;
      background: #1b1b1b;
      padding: 0;
      padding-top: 1.5rem;
      float: initial; }
      .product_page .body .productView .productView-images .productView-image-and-heading {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #383838;
        padding-bottom: 1rem; }
        @media (min-width: 768px) {
          .product_page .body .productView .productView-images .productView-image-and-heading {
            flex-wrap: initial;
            column-gap: 20px;
            padding-bottom: 3rem; } }
        @media (min-width: 1360px) {
          .product_page .body .productView .productView-images .productView-image-and-heading {
            column-gap: 0;
            padding-bottom: 3.35rem; } }
        .product_page .body .productView .productView-images .productView-image-and-heading .productView-image-wrap {
          width: 100%; }
          @media (min-width: 768px) {
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-image-wrap {
              width: 50%; } }
          @media (min-width: 1024px) {
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-image-wrap {
              width: 40.6%; } }
          .product_page .body .productView .productView-images .productView-image-and-heading .productView-image-wrap .productView-image-main .productView-image {
            border: 1px solid #383838;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            pointer-events: none; }
            @media (min-width: 1024px) {
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-image-wrap .productView-image-main .productView-image {
                pointer-events: initial; } }
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-image-wrap .productView-image-main .productView-image .productView-img-container {
              max-width: 100%;
              border-radius: 20px; }
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-image-wrap .productView-image-main .productView-image .productView-img-container:after {
                padding-bottom: 101.8%; }
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-image-wrap .productView-image-main .productView-image .productView-img-container img {
                border-radius: 20px;
                height: 100%;
                width: 100%; }
          .product_page .body .productView .productView-images .productView-image-and-heading .productView-image-wrap .productView-image-main .slider-video {
            position: relative;
            opacity: 1;
            pointer-events: all; }
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-image-wrap .productView-image-main .slider-video:before {
              content: '';
              padding-top: 101.8%;
              display: block; }
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-image-wrap .productView-image-main .slider-video iframe {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%; }
        .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading {
          width: 100%;
          display: flex;
          flex-direction: column-reverse; }
          @media (min-width: 768px) {
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading {
              display: block;
              width: 50%; } }
          @media (min-width: 1024px) {
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading {
              width: 57%;
              margin-left: 50px; } }
          @media (min-width: 1440px) {
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading {
              margin-left: 95px; } }
          .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading {
            border-top: 1px solid #383838;
            padding-top: 10px; }
            @media (min-width: 768px) {
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading {
                border-top: none;
                padding-top: 0;
                border-bottom: 1px solid #383838;
                padding-bottom: 15px; } }
            @media (min-width: 1024px) {
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading {
                padding-bottom: 6.5px; } }
            @media (min-width: 1360px) {
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading {
                padding-bottom: 37px; } }
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading .productView-brand {
              font-family: "Nunito";
              margin: 0; }
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading .productView-brand .brand-name {
                color: white;
                font-size: 18px;
                font-weight: 700;
                line-height: normal;
                text-decoration: none;
                text-transform: capitalize; }
                @media (min-width: 1024px) {
                  .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading .productView-brand .brand-name {
                    font-size: 25px; } }
                @media (min-width: 1440px) {
                  .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading .productView-brand .brand-name {
                    font-size: 30px; } }
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading .productView-brand .brand-name:hover {
                  color: #ffca2b; }
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading .productView-title {
              color: white;
              font-family: "Josefin Sans";
              font-size: 30px;
              font-weight: 700;
              line-height: normal;
              letter-spacing: -0.96px;
              margin: 0;
              margin-top: 6px; }
              @media (min-width: 768px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading .productView-title {
                  font-size: 35px;
                  margin-top: 9px; } }
              @media (min-width: 1024px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading .productView-title {
                  font-size: 40px; } }
              @media (min-width: 1360px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading .productView-title {
                  margin-top: 13px; } }
              @media (min-width: 1440px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-heading .productView-title {
                  font-size: 48px; } }
          .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap {
            margin: 10px 0; }
            @media (min-width: 768px) {
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap {
                margin: 23px 0 0 0; } }
            @media (min-width: 1024px) {
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap {
                margin-top: 15.5px; } }
            @media (min-width: 1360px) {
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap {
                margin-top: 55px; } }
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails {
              margin: 0; }
              @media (min-width: 425px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails {
                  padding: 0 40px; } }
              @media (min-width: 560px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails {
                  padding: 0 80px; } }
              @media (min-width: 768px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails {
                  padding: 0 18% 0 0; } }
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list {
                margin: 0; }
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .slick-track {
                  display: flex;
                  flex-wrap: wrap; }
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list div {
                  margin: 8px 9px;
                  width: auto;
                  height: 40%; }
                  @media (min-width: 768px) {
                    .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list div {
                      margin: 0;
                      height: 50%; } }
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail {
                  border-radius: 20px;
                  padding: 0 9px;
                  margin: 0;
                  float: none;
                  height: 100%; }
                  @media (min-width: 768px) {
                    .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail {
                      padding: 15px 15px;
                      margin: 0 -15px; } }
                  .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link {
                    width: auto;
                    padding: 0;
                    border: 1px solid #383838;
                    transition: .5s all ease-in-out;
                    border-radius: 10px;
                    height: 85px; }
                    @media (min-width: 768px) {
                      .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link {
                        width: 100%; } }
                    @media (min-width: 1024px) {
                      .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link {
                        height: 229px; } }
                    .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link.is-active {
                      border-color: #ffca2b; }
                    .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link:hover {
                      border-color: #ffca2b; }
                    .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link:focus {
                      outline: none !important;
                      outline-offset: 0 !important; }
                    .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link .productView-imageCarousel-main-item-img-container {
                      display: flex;
                      align-items: center;
                      justify-content: center; }
                      .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link .productView-imageCarousel-main-item-img-container::before {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 48px;
                        height: 50px;
                        display: block;
                        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 576 512'%3E%3Cpath d='M549.7 124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8 64 288 64 288 64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z' fill='%23ffca2b'  /%3E%3C/svg%3E");
                        background-position: center;
                        background-repeat: no-repeat;
                        background-color: black;
                        border-radius: 50%;
                        z-index: 1; }
                    .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link#video-thumbnail {
                      position: relative;
                      background: linear-gradient(135deg, white 0%, #b6f0fd 100%); }
                      .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link#video-thumbnail .video-icon {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        z-index: 99;
                        height: 30px;
                        width: 30px; }
                        @media (min-width: 1024px) {
                          .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link#video-thumbnail .video-icon {
                            height: 40px;
                            width: 40px; } }
                        @media (min-width: 1360px) {
                          .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link#video-thumbnail .video-icon {
                            height: 48px;
                            width: 48px; } }
                        .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link#video-thumbnail .video-icon svg {
                          fill: #ffca2b; }
                    .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .productView-thumbnails-wrap .productView-thumbnails .slick-list .productView-thumbnail .productView-thumbnail-link img {
                      width: 100%;
                      border: none;
                      border-radius: 10px;
                      height: 100%; }
          .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow {
            background-color: #0e0e0e;
            border: 1px solid rgba(0, 0, 0, 0.03);
            border-radius: 10px;
            width: 35px;
            height: 35px;
            padding: 0;
            transform: rotate(-90deg); }
            @media (min-width: 768px) {
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow {
                right: 0;
                left: auto;
                transform: none; } }
            @media (min-width: 1024px) {
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow {
                height: 50px;
                width: 50px;
                padding: 8px;
                right: 10px; } }
            @media (min-width: 1360px) {
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow {
                right: 5px;
                padding: 19px;
                width: 70px;
                height: 70px; } }
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow:hover {
              border-color: #ffca2b; }
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow:before {
              background-size: 25px; }
              @media (min-width: 1360px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow:before {
                  background-size: initial; } }
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow .carousel-tooltip {
              display: none; }
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-disabled {
              opacity: 1; }
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-prev {
              transform: rotate(-90deg); }
              @media (min-width: 768px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-prev {
                  top: 40%; } }
              @media (min-width: 1024px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-prev {
                  top: 35%; } }
              @media (min-width: 1360px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-prev {
                  top: 32%; } }
              @media (min-width: 1440px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-prev {
                  top: 34%; } }
              @media (min-width: 1600px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-prev {
                  top: 36.5%; } }
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-prev.slick-disabled:hover::before {
                background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M6.95641 11.2294C6.56763 11.6217 6.57046 12.2548 6.96272 12.6436C7.35498 13.0324 7.98814 13.0295 8.37692 12.6373L10.2407 10.7568C11.0004 9.99024 11.5118 9.47643 11.942 9.13097C11.9617 9.11513 11.981 9.09983 12 9.08505L12 18.3333C12 18.8856 12.4477 19.3333 13 19.3333C13.5523 19.3333 14 18.8856 14 18.3333L14 9.08505C14.019 9.09983 14.0383 9.11513 14.058 9.13097C14.4882 9.47644 14.9996 9.99024 15.7593 10.7568L17.6231 12.6373C18.0119 13.0295 18.645 13.0324 19.0373 12.6436C19.4295 12.2548 19.4324 11.6217 19.0436 11.2294L17.1391 9.30785C16.4306 8.59296 15.8397 7.99671 15.3103 7.57159C14.7551 7.12569 14.1716 6.78652 13.4607 6.69591C13.3077 6.67641 13.1539 6.66667 13 6.66667C12.8461 6.66667 12.6923 6.67641 12.5393 6.69591C11.8284 6.78652 11.2449 7.12569 10.6897 7.57159C10.1603 7.9967 9.5694 8.59293 8.86091 9.30782L6.95641 11.2294Z' fill='%23ffca2b'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='%23ffca2b'/></svg>"); }
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-prev::before {
                background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M6.95641 11.2294C6.56763 11.6217 6.57046 12.2548 6.96272 12.6436C7.35498 13.0324 7.98814 13.0295 8.37692 12.6373L10.2407 10.7568C11.0004 9.99024 11.5118 9.47643 11.942 9.13097C11.9617 9.11513 11.981 9.09983 12 9.08505L12 18.3333C12 18.8856 12.4477 19.3333 13 19.3333C13.5523 19.3333 14 18.8856 14 18.3333L14 9.08505C14.019 9.09983 14.0383 9.11513 14.058 9.13097C14.4882 9.47644 14.9996 9.99024 15.7593 10.7568L17.6231 12.6373C18.0119 13.0295 18.645 13.0324 19.0373 12.6436C19.4295 12.2548 19.4324 11.6217 19.0436 11.2294L17.1391 9.30785C16.4306 8.59296 15.8397 7.99671 15.3103 7.57159C14.7551 7.12569 14.1716 6.78652 13.4607 6.69591C13.3077 6.67641 13.1539 6.66667 13 6.66667C12.8461 6.66667 12.6923 6.67641 12.5393 6.69591C11.8284 6.78652 11.2449 7.12569 10.6897 7.57159C10.1603 7.9967 9.5694 8.59293 8.86091 9.30782L6.95641 11.2294Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='white'/></svg>");
                opacity: 1;
                height: 32px;
                width: 32px; }
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-prev:hover::before {
                background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M6.95641 11.2294C6.56763 11.6217 6.57046 12.2548 6.96272 12.6436C7.35498 13.0324 7.98814 13.0295 8.37692 12.6373L10.2407 10.7568C11.0004 9.99024 11.5118 9.47643 11.942 9.13097C11.9617 9.11513 11.981 9.09983 12 9.08505L12 18.3333C12 18.8856 12.4477 19.3333 13 19.3333C13.5523 19.3333 14 18.8856 14 18.3333L14 9.08505C14.019 9.09983 14.0383 9.11513 14.058 9.13097C14.4882 9.47644 14.9996 9.99024 15.7593 10.7568L17.6231 12.6373C18.0119 13.0295 18.645 13.0324 19.0373 12.6436C19.4295 12.2548 19.4324 11.6217 19.0436 11.2294L17.1391 9.30785C16.4306 8.59296 15.8397 7.99671 15.3103 7.57159C14.7551 7.12569 14.1716 6.78652 13.4607 6.69591C13.3077 6.67641 13.1539 6.66667 13 6.66667C12.8461 6.66667 12.6923 6.67641 12.5393 6.69591C11.8284 6.78652 11.2449 7.12569 10.6897 7.57159C10.1603 7.9967 9.5694 8.59293 8.86091 9.30782L6.95641 11.2294Z' fill='%23ffca2b'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='%23ffca2b'/></svg>"); }
            .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-next {
              transform: rotate(-90deg); }
              @media (min-width: 768px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-next {
                  top: 60%; } }
              @media (min-width: 1024px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-next {
                  top: 55%; } }
              @media (min-width: 1360px) {
                .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-next {
                  top: 54%; } }
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-next.slick-disabled:hover::before {
                background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M8.37692 13.3627C7.98814 12.9705 7.35499 12.9676 6.96272 13.3564C6.57046 13.7452 6.56763 14.3783 6.95641 14.7706L8.86084 16.6921C9.56936 17.407 10.1603 18.0033 10.6897 18.4284C11.2449 18.8743 11.8284 19.2135 12.5393 19.3041C12.6923 19.3236 12.8461 19.3333 13 19.3333C13.1539 19.3333 13.3077 19.3236 13.4607 19.3041C14.1716 19.2135 14.7551 18.8743 15.3103 18.4284C15.8397 18.0033 16.4306 17.407 17.1391 16.6921L19.0436 14.7706C19.4324 14.3783 19.4295 13.7452 19.0373 13.3564C18.645 12.9676 18.0119 12.9705 17.6231 13.3627L15.7593 15.2432C14.9996 16.0098 14.4882 16.5236 14.058 16.869C14.0531 16.873 14.0482 16.8769 14.0433 16.8808C14.0286 16.8925 14.0142 16.9039 14 16.9149L14 7.66667C14 7.11438 13.5523 6.66667 13 6.66667C12.4477 6.66667 12 7.11438 12 7.66667L12 16.9149C11.981 16.9002 11.9617 16.8849 11.942 16.869C11.5118 16.5236 11.0004 16.0098 10.2407 15.2432L8.37692 13.3627Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='white'/></svg>");
                opacity: 1; }
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-next::before {
                background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M8.37692 13.3627C7.98814 12.9705 7.35499 12.9676 6.96272 13.3564C6.57046 13.7452 6.56763 14.3783 6.95641 14.7706L8.86084 16.6921C9.56936 17.407 10.1603 18.0033 10.6897 18.4284C11.2449 18.8743 11.8284 19.2135 12.5393 19.3041C12.6923 19.3236 12.8461 19.3333 13 19.3333C13.1539 19.3333 13.3077 19.3236 13.4607 19.3041C14.1716 19.2135 14.7551 18.8743 15.3103 18.4284C15.8397 18.0033 16.4306 17.407 17.1391 16.6921L19.0436 14.7706C19.4324 14.3783 19.4295 13.7452 19.0373 13.3564C18.645 12.9676 18.0119 12.9705 17.6231 13.3627L15.7593 15.2432C14.9996 16.0098 14.4882 16.5236 14.058 16.869C14.0531 16.873 14.0482 16.8769 14.0433 16.8808C14.0286 16.8925 14.0142 16.9039 14 16.9149L14 7.66667C14 7.11438 13.5523 6.66667 13 6.66667C12.4477 6.66667 12 7.11438 12 7.66667L12 16.9149C11.981 16.9002 11.9617 16.8849 11.942 16.869C11.5118 16.5236 11.0004 16.0098 10.2407 15.2432L8.37692 13.3627Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='white'/></svg>");
                opacity: 1;
                height: 32px;
                width: 32px; }
              .product_page .body .productView .productView-images .productView-image-and-heading .productView-thumbnails-and-heading .slick-arrow.slick-next:hover::before {
                background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M8.37692 13.3627C7.98814 12.9705 7.35499 12.9676 6.96272 13.3564C6.57046 13.7452 6.56763 14.3783 6.95641 14.7706L8.86084 16.6921C9.56936 17.407 10.1603 18.0033 10.6897 18.4284C11.2449 18.8743 11.8284 19.2135 12.5393 19.3041C12.6923 19.3236 12.8461 19.3333 13 19.3333C13.1539 19.3333 13.3077 19.3236 13.4607 19.3041C14.1716 19.2135 14.7551 18.8743 15.3103 18.4284C15.8397 18.0033 16.4306 17.407 17.1391 16.6921L19.0436 14.7706C19.4324 14.3783 19.4295 13.7452 19.0373 13.3564C18.645 12.9676 18.0119 12.9705 17.6231 13.3627L15.7593 15.2432C14.9996 16.0098 14.4882 16.5236 14.058 16.869C14.0531 16.873 14.0482 16.8769 14.0433 16.8808C14.0286 16.8925 14.0142 16.9039 14 16.9149L14 7.66667C14 7.11438 13.5523 6.66667 13 6.66667C12.4477 6.66667 12 7.11438 12 7.66667L12 16.9149C11.981 16.9002 11.9617 16.8849 11.942 16.869C11.5118 16.5236 11.0004 16.0098 10.2407 15.2432L8.37692 13.3627Z' fill='%23ffca2b'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='%23ffca2b'/></svg>"); }

.product_page .productView-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #383838; }
  @media (min-width: 768px) {
    .product_page .productView-detail {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 1360px) {
    .product_page .productView-detail {
      padding-top: 4.6rem;
      padding-bottom: 4.6rem; } }
  .product_page .productView-detail .productView-details {
    order: initial;
    float: none;
    width: 100%;
    padding: 0;
    background-color: #1b1b1b;
    border-radius: 20px;
    padding: 12px 10px 12px 10px;
    border-bottom: none;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .product_page .productView-detail .productView-details {
        margin-bottom: 0;
        width: 49.07%; } }
    @media (min-width: 1024px) {
      .product_page .productView-detail .productView-details {
        padding: 30px 30px 10px 30px;
        margin: 0; } }
    @media (min-width: 1360px) {
      .product_page .productView-detail .productView-details {
        padding: 45px 45px 17px 45px; } }
    @media (min-width: 1440px) {
      .product_page .productView-detail .productView-details {
        padding: 68px 65px 23px 65px; } }
    .product_page .productView-detail .productView-details .productView-title {
      color: white;
      font-family: "Josefin Sans";
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: -0.64px;
      margin: 0;
      padding-bottom: 8px; }
      @media (min-width: 1024px) {
        .product_page .productView-detail .productView-details .productView-title {
          padding-bottom: 10px; } }
      @media (min-width: 1440px) {
        .product_page .productView-detail .productView-details .productView-title {
          font-size: 32px;
          line-height: 39px;
          padding-bottom: 18px; } }
    .product_page .productView-detail .productView-details .product-description {
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .product_page .productView-detail .productView-details .product-description {
          margin-bottom: 30px; } }
      @media (min-width: 1360px) {
        .product_page .productView-detail .productView-details .product-description {
          margin-bottom: 57px; } }
      .product_page .productView-detail .productView-details .product-description .description {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        .product_page .productView-detail .productView-details .product-description .description.description-text {
          display: block;
          max-height: 95px;
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            .product_page .productView-detail .productView-details .product-description .description.description-text {
              max-height: 76px; } }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-details .product-description .description.description-text {
              max-height: 77px; } }
        .product_page .productView-detail .productView-details .product-description .description p,
        .product_page .productView-detail .productView-details .product-description .description li {
          margin: 0;
          font-family: "Nunito";
          font-style: normal;
          line-height: normal;
          color: #cdcdcd;
          font-size: 14px;
          font-weight: 500;
          padding-bottom: 15px; }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-details .product-description .description p,
            .product_page .productView-detail .productView-details .product-description .description li {
              font-size: 16px; } }
          @media (min-width: 1360px) {
            .product_page .productView-detail .productView-details .product-description .description p,
            .product_page .productView-detail .productView-details .product-description .description li {
              font-size: 18px; } }
      .product_page .productView-detail .productView-details .product-description .description-more {
        font-size: 14px;
        font-family: "Nunito";
        font-weight: 500;
        color: #ffca2b; }
        .product_page .productView-detail .productView-details .product-description .description-more:hover {
          color: #cdcdcd; }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-details .product-description .description-more {
            font-size: 16px; } }
        @media (min-width: 1360px) {
          .product_page .productView-detail .productView-details .product-description .description-more {
            font-size: 18px; } }
    .product_page .productView-detail .productView-details .product-rating-and-sold {
      display: flex;
      margin-bottom: 20px;
      flex-direction: column; }
      @media (min-width: 1024px) {
        .product_page .productView-detail .productView-details .product-rating-and-sold {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-direction: row; } }
      @media (min-width: 1024px) {
        .product_page .productView-detail .productView-details .product-rating-and-sold {
          margin-bottom: 40px; } }
      @media (min-width: 1360px) {
        .product_page .productView-detail .productView-details .product-rating-and-sold {
          margin-bottom: 60px; } }
      @media (min-width: 1440px) {
        .product_page .productView-detail .productView-details .product-rating-and-sold {
          margin-bottom: 80px; } }
      .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating {
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating {
            margin-bottom: 0; } }
        .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .icon {
          height: 17px;
          width: 17px; }
          @media (min-width: 768px) {
            .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .icon {
              height: 19px;
              width: 20px; } }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .icon {
              height: 17px;
              width: 17px; } }
          @media (min-width: 1360px) {
            .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .icon {
              height: 19px;
              width: 20px; } }
        .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .card-reviews-number {
          display: none; }
        .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating #productReview_link {
          color: #e3e3e3;
          font-family: "Nunito";
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          text-decoration: none;
          margin-left: 6px;
          margin-right: 10px; }
          @media (min-width: 768px) {
            .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating #productReview_link {
              margin: 0 5px;
              font-size: 14px; } }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating #productReview_link {
              font-size: 12px; } }
          @media (min-width: 1360px) {
            .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating #productReview_link {
              font-size: 14px;
              margin: 0 20px 0 11px; } }
        .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productReview_noReview {
          color: #e3e3e3;
          font-family: "Nunito";
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          text-decoration: none;
          margin-left: 6px;
          margin-right: 10px;
          vertical-align: middle; }
          @media (min-width: 768px) {
            .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productReview_noReview {
              margin-left: 5px;
              margin-right: 5px;
              font-size: 14px; } }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productReview_noReview {
              font-size: 12px; } }
          @media (min-width: 1360px) {
            .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productReview_noReview {
              font-size: 14px;
              margin-left: 11px;
              margin-right: 20px; } }
        .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productView-reviewLink {
          font-family: "Nunito";
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          text-decoration: underline;
          text-decoration-color: #ffca2b;
          color: #ffca2b;
          margin: 0;
          margin-left: 10px;
          position: relative; }
          .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productView-reviewLink::after {
            content: "";
            background-color: #383838;
            height: 1px;
            width: 27px;
            display: inline-block;
            position: absolute;
            transform: rotate(90deg);
            top: 50%;
            right: 100%;
            left: auto; }
            @media (min-width: 768px) {
              .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productView-reviewLink::after {
                right: 94%; } }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productView-reviewLink::after {
                right: 92%; } }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productView-reviewLink::after {
                width: 47px;
                right: 100%; } }
          @media (min-width: 768px) {
            .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productView-reviewLink {
              font-size: 14px;
              margin-left: 5px; } }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productView-reviewLink {
              font-size: 12px; } }
          @media (min-width: 1360px) {
            .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productView-reviewLink {
              font-size: 14px;
              margin-left: 25px; } }
          .product_page .productView-detail .productView-details .product-rating-and-sold .productView-rating .productView-reviewLink:hover {
            color: white;
            text-decoration-color: white; }
      .product_page .productView-detail .productView-details .product-rating-and-sold .sold-product .icon {
        width: 10px;
        height: 18px;
        margin-right: 6px; }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-details .product-rating-and-sold .sold-product .icon {
            margin-right: 3px; } }
        @media (min-width: 1360px) {
          .product_page .productView-detail .productView-details .product-rating-and-sold .sold-product .icon {
            margin-right: 6px; } }
        .product_page .productView-detail .productView-details .product-rating-and-sold .sold-product .icon svg {
          fill: #ffca2b; }
      .product_page .productView-detail .productView-details .product-rating-and-sold .sold-product .sold {
        color: white;
        font-family: "Nunito";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-details .product-rating-and-sold .sold-product .sold {
            font-size: 12px; } }
        @media (min-width: 1360px) {
          .product_page .productView-detail .productView-details .product-rating-and-sold .sold-product .sold {
            font-size: 14px; } }
    .product_page .productView-detail .productView-details .productView-info {
      border-top: 1px solid #383838;
      margin: 0;
      padding: 20px 0; }
      @media (min-width: 1024px) {
        .product_page .productView-detail .productView-details .productView-info {
          margin: 0 -30px;
          padding: 30px 30px; } }
      @media (min-width: 1360px) {
        .product_page .productView-detail .productView-details .productView-info {
          margin: 0 -45px;
          padding: 30px 45px; } }
      @media (min-width: 1440px) {
        .product_page .productView-detail .productView-details .productView-info {
          margin: 0 -65px;
          padding: 30px 65px; } }
      .product_page .productView-detail .productView-details .productView-info .productView-info-name {
        display: inline-block;
        margin: 0;
        margin-right: 3px;
        font-weight: 700; }
        @media (min-width: 768px) {
          .product_page .productView-detail .productView-details .productView-info .productView-info-name {
            width: 30%; } }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-details .productView-info .productView-info-name {
            width: 25%;
            margin-right: 0; } }
      .product_page .productView-detail .productView-details .productView-info .productView-info-value {
        display: inline;
        margin: 0;
        font-weight: 500; }
        @media (min-width: 768px) {
          .product_page .productView-detail .productView-details .productView-info .productView-info-value {
            width: 69%; } }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-details .productView-info .productView-info-value {
            width: 75%; } }
      .product_page .productView-detail .productView-details .productView-info .productView-info-name,
      .product_page .productView-detail .productView-details .productView-info .productView-info-value {
        color: white;
        font-family: "Nunito";
        font-size: 13px;
        padding: 2px 0;
        float: left; }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-details .productView-info .productView-info-name,
          .product_page .productView-detail .productView-details .productView-info .productView-info-value {
            font-size: 14px; } }
        @media (min-width: 1440px) {
          .product_page .productView-detail .productView-details .productView-info .productView-info-name,
          .product_page .productView-detail .productView-details .productView-info .productView-info-value {
            font-size: 16px; } }
    .product_page .productView-detail .productView-details .limited-offer-and-viewing {
      margin: 0 0;
      padding: 20px 0;
      border-top: 1px solid #383838;
      display: flex;
      display: none;
      flex-direction: column; }
      @media (min-width: 1024px) {
        .product_page .productView-detail .productView-details .limited-offer-and-viewing {
          margin: 0 -30px;
          padding: 30px 30px 30px; } }
      @media (min-width: 1360px) {
        .product_page .productView-detail .productView-details .limited-offer-and-viewing {
          margin: 0 -45px;
          padding: 30px 45px 30px; } }
      @media (min-width: 1440px) {
        .product_page .productView-detail .productView-details .limited-offer-and-viewing {
          margin: 0 -65px;
          padding: 27px 65px 28px; } }
      .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown {
        display: flex;
        align-items: center;
        margin-bottom: 5px; }
        @media (min-width: 768px) {
          .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown {
            margin-bottom: 10px; } }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown {
            flex-direction: row; } }
        @media (min-width: 1600px) {
          .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown {
            margin-bottom: 0; } }
        .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .CountDownText {
          color: white;
          font-family: "Nunito";
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          text-decoration-line: underline; }
          @media (min-width: 768px) {
            .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .CountDownText {
              font-size: 16px; } }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .CountDownText {
              font-size: 14px; } }
          @media (min-width: 1360px) {
            .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .CountDownText {
              font-size: 16px; } }
          @media (min-width: 1440px) {
            .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .CountDownText {
              font-size: 18px; } }
        .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .countDowntimer {
          display: flex;
          align-items: center;
          margin-left: 4px; }
          @media (min-width: 1600px) {
            .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .countDowntimer {
              margin-left: 8px; } }
          .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .countDowntimer .clock-item {
            color: black;
            font-family: "Nunito";
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-right: 3px; }
            .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .countDowntimer .clock-item:last-child {
              margin-right: 0; }
            @media (min-width: 768px) {
              .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .countDowntimer .clock-item {
                font-size: 16px; } }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .countDowntimer .clock-item {
                margin-right: 6px;
                font-size: 14px; } }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .countDowntimer .clock-item {
                font-size: 16px; } }
            @media (min-width: 1440px) {
              .product_page .productView-detail .productView-details .limited-offer-and-viewing .productCountDown .countDowntimer .clock-item {
                font-size: 18px; } }
      .product_page .productView-detail .productView-details .limited-offer-and-viewing .viewing-product .icon {
        width: 16px;
        height: 14px;
        fill: #ffca2b;
        margin-right: 4px; }
      .product_page .productView-detail .productView-details .limited-offer-and-viewing .viewing-product .viewers {
        color: white;
        font-family: "Nunito";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
    .product_page .productView-detail .productView-details .form-options {
      margin: 0 0;
      padding: 0 0 20px;
      border-top: 1px solid #383838; }
      @media (min-width: 1024px) {
        .product_page .productView-detail .productView-details .form-options {
          margin: 0 -30px;
          padding: 0 30px; } }
      @media (min-width: 1360px) {
        .product_page .productView-detail .productView-details .form-options {
          margin: 0 -45px;
          padding: 0 45px; } }
      @media (min-width: 1440px) {
        .product_page .productView-detail .productView-details .form-options {
          margin: 0 -65px;
          padding: 0 65px; } }
      .product_page .productView-detail .productView-details .form-options .form-field--stock {
        margin: 0;
        padding: 30px 0; }
        .product_page .productView-detail .productView-details .form-options .form-field--stock .form-label {
          margin: 0; }
      .product_page .productView-detail .productView-details .form-options .product-option {
        display: flex;
        flex-direction: column; }
        .product_page .productView-detail .productView-details .form-options .product-option .form-field {
          border-bottom: 1px solid #383838;
          margin: 0 0;
          padding: 20px 0; }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-details .form-options .product-option .form-field {
              margin: 0 -30px;
              padding: 30px 30px; } }
          @media (min-width: 1360px) {
            .product_page .productView-detail .productView-details .form-options .product-option .form-field {
              margin: 0 -45px;
              padding: 30px 45px; } }
          @media (min-width: 1440px) {
            .product_page .productView-detail .productView-details .form-options .product-option .form-field {
              margin: 0 -65px;
              padding: 43px 65px; } }
          .product_page .productView-detail .productView-details .form-options .product-option .form-field .form-label {
            color: white;
            font-family: "Nunito";
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 10px; }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-details .form-options .product-option .form-field .form-label {
                font-size: 18px;
                margin-bottom: 27px; } }
            .product_page .productView-detail .productView-details .form-options .product-option .form-field .form-label small {
              vertical-align: baseline;
              display: none; }
          .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="swatch"] .form-radio:checked + .form-option-swatch {
            border-color: #ffca2b;
            box-shadow: none;
            border-width: 0.5px;
            filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15)); }
          .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch {
            border-radius: 100%;
            margin-right: 5px;
            margin-bottom: 0;
            border-color: #383838; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch {
                margin-right: 10px; } }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch {
                margin-right: 21px; } }
            .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch:hover {
              border-color: #ffca2b; }
            .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch .form-option-variant {
              height: 30px;
              width: 30px;
              border-radius: 100%;
              border-color: rgba(0, 0, 0, 0.1); }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch .form-option-variant {
                  height: 40px;
                  width: 40px; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch .form-option-variant {
                  height: 50px;
                  width: 50px; } }
          .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
            border-color: #ffca2b;
            box-shadow: none;
            border-width: 0.5px;
            filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15)); }
          .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="set-rectangle"] .form-option {
            border-radius: 10px;
            border-color: #494949;
            margin-right: 0.9rem;
            margin-bottom: 4px; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="set-rectangle"] .form-option {
                margin-bottom: 0.4rem;
                margin-right: 0.4rem; } }
            @media (min-width: 1440px) {
              .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="set-rectangle"] .form-option {
                margin-bottom: 0.7rem;
                margin-right: 0.7rem; } }
            @media (min-width: 1600px) {
              .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="set-rectangle"] .form-option {
                margin-bottom: 0.9rem;
                margin-right: 0.9rem; } }
            .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="set-rectangle"] .form-option:hover {
              border-color: #ffca2b; }
            .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
              min-width: 291px;
              color: white;
              font-family: "Nunito";
              font-size: 16px;
              font-style: normal;
              font-weight: 500;
              line-height: normal;
              padding: 12px 0 12px; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
                  min-width: 180px;
                  font-size: 14px;
                  padding: 11px 0 11px; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
                  min-width: 260px;
                  font-size: 16px; } }
              @media (min-width: 1440px) {
                .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
                  font-size: 18px; } }
              @media (min-width: 1600px) {
                .product_page .productView-detail .productView-details .form-options .product-option .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
                  min-width: 316px; } }
          .product_page .productView-detail .productView-details .form-options .product-option .form-field .form-option-wrapper {
            display: inline-block; }
            .product_page .productView-detail .productView-details .form-options .product-option .form-field .form-option-wrapper .form-option-swatch {
              position: relative;
              overflow: hidden; }
              .product_page .productView-detail .productView-details .form-options .product-option .form-field .form-option-wrapper .form-option-swatch .form-option-variant {
                height: 50px;
                width: 50px;
                display: block; }
                .product_page .productView-detail .productView-details .form-options .product-option .form-field .form-option-wrapper .form-option-swatch .form-option-variant + .form-option-variant {
                  position: absolute;
                  z-index: 99;
                  height: 56px;
                  top: 0;
                  right: 0;
                  transform: translate(17px, -20px) rotate(45deg);
                  border-radius: 0; }
      .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
        position: relative; }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks {
            padding-top: 30px; } }
        @media (min-width: 1360px) {
          .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks {
            padding-top: 46px; } }
        .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field {
          margin: 0; }
          .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-label {
            color: white;
            font-family: "Nunito";
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 10px; }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-label {
                font-size: 18px;
                margin-bottom: 27px; } }
          .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment {
            border: 1px solid #494949;
            border-radius: 10px; }
            .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .button {
              padding: 10px 10.5px 10px;
              border: none;
              border-radius: 0; }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .button {
                  padding: 12px 12.5px 12px; } }
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .button .icon {
                height: 18px;
                width: 18px; }
                @media (min-width: 1024px) {
                  .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .button .icon {
                    height: 20px;
                    width: 20px; } }
                @media (min-width: 1360px) {
                  .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .button .icon {
                    height: 24px;
                    width: 24px; } }
                .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .button .icon svg {
                  fill: white; }
                .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .button .icon:hover svg {
                  fill: #ffca2b; }
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .button.button-plus {
                border-right: 1px solid #494949;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px; }
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .button.button-minus {
                border-left: 1px solid #494949;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px; }
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .button[disabled] {
                background-color: transparent;
                opacity: 0.5; }
            .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .form-input--incrementTotal {
              color: white;
              font-family: "Nunito";
              font-size: 16px;
              font-style: normal;
              font-weight: 700;
              line-height: normal;
              width: 4.3rem;
              border-radius: 0;
              background: none; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .form-input--incrementTotal {
                  width: 5.3rem; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .form-input--incrementTotal {
                  width: 7.3rem;
                  font-size: 18px; } }
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .form-input--incrementTotal[disabled] {
                opacity: 0.5; }
            .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .quantity-box .form-field .form-increment .form-inlineMessage {
              position: absolute;
              left: auto; }
        .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks {
          position: relative;
          margin-top: 10px; }
          @media (min-width: 1360px) {
            .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks {
              margin-top: 27px; } }
          .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .shere-button .shareLinkSocial__button {
            text-decoration: none; }
            .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .shere-button .shareLinkSocial__button .shere-button {
              color: white;
              font-family: "Nunito";
              font-size: 16px;
              font-style: normal;
              font-weight: 700;
              line-height: normal; }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .shere-button .shareLinkSocial__button .shere-button {
                  font-size: 18px; } }
            .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .shere-button .shareLinkSocial__button .icon {
              height: 18px;
              width: 18px;
              vertical-align: sub;
              margin-left: 3px; }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .shere-button .shareLinkSocial__button .icon {
                  margin-left: 7px;
                  width: 24px;
                  height: 24px;
                  vertical-align: bottom; } }
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .shere-button .shareLinkSocial__button .icon svg {
                vertical-align: initial;
                fill: white; }
            .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .shere-button .shareLinkSocial__button:hover .shere-button {
              color: #ffca2b; }
            .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .shere-button .shareLinkSocial__button:hover .icon svg {
              fill: #ffca2b; }
          .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks {
            display: none;
            width: 230px !important;
            max-width: 230px !important;
            padding: 10px;
            background-color: #222222;
            border: 1px solid #383838;
            box-shadow: 2px 2px 5px 0px white;
            z-index: 11;
            margin: 0;
            border-radius: 15px; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks {
                width: 300px !important;
                max-height: 300px !important;
                padding: 15px; } }
            .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks.is-open {
              display: block;
              left: auto !important;
              top: 35px !important;
              right: 0; }
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks.is-open::before {
                border: inset 10px;
                content: "";
                display: block;
                height: 0;
                width: 0;
                border-color: transparent transparent white transparent;
                border-bottom-style: solid;
                bottom: 100%;
                right: 2.34rem;
                position: absolute; }
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks.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%;
                right: 2.5rem;
                position: absolute; }
            .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .shareLinkSocial__link {
              margin-bottom: 5px; }
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .shareLinkSocial__link .links-title {
                color: white;
                font-family: "Nunito";
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                margin-bottom: 5px;
                display: flex;
                align-items: center;
                justify-content: space-between; }
                @media (min-width: 1024px) {
                  .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .shareLinkSocial__link .links-title {
                    font-size: 14px; } }
                .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .shareLinkSocial__link .links-title .close-btn {
                  margin-right: 2px;
                  cursor: pointer; }
                  .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .shareLinkSocial__link .links-title .close-btn .icon {
                    height: 13px;
                    width: 13px;
                    vertical-align: revert; }
                    @media (min-width: 1600px) {
                      .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .shareLinkSocial__link .links-title .close-btn .icon {
                        height: 15px;
                        width: 15px; } }
                    .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .shareLinkSocial__link .links-title .close-btn .icon svg {
                      fill: transparent;
                      vertical-align: initial;
                      stroke: white; }
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .shareLinkSocial__link #shareLinkSocial__copy {
                border: 1px solid #f1f1f1;
                border-radius: 4px;
                background-color: rgba(0, 0, 255, 0);
                padding: 11px 10px;
                display: block;
                width: 100%;
                color: white; }
            .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .share-Links-title {
              color: white;
              font-family: "Nunito";
              font-size: 12px;
              font-style: normal;
              font-weight: 500;
              line-height: normal;
              margin-bottom: 0;
              margin-top: 12px; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .share-Links-title {
                  font-size: 14px; } }
            .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .socialLinks-item {
              margin-bottom: 0; }
              .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .socialLinks-item .socialLinks__link svg {
                height: 20px;
                width: 20px;
                fill: white; }
                .product_page .productView-detail .productView-details .form-options .quantity-box-and-shereLinks .shereLinks .socialLinks .socialLinks-item .socialLinks__link svg:hover {
                  fill: #ffca2b; }
  .product_page .productView-detail .productView-price-and-review {
    width: 100%; }
    @media (min-width: 768px) {
      .product_page .productView-detail .productView-price-and-review {
        width: 49.07%; } }
    @media (min-width: 768px) {
      .product_page .productView-detail .productView-price-and-review .productView-price-review.price_review_fixed {
        position: sticky;
        top: 160px; } }
    @media (min-width: 1024px) {
      .product_page .productView-detail .productView-price-and-review .productView-price-review.price_review_fixed {
        top: 20px; } }
    .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages {
      margin-bottom: 10px;
      text-align: right; }
      @media (min-width: 1024px) {
        .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages {
          margin-bottom: 15px; } }
      @media (min-width: 1440px) {
        .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages {
          margin-bottom: 20px; } }
      .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .availability_text {
        margin: 0;
        font-size: 12px;
        font-weight: 700;
        font-family: "Nunito";
        display: inline-block;
        padding: 10px;
        border-radius: 10px;
        background: linear-gradient(135deg, white 0%, #b6f0fd 50%, #e8ecff 100%);
        margin-right: 10px; }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .availability_text {
            font-size: 16px; } }
        @media (min-width: 1440px) {
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .availability_text {
            font-size: 18px;
            padding: 15px; } }
      .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .out_stock,
      .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .pre_order,
      .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .in_stock,
      .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .out_stock,
      .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .pre_order,
      .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .in_stock {
        margin: 0;
        font-size: 12px;
        font-weight: 700;
        font-family: "Nunito";
        display: inline-block;
        padding: 10px;
        border-radius: 10px;
        background: linear-gradient(135deg, white 0%, #b6f0fd 50%, #e8ecff 100%); }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .out_stock,
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .pre_order,
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .in_stock,
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .out_stock,
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .pre_order,
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .in_stock {
            font-size: 16px; } }
        @media (min-width: 1440px) {
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .out_stock,
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .pre_order,
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .in_stock,
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .out_stock,
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .pre_order,
          .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .in_stock {
            font-size: 18px;
            padding: 15px; } }
      .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .out_stock,
      .product_page .productView-detail .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .out_stock {
        color: #cc4749; }
    .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart {
      border-radius: 20px;
      border: 1px solid #383838;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0;
        position: relative; }
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price::before {
          content: "";
          background-color: #383838;
          height: 1px;
          width: 100%;
          position: absolute;
          top: 51%;
          transform: translate(0, -50%);
          display: inline-block; }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price::before {
              content: none; } }
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section {
          text-align: center;
          position: relative; }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section::after {
            content: "";
            background-color: #383838;
            height: 49px;
            width: 1px;
            display: inline-block;
            position: absolute;
            right: -1px;
            top: 0; }
            @media (min-width: 768px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section::after {
                height: 48px; } }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section::after {
                height: 85px;
                top: 0; } }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section::after {
                height: 100px;
                top: 0; } }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax {
            order: -1;
            width: 50%;
            padding: 12px 30px; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax {
                padding: 24px 12px;
                width: 35%; } }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax {
                width: 40%;
                padding: 29.3px 12px; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax::after {
              content: none; }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price-label {
              color: #a7a7a7; }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--withoutTax {
              color: white;
              font-family: "Nunito";
              font-size: 18px;
              font-style: normal;
              font-weight: 700;
              line-height: normal; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--withoutTax {
                  font-size: 25px; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--withoutTax {
                  font-size: 30px; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--rrp,
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--non-sale {
              color: #a7a7a7;
              font-family: "Nunito";
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--rrp,
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--non-sale {
                  font-size: 20px; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--rrp,
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--non-sale {
                  font-size: 24px; } }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax, .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax {
            order: initial;
            width: 50%; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax, .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax {
                width: 25%; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax::before, .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax::before {
              content: "";
              background-color: #383838;
              height: 49px;
              width: 1px;
              display: inline-block;
              position: absolute;
              left: -1px;
              top: 0; }
              @media (min-width: 768px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax::before, .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax::before {
                  height: 48px; } }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax::before, .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax::before {
                  height: 85px;
                  top: 0; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax::before, .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax::before {
                  height: 100px;
                  top: 0; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax:after, .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax:after {
              content: none; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax:after, .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax:after {
                  content: "";
                  top: 0; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax:after, .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax:after {
                  top: -1px; } }
              @media (min-width: 1440px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax:after, .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax:after {
                  top: -2px; } }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax {
            display: none; }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount {
            width: 50%;
            display: block !important; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount {
                width: 25%; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount::after {
              content: none; }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .discount-percent {
              text-align: center; }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .discount-percent .discount {
                color: #30b34e;
                font-family: "Nunito";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal; }
                @media (min-width: 1024px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .discount-percent .discount {
                    font-size: 18px; } }
                @media (min-width: 1360px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .discount-percent .discount {
                    font-size: 20px; } }
                @media (min-width: 1440px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .discount-percent .discount {
                    font-size: 24px; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .price-section--saving {
              font-size: 12px; }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .price-section--saving::after {
                content: none; }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .price-section--saving {
                  font-size: 14px; } }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .price-section--saving .price {
                color: #a7a7a7;
                font-family: "Nunito"; }
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist {
          width: 50%;
          margin: 0;
          padding: 12px 12px;
          text-align: center; }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist {
              width: 10%; } }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist:after {
            content: "";
            background-color: #383838;
            height: 51px;
            width: 1px;
            display: inline-block;
            position: absolute;
            left: 0;
            top: -5px; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist:after {
                height: 85px;
                top: -11px; } }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist:after {
                height: 100px;
                top: -20px; } }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button {
            margin: 0;
            border: none;
            padding: 0;
            max-width: 23px;
            width: 100%;
            position: relative;
            border-radius: 0; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button {
                max-width: 25px; } }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button {
                max-width: 32px; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button:focus {
              outline: none !important;
              outline-offset: 0 !important; }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button .icon {
              height: 20px;
              width: 23px;
              margin: 0; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button .icon {
                  height: 25px;
                  width: 25px; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button .icon {
                  height: 30px;
                  width: 33px; } }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button .icon svg {
                fill: #ffca2b; }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu {
            border: 1px solid white;
            z-index: 11;
            margin: 0;
            border-radius: 15px; }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open {
              right: 34%;
              top: 45px !important;
              width: 230px !important;
              padding-right: 0; }
              @media (min-width: 425px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open {
                  right: 36%; } }
              @media (min-width: 560px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open {
                  right: 40%; } }
              @media (min-width: 768px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open {
                  right: 36%; } }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open {
                  width: 230px !important;
                  top: 55px !important;
                  right: 0; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open {
                  top: 60px !important;
                  width: 300px !important; } }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open .wishlist-item .button:hover {
                color: white;
                background-color: #ffca2b; }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open .wishlist-item:first-child .button {
                border-top-left-radius: 15px;
                border-top-right-radius: 15px; }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open .wishlist-item:last-child .button {
                border-bottom-left-radius: 15px;
                border-bottom-right-radius: 15px; }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu.is-open::before {
              border: inset 10px;
              content: "";
              display: block;
              height: 0;
              width: 0;
              border-color: transparent transparent white transparent;
              border-bottom-style: solid;
              bottom: 100%;
              right: 1rem;
              position: absolute; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu.is-open::before {
                  right: 0.9rem; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu.is-open::before {
                  right: 1.54rem; } }
              @media (min-width: 1440px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu.is-open::before {
                  right: 1.64rem; } }
              @media (min-width: 1600px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu.is-open::before {
                  right: 2.14rem; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .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%;
              right: 1.15rem;
              position: absolute; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu.is-open::after {
                  right: 1.1rem; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu.is-open::after {
                  right: 1.7rem; } }
              @media (min-width: 1440px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu.is-open::after {
                  right: 1.8rem; } }
              @media (min-width: 1600px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu.is-open::after {
                  right: 2.3rem; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu .wishlist-item .button {
              padding: 1rem 0.78571rem;
              color: #ffca2b;
              font-weight: 700;
              font-family: "Nunito";
              transition: .15s color ease;
              font-size: 14px; }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu .wishlist-item .button {
                  font-size: 16px;
                  padding: 1.2rem 0.78571rem; } }
              @media (min-width: 1600px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu .wishlist-item .button {
                  font-size: 20px;
                  padding: 1.5rem 0.78571rem; } }
      .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart {
        width: 100%;
        padding: 16px;
        margin: 0;
        border-top: 1px solid #383838;
        display: block; }
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons {
          width: 100%;
          display: flex;
          align-items: center;
          gap: 15px;
          flex-direction: column; }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons {
              gap: 15px;
              flex-direction: row; } }
          @media (min-width: 1360px) {
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons {
              gap: 30px; } }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons {
            width: 100%; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons {
                width: 50%; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button {
              width: 100%;
              background: linear-gradient(135deg, #b5d8f8 0%, #b6f0fd 50%, 100%);
              color: black;
              background-size: 200% auto;
              padding: 1rem 2.28571rem;
              margin: 0;
              border-radius: 15px; }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button {
                  padding: 1.41rem 2.28571rem; } }
              @media (min-width: 1600px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button {
                  padding: 1.61rem 2.28571rem; } }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button:hover {
                background-position: right center; }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .add-to-cart-title {
                color: black;
                font-family: "Nunito";
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: normal; }
                @media (min-width: 768px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .add-to-cart-title {
                    font-size: 16px; } }
                @media (min-width: 1360px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .add-to-cart-title {
                    font-size: 20px; } }
                @media (min-width: 1600px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .add-to-cart-title {
                    font-size: 24px; } }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .icon {
                margin-left: 5px;
                height: 20px;
                width: 20px;
                vertical-align: baseline; }
                @media (min-width: 768px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .icon {
                    vertical-align: middle; } }
                @media (min-width: 1024px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .icon {
                    vertical-align: baseline;
                    margin-left: 6px;
                    height: 24px;
                    width: 24px; } }
                @media (min-width: 1360px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .icon {
                    margin-left: 12px; } }
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .icon svg {
                  fill: black; }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button[disabled] {
                opacity: 0.5; }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn {
            width: 100%; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn {
                width: 50%; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button {
              width: 100%;
              padding: 1rem 2.28571rem;
              margin: 0;
              border-radius: 15px;
              display: flex;
              align-items: center;
              justify-content: center; }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button {
                  padding: 1.41rem 2.28571rem; } }
              @media (min-width: 1600px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button {
                  padding: 1.61rem 2.28571rem; } }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .icon:first-child {
                width: 10px;
                height: 16px;
                vertical-align: inherit;
                margin-right: 4px; }
                @media (min-width: 1024px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .icon:first-child {
                    height: 18px; } }
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .icon:first-child svg {
                  fill: black; }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .icon:last-child {
                width: 28px;
                height: 12px;
                vertical-align: sub;
                margin-left: 5px; }
                @media (min-width: 1024px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .icon:last-child {
                    width: 32px; } }
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .icon:last-child svg {
                  fill: black; }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .buy-now-title {
                color: black;
                font-family: "Nunito";
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: normal; }
                @media (min-width: 768px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .buy-now-title {
                    font-size: 16px; } }
                @media (min-width: 1360px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .buy-now-title {
                    font-size: 20px; } }
                @media (min-width: 1600px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .buy-now-title {
                    font-size: 24px; } }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button[disabled] {
                opacity: 0.5; }
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox {
          width: 100%;
          margin: 0;
          padding: 0.68571rem 0.94286rem 0.68571rem 0.94286rem;
          margin-top: 15px; }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox {
              padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem; } }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-icon {
            padding-right: 0.54286rem; }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-icon {
                padding-right: 1.14286rem; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-icon .icon {
              height: 1.48571rem;
              width: 1.48571rem; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-icon .icon {
                  height: 1.58571rem;
                  width: 1.58571rem; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-icon .icon {
                  height: 1.78571rem;
                  width: 1.78571rem; } }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-icon .icon svg {
                fill: #cc4749; }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-message {
            font-size: 12px; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-message {
                font-size: 13px; } }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-message {
                font-size: 16px; } }
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date {
          width: 100%;
          margin-top: 15px;
          background-color: #e5e5e5;
          color: black;
          font-family: "Nunito";
          font-size: 16px;
          padding: 0.68571rem 0.94286rem 0.68571rem 0.94286rem;
          border-radius: 4px;
          display: flex;
          align-items: center; }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date {
              padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem; } }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .alertBox-icon {
            padding-right: 0.54286rem; }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .alertBox-icon {
                padding-right: 1.14286rem; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .alertBox-icon .icon {
              height: 1.48571rem;
              width: 1.48571rem; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .alertBox-icon .icon {
                  height: 1.58571rem;
                  width: 1.58571rem; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .alertBox-icon .icon {
                  height: 1.78571rem;
                  width: 1.78571rem; } }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .release-date {
            margin: 0;
            font-size: 12px; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .release-date {
                font-size: 13px; } }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .release-date {
                font-size: 16px; } }
    .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews {
      border: 1px solid #383838;
      border-radius: 20px;
      margin-top: 20px; }
      @media (min-width: 768px) {
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews {
          margin-top: 30px; } }
      @media (min-width: 1024px) {
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews {
          margin-top: 35px; } }
      @media (min-width: 1360px) {
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews {
          margin-top: 48px; } }
      .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-title {
        border-bottom: 1px solid #383838;
        padding: 20px 20px 20px; }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-title {
            padding: 40px 50px 40px; } }
        @media (min-width: 1360px) {
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-title {
            padding: 57px 64px 61px; } }
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-title .title {
          color: white;
          font-family: "Nunito";
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin: 0; }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-title .title {
              font-size: 24px; } }
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-title .sub-title {
          color: white;
          font-family: "Nunito";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin: 0; }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-title .sub-title {
              font-size: 16px; } }
      .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list {
        margin: 0; }
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list.productReviews-list-scroll {
          overflow-y: auto;
          height: 728px; }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list.productReviews-list-scroll {
              height: 631.74px; } }
          @media (min-width: 1360px) {
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list.productReviews-list-scroll {
              height: 612.82px; } }
          @media (min-width: 1600px) {
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list.productReviews-list-scroll {
              height: 568px; } }
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview {
          width: 100%;
          border-bottom: 1px solid #383838;
          padding: 0;
          display: none; }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview:last-child {
            border-bottom: none; }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review {
            padding: 20px; }
            @media (min-width: 1024px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review {
                padding: 32px 40px 32px 40px; } }
            @media (min-width: 1360px) {
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review {
                padding: 32px 49px 45px 64px; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-rating {
              margin-bottom: 8px; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-rating {
                  margin-bottom: 10px; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-rating {
                  margin-bottom: 14px; } }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-rating .card-reviews-number {
                display: none; }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-rating .icon {
                width: 20px;
                height: 19px; }
                @media (min-width: 1024px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-rating .icon {
                    width: 17px;
                    height: 17px; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author {
              color: #a7a7a7;
              font-family: "Nunito";
              font-size: 13px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              margin-bottom: 8px; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author {
                  font-size: 14px;
                  margin-bottom: 12px; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author {
                  margin-bottom: 22px; } }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author .author-name {
                border-right: 1px solid #a7a7a7;
                padding-right: 8px; }
                @media (min-width: 1024px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author .author-name {
                    padding-right: 11px; } }
              .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author .date {
                margin-left: 4px; }
                @media (min-width: 1024px) {
                  .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author .date {
                    margin-left: 8px; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-title {
              color: white;
              font-family: "Nunito";
              font-size: 16px;
              font-style: normal;
              font-weight: 700;
              line-height: normal;
              margin-bottom: 5px; }
              @media (min-width: 1024px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-title {
                  margin-bottom: 10px;
                  font-size: 18px; } }
              @media (min-width: 1360px) {
                .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-title {
                  margin-bottom: 18px; } }
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .productReview-body {
              color: #a7a7a7;
              font-family: "Nunito";
              font-size: 16px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              margin: 0; }
      .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review {
        text-align: center;
        padding: 20px 0;
        border-top: 1px solid #383838; }
        @media (min-width: 1024px) {
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review {
            padding: 35px 0; } }
        @media (min-width: 1360px) {
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review {
            padding: 43px 0 51px; } }
        .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review .see_all {
          color: white;
          font-family: "Nunito";
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-decoration-line: underline;
          cursor: pointer; }
          @media (min-width: 1024px) {
            .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review .see_all {
              font-size: 18px; } }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review .see_all:hover {
            color: #ffca2b; }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review .see_all:focus {
            outline: none !important;
            outline-offset: 0 !important; }
          .product_page .productView-detail .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review .see_all.button-disable {
            opacity: 0.8;
            pointer-events: none; }

.product_page .productView-description {
  padding: 0;
  order: 3;
  padding-top: 1rem; }
  @media (min-width: 768px) {
    .product_page .productView-description {
      padding-top: 3rem; } }
  @media (min-width: 1360px) {
    .product_page .productView-description {
      padding-top: 4.6rem; } }
  .product_page .productView-description .tabs {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: 0;
    background-color: #1b1b1b;
    border-radius: 10px; }
    @media (min-width: 768px) {
      .product_page .productView-description .tabs {
        flex-direction: row; } }
    .product_page .productView-description .tabs .tab {
      width: 100%;
      border: none;
      border-radius: 10px; }
      @media (min-width: 1024px) {
        .product_page .productView-description .tabs .tab {
          width: 32%; } }
      @media (min-width: 1600px) {
        .product_page .productView-description .tabs .tab {
          width: 33.33%; } }
      .product_page .productView-description .tabs .tab:not(:last-child) {
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .product_page .productView-description .tabs .tab:not(:last-child) {
            margin-bottom: 0; } }
        @media (min-width: 1024px) {
          .product_page .productView-description .tabs .tab:not(:last-child) {
            margin-right: 20px;
            margin-bottom: 0; } }
      .product_page .productView-description .tabs .tab.is-active {
        border: none;
        border-radius: 10px;
        background-color: black; }
        .product_page .productView-description .tabs .tab.is-active .tab-title {
          color: white; }
          .product_page .productView-description .tabs .tab.is-active .tab-title:hover {
            color: white; }
        .product_page .productView-description .tabs .tab.is-active [href]:focus,
        .product_page .productView-description .tabs .tab.is-active [tabindex]:not([tabindex="-1"]):focus {
          outline-offset: 0px !important;
          outline: none !important;
          border-radius: 10px; }
      .product_page .productView-description .tabs .tab .tab-title {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        padding: 12.5px 5px;
        color: white; }
        @media (min-width: 768px) {
          .product_page .productView-description .tabs .tab .tab-title {
            font-size: 14px; } }
        @media (min-width: 1024px) {
          .product_page .productView-description .tabs .tab .tab-title {
            font-size: 16px;
            padding: 14px 10px; } }
        @media (min-width: 1360px) {
          .product_page .productView-description .tabs .tab .tab-title {
            padding: 18px 10px;
            font-size: 20px; } }
        @media (min-width: 1600px) {
          .product_page .productView-description .tabs .tab .tab-title {
            padding: 23.5px 5px;
            font-size: 24px; } }
        .product_page .productView-description .tabs .tab .tab-title:focus {
          outline: none !important;
          outline-offset: 0 !important; }
        .product_page .productView-description .tabs .tab .tab-title:hover {
          color: #ffca2b; }
  .product_page .productView-description .tabs-contents {
    margin-bottom: 21px;
    border-bottom: 1px solid #303030;
    font-size: 14px;
    padding: 5px;
    font-weight: 500;
    line-height: 22px;
    color: #a7a7a7; }
    @media (min-width: 768px) {
      .product_page .productView-description .tabs-contents {
        padding: 15px;
        margin-bottom: 42px; } }
    @media (min-width: 1360px) {
      .product_page .productView-description .tabs-contents {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 64px; } }
    @media (min-width: 1600px) {
      .product_page .productView-description .tabs-contents {
        font-size: 18px;
        line-height: 32px; } }
    @media (min-width: 1024px) {
      .product_page .productView-description .tabs-contents .tab-content {
        padding: 10px 0; } }
    @media (min-width: 1600px) {
      .product_page .productView-description .tabs-contents .tab-content {
        padding: 20px 0; } }
    .product_page .productView-description .tabs-contents .tab-content a {
      color: #a7a7a7; }
      .product_page .productView-description .tabs-contents .tab-content a:hover {
        color: #ffca2b; }
    .product_page .productView-description .tabs-contents .tab-content .tabContent-data h1,
    .product_page .productView-description .tabs-contents .tab-content .tabContent-data h2,
    .product_page .productView-description .tabs-contents .tab-content .tabContent-data h3,
    .product_page .productView-description .tabs-contents .tab-content .tabContent h1,
    .product_page .productView-description .tabs-contents .tab-content .tabContent h2,
    .product_page .productView-description .tabs-contents .tab-content .tabContent h3 {
      font-size: 18px;
      font-weight: 700;
      color: black; }
    .product_page .productView-description .tabs-contents .tab-content .tabContent-data a,
    .product_page .productView-description .tabs-contents .tab-content .tabContent a {
      color: black; }
      .product_page .productView-description .tabs-contents .tab-content .tabContent-data a:hover,
      .product_page .productView-description .tabs-contents .tab-content .tabContent a:hover {
        color: #ffca2b; }
    .product_page .productView-description .tabs-contents .tab-content .tabContent-data .tab-loader,
    .product_page .productView-description .tabs-contents .tab-content .tabContent .tab-loader {
      text-align: center;
      position: relative; }
      .product_page .productView-description .tabs-contents .tab-content .tabContent-data .tab-loader img,
      .product_page .productView-description .tabs-contents .tab-content .tabContent .tab-loader img {
        display: none; }
      .product_page .productView-description .tabs-contents .tab-content .tabContent-data .tab-loader .loadingOverlay,
      .product_page .productView-description .tabs-contents .tab-content .tabContent .tab-loader .loadingOverlay {
        background-color: transparent;
        display: block; }
    .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-title {
      display: none; }
    .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content {
      display: block; }
      .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list {
        margin: 0; }
        .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview {
          width: 100%;
          padding: 20px 0;
          border-bottom: 1px solid #383838; }
          @media (min-width: 1024px) {
            .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview {
              padding: 22px 0; } }
          @media (min-width: 1600px) {
            .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview {
              padding: 32px 0; } }
          .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview:last-child {
            border-bottom: none; }
          .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-rating {
            margin-bottom: 8px; }
            @media (min-width: 1024px) {
              .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-rating {
                margin-bottom: 10px; } }
            @media (min-width: 1360px) {
              .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-rating {
                margin-bottom: 14px; } }
            .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-rating .card-reviews-number {
              display: none; }
            .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-rating span .icon {
              width: 20px;
              height: 19px; }
              @media (min-width: 1024px) {
                .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-rating span .icon {
                  width: 17px;
                  height: 17px; } }
          .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author {
            color: #a7a7a7;
            font-family: "Nunito";
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 8px; }
            @media (min-width: 1024px) {
              .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author {
                font-size: 14px;
                margin-bottom: 12px; } }
            @media (min-width: 1360px) {
              .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author {
                margin-bottom: 22px; } }
            .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author .author-name {
              border-right: 1px solid #f1f1f1;
              padding-right: 8px; }
              @media (min-width: 1024px) {
                .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author .author-name {
                  padding-right: 11px; } }
            .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author .date {
              margin-left: 4px; }
              @media (min-width: 1024px) {
                .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author .date {
                  margin-left: 8px; } }
          .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-title {
            color: black;
            font-family: "Nunito";
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 5px; }
            @media (min-width: 1024px) {
              .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-title {
                margin-bottom: 10px;
                font-size: 18px; } }
            @media (min-width: 1360px) {
              .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-title {
                margin-bottom: 18px; } }
          .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main .productReview-body {
            color: rgba(0, 0, 0, 0.6);
            font-family: "Nunito";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0; }
      .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .product-listing-counter {
        margin-top: 10px; }
        .product_page .productView-description .tabs-contents .tab-content .productReviews .toggle-content .product-listing-counter .product-pagination-listing {
          width: 100%; }
    .product_page .productView-description .tabs-contents .tab-content .toggle:last-of-type {
      margin-bottom: 0; }
    .product_page .productView-description .tabs-contents .tab-content .toggle .videoGallery-main {
      padding-bottom: 48.5%;
      border-radius: 10px; }
    .product_page .productView-description .tabs-contents .tab-content .videoGallery-list .video-body .video-title {
      font-size: 15px;
      font-weight: 600;
      color: #a7a7a7;
      line-height: 20px; }
      @media (min-width: 1024px) {
        .product_page .productView-description .tabs-contents .tab-content .videoGallery-list .video-body .video-title {
          font-size: 18px;
          line-height: 24px; } }
    .product_page .productView-description .tabs-contents .tab-content .videoGallery-list .video-body .video-description {
      font-size: 14px;
      color: #a7a7a7; }
      @media (min-width: 1024px) {
        .product_page .productView-description .tabs-contents .tab-content .videoGallery-list .video-body .video-description {
          font-size: 15px; } }
    .product_page .productView-description .tabs-contents .tab-content .productView-info {
      margin-bottom: 0;
      font-size: 14px; }
      @media (min-width: 1360px) {
        .product_page .productView-description .tabs-contents .tab-content .productView-info {
          font-size: 16px; } }
      @media (min-width: 1600px) {
        .product_page .productView-description .tabs-contents .tab-content .productView-info {
          font-size: 18px; } }
      .product_page .productView-description .tabs-contents .tab-content .productView-info .productView-info-name {
        width: 100%;
        font-size: 14px;
        margin: 0;
        font-weight: 700;
        float: left;
        font-family: "Nunito";
        color: #a7a7a7;
        padding: 4px 5px; }
        @media (min-width: 768px) {
          .product_page .productView-description .tabs-contents .tab-content .productView-info .productView-info-name {
            width: 20%; } }
        @media (min-width: 1360px) {
          .product_page .productView-description .tabs-contents .tab-content .productView-info .productView-info-name {
            font-size: 16px; } }
        @media (min-width: 1600px) {
          .product_page .productView-description .tabs-contents .tab-content .productView-info .productView-info-name {
            font-size: 18px; } }
      .product_page .productView-description .tabs-contents .tab-content .productView-info .productView-info-value {
        width: 100%;
        float: left;
        margin: 0;
        padding: 4px 5px; }
        @media (min-width: 768px) {
          .product_page .productView-description .tabs-contents .tab-content .productView-info .productView-info-value {
            width: 80%; } }
    .product_page .productView-description .tabs-contents #tab-description .productDescription__content > p {
      font-size: 13px;
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .product_page .productView-description .tabs-contents #tab-description .productDescription__content > p {
          font-size: 16px;
          padding: 0;
          line-height: 28px; } }
    .product_page .productView-description .tabs-contents #tab-description .productDescription__content .deslink {
      color: #0d3e9d;
      text-decoration: none; }
      .product_page .productView-description .tabs-contents #tab-description .productDescription__content .deslink:hover {
        text-decoration: underline; }
    .product_page .productView-description .tabs-contents #tab-warranty {
      font-size: 13px;
      padding: 1.5rem 0; }
      @media (min-width: 1024px) {
        .product_page .productView-description .tabs-contents #tab-warranty {
          line-height: 28px;
          font-size: 16px;
          padding: 0; } }
    @media (min-width: 1024px) {
      .product_page .productView-description .tabs-contents .customfieldstab .productView-info {
        padding: 0; } }
    .product_page .productView-description .tabs-contents .customfieldstab .productView-info .productView-info-name {
      font-size: 13px;
      font-weight: 600;
      float: left;
      margin-top: 0; }
      @media (min-width: 1024px) {
        .product_page .productView-description .tabs-contents .customfieldstab .productView-info .productView-info-name {
          font-size: 16px; } }
    .product_page .productView-description .tabs-contents .customfieldstab .productView-info .productView-info-value {
      font-size: 13px;
      float: left; }
      @media (min-width: 1024px) {
        .product_page .productView-description .tabs-contents .customfieldstab .productView-info .productView-info-value {
          font-size: 16px; } }

.relcust_products {
  margin-bottom: 1.5rem; }
  .relcust_products .page-heading {
    margin-bottom: 0;
    font-size: 30px;
    line-height: normal; }
  .relcust_products .page-subheading {
    font-size: 15px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .relcust_products .page-subheading {
        font-size: 16px;
        margin-bottom: 32px; } }
  .relcust_products .customer-view {
    padding-top: 21px;
    border-top: 1px solid #303030;
    margin-top: 21px; }
    @media (min-width: 768px) {
      .relcust_products .customer-view {
        padding-top: 42px;
        margin-top: 42px; } }
    @media (min-width: 1360px) {
      .relcust_products .customer-view {
        padding-top: 64px;
        margin-top: 64px; } }
  .relcust_products .tab-content.has-jsContent.is-active {
    padding: 0; }

.brands_page .page .page-heading {
  margin: 0;
  color: white;
  font-family: "Josefin Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1.92px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .brands_page .page .page-heading {
      font-size: 35px; } }
  @media (min-width: 1024px) {
    .brands_page .page .page-heading {
      font-size: 40px;
      line-height: 45px;
      padding: 0; } }
  @media (min-width: 1360px) {
    .brands_page .page .page-heading {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .brands_page .page .page-heading {
      font-size: 48px;
      line-height: 58px; } }

.brands_page .page .brandGrid {
  margin: 0; }
  .brands_page .page .brandGrid .brand {
    width: 100%;
    padding: 0.75rem; }
    @media (min-width: 768px) {
      .brands_page .page .brandGrid .brand {
        width: 50%;
        padding: 16px 0.75rem; } }
    @media (min-width: 1024px) {
      .brands_page .page .brandGrid .brand {
        width: 33.33%; } }
    @media (min-width: 1360px) {
      .brands_page .page .brandGrid .brand {
        width: 25%; } }
    .brands_page .page .brandGrid .brand .card {
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      height: 100%;
      transition: all 0.5s ease-in-out;
      border-radius: 20px;
      background: #1b1b1b;
      padding: 15px; }
      @media (min-width: 1360px) {
        .brands_page .page .brandGrid .brand .card {
          padding: 24px; } }
      .brands_page .page .brandGrid .brand .card:hover {
        box-shadow: 8px 8px 8px rgba(255, 202, 43, 0.1); }
        .brands_page .page .brandGrid .brand .card:hover .card-body .card-title a {
          color: #ffca2b; }
      .brands_page .page .brandGrid .brand .card .card-body {
        padding-top: 15px; }
        @media (min-width: 1360px) {
          .brands_page .page .brandGrid .brand .card .card-body {
            padding-top: 24px; } }
        .brands_page .page .brandGrid .brand .card .card-body .card-title {
          color: black;
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          flex: 1 0 auto;
          margin: 0; }
          @media (min-width: 1024px) {
            .brands_page .page .brandGrid .brand .card .card-body .card-title {
              font-size: 20px; } }
          @media (min-width: 1600px) {
            .brands_page .page .brandGrid .brand .card .card-body .card-title {
              font-size: 22px; } }
          @media (min-width: 1920px) {
            .brands_page .page .brandGrid .brand .card .card-body .card-title {
              font-size: 24px; } }

.brand_page .page-heading {
  margin: 0;
  color: black;
  font-family: "Josefin Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1.92px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .brand_page .page-heading {
      font-size: 35px; } }
  @media (min-width: 1024px) {
    .brand_page .page-heading {
      font-size: 40px;
      line-height: 45px;
      padding: 0; } }
  @media (min-width: 1360px) {
    .brand_page .page-heading {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .brand_page .page-heading {
      font-size: 48px;
      line-height: 58px; } }

.brand_page .page.custom_heading_section {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .brand_page .page.custom_heading_section {
      margin-top: 54px; } }
  @media (min-width: 1024px) {
    .brand_page .page.custom_heading_section {
      margin-top: 73px; } }
  @media (min-width: 1360px) {
    .brand_page .page.custom_heading_section {
      margin-top: 52px; } }
  @media (min-width: 1440px) {
    .brand_page .page.custom_heading_section {
      margin-top: 54px; } }
  @media (min-width: 1600px) {
    .brand_page .page.custom_heading_section {
      margin-top: 24px; } }

.brand_page .page .page-content .product-listing-counter .product-pagination-listing {
  width: 100%; }

.category_page {
  position: relative; }
  .category_page.sidebar-open {
    overflow: hidden; }
  .category_page .no-sub-category .page {
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .category_page .no-sub-category .page {
        margin-top: 60px; } }
    @media (min-width: 1280px) {
      .category_page .no-sub-category .page {
        margin-top: 30px; } }
  .category_page .no-sub-category .heading-section .heading-main .heading-inner .main-heading-subcategory .heading-and-subcategory .filter {
    border-top: none; }
  .category_page .sub-category .page {
    margin-top: 5%; }
    @media (min-width: 768px) {
      .category_page .sub-category .page {
        margin-top: 45%; } }
    @media (min-width: 820px) {
      .category_page .sub-category .page {
        margin-top: 40%; } }
    @media (min-width: 1280px) {
      .category_page .sub-category .page {
        margin-top: 30%; } }
    @media (min-width: 1360px) {
      .category_page .sub-category .page {
        margin-top: 25%; } }
    @media (min-width: 1600px) {
      .category_page .sub-category .page {
        margin-top: 20%; } }
    @media (min-width: 1680px) {
      .category_page .sub-category .page {
        margin-top: 18%; } }
  .category_page .sub-category .no-category-title {
    margin-top: 9%; }
    @media (min-width: 768px) {
      .category_page .sub-category .no-category-title {
        margin-top: 39%; } }
    @media (min-width: 1024px) {
      .category_page .sub-category .no-category-title {
        margin-top: 35%; } }
    @media (min-width: 1280px) {
      .category_page .sub-category .no-category-title {
        margin-top: 25%; } }
    @media (min-width: 1360px) {
      .category_page .sub-category .no-category-title {
        margin-top: 19%; } }
    @media (min-width: 1440px) {
      .category_page .sub-category .no-category-title {
        margin-top: 16%; } }
    @media (min-width: 1600px) {
      .category_page .sub-category .no-category-title {
        margin-top: 13%; } }
    @media (min-width: 1680px) {
      .category_page .sub-category .no-category-title {
        margin-top: 12%; } }
  .category_page .page-heading {
    margin: 0;
    color: white;
    font-family: "Josefin Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1.92px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .category_page .page-heading {
        font-size: 35px; } }
    @media (min-width: 1024px) {
      .category_page .page-heading {
        font-size: 40px;
        line-height: 45px;
        padding: 0; } }
    @media (min-width: 1360px) {
      .category_page .page-heading {
        margin-bottom: 20px; } }
    @media (min-width: 1440px) {
      .category_page .page-heading {
        font-size: 48px;
        line-height: 58px; } }
  .category_page .page.custom_heading_section .category-page-main-img {
    padding: 0 15px; }
  .category_page .page.custom_heading_section p img {
    width: auto; }
  .category_page .page.custom_heading_section .top-banner p {
    color: white;
    padding-top: 20px; }
  .category_page .page .banners {
    background-color: transparent;
    padding: 0 0.75rem 10px 0.75rem; }
    .category_page .page .banners .banner {
      max-width: 100%; }
  .category_page .page .description-text {
    padding-bottom: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    .category_page .page .description-text .text .description {
      padding-bottom: 10px; }
      @media (min-width: 1360px) {
        .category_page .page .description-text .text .description {
          padding-bottom: 15px; } }
      .category_page .page .description-text .text .description:last-child {
        padding-bottom: 0; }
      .category_page .page .description-text .text .description h2 {
        color: white;
        font-family: "Josefin Sans";
        font-weight: 500;
        margin: 0;
        padding-bottom: 5px;
        font-size: 18px; }
        @media (min-width: 1024px) {
          .category_page .page .description-text .text .description h2 {
            font-size: 20px; } }
        @media (min-width: 1360px) {
          .category_page .page .description-text .text .description h2 {
            font-size: 24px;
            padding-bottom: 10px; } }
      .category_page .page .description-text .text .description p {
        color: white;
        font-family: "Josefin Sans";
        margin: 0;
        font-size: 14px;
        line-height: 16px; }
        @media (min-width: 1024px) {
          .category_page .page .description-text .text .description p {
            font-size: 16px;
            line-height: 24px; } }
  .category_page .page .page-content p[data-no-products-notification] {
    font-size: 16px;
    color: white;
    font-family: "Nunito";
    text-align: center;
    font-weight: 600; }
    @media (min-width: 768px) {
      .category_page .page .page-content p[data-no-products-notification] {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .category_page .page .page-content p[data-no-products-notification] {
        font-size: 24px; } }

.product-listing-counter.pagination-vissible {
  background: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px 20px;
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  border-radius: 5px;
  row-gap: 10px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .product-listing-counter.pagination-vissible {
      padding: 25px 30px;
      justify-content: initial;
      flex-direction: row;
      margin-top: 40px; } }
  @media (min-width: 1024px) {
    .product-listing-counter.pagination-vissible {
      max-width: 66.3%;
      margin-top: 83px;
      margin-bottom: 65px; } }

.product-listing-counter .pagination-count {
  color: white;
  font-family: "Nunito";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .product-listing-counter .pagination-count {
      text-align: left; } }

.product-listing-counter .product-pagination-listing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  @media (min-width: 768px) {
    .product-listing-counter .product-pagination-listing {
      width: 47%; } }
  @media (min-width: 1360px) {
    .product-listing-counter .product-pagination-listing {
      width: 61%; } }
  @media (min-width: 1440px) {
    .product-listing-counter .product-pagination-listing {
      width: 65%; } }
  @media (min-width: 1600px) {
    .product-listing-counter .product-pagination-listing {
      width: 75%; } }
  .product-listing-counter .product-pagination-listing .pagination .pagination-list {
    margin: 0;
    display: flex; }
    .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item {
      border-radius: 2px;
      border: 1px dashed white;
      margin: 0 2.5px;
      transition: .5s all ease-in-out; }
      .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item.pagination-item--current {
        background: linear-gradient(152deg, #f2e635 8.5%, #f2bc1b 92.21%);
        margin: 0 2.5px;
        border: none; }
        .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item.pagination-item--current:hover {
          border-color: #f2e635; }
        .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link {
          color: black;
          font-family: "Nunito";
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          padding: 3.5px 8.5px 3.5px 10.5px; }
          .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link:hover {
            color: black; }
      .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link, .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link {
        font-size: 0;
        padding: 2px 2.5px 2px 2.5px; }
        .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link .icon, .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon {
          margin: 0; }
          .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link .icon svg, .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon svg {
            fill: white; }
      .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item:hover {
        border-color: #f2bc1b; }
        .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item:hover .pagination-link {
          color: #f2bc1b; }
          .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item:hover .pagination-link .icon svg {
            fill: #ffca2b; }
      .product-listing-counter .product-pagination-listing .pagination .pagination-list .pagination-item .pagination-link {
        color: white;
        font-family: "Nunito";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 2.5px 7.5px 2.5px 9.5px; }

@media (min-width: 1024px) {
  .blog_page .page {
    margin: 0 -15px; } }

.blog_page .bloglist {
  display: flex;
  flex-wrap: wrap; }
  .blog_page .bloglist .blog {
    border: 0;
    margin: 0 0 40px 0;
    width: 100%;
    padding: 0 10px; }
    .blog_page .bloglist .blog + .blog {
      margin-top: 0;
      padding-top: 0; }
    @media (min-width: 1024px) {
      .blog_page .bloglist .blog {
        width: calc(100%/3);
        padding: 0 15px; } }
  .blog_page .bloglist .blog-title {
    margin: 0;
    text-align: left;
    line-height: 1; }
    @media (min-width: 1360px) {
      .blog_page .bloglist .blog-title {
        line-height: normal; } }
    .blog_page .bloglist .blog-title a {
      color: black;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 18px; }
      @media (min-width: 1360px) {
        .blog_page .bloglist .blog-title a {
          font-size: 22px; } }
      .blog_page .bloglist .blog-title a:hover {
        color: #ffca2b; }
  .blog_page .bloglist .blog-post-figure {
    width: 100%;
    margin-bottom: 10px; }
    .blog_page .bloglist .blog-post-figure .blog-thumbnail {
      max-width: 100%;
      margin-bottom: 10px; }
  .blog_page .bloglist .blog-post-body {
    width: 100%; }
    .blog_page .bloglist .blog-post-body .blog-by {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      font-size: 13px; }
      @media (min-width: 1360px) {
        .blog_page .bloglist .blog-post-body .blog-by {
          font-size: 14px; } }
      .blog_page .bloglist .blog-post-body .blog-by .blog-author,
      .blog_page .bloglist .blog-post-body .blog-by .blog-date {
        margin-bottom: 0;
        color: white; }
    .blog_page .bloglist .blog-post-body .blog-title a {
      font-size: 16px;
      color: white; }
      @media (min-width: 768px) {
        .blog_page .bloglist .blog-post-body .blog-title a {
          font-size: 18px; } }
      @media (min-width: 1024px) {
        .blog_page .bloglist .blog-post-body .blog-title a {
          font-size: 15px; } }
      @media (min-width: 1440px) {
        .blog_page .bloglist .blog-post-body .blog-title a {
          font-size: 20px; } }
      @media (min-width: 1600px) {
        .blog_page .bloglist .blog-post-body .blog-title a {
          font-size: 22px; } }
      .blog_page .bloglist .blog-post-body .blog-title a:hover {
        color: #ffca2b; }
    .blog_page .bloglist .blog-post-body .blog-post {
      font-size: 14px;
      color: white; }
      @media (min-width: 1360px) {
        .blog_page .bloglist .blog-post-body .blog-post {
          font-size: 16px; } }
      .blog_page .bloglist .blog-post-body .blog-post a {
        color: #ffca2b;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none; }
        .blog_page .bloglist .blog-post-body .blog-post a:hover {
          color: #ffca2b;
          text-decoration: none; }

.blog-post .blog {
  margin-bottom: 20px; }
  .blog-post .blog .blog-post-figure {
    position: relative; }
    .blog-post .blog .blog-post-figure .blog-thumbnail {
      margin-bottom: 10px;
      max-width: 100%; }
      @media (min-width: 1024px) {
        .blog-post .blog .blog-post-figure .blog-thumbnail {
          max-width: 50%; } }
      .blog-post .blog .blog-post-figure .blog-thumbnail a {
        display: inline-block;
        width: 100%; }
    .blog-post .blog .blog-post-figure .blog-header .blog-title {
      margin: 0;
      text-align: center;
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 0 10px; }
      @media (min-width: 1360px) {
        .blog-post .blog .blog-post-figure .blog-header .blog-title {
          line-height: normal; } }
      .blog-post .blog .blog-post-figure .blog-header .blog-title a {
        color: black;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 20px; }
        @media (min-width: 1360px) {
          .blog-post .blog .blog-post-figure .blog-header .blog-title a {
            font-size: 35px; } }
        .blog-post .blog .blog-post-figure .blog-header .blog-title a:hover {
          color: #ffca2b; }
  .blog-post .blog .blog-post-body {
    width: 100%; }
    .blog-post .blog .blog-post-body .common-social-icons {
      justify-content: center; }
    .blog-post .blog .blog-post-body .blog-by {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      font-size: 13px; }
      @media (min-width: 1360px) {
        .blog-post .blog .blog-post-body .blog-by {
          font-size: 14px; } }
      .blog-post .blog .blog-post-body .blog-by .blog-author,
      .blog-post .blog .blog-post-body .blog-by .blog-date {
        margin-bottom: 0;
        color: white; }
    .blog-post .blog .blog-post-body .blog-title {
      margin-left: 0;
      margin-right: 0;
      font-size: 0; }
      .blog-post .blog .blog-post-body .blog-title a {
        font-size: 16px;
        font-weight: 700;
        color: white; }
        @media (min-width: 768px) {
          .blog-post .blog .blog-post-body .blog-title a {
            font-size: 18px; } }
        @media (min-width: 1024px) {
          .blog-post .blog .blog-post-body .blog-title a {
            font-size: 20px; } }
        @media (min-width: 1440px) {
          .blog-post .blog .blog-post-body .blog-title a {
            font-size: 25px; } }
        @media (min-width: 1600px) {
          .blog-post .blog .blog-post-body .blog-title a {
            font-size: 30px; } }
        .blog-post .blog .blog-post-body .blog-title a:hover {
          color: #ffca2b; }
    .blog-post .blog .blog-post-body .blog-post {
      font-size: 15px; }
      @media (min-width: 1360px) {
        .blog-post .blog .blog-post-body .blog-post {
          font-size: 16px; } }
      .blog-post .blog .blog-post-body .blog-post p {
        color: white; }
        .blog-post .blog .blog-post-body .blog-post p:first-child::first-letter {
          font-size: 40px; }
      .blog-post .blog .blog-post-body .blog-post h1,
      .blog-post .blog .blog-post-body .blog-post h2,
      .blog-post .blog .blog-post-body .blog-post h3,
      .blog-post .blog .blog-post-body .blog-post h4,
      .blog-post .blog .blog-post-body .blog-post h5,
      .blog-post .blog .blog-post-body .blog-post h6 {
        color: white;
        font-weight: 500;
        line-height: 1;
        text-transform: capitalize; }
        @media (min-width: 1024px) {
          .blog-post .blog .blog-post-body .blog-post h1,
          .blog-post .blog .blog-post-body .blog-post h2,
          .blog-post .blog .blog-post-body .blog-post h3,
          .blog-post .blog .blog-post-body .blog-post h4,
          .blog-post .blog .blog-post-body .blog-post h5,
          .blog-post .blog .blog-post-body .blog-post h6 {
            line-height: normal; } }
      .blog-post .blog .blog-post-body .blog-post a {
        color: white;
        font-weight: 400;
        text-transform: uppercase; }
        .blog-post .blog .blog-post-body .blog-post a:hover {
          color: #ffca2b;
          text-decoration: none; }
    .blog-post .blog .blog-post-body .tags .tag {
      margin-bottom: 10px; }
      .blog-post .blog .blog-post-body .tags .tag:not(:last-child) {
        margin-right: 10px; }
      .blog-post .blog .blog-post-body .tags .tag a {
        border: 1px solid #ffca2b;
        color: white; }
        .blog-post .blog .blog-post-body .tags .tag a:hover {
          background-color: #ffca2b;
          color: black; }
    .blog-post .blog .blog-post-body .socialLinks .socialLinks-item svg {
      fill: white; }
    .blog-post .blog .blog-post-body .socialLinks .socialLinks-item .icon--facebook svg:hover {
      fill: #597ac7; }
    .blog-post .blog .blog-post-body .socialLinks .socialLinks-item .icon--email svg:hover {
      fill: #ffba00; }
    .blog-post .blog .blog-post-body .socialLinks .socialLinks-item .icon--print svg:hover {
      fill: #7c8587; }
    .blog-post .blog .blog-post-body .socialLinks .socialLinks-item .icon--twitter svg:hover {
      fill: #1da1f2; }
    .blog-post .blog .blog-post-body .socialLinks .socialLinks-item .icon--linkedin svg:hover {
      fill: #0e76a8; }
    .blog-post .blog .blog-post-body .socialLinks .socialLinks-item .icon--pinterest svg:hover {
      fill: #e60023; }

.blog + .blog {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

@media (min-width: 1024px) {
  .blog-main {
    padding-bottom: 36px;
    border-bottom: 1px solid #303030; } }

.blog-main .page-heading {
  font-family: "Nunito";
  word-spacing: 4px; }

@media (min-width: 1360px) {
  .blog-main .page-subheading {
    margin-bottom: 32px; } }

.blog-main .recentBlog-posts .slick-list {
  height: auto !important; }
  .blog-main .recentBlog-posts .slick-list .slick-track {
    display: flex;
    height: auto; }
    .blog-main .recentBlog-posts .slick-list .slick-track .blog {
      border: none;
      background-color: #1b1b1b;
      border-radius: 10px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      margin: 0 0 12px 0;
      height: auto; }
      .blog-main .recentBlog-posts .slick-list .slick-track .blog:focus {
        outline: none !important;
        outline-offset: 0 !important; }
      @media (min-width: 1024px) {
        .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; } }
      .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body {
        width: 100%;
        margin: 0;
        padding: 18px; }
        @media (min-width: 1024px) {
          .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body {
            width: 50%;
            padding: 25px 0 25px 40px; } }
        @media (min-width: 1600px) {
          .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body {
            padding: 25px 0 25px 80px; } }
        .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .tags {
          margin-top: 0;
          text-align: center;
          margin-bottom: 0.8rem; }
          @media (min-width: 1024px) {
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .tags {
              text-align: initial;
              margin-bottom: 1.5rem; } }
          .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .tags .tag {
            background: linear-gradient(315deg, #ffca2b 0.88%, #ffca2b 99.12%);
            margin-right: 5px;
            border-radius: 5px;
            text-transform: uppercase;
            margin-bottom: 5px; }
            @media (min-width: 768px) {
              .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .tags .tag {
                margin-bottom: 10px;
                margin-right: 10px; } }
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .tags .tag .tag-link {
              color: black;
              font-weight: 700;
              padding: 3px 20px; }
              @media (min-width: 1024px) {
                .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .tags .tag .tag-link {
                  padding: 5px 35px; } }
              .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .tags .tag .tag-link:hover {
                color: #fff; }
              .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .tags .tag .tag-link:focus {
                border-radius: 5px; }
        .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-title {
          margin: 0 0 16px 0;
          text-align: center; }
          @media (min-width: 1024px) {
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-title {
              text-align: left;
              margin: 0 0 20px 0; } }
          @media (min-width: 1440px) {
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-title {
              margin: 0 0 24px 0; } }
          .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-title a {
            font-family: "Nunito";
            font-weight: 700;
            font-size: 18px;
            font-weight: 700;
            color: white; }
            @media (min-width: 1024px) {
              .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-title a {
                font-size: 20px;
                line-height: normal; } }
            @media (min-width: 1360px) {
              .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-title a {
                font-size: 22px; } }
            @media (min-width: 1440px) {
              .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-title a {
                font-size: 24px; } }
        .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-detail {
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (min-width: 1024px) {
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-detail {
              justify-content: left; } }
          .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-detail .blog-author,
          .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-detail .blog-date {
            color: white;
            font-weight: 700; }
          .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-detail .blog-author {
            margin: 0 10px 0 0;
            padding-right: 10px;
            text-transform: uppercase;
            padding-right: 10px;
            border-right: 2px solid white;
            margin: 0 10px 0 0;
            font-size: 14px;
            font-weight: 700;
            line-height: normal; }
          .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-header .blog-detail .blog-date {
            font-weight: 400;
            margin: 0;
            font-size: 13px;
            font-weight: 400;
            line-height: normal; }
        .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post {
          margin: 24px 0 0 0;
          color: white;
          font-size: 14px;
          font-weight: 400;
          line-height: 22px;
          text-align: center; }
          @media (min-width: 1024px) {
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post {
              text-align: left;
              font-size: 14px;
              line-height: 22px;
              margin: 20px 0 0 0; } }
          @media (min-width: 1360px) {
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post {
              font-size: 15px;
              line-height: 24px;
              margin: 26px 0 0 0; } }
          @media (min-width: 1440px) {
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post {
              font-size: 16px;
              line-height: 26px;
              margin: 33px 0 0 0; } }
          .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post .blog-read-more {
            text-transform: capitalize;
            margin: 24px 0 0 0;
            font-size: 16px;
            font-weight: 400;
            line-height: normal;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px; }
            @media (min-width: 1024px) {
              .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post .blog-read-more {
                justify-content: left;
                font-size: 14px;
                margin: 20px 0 0 0; } }
            @media (min-width: 1360px) {
              .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post .blog-read-more {
                font-size: 15px;
                margin: 26px 0 0 0; } }
            @media (min-width: 1440px) {
              .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post .blog-read-more {
                font-size: 16px;
                margin: 33px 0 0 0; } }
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post .blog-read-more:hover .blog-link {
              color: white; }
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post .blog-read-more:hover .icon .arrow-right-blog {
              stroke: white; }
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post .blog-read-more .blog-link {
              display: inline-block;
              color: #ffca2b;
              text-decoration: none;
              padding: 5px 5px 5px 0; }
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post .blog-read-more .icon {
              width: 14px;
              height: 12px; }
              .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post .blog-read-more .icon .arrow-right-blog {
                stroke: #ffca2b;
                stroke-width: 2px; }
      .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-figure {
        width: 100%;
        margin: 0; }
        @media (min-width: 1024px) {
          .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-figure {
            width: 35%; } }
        .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-figure .blog-thumbnail {
          margin: 0;
          max-width: 100%; }
          @media (min-width: 1024px) {
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-figure .blog-thumbnail {
              max-width: fit-content; } }
          .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-figure .blog-thumbnail .blog-post-img {
            display: inline-block;
            padding: 5px; }
            .blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-figure .blog-thumbnail .blog-post-img img {
              width: 100%;
              height: auto;
              object-fit: contain;
              object-position: center; }

@media (min-width: 1360px) {
  .blog-main .recentBlog-posts .slick-dots {
    margin-top: 20px; } }

.sitemap-list {
  list-style-type: none; }
  @media (min-width: 768px) {
    .sitemap-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .sitemap-list h2 {
    font-weight: 700;
    color: white; }
  @media (min-width: 768px) {
    .sitemap-list .list-item {
      width: 33.33%; } }
  .sitemap-list ul {
    list-style-type: disc;
    color: white; }
  .sitemap-list li {
    margin: 10px 0 5px; }
    .sitemap-list li a {
      font-size: 16px;
      color: white; }
      .sitemap-list li a:hover {
        color: #ffca2b; }

#contact-us-page a {
  color: white; }
  #contact-us-page a:hover {
    color: #ffca2b; }

#contact-us-page ul {
  font-size: 14px;
  font-weight: 600;
  color: white; }

#contact-us-page p {
  font-weight: 600;
  color: white; }

#contact-us-page #contact-us-success a:hover {
  color: #ffca2b; }

.page-content--centered h1,
.page-content--centered h2,
.page-content--centered h3 {
  font-weight: 400;
  color: white;
  font-size: 18px;
  line-height: 20px; }
  @media (min-width: 1024px) {
    .page-content--centered h1,
    .page-content--centered h2,
    .page-content--centered h3 {
      font-size: 20px;
      line-height: 1.5; } }
  @media (min-width: 1440px) {
    .page-content--centered h1,
    .page-content--centered h2,
    .page-content--centered h3 {
      font-size: 28px; } }

.page-content--centered p {
  font-size: 16px;
  color: white; }

.account .account-row p {
  color: white; }

.account_recentitems-page .productGrid {
  display: flex;
  flex-wrap: wrap; }
  .account_recentitems-page .productGrid .product {
    width: 100%; }
    @media (min-width: 768px) {
      .account_recentitems-page .productGrid .product {
        width: 50%; } }
    @media (min-width: 1360px) {
      .account_recentitems-page .productGrid .product {
        width: 25%; } }

.alertBox-message {
  color: black; }

.navBar--account .navBar-section .navBar-item {
  border-radius: 5px;
  background-color: #222222;
  position: relative;
  margin: 0 5px 0 0; }
  @media (min-width: 1024px) {
    .navBar--account .navBar-section .navBar-item {
      min-width: 85px;
      width: auto; } }
  @media (min-width: 1600px) {
    .navBar--account .navBar-section .navBar-item {
      min-width: 170px;
      margin: 0 11px 0 0; } }
  .navBar--account .navBar-section .navBar-item .navBar-action {
    font-weight: 700;
    font-size: 13px;
    color: white; }
    @media (min-width: 1024px) {
      .navBar--account .navBar-section .navBar-item .navBar-action {
        padding: 8px; } }
    @media (min-width: 1360px) {
      .navBar--account .navBar-section .navBar-item .navBar-action {
        padding: 10px 10px;
        font-size: 15px; } }
    @media (min-width: 1600px) {
      .navBar--account .navBar-section .navBar-item .navBar-action {
        font-size: 18px;
        padding: 17px 5px; } }
    .navBar--account .navBar-section .navBar-item .navBar-action:hover {
      color: #ffca2b; }
  .navBar--account .navBar-section .navBar-item.is-active {
    border-bottom: 0;
    background: linear-gradient(152deg, #f2e635 0%, #f2bc1b 100%); }
    .navBar--account .navBar-section .navBar-item.is-active::before {
      content: '';
      border: 6px solid #ffca2b;
      position: absolute;
      bottom: -12px;
      left: 50%;
      transform: translateX(-50%);
      width: 10px;
      margin: 0 auto;
      border-color: #ffca2b transparent transparent transparent;
      transition: all .3s ease-in-out; }
    .navBar--account .navBar-section .navBar-item.is-active .navBar-action {
      color: black; }

.navBar--giftcertificate .navBar-section .navBar-item {
  border-radius: 5px;
  background-color: #222222;
  position: relative;
  margin: 0 5px 0 0; }
  @media (min-width: 1024px) {
    .navBar--giftcertificate .navBar-section .navBar-item {
      min-width: 85px;
      width: auto; } }
  @media (min-width: 1600px) {
    .navBar--giftcertificate .navBar-section .navBar-item {
      min-width: 170px;
      margin: 0 11px 0 0; } }
  .navBar--giftcertificate .navBar-section .navBar-item .navBar-action {
    font-weight: 700;
    font-size: 13px;
    color: white; }
    @media (min-width: 1024px) {
      .navBar--giftcertificate .navBar-section .navBar-item .navBar-action {
        padding: 8px; } }
    @media (min-width: 1360px) {
      .navBar--giftcertificate .navBar-section .navBar-item .navBar-action {
        padding: 10px 10px;
        font-size: 15px; } }
    @media (min-width: 1600px) {
      .navBar--giftcertificate .navBar-section .navBar-item .navBar-action {
        font-size: 18px;
        padding: 17px 17px; } }
  .navBar--giftcertificate .navBar-section .navBar-item.is-active {
    border-bottom: 0;
    background: linear-gradient(152deg, #f2e635 0%, #ffca2b 100%);
    font-weight: 700;
    font-size: 13px;
    color: black; }
    @media (min-width: 1024px) {
      .navBar--giftcertificate .navBar-section .navBar-item.is-active {
        padding: 8px; } }
    @media (min-width: 1360px) {
      .navBar--giftcertificate .navBar-section .navBar-item.is-active {
        padding: 10px 10px;
        font-size: 15px; } }
    @media (min-width: 1600px) {
      .navBar--giftcertificate .navBar-section .navBar-item.is-active {
        font-size: 18px;
        padding: 17px 17px; } }
    .navBar--giftcertificate .navBar-section .navBar-item.is-active::before {
      content: '';
      border: 6px solid #ffca2b;
      position: absolute;
      bottom: -12px;
      left: 50%;
      transform: translateX(-50%);
      width: 10px;
      margin: 0 auto;
      border-color: #ffca2b transparent transparent transparent;
      transition: all .3s ease-in-out; }

.account-body .panel-body .address-title {
  font-weight: 700;
  color: white; }

.account-body .panel-body .address-details .address-label {
  color: white; }

.account-body .panel--newAddress .panel-body {
  border-color: white; }

.account-body .account-heading {
  color: white;
  font-weight: 700;
  border-color: #303030; }

.account-body .account-content {
  color: white; }
  .account-body .account-content h2 {
    font-weight: 700; }
  .account-body .account-content .account-list .account-listItem .account-product .account-product-body {
    color: white;
    padding-left: 15px; }
  .account-body .account-content .account-list .account-listItem .account-message .is-read {
    color: white; }
  .account-body .account-content .account-list .account-listItem .account-orderStatus {
    color: white; }
    .account-body .account-content .account-list .account-listItem .account-orderStatus .account-orderStatus-label {
      font-weight: 400;
      padding-top: 7px;
      background-color: #ffca2b;
      color: black; }
    .account-body .account-content .account-list .account-listItem .account-orderStatus .account-orderStatus-action {
      color: white;
      font-size: 14px;
      padding-right: 2px; }
  .account-body .account-content .account-list .account-listItem .account-product-title {
    font-weight: 400; }
    .account-body .account-content .account-list .account-listItem .account-product-title a {
      color: white; }
  .account-body .account-content .account-list .account-listItem .account-product-detail-heading {
    font-weight: 400;
    color: white; }
  .account-body .account-content .account-list .account-listItem .account-product .account-product-figure::after {
    padding-bottom: 0; }
  .account-body .account-content .account-list .account-listShipping .account-listShipping-title {
    font-weight: 700;
    color: white; }

.account-body .account-orderTotal {
  font-weight: 400;
  color: white; }
  .account-body .account-orderTotal .account-orderTotal-key {
    color: white; }
  .account-body .account-orderTotal .account-orderTotal-value {
    color: white; }

.account-body .account-sidebar {
  color: white; }
  .account-body .account-sidebar .definitionList .definitionList-key {
    color: white; }

.wishlist_page .productGrid .product {
  width: calc(100%);
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .wishlist_page .productGrid .product {
      width: calc(100% / 2); } }
  @media (min-width: 1024px) {
    .wishlist_page .productGrid .product {
      width: calc(100% / 3); } }
  @media (min-width: 1360px) {
    .wishlist_page .productGrid .product {
      width: 25%; } }
  .wishlist_page .productGrid .product .form {
    position: absolute;
    bottom: 0;
    margin: 15px 0; }
  .wishlist_page .productGrid .product .card {
    width: 100%; }

.wishlist_page .pagination .pagination-list {
  margin: 0; }
  .wishlist_page .pagination .pagination-list .pagination-item {
    border-radius: 2px;
    border: 1px dashed white;
    margin: 0 2.5px;
    transition: .5s all ease-in-out; }
    .wishlist_page .pagination .pagination-list .pagination-item.pagination-item--current {
      background: linear-gradient(152deg, #f2e635 8.5%, #f2bc1b 92.21%);
      margin: 0 2.5px;
      border: none; }
      .wishlist_page .pagination .pagination-list .pagination-item.pagination-item--current:hover {
        border-color: #f2e635; }
      .wishlist_page .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link {
        color: black;
        font-family: "Nunito";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal; }
        .wishlist_page .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link:hover {
          color: black; }
    .wishlist_page .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link, .wishlist_page .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link {
      font-size: 0;
      padding: 2px 2.5px 2px 2.5px; }
      .wishlist_page .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link .icon, .wishlist_page .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon {
        margin: 0; }
        .wishlist_page .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link .icon svg, .wishlist_page .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon svg {
          fill: white; }
    .wishlist_page .pagination .pagination-list .pagination-item:hover {
      border-color: #f2bc1b; }
      .wishlist_page .pagination .pagination-list .pagination-item:hover .pagination-link {
        color: #f2bc1b; }
        .wishlist_page .pagination .pagination-list .pagination-item:hover .pagination-link .icon svg {
          fill: #ffca2b; }
    .wishlist_page .pagination .pagination-list .pagination-item .pagination-link {
      color: white;
      font-family: "Nunito";
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding: 2.5px 7.5px 2.5px 9.5px; }

.wishlists-table .table-tbody td a {
  color: white;
  word-break: break-word; }

.wishlists-table .table-tbody .table-actions a {
  color: black; }

.table--line .table-thead {
  border-color: #303030; }

.table--line .table-tbody {
  color: white; }
  .table--line .table-tbody .return-itemQuantity .form-select {
    font-weight: 400;
    color: white;
    border-color: black; }

.createaccount-page .account-body {
  margin: 0; }

.login_page .login {
  margin: 0;
  max-width: 100% !important; }

.login_page .login-row .new-customer {
  padding: 0; }
  @media (min-width: 1024px) {
    .login_page .login-row .new-customer {
      padding: 0 0.75rem; } }

.login_page .login-row .login-form {
  padding: 0; }
  @media (min-width: 1024px) {
    .login_page .login-row .login-form {
      padding: 0 0.75rem; } }
  .login_page .login-row .login-form.noaccountcreation {
    width: 100%; }
  .login_page .login-row .login-form .form-actions .button,
  .login_page .login-row .login-form .form-actions input,
  .login_page .login-row .login-form .form-actions a {
    vertical-align: baseline;
    text-decoration: none; }
  .login_page .login-row .login-form .forgot-password {
    color: white; }
    .login_page .login-row .login-form .forgot-password:hover {
      color: #ffca2b; }

.login_page .login-row .panel-header {
  background-color: black; }

.forgotpassword_page .form-prefixPostfix .button {
  padding: 0; }

.giftcertificates_page .form-checkbox + .form-label::after,
.giftcertificates_page .form-radio + .form-label::after,
.giftcertificates_redeem_page .form-checkbox + .form-label::after,
.giftcertificates_redeem_page .form-radio + .form-label::after,
.giftcertificates_balance_page .form-checkbox + .form-label::after,
.giftcertificates_balance_page .form-radio + .form-label::after {
  top: 0.286rem; }

.giftcertificates_page .account--fixed h1,
.giftcertificates_redeem_page .account--fixed h1,
.giftcertificates_balance_page .account--fixed h1 {
  font-weight: 700;
  color: white; }

.giftcertificates_page .account--fixed h3,
.giftcertificates_redeem_page .account--fixed h3,
.giftcertificates_balance_page .account--fixed h3 {
  font-weight: 400;
  color: white; }

.giftcertificates_page .account--fixed p,
.giftcertificates_redeem_page .account--fixed p,
.giftcertificates_balance_page .account--fixed p {
  color: white; }

.giftcertificates_page ol li,
.giftcertificates_redeem_page ol li,
.giftcertificates_balance_page ol li {
  color: white; }
  .giftcertificates_page ol li a,
  .giftcertificates_redeem_page ol li a,
  .giftcertificates_balance_page ol li a {
    color: white; }
    .giftcertificates_page ol li a:hover,
    .giftcertificates_redeem_page ol li a:hover,
    .giftcertificates_balance_page ol li a:hover {
      color: #ffca2b; }

.form-row .form-column .form-field {
  padding: 0; }

.form-row .form-column .form-label {
  color: white; }

.form-row .form-column .form-field-group {
  padding: 15px; }

.form-prefixPostfix .button {
  padding: 0 30px; }

.cart_page {
  background-color: #222222; }
  .cart_page .cart-page {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .cart_page .cart-page {
        margin-top: 50px;
        margin-bottom: 50px; } }
    @media (min-width: 1360px) {
      .cart_page .cart-page {
        margin-top: 60px;
        margin-bottom: 60px; } }
    @media (min-width: 1920px) {
      .cart_page .cart-page {
        margin-top: 75px;
        margin-bottom: 105px; } }
    .cart_page .cart-page .page-content {
      padding-bottom: 20px; }
  .cart_page .page-heading {
    font-size: 28px;
    margin-bottom: 0;
    text-align: initial;
    color: #ffca2b;
    font-family: "Nunito"; }
  @media (min-width: 1024px) {
    .cart_page .cart-item-value,
    .cart_page .cart-header-item {
      font-size: 14px; } }
  .cart_page .cart-item-value:last-child,
  .cart_page .cart-header-item:last-child {
    text-align: center; }
  .cart_page .cart-item .cart-item-figure {
    width: 24%; }
    @media (min-width: 1024px) {
      .cart_page .cart-item .cart-item-figure {
        width: 10.8%;
        padding: 25px 0; } }
    .cart_page .cart-item .cart-item-figure .cart-item-image {
      max-width: 127px;
      width: 100%;
      border-radius: 8px;
      border: 1px solid #565656; }
  .cart_page .cart-item .cart-item-title {
    width: 100%; }
    @media (min-width: 1024px) {
      .cart_page .cart-item .cart-item-title {
        width: 25%;
        padding-left: 65px; } }
  .cart_page .cart-item .cart-item-quantity {
    width: 100%; }
    @media (min-width: 768px) {
      .cart_page .cart-item .cart-item-quantity {
        width: 25%; } }
    @media (min-width: 1024px) {
      .cart_page .cart-item .cart-item-quantity {
        width: 15%; } }
  .cart_page .cart-item .cart-item-single {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .cart_page .cart-item .cart-item-single {
        width: 25%;
        display: table-cell; } }
    @media (min-width: 1024px) {
      .cart_page .cart-item .cart-item-single {
        width: 10%; } }
  .cart_page .cart-item .cart-item-total {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .cart_page .cart-item .cart-item-total {
        width: 25%;
        display: table-cell; } }
    @media (min-width: 1024px) {
      .cart_page .cart-item .cart-item-total {
        width: 10%; } }
  .cart_page .cart-item .cart-item-icon {
    width: 85%;
    margin: 7px auto !important; }
    @media (min-width: 768px) {
      .cart_page .cart-item .cart-item-icon {
        width: 25%; } }
    @media (min-width: 1024px) {
      .cart_page .cart-item .cart-item-icon {
        width: 12%; } }
  .cart_page .cart-item .cart-item-info {
    margin: 7px 0;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .cart_page .cart-item .cart-item-info {
        margin: 0; } }
    .cart_page .cart-item .cart-item-info .cart-item-label {
      text-align: initial;
      color: white;
      font-weight: 700; }
      @media (min-width: 768px) {
        .cart_page .cart-item .cart-item-info .cart-item-label {
          text-align: center; } }
    .cart_page .cart-item .cart-item-info .cart-item-value {
      float: left;
      font-weight: 700;
      color: white; }
      @media (min-width: 768px) {
        .cart_page .cart-item .cart-item-info .cart-item-value {
          float: none; } }
      @media (min-width: 1024px) {
        .cart_page .cart-item .cart-item-info .cart-item-value.cart-item-price {
          padding-right: 40px; } }
    .cart_page .cart-item .cart-item-info.cart-item-quantity {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .cart_page .cart-item .cart-item-info.cart-item-quantity {
          display: table-cell; } }
      .cart_page .cart-item .cart-item-info.cart-item-quantity .form-increment .button {
        padding: 4px 10px 4px 5px;
        border-color: #cccccc;
        background-color: rgba(0, 0, 255, 0);
        border-radius: 6px; }
        @media (min-width: 1024px) {
          .cart_page .cart-item .cart-item-info.cart-item-quantity .form-increment .button {
            padding: 7px 11px 7px 6px; } }
        .cart_page .cart-item .cart-item-info.cart-item-quantity .form-increment .button .icon {
          width: 10px; }
        .cart_page .cart-item .cart-item-info.cart-item-quantity .form-increment .button svg {
          fill: white;
          height: 16px;
          width: 16px; }
        .cart_page .cart-item .cart-item-info.cart-item-quantity .form-increment .button:hover {
          border-color: #ffca2b; }
          .cart_page .cart-item .cart-item-info.cart-item-quantity .form-increment .button:hover svg {
            fill: #ffca2b; }
      .cart_page .cart-item .cart-item-info.cart-item-quantity .form-increment .form-input--incrementTotal {
        color: white;
        background-color: transparent; }
  .cart_page .cart-item .cart-item-title .cart-item-brand {
    color: white;
    font-weight: 700;
    margin-bottom: 10px; }
  .cart_page .cart-item .cart-item-title .cart-item-name .cart-item-name__label {
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    color: white; }
    .cart_page .cart-item .cart-item-title .cart-item-name .cart-item-name__label:hover {
      color: #ffca2b; }
  .cart_page .cart-item .cart-item-title .cart-item-option-description a {
    color: #ffca2b;
    text-decoration: underline; }
    .cart_page .cart-item .cart-item-title .cart-item-option-description a:hover {
      color: white; }
  .cart_page .cart-item .cart-item-title .definitionList .definitionList-key {
    font-weight: 500;
    color: white; }
  .cart_page .cart-item .cart-item-title .definitionList .definitionList-value {
    color: white; }
  .cart_page .cart-item .cart-item-title .cart-item-options--giftWrapping {
    margin-top: 0; }
    .cart_page .cart-item .cart-item-title .cart-item-options--giftWrapping .cart-item-option-title {
      font-weight: 400; }
  .cart_page .cart-item .cart-item-title a {
    color: white;
    text-decoration: none; }
    .cart_page .cart-item .cart-item-title a:hover {
      color: #ffca2b; }
  .cart_page .cart-item-wrap {
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative; }
    .cart_page .cart-item-wrap h3 {
      color: white;
      font-weight: 700; }
    .cart_page .cart-item-wrap .cart-details-main-section .cart-details-section {
      float: left;
      width: 100%; }
      @media (min-width: 1360px) {
        .cart_page .cart-item-wrap .cart-details-main-section .cart-details-section {
          width: 73%;
          padding-right: 70px; } }
      @media (min-width: 1920px) {
        .cart_page .cart-item-wrap .cart-details-main-section .cart-details-section {
          padding-right: 156px; } }
      @media (min-width: 1024px) {
        .cart_page .cart-item-wrap .cart-details-main-section .cart-details-section .cart {
          border-radius: 10px; } }
      .cart_page .cart-item-wrap .cart-details-main-section .cart-details-section .cart .cart-header {
        text-align: center;
        text-transform: uppercase;
        color: white; }
        .cart_page .cart-item-wrap .cart-details-main-section .cart-details-section .cart .cart-header .cart-header-item {
          padding: 15px 0; }
          .cart_page .cart-item-wrap .cart-details-main-section .cart-details-section .cart .cart-header .cart-header-item.head-item {
            padding-left: 30px;
            text-align: left; }
    .cart_page .cart-item-wrap .cart-total-main-section {
      float: right;
      width: 100%;
      border-radius: 10px;
      border: 1px solid #757575;
      background: linear-gradient(110deg, rgba(61, 61, 61, 0.6) 0%, rgba(108, 108, 108, 0.78) 0.01%, rgba(78, 78, 78, 0.4) 95.92%);
      box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
      backdrop-filter: blur(10px);
      padding: 15px 0 25px 0; }
      @media (min-width: 768px) {
        .cart_page .cart-item-wrap .cart-total-main-section {
          width: 50%; } }
      @media (min-width: 1024px) {
        .cart_page .cart-item-wrap .cart-total-main-section {
          padding: 25px 0 47px 0; } }
      @media (min-width: 1360px) {
        .cart_page .cart-item-wrap .cart-total-main-section {
          width: 27%;
          margin-top: -33px; } }
      .cart_page .cart-item-wrap .cart-total-main-section .cart-content-padding-right {
        padding-right: 0; }
      .cart_page .cart-item-wrap .cart-total-main-section .cart-actions {
        padding: 0 15px; }
        @media (min-width: 768px) {
          .cart_page .cart-item-wrap .cart-total-main-section .cart-actions {
            padding: 0 30px; } }
        @media (min-width: 1360px) {
          .cart_page .cart-item-wrap .cart-total-main-section .cart-actions {
            clear: none; } }
        @media (min-width: 1600px) {
          .cart_page .cart-item-wrap .cart-total-main-section .cart-actions {
            padding: 0 47px; } }
        .cart_page .cart-item-wrap .cart-total-main-section .cart-actions .button {
          width: 100%;
          float: left;
          margin-top: 0px;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 12px 26px; }
          @media (min-width: 1024px) {
            .cart_page .cart-item-wrap .cart-total-main-section .cart-actions .button {
              width: auto;
              margin-top: 18px; } }
          .cart_page .cart-item-wrap .cart-total-main-section .cart-actions .button .icon {
            width: 12px;
            height: 12px;
            margin-left: 8px; }
        .cart_page .cart-item-wrap .cart-total-main-section .cart-actions svg {
          fill: transparent;
          stroke: black; }
  .cart_page .cart-totals {
    width: 100%; }
    .cart_page .cart-totals .button--primary {
      font-size: 13px; }
      @media (min-width: 1024px) {
        .cart_page .cart-totals .button--primary {
          font-size: 18px; } }
    .cart_page .cart-totals .cart-total {
      border-color: #565656;
      padding: 3px 15px; }
      @media (min-width: 768px) {
        .cart_page .cart-totals .cart-total {
          font-size: 14px;
          padding: 3px 30px; } }
      @media (min-width: 1600px) {
        .cart_page .cart-totals .cart-total {
          font-size: 14px;
          padding: 3px 47px; } }
      .cart_page .cart-totals .cart-total .form-select {
        background-color: transparent;
        border: 1px solid #757575; }
        .cart_page .cart-totals .cart-total .form-select option {
          background-color: #757575; }
      .cart_page .cart-totals .cart-total a {
        color: white; }
        .cart_page .cart-totals .cart-total a:hover {
          color: #ffca2b; }
      .cart_page .cart-totals .cart-total:last-child {
        border-bottom: 1px solid #565656; }
      .cart_page .cart-totals .cart-total .cart-total-label {
        color: white;
        padding-left: 0;
        text-align: left;
        width: 50%; }
        .cart_page .cart-totals .cart-total .cart-total-label.cart-total-grandTotalLabel {
          font-size: 14px; }
      .cart_page .cart-totals .cart-total .cart-total-value {
        color: white;
        font-weight: 400;
        float: right;
        width: 25%;
        text-align: left;
        padding-left: 0; }
        .cart_page .cart-totals .cart-total .cart-total-value .shipping-estimate-show,
        .cart_page .cart-totals .cart-total .cart-total-value .shipping-estimate-show__btn-name {
          color: white;
          font-style: normal; }
          .cart_page .cart-totals .cart-total .cart-total-value .shipping-estimate-show:hover,
          .cart_page .cart-totals .cart-total .cart-total-value .shipping-estimate-show__btn-name:hover {
            color: #ffca2b; }
        .cart_page .cart-totals .cart-total .cart-total-value .coupon-code-add,
        .cart_page .cart-totals .cart-total .cart-total-value .coupon-code-cancel,
        .cart_page .cart-totals .cart-total .cart-total-value .gift-certificate-add,
        .cart_page .cart-totals .cart-total .cart-total-value .gift-certificate-cancel {
          color: white;
          font-style: normal; }
          .cart_page .cart-totals .cart-total .cart-total-value .coupon-code-add:hover,
          .cart_page .cart-totals .cart-total .cart-total-value .coupon-code-cancel:hover,
          .cart_page .cart-totals .cart-total .cart-total-value .gift-certificate-add:hover,
          .cart_page .cart-totals .cart-total .cart-total-value .gift-certificate-cancel:hover {
            color: #ffca2b; }
        .cart_page .cart-totals .cart-total .cart-total-value.subtotal-value {
          font-weight: 700; }
        .cart_page .cart-totals .cart-total .cart-total-value.cart-total-grandTotal {
          font-family: "Nunito";
          font-size: 14px;
          font-weight: 700;
          padding: 7px 0 7px 0; }
          @media (min-width: 1024px) {
            .cart_page .cart-totals .cart-total .cart-total-value.cart-total-grandTotal {
              top: 0;
              padding: 14px 0; } }
      .cart_page .cart-totals .cart-total .coupon-form .form-input,
      .cart_page .cart-totals .cart-total .cart-gift-certificate-form .form-input {
        width: 75%; }
      .cart_page .cart-totals .cart-total .coupon-form .button,
      .cart_page .cart-totals .cart-total .cart-gift-certificate-form .button {
        width: 25%; }
      .cart_page .cart-totals .cart-total .estimator-form--default ul {
        margin: 0; }
        .cart_page .cart-totals .cart-total .estimator-form--default ul .estimator-form-label {
          display: flex; }
          .cart_page .cart-totals .cart-total .estimator-form--default ul .estimator-form-label .estimator-form-label-text {
            color: white; }
        .cart_page .cart-totals .cart-total .estimator-form--default ul .estimator-form-input label {
          color: white; }
      .cart_page .cart-totals .cart-total .cart-form .button {
        font-size: 15px;
        padding-top: 9px;
        padding-bottom: 6px;
        margin-left: 0;
        border-radius: 0px 5px 5px 0px; }
      .cart_page .cart-totals .cart-total .form-label {
        color: white; }
      .cart_page .cart-totals .cart-total .form-input {
        height: 36px;
        color: white;
        border: 1px solid #757575;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .cart_page .cart-totals .cart-total .form-input:focus {
          outline-offset: -2px !important; }
      .cart_page .cart-totals .cart-total ::placeholder {
        color: white;
        opacity: 1; }
      .cart_page .cart-totals .cart-total ::-ms-input-placeholder {
        color: white; }
  .cart_page .remove-change {
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .cart_page .remove-change .cart-remove {
      width: 30px;
      height: 30px;
      background-color: transparent;
      float: none; }
      @media (min-width: 1024px) {
        .cart_page .remove-change .cart-remove {
          margin-top: 0;
          margin-right: 0;
          line-height: 1; } }
      .cart_page .remove-change .cart-remove .trash-icon {
        width: 24px;
        height: 24px;
        stroke-width: 0;
        fill: white;
        stroke: white; }
      .cart_page .remove-change .cart-remove:hover svg {
        fill: #ffca2b;
        stroke: #ffca2b; }
    .cart_page .remove-change .cart-change {
      width: 24px;
      height: 24px;
      fill: white; }
      .cart_page .remove-change .cart-change:hover .edit-icon {
        stroke: #ffca2b; }
    .cart_page .remove-change .edit-icon {
      width: 24px;
      height: 24px;
      fill: transparent;
      stroke: white; }

.modal-content .modal-header .modal-header-title,
.modal-content .modal-header .modal-header-title {
  font-weight: 600;
  color: white; }

.modal-content .form-label {
  color: white; }

.button-container .button + .button {
  margin-left: 10px; }

.modal-close {
  color: white;
  border-radius: 100%; }

.compare_page .page-heading {
  margin: 0;
  color: white;
  font-family: "Josefin Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1.92px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .compare_page .page-heading {
      font-size: 35px; } }
  @media (min-width: 1024px) {
    .compare_page .page-heading {
      font-size: 40px;
      line-height: 45px;
      padding: 0; } }
  @media (min-width: 1360px) {
    .compare_page .page-heading {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .compare_page .page-heading {
      font-size: 48px;
      line-height: 58px; } }

.compare_page .page .page-content {
  overflow-x: auto; }
  .compare_page .page .page-content .compareTable {
    border-top: none; }
    .compare_page .page .page-content .compareTable tbody {
      color: white; }
    .compare_page .page .page-content .compareTable .compareTable-row {
      display: flex; }
    .compare_page .page .page-content .compareTable .compareTable-heading {
      width: 0; }
      @media (min-width: 768px) {
        .compare_page .page .page-content .compareTable .compareTable-heading {
          min-width: 150px;
          max-width: 150px; } }
      @media (min-width: 1440px) {
        .compare_page .page .page-content .compareTable .compareTable-heading {
          min-width: 250px;
          max-width: 250px; } }
    .compare_page .page .page-content .compareTable tbody {
      width: 100%; }
    .compare_page .page .page-content .compareTable .compareTable-product,
    .compare_page .page .page-content .compareTable .compareTable-action,
    .compare_page .page .page-content .compareTable .compareTable-item {
      border-color: #303030;
      min-width: 210px;
      max-width: 210px; }
      @media (min-width: 768px) {
        .compare_page .page .page-content .compareTable .compareTable-product,
        .compare_page .page .page-content .compareTable .compareTable-action,
        .compare_page .page .page-content .compareTable .compareTable-item {
          min-width: 250px;
          max-width: 250px; } }
      @media (min-width: 1600px) {
        .compare_page .page .page-content .compareTable .compareTable-product,
        .compare_page .page .page-content .compareTable .compareTable-action,
        .compare_page .page .page-content .compareTable .compareTable-item {
          min-width: 400px;
          max-width: 400px; } }
      .compare_page .page .page-content .compareTable .compareTable-product .card,
      .compare_page .page .page-content .compareTable .compareTable-action .card,
      .compare_page .page .page-content .compareTable .compareTable-item .card {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        transition: all 0.5s ease-in-out;
        border-radius: 20px;
        background: #1b1b1b;
        padding: 10px;
        width: 100%; }
        @media (min-width: 1024px) {
          .compare_page .page .page-content .compareTable .compareTable-product .card,
          .compare_page .page .page-content .compareTable .compareTable-action .card,
          .compare_page .page .page-content .compareTable .compareTable-item .card {
            padding: 24px; } }
        .compare_page .page .page-content .compareTable .compareTable-product .card:hover,
        .compare_page .page .page-content .compareTable .compareTable-action .card:hover,
        .compare_page .page .page-content .compareTable .compareTable-item .card:hover {
          box-shadow: 8px 8px 8px rgba(255, 202, 43, 0.1); }
        .compare_page .page .page-content .compareTable .compareTable-product .card .card-figure,
        .compare_page .page .page-content .compareTable .compareTable-action .card .card-figure,
        .compare_page .page .page-content .compareTable .compareTable-item .card .card-figure {
          border-radius: 20px;
          border: 1px solid #303030; }
          .compare_page .page .page-content .compareTable .compareTable-product .card .card-figure .card-figure__link,
          .compare_page .page .page-content .compareTable .compareTable-action .card .card-figure .card-figure__link,
          .compare_page .page .page-content .compareTable .compareTable-item .card .card-figure .card-figure__link {
            border-radius: 20px; }
            .compare_page .page .page-content .compareTable .compareTable-product .card .card-figure .card-figure__link .card-img-container,
            .compare_page .page .page-content .compareTable .compareTable-action .card .card-figure .card-figure__link .card-img-container,
            .compare_page .page .page-content .compareTable .compareTable-item .card .card-figure .card-figure__link .card-img-container {
              border-radius: 20px; }
              .compare_page .page .page-content .compareTable .compareTable-product .card .card-figure .card-figure__link .card-img-container img,
              .compare_page .page .page-content .compareTable .compareTable-action .card .card-figure .card-figure__link .card-img-container img,
              .compare_page .page .page-content .compareTable .compareTable-item .card .card-figure .card-figure__link .card-img-container img {
                border-radius: 20px; }
          .compare_page .page .page-content .compareTable .compareTable-product .card .card-figure .compareTable-removeProduct,
          .compare_page .page .page-content .compareTable .compareTable-action .card .card-figure .compareTable-removeProduct,
          .compare_page .page .page-content .compareTable .compareTable-item .card .card-figure .compareTable-removeProduct {
            border: 1px solid #303030;
            background: linear-gradient(152deg, #f2e635 8.5%, #ffca2b 92.21%);
            border-radius: 8px;
            transition: all 0.5s ease-in-out; }
            .compare_page .page .page-content .compareTable .compareTable-product .card .card-figure .compareTable-removeProduct .icon,
            .compare_page .page .page-content .compareTable .compareTable-action .card .card-figure .compareTable-removeProduct .icon,
            .compare_page .page .page-content .compareTable .compareTable-item .card .card-figure .compareTable-removeProduct .icon {
              fill: black; }
            .compare_page .page .page-content .compareTable .compareTable-product .card .card-figure .compareTable-removeProduct:hover,
            .compare_page .page .page-content .compareTable .compareTable-action .card .card-figure .compareTable-removeProduct:hover,
            .compare_page .page .page-content .compareTable .compareTable-item .card .card-figure .compareTable-removeProduct:hover {
              background: linear-gradient(135deg, white 0%, #b6f0fd 50%, white 100%); }
              .compare_page .page .page-content .compareTable .compareTable-product .card .card-figure .compareTable-removeProduct:hover .icon,
              .compare_page .page .page-content .compareTable .compareTable-action .card .card-figure .compareTable-removeProduct:hover .icon,
              .compare_page .page .page-content .compareTable .compareTable-item .card .card-figure .compareTable-removeProduct:hover .icon {
                fill: white; }
        .compare_page .page .page-content .compareTable .compareTable-product .card .card-body,
        .compare_page .page .page-content .compareTable .compareTable-action .card .card-body,
        .compare_page .page .page-content .compareTable .compareTable-item .card .card-body {
          flex: 1 0 auto; }
          .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-title,
          .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-title,
          .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-title {
            color: white;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            flex: 1 0 auto;
            margin-bottom: 6px; }
            @media (min-width: 768px) {
              .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-title,
              .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-title,
              .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-title {
                font-size: 18px; } }
            @media (min-width: 1024px) {
              .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-title,
              .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-title,
              .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-title {
                font-size: 20px;
                margin-bottom: 12px; } }
            @media (min-width: 1440px) {
              .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-title,
              .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-title,
              .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-title {
                font-size: 22px;
                margin-bottom: 14px; } }
            @media (min-width: 1600px) {
              .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-title,
              .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-title,
              .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-title {
                font-size: 24px;
                margin-bottom: 16px; } }
          .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-text,
          .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-text,
          .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-text {
            background: linear-gradient(152deg, #f2e635 0%, #ffca2b 100%);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            text-transform: capitalize;
            flex: 1 0 auto;
            margin-bottom: 6px; }
            @media (min-width: 1024px) {
              .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-text,
              .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-text,
              .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-text {
                margin-bottom: 12px; } }
            @media (min-width: 1440px) {
              .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-text,
              .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-text,
              .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-text {
                margin-bottom: 14px; } }
            @media (min-width: 1600px) {
              .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-text,
              .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-text,
              .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-text {
                margin-bottom: 16px; } }
            .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-text a,
            .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-text a,
            .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-text a {
              text-decoration: none; }
          .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price,
          .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price,
          .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price {
            display: flex;
            gap: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            flex: 1 0 auto;
            margin-bottom: 18px;
            background-color: initial; }
            @media (min-width: 1024px) {
              .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price,
              .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price,
              .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price {
                gap: 12px;
                margin-bottom: 14px; } }
            @media (min-width: 1440px) {
              .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price,
              .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price,
              .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price {
                gap: 14px;
                margin-bottom: 16px; } }
            @media (min-width: 1600px) {
              .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price,
              .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price,
              .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price {
                gap: 16px;
                margin-bottom: 18px; } }
            .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price .price-section--withoutTax .price--withoutTax,
            .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price .price-section--withoutTax .price--withoutTax,
            .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price .price-section--withoutTax .price--withoutTax {
              font-size: 14px;
              font-style: normal;
              font-weight: 700;
              line-height: normal;
              background: linear-gradient(152deg, #f2e635 0%, #ffca2b 100%);
              -webkit-text-fill-color: transparent;
              -webkit-background-clip: text;
              text-transform: capitalize; }
              @media (min-width: 768px) {
                .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price .price-section--withoutTax .price--withoutTax,
                .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price .price-section--withoutTax .price--withoutTax,
                .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price .price-section--withoutTax .price--withoutTax {
                  font-size: 18px; } }
              @media (min-width: 1024px) {
                .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price .price-section--withoutTax .price--withoutTax,
                .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price .price-section--withoutTax .price--withoutTax,
                .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price .price-section--withoutTax .price--withoutTax {
                  font-size: 20px; } }
              @media (min-width: 1440px) {
                .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price .price-section--withoutTax .price--withoutTax,
                .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price .price-section--withoutTax .price--withoutTax,
                .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price .price-section--withoutTax .price--withoutTax {
                  font-size: 22px; } }
              @media (min-width: 1600px) {
                .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price .price-section--withoutTax .price--withoutTax,
                .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price .price-section--withoutTax .price--withoutTax,
                .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price .price-section--withoutTax .price--withoutTax {
                  font-size: 24px; } }
            .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
            .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
            .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale {
              color: #e3e3e3;
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
              @media (min-width: 768px) {
                .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
                .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
                .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale {
                  font-size: 16px; } }
              @media (min-width: 1024px) {
                .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
                .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
                .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale {
                  font-size: 12px; } }
              @media (min-width: 1440px) {
                .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
                .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
                .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale {
                  font-size: 14px; } }
              @media (min-width: 1600px) {
                .compare_page .page .page-content .compareTable .compareTable-product .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
                .compare_page .page .page-content .compareTable .compareTable-action .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale,
                .compare_page .page .page-content .compareTable .compareTable-item .card .card-body .card-price .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale {
                  font-size: 16px; } }

.newsletter_subscribe-page p {
  color: black; }

.search_page {
  position: relative; }
  .search_page.sidebar-open {
    overflow: hidden; }
  .search_page #search-results-heading .page-heading {
    margin: 0;
    color: white;
    font-family: "Josefin Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1.92px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .search_page #search-results-heading .page-heading {
        font-size: 35px; } }
    @media (min-width: 1024px) {
      .search_page #search-results-heading .page-heading {
        font-size: 40px;
        line-height: 45px;
        padding-top: 20px; } }
    @media (min-width: 1360px) {
      .search_page #search-results-heading .page-heading {
        margin-bottom: 20px; } }
    @media (min-width: 1440px) {
      .search_page #search-results-heading .page-heading {
        font-size: 48px;
        line-height: 58px; } }
  .search_page .heading-section .heading-main .heading-image .heading {
    top: 16.5%;
    width: 100%;
    max-width: 70%; }
    @media (min-width: 425px) {
      .search_page .heading-section .heading-main .heading-image .heading {
        top: 3.5%;
        max-width: 58%; } }
    @media (min-width: 560px) {
      .search_page .heading-section .heading-main .heading-image .heading {
        top: 5%;
        max-width: 45%; } }
    @media (min-width: 768px) {
      .search_page .heading-section .heading-main .heading-image .heading {
        max-width: 40%;
        top: 25.1%;
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .search_page .heading-section .heading-main .heading-image .heading {
        font-size: 30px; } }
    @media (min-width: 1360px) {
      .search_page .heading-section .heading-main .heading-image .heading {
        font-size: 48px;
        max-width: 35%; } }
  .search_page .heading-and-subcategory .page-heading {
    margin: 0;
    color: black;
    font-family: "Josefin Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1.92px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .search_page .heading-and-subcategory .page-heading {
        font-size: 35px; } }
    @media (min-width: 1024px) {
      .search_page .heading-and-subcategory .page-heading {
        font-size: 40px;
        line-height: 45px; } }
    @media (min-width: 1440px) {
      .search_page .heading-and-subcategory .page-heading {
        font-size: 48px;
        line-height: 58px; } }
  .search_page .product-listing-counter .product-pagination-listing {
    width: 100%; }
  .search_page .product-listing-counter .filter {
    margin-bottom: 10px; }
    @media (min-width: 1360px) {
      .search_page .product-listing-counter .filter {
        margin-bottom: 20px; } }
    .search_page .product-listing-counter .filter .filter-main {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .search_page .product-listing-counter .filter .filter-main .custom-sidebarBlock-heading {
        margin: 0;
        cursor: pointer; }
        .search_page .product-listing-counter .filter .filter-main .custom-sidebarBlock-heading span {
          display: flex;
          align-items: center; }
          .search_page .product-listing-counter .filter .filter-main .custom-sidebarBlock-heading span .icon {
            height: 40px;
            width: 40px;
            margin: 0;
            margin-right: 0px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            padding: 7px; }
            @media (min-width: 768px) {
              .search_page .product-listing-counter .filter .filter-main .custom-sidebarBlock-heading span .icon {
                border: none;
                border-radius: 0;
                margin-right: 3px;
                height: 20px;
                width: 20px;
                padding: 0; } }
            @media (min-width: 1024px) {
              .search_page .product-listing-counter .filter .filter-main .custom-sidebarBlock-heading span .icon {
                height: 24px;
                width: 24px;
                margin-right: 6px; } }
            .search_page .product-listing-counter .filter .filter-main .custom-sidebarBlock-heading span .icon svg {
              fill: transparent;
              stroke: black; }
          .search_page .product-listing-counter .filter .filter-main .custom-sidebarBlock-heading span .filter-name {
            color: black;
            font-family: "Nunito";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0;
            display: none; }
            @media (min-width: 768px) {
              .search_page .product-listing-counter .filter .filter-main .custom-sidebarBlock-heading span .filter-name {
                display: block; } }
            @media (min-width: 1024px) {
              .search_page .product-listing-counter .filter .filter-main .custom-sidebarBlock-heading span .filter-name {
                font-size: 16px; } }
      .search_page .product-listing-counter .filter .filter-main .actionBar {
        margin: 0; }
        .search_page .product-listing-counter .filter .filter-main .actionBar .actionBar-section .form-field {
          border: none;
          margin: 0;
          border-radius: initial;
          display: flex;
          align-items: center; }
          .search_page .product-listing-counter .filter .filter-main .actionBar .actionBar-section .form-field .form-label {
            color: black;
            font-family: "Nunito";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-right: 12px;
            padding: 0;
            display: none; }
            @media (min-width: 768px) {
              .search_page .product-listing-counter .filter .filter-main .actionBar .actionBar-section .form-field .form-label {
                display: block;
                font-size: 14px;
                margin-right: 6px; } }
            @media (min-width: 1024px) {
              .search_page .product-listing-counter .filter .filter-main .actionBar .actionBar-section .form-field .form-label {
                font-size: 16px;
                margin-right: 12px; } }
          .search_page .product-listing-counter .filter .filter-main .actionBar .actionBar-section .form-field .form-select {
            color: black;
            font-family: "Nunito";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            height: 40px;
            width: 266px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            background-color: white;
            border-radius: 10px;
            padding: 0;
            padding-left: 20px;
            background-position: right 1rem top 0.5rem;
            background-size: 1.68571rem;
            max-width: 16rem; }
            @media (min-width: 1024px) {
              .search_page .product-listing-counter .filter .filter-main .actionBar .actionBar-section .form-field .form-select {
                font-size: 16px;
                height: 50px;
                max-width: 20rem;
                background-position: right 1rem top 1rem; } }
  .search_page .page .page-content #product-listing-container .filter {
    margin-bottom: 10px; }
    @media (min-width: 1360px) {
      .search_page .page .page-content #product-listing-container .filter {
        margin-bottom: 20px; } }
    .search_page .page .page-content #product-listing-container .filter .filter-main {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .search_page .page .page-content #product-listing-container .filter .filter-main .custom-sidebarBlock-heading {
        margin: 0;
        cursor: pointer; }
        .search_page .page .page-content #product-listing-container .filter .filter-main .custom-sidebarBlock-heading span {
          display: flex;
          align-items: center; }
          .search_page .page .page-content #product-listing-container .filter .filter-main .custom-sidebarBlock-heading span .icon {
            height: 40px;
            width: 40px;
            margin: 0;
            margin-right: 0px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            padding: 7px; }
            @media (min-width: 768px) {
              .search_page .page .page-content #product-listing-container .filter .filter-main .custom-sidebarBlock-heading span .icon {
                border: none;
                border-radius: 0;
                margin-right: 3px;
                height: 20px;
                width: 20px;
                padding: 0; } }
            @media (min-width: 1024px) {
              .search_page .page .page-content #product-listing-container .filter .filter-main .custom-sidebarBlock-heading span .icon {
                height: 24px;
                width: 24px;
                margin-right: 6px; } }
            .search_page .page .page-content #product-listing-container .filter .filter-main .custom-sidebarBlock-heading span .icon svg {
              fill: transparent;
              stroke: black; }
          .search_page .page .page-content #product-listing-container .filter .filter-main .custom-sidebarBlock-heading span .filter-name {
            color: black;
            font-family: "Nunito";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0;
            display: none; }
            @media (min-width: 768px) {
              .search_page .page .page-content #product-listing-container .filter .filter-main .custom-sidebarBlock-heading span .filter-name {
                display: block; } }
            @media (min-width: 1024px) {
              .search_page .page .page-content #product-listing-container .filter .filter-main .custom-sidebarBlock-heading span .filter-name {
                font-size: 16px; } }
      .search_page .page .page-content #product-listing-container .filter .filter-main .actionBar {
        margin: 0; }
        .search_page .page .page-content #product-listing-container .filter .filter-main .actionBar .actionBar-section .form-field {
          border: none;
          margin: 0;
          border-radius: initial;
          display: flex;
          align-items: center; }
          .search_page .page .page-content #product-listing-container .filter .filter-main .actionBar .actionBar-section .form-field .form-label {
            color: black;
            font-family: "Nunito";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-right: 12px;
            padding: 0;
            display: none; }
            @media (min-width: 768px) {
              .search_page .page .page-content #product-listing-container .filter .filter-main .actionBar .actionBar-section .form-field .form-label {
                display: block;
                font-size: 14px;
                margin-right: 6px; } }
            @media (min-width: 1024px) {
              .search_page .page .page-content #product-listing-container .filter .filter-main .actionBar .actionBar-section .form-field .form-label {
                font-size: 16px;
                margin-right: 12px; } }
          .search_page .page .page-content #product-listing-container .filter .filter-main .actionBar .actionBar-section .form-field .form-select {
            color: black;
            font-family: "Nunito";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            height: 40px;
            width: 266px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            background-color: white;
            border-radius: 10px;
            padding: 0;
            padding-left: 20px;
            background-position: right 1rem top 0.5rem;
            background-size: 1.68571rem;
            max-width: 16rem; }
            @media (min-width: 1024px) {
              .search_page .page .page-content #product-listing-container .filter .filter-main .actionBar .actionBar-section .form-field .form-select {
                font-size: 16px;
                height: 50px;
                max-width: 20rem;
                background-position: right 1rem top 1rem; } }
  .search_page .pagination::before {
    background: linear-gradient(315deg, #5bcbf9 0.88%, #5bcbf9 99.12%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 20px;
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    border-radius: 5px;
    row-gap: 10px;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .search_page .pagination::before {
        padding: 25px 30px;
        justify-content: initial;
        flex-direction: row;
        margin-top: 40px; } }
    @media (min-width: 1024px) {
      .search_page .pagination::before {
        max-width: 66.3%;
        margin-top: 83px; } }

.search-nav {
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .search-nav {
      margin-top: 5rem; } }
  @media (min-width: 1024px) {
    .search-nav {
      margin-top: 6rem; } }
  @media (min-width: 1280px) {
    .search-nav {
      margin-top: 4rem; } }
  @media (min-width: 1600px) {
    .search-nav {
      margin-top: 3rem; } }
  @media (min-width: 1600px) {
    .search-nav {
      margin-top: 1rem; } }
  .search-nav .account-navigation {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 768px) {
      .search-nav .account-navigation {
        margin-top: 20px; } }
    @media (min-width: 1024px) {
      .search-nav .account-navigation {
        flex-direction: row; } }
    .search-nav .account-navigation .navBar-item {
      border-radius: 5px;
      background-color: #222222;
      width: 100%;
      border: none;
      margin: 0; }
      @media (min-width: 1024px) {
        .search-nav .account-navigation .navBar-item {
          min-width: 150px;
          width: auto; } }
      @media (min-width: 1360px) {
        .search-nav .account-navigation .navBar-item {
          min-width: 210px; } }
      @media (min-width: 1600px) {
        .search-nav .account-navigation .navBar-item {
          min-width: 265px; } }
      .search-nav .account-navigation .navBar-item:not(:last-child) {
        margin-bottom: 15px; }
        @media (min-width: 1024px) {
          .search-nav .account-navigation .navBar-item:not(:last-child) {
            margin: 0 20px 0 0; } }
      .search-nav .account-navigation .navBar-item.navBar-item--separate {
        padding-left: 0; }
        .search-nav .account-navigation .navBar-item.navBar-item--separate .toggleLink .toggleLink-text {
          font-size: 18px; }
        .search-nav .account-navigation .navBar-item.navBar-item--separate .toggleLink.is-open {
          background-color: #ffca2b;
          color: white; }
          .search-nav .account-navigation .navBar-item.navBar-item--separate .toggleLink.is-open:hover {
            color: white; }
      .search-nav .account-navigation .navBar-item .navBar-action,
      .search-nav .account-navigation .navBar-item .navBar-action-color--active {
        border-radius: 5px;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        padding: 7px 5px;
        display: block;
        position: relative;
        text-decoration: none; }
        @media (min-width: 1024px) {
          .search-nav .account-navigation .navBar-item .navBar-action,
          .search-nav .account-navigation .navBar-item .navBar-action-color--active {
            padding: 10px 10px; } }
        @media (min-width: 1360px) {
          .search-nav .account-navigation .navBar-item .navBar-action,
          .search-nav .account-navigation .navBar-item .navBar-action-color--active {
            padding: 15px 10px;
            font-size: 16px; } }
        @media (min-width: 1600px) {
          .search-nav .account-navigation .navBar-item .navBar-action,
          .search-nav .account-navigation .navBar-item .navBar-action-color--active {
            font-size: 18px;
            padding: 17px 5px; } }
        .search-nav .account-navigation .navBar-item .navBar-action .toggleLink-text,
        .search-nav .account-navigation .navBar-item .navBar-action-color--active .toggleLink-text {
          font-weight: 700; }
        .search-nav .account-navigation .navBar-item .navBar-action:hover .toggleLink-text,
        .search-nav .account-navigation .navBar-item .navBar-action-color--active:hover .toggleLink-text {
          color: black; }
      .search-nav .account-navigation .navBar-item .navBar-action-color--active {
        border: none;
        background: linear-gradient(152deg, #f2e635 0%, #f2bc1b 100%);
        color: black; }
        .search-nav .account-navigation .navBar-item .navBar-action-color--active::before {
          content: '';
          border: 6px solid #ffca2b;
          position: absolute;
          bottom: -12px;
          left: 50%;
          transform: translateX(-50%);
          width: 10px;
          margin: 0 auto;
          border-color: #ffca2b transparent transparent transparent;
          transition: all .3s ease-in-out; }
      .search-nav .account-navigation .navBar-item.navBar-item--separate .toggleLink {
        transition: color 0s ease; }
        .search-nav .account-navigation .navBar-item.navBar-item--separate .toggleLink.is-open {
          background: linear-gradient(152deg, #f2e635 0%, #ffca2b 100%);
          color: white; }
          .search-nav .account-navigation .navBar-item.navBar-item--separate .toggleLink.is-open:hover .toggleLink-text {
            color: white; }
  .search-nav .navBar-action {
    color: white; }
    .search-nav .navBar-action:hover {
      color: #ffca2b; }

.nav .page .page-content .advancedSearch-form .advancedSearch-title {
  font-weight: 700;
  color: black; }

.panel-body {
  background-color: #222222; }
  .panel-body .search-suggestion {
    font-size: 14px;
    color: white; }
    @media (min-width: 1360px) {
      .panel-body .search-suggestion {
        font-size: 18px; } }
    .panel-body .search-suggestion .suggestion-title {
      font-size: 18px;
      font-weight: 600;
      color: white; }
    .panel-body .search-suggestion .search-refine {
      color: white; }
      .panel-body .search-suggestion .search-refine:hover {
        color: #ffca2b; }

#search-results-content .content-actionBar {
  margin-bottom: 20px; }
  #search-results-content .content-actionBar .form-label {
    font-size: 15px;
    padding-left: 0;
    font-weight: 500; }

#search-results-content .form-select {
  background-position: right 0.5rem top 0.8rem; }

#search-results-content .content-list {
  margin-left: 0; }
  #search-results-content .content-list a, #search-results-content .content-list span, #search-results-content .content-list .content-data {
    font-size: 18px; }

.remove-bg .remove-bg-add-cart-popup {
  background: transparent; }

.modal.small-cart-popup {
  width: 500px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  @media (min-width: 1024px) {
    .modal.small-cart-popup {
      position: fixed;
      top: 50px !important;
      left: auto;
      right: 50px;
      transform: none; } }
  .modal.small-cart-popup .modal-content .modal-header .modal-header-title {
    font-size: 16px; }
  .modal.small-cart-popup .modal-content .modal-body {
    padding: 0 20px 20px 20px; }

.modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .productView-thumbnail .is-active {
  border: 1px solid #ffca2b; }

.modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails img {
  width: 140px;
  height: auto; }

.modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow {
  border-radius: 10px;
  width: 35px;
  height: 35px;
  padding: 0; }
  .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow:hover {
    border-color: #ffca2b; }
  .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow:before {
    background-size: 25px; }
    @media (min-width: 1360px) {
      .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow:before {
        background-size: initial; } }
  .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow .carousel-tooltip {
    display: none; }
  .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow.slick-disabled {
    opacity: 1; }
  .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
    transform: rotate(-90deg);
    background-color: transparent;
    border: none; }
    @media (min-width: 768px) {
      .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
        top: 50%; } }
    .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow.slick-prev.slick-disabled:hover::before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M6.95641 11.2294C6.56763 11.6217 6.57046 12.2548 6.96272 12.6436C7.35498 13.0324 7.98814 13.0295 8.37692 12.6373L10.2407 10.7568C11.0004 9.99024 11.5118 9.47643 11.942 9.13097C11.9617 9.11513 11.981 9.09983 12 9.08505L12 18.3333C12 18.8856 12.4477 19.3333 13 19.3333C13.5523 19.3333 14 18.8856 14 18.3333L14 9.08505C14.019 9.09983 14.0383 9.11513 14.058 9.13097C14.4882 9.47644 14.9996 9.99024 15.7593 10.7568L17.6231 12.6373C18.0119 13.0295 18.645 13.0324 19.0373 12.6436C19.4295 12.2548 19.4324 11.6217 19.0436 11.2294L17.1391 9.30785C16.4306 8.59296 15.8397 7.99671 15.3103 7.57159C14.7551 7.12569 14.1716 6.78652 13.4607 6.69591C13.3077 6.67641 13.1539 6.66667 13 6.66667C12.8461 6.66667 12.6923 6.67641 12.5393 6.69591C11.8284 6.78652 11.2449 7.12569 10.6897 7.57159C10.1603 7.9967 9.5694 8.59293 8.86091 9.30782L6.95641 11.2294Z' fill='%23ffca2b'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='%23ffca2b'/></svg>"); }
    .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow.slick-prev::before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M6.95641 11.2294C6.56763 11.6217 6.57046 12.2548 6.96272 12.6436C7.35498 13.0324 7.98814 13.0295 8.37692 12.6373L10.2407 10.7568C11.0004 9.99024 11.5118 9.47643 11.942 9.13097C11.9617 9.11513 11.981 9.09983 12 9.08505L12 18.3333C12 18.8856 12.4477 19.3333 13 19.3333C13.5523 19.3333 14 18.8856 14 18.3333L14 9.08505C14.019 9.09983 14.0383 9.11513 14.058 9.13097C14.4882 9.47644 14.9996 9.99024 15.7593 10.7568L17.6231 12.6373C18.0119 13.0295 18.645 13.0324 19.0373 12.6436C19.4295 12.2548 19.4324 11.6217 19.0436 11.2294L17.1391 9.30785C16.4306 8.59296 15.8397 7.99671 15.3103 7.57159C14.7551 7.12569 14.1716 6.78652 13.4607 6.69591C13.3077 6.67641 13.1539 6.66667 13 6.66667C12.8461 6.66667 12.6923 6.67641 12.5393 6.69591C11.8284 6.78652 11.2449 7.12569 10.6897 7.57159C10.1603 7.9967 9.5694 8.59293 8.86091 9.30782L6.95641 11.2294Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='white'/></svg>");
      opacity: 1;
      height: 32px;
      width: 32px; }
    .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow.slick-prev:hover::before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M6.95641 11.2294C6.56763 11.6217 6.57046 12.2548 6.96272 12.6436C7.35498 13.0324 7.98814 13.0295 8.37692 12.6373L10.2407 10.7568C11.0004 9.99024 11.5118 9.47643 11.942 9.13097C11.9617 9.11513 11.981 9.09983 12 9.08505L12 18.3333C12 18.8856 12.4477 19.3333 13 19.3333C13.5523 19.3333 14 18.8856 14 18.3333L14 9.08505C14.019 9.09983 14.0383 9.11513 14.058 9.13097C14.4882 9.47644 14.9996 9.99024 15.7593 10.7568L17.6231 12.6373C18.0119 13.0295 18.645 13.0324 19.0373 12.6436C19.4295 12.2548 19.4324 11.6217 19.0436 11.2294L17.1391 9.30785C16.4306 8.59296 15.8397 7.99671 15.3103 7.57159C14.7551 7.12569 14.1716 6.78652 13.4607 6.69591C13.3077 6.67641 13.1539 6.66667 13 6.66667C12.8461 6.66667 12.6923 6.67641 12.5393 6.69591C11.8284 6.78652 11.2449 7.12569 10.6897 7.57159C10.1603 7.9967 9.5694 8.59293 8.86091 9.30782L6.95641 11.2294Z' fill='%23ffca2b'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='%23ffca2b'/></svg>"); }
  .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow.slick-next {
    transform: rotate(-90deg);
    background-color: transparent;
    border: none; }
    @media (min-width: 768px) {
      .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow.slick-next {
        top: 50%; } }
    .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow.slick-next.slick-disabled:hover::before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M8.37692 13.3627C7.98814 12.9705 7.35499 12.9676 6.96272 13.3564C6.57046 13.7452 6.56763 14.3783 6.95641 14.7706L8.86084 16.6921C9.56936 17.407 10.1603 18.0033 10.6897 18.4284C11.2449 18.8743 11.8284 19.2135 12.5393 19.3041C12.6923 19.3236 12.8461 19.3333 13 19.3333C13.1539 19.3333 13.3077 19.3236 13.4607 19.3041C14.1716 19.2135 14.7551 18.8743 15.3103 18.4284C15.8397 18.0033 16.4306 17.407 17.1391 16.6921L19.0436 14.7706C19.4324 14.3783 19.4295 13.7452 19.0373 13.3564C18.645 12.9676 18.0119 12.9705 17.6231 13.3627L15.7593 15.2432C14.9996 16.0098 14.4882 16.5236 14.058 16.869C14.0531 16.873 14.0482 16.8769 14.0433 16.8808C14.0286 16.8925 14.0142 16.9039 14 16.9149L14 7.66667C14 7.11438 13.5523 6.66667 13 6.66667C12.4477 6.66667 12 7.11438 12 7.66667L12 16.9149C11.981 16.9002 11.9617 16.8849 11.942 16.869C11.5118 16.5236 11.0004 16.0098 10.2407 15.2432L8.37692 13.3627Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='white'/></svg>");
      opacity: 1; }
    .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow.slick-next::before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M8.37692 13.3627C7.98814 12.9705 7.35499 12.9676 6.96272 13.3564C6.57046 13.7452 6.56763 14.3783 6.95641 14.7706L8.86084 16.6921C9.56936 17.407 10.1603 18.0033 10.6897 18.4284C11.2449 18.8743 11.8284 19.2135 12.5393 19.3041C12.6923 19.3236 12.8461 19.3333 13 19.3333C13.1539 19.3333 13.3077 19.3236 13.4607 19.3041C14.1716 19.2135 14.7551 18.8743 15.3103 18.4284C15.8397 18.0033 16.4306 17.407 17.1391 16.6921L19.0436 14.7706C19.4324 14.3783 19.4295 13.7452 19.0373 13.3564C18.645 12.9676 18.0119 12.9705 17.6231 13.3627L15.7593 15.2432C14.9996 16.0098 14.4882 16.5236 14.058 16.869C14.0531 16.873 14.0482 16.8769 14.0433 16.8808C14.0286 16.8925 14.0142 16.9039 14 16.9149L14 7.66667C14 7.11438 13.5523 6.66667 13 6.66667C12.4477 6.66667 12 7.11438 12 7.66667L12 16.9149C11.981 16.9002 11.9617 16.8849 11.942 16.869C11.5118 16.5236 11.0004 16.0098 10.2407 15.2432L8.37692 13.3627Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='white'/></svg>");
      opacity: 1;
      height: 32px;
      width: 32px; }
    .modal .modal-content .modal-body .productView--quickView .productView-images .productView-thumbnails .slick-arrow.slick-next:hover::before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M8.37692 13.3627C7.98814 12.9705 7.35499 12.9676 6.96272 13.3564C6.57046 13.7452 6.56763 14.3783 6.95641 14.7706L8.86084 16.6921C9.56936 17.407 10.1603 18.0033 10.6897 18.4284C11.2449 18.8743 11.8284 19.2135 12.5393 19.3041C12.6923 19.3236 12.8461 19.3333 13 19.3333C13.1539 19.3333 13.3077 19.3236 13.4607 19.3041C14.1716 19.2135 14.7551 18.8743 15.3103 18.4284C15.8397 18.0033 16.4306 17.407 17.1391 16.6921L19.0436 14.7706C19.4324 14.3783 19.4295 13.7452 19.0373 13.3564C18.645 12.9676 18.0119 12.9705 17.6231 13.3627L15.7593 15.2432C14.9996 16.0098 14.4882 16.5236 14.058 16.869C14.0531 16.873 14.0482 16.8769 14.0433 16.8808C14.0286 16.8925 14.0142 16.9039 14 16.9149L14 7.66667C14 7.11438 13.5523 6.66667 13 6.66667C12.4477 6.66667 12 7.11438 12 7.66667L12 16.9149C11.981 16.9002 11.9617 16.8849 11.942 16.869C11.5118 16.5236 11.0004 16.0098 10.2407 15.2432L8.37692 13.3627Z' fill='%23ffca2b'/><path fill-rule='evenodd' clip-rule='evenodd' d='M0.164971 7.04863C-1.93715e-05 8.57148 -1.07113e-05 10.491 1.76449e-07 12.9397L1.76449e-07 13.0603C-1.07113e-05 15.509 -1.93715e-05 17.4285 0.164971 18.9514C0.333342 20.5054 0.683099 21.7646 1.4642 22.8397C1.93708 23.4905 2.50945 24.0629 3.16031 24.5358C4.23541 25.3169 5.49459 25.6667 7.04864 25.835C8.57148 26 10.491 26 12.9397 26H13.0603C15.509 26 17.4285 26 18.9514 25.835C20.5054 25.6667 21.7646 25.3169 22.8397 24.5358C23.4905 24.0629 24.0629 23.4905 24.5358 22.8397C25.3169 21.7646 25.6667 20.5054 25.835 18.9514C26 17.4285 26 15.5091 26 13.0605V12.9396C26 10.491 26 8.57146 25.835 7.04863C25.6667 5.49459 25.3169 4.23541 24.5358 3.16031C24.0629 2.50945 23.4905 1.93708 22.8397 1.4642C21.7646 0.683097 20.5054 0.33334 18.9514 0.16497C17.4285 -1.85768e-05 15.5091 -1.09474e-05 13.0605 -7.7486e-07H12.9396C10.491 -1.09474e-05 8.57146 -1.85768e-05 7.04864 0.16497C5.49459 0.33334 4.23541 0.683097 3.16031 1.4642C2.50945 1.93708 1.93708 2.50945 1.4642 3.16031C0.683099 4.23541 0.333342 5.49459 0.164971 7.04863ZM3.08224 21.6641C2.59012 20.9868 2.30327 20.1198 2.15334 18.7359C2.00137 17.3333 2 15.5221 2 13C2 10.4779 2.00137 8.66666 2.15334 7.26406C2.30327 5.88018 2.59012 5.01322 3.08224 4.33588C3.43176 3.85481 3.85482 3.43175 4.33588 3.08223C5.01322 2.59012 5.88018 2.30327 7.26406 2.15333C8.66666 2.00137 10.4779 2 13 2C15.5221 2 17.3333 2.00137 18.7359 2.15333C20.1198 2.30327 20.9868 2.59012 21.6641 3.08223C22.1452 3.43175 22.5682 3.85481 22.9178 4.33588C23.4099 5.01322 23.6967 5.88018 23.8467 7.26406C23.9986 8.66666 24 10.4779 24 13C24 15.5221 23.9986 17.3333 23.8467 18.7359C23.6967 20.1198 23.4099 20.9868 22.9178 21.6641C22.5682 22.1452 22.1452 22.5682 21.6641 22.9178C20.9868 23.4099 20.1198 23.6967 18.7359 23.8467C17.3333 23.9986 15.5221 24 13 24C10.4779 24 8.66666 23.9986 7.26406 23.8467C5.88018 23.6967 5.01322 23.4099 4.33588 22.9178C3.85481 22.5682 3.43176 22.1452 3.08224 21.6641Z' fill='%23ffca2b'/></svg>"); }

.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product {
  padding: 0;
  border: none; }
  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-title {
    font-weight: 700;
    color: white;
    border-bottom: 1px solid #383838;
    padding-bottom: 10px; }
  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-brand {
    font-weight: 400;
    color: white;
    border-bottom: 1px solid #383838;
    padding: 10px 0; }
  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price {
    border-bottom: 1px solid #383838;
    padding-bottom: 10px; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price .rrp-price--withoutTax span {
      color: #a7a7a7; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price .price-section--withoutTax .price--withoutTax {
      color: white; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price .price-section--saving span {
      color: #a7a7a7; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price .non-sale-price--withoutTax span {
      color: white; }
  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #383838; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info .productView-info-name {
      display: inline-block;
      margin: 0;
      margin-right: 3px;
      font-weight: 700;
      color: white; }
      @media (min-width: 768px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info .productView-info-name {
          width: 30%; } }
      @media (min-width: 1024px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info .productView-info-name {
          width: 25%;
          margin-right: 0; } }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info .productView-info-value {
      display: inline;
      margin: 0;
      font-weight: 500;
      color: white; }
      @media (min-width: 768px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info .productView-info-value {
          width: 69%; } }
      @media (min-width: 1024px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info .productView-info-value {
          width: 75%; } }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info .productView-info-name,
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info .productView-info-value {
      color: white;
      font-family: "Nunito";
      font-size: 13px;
      padding: 2px 0;
      float: left; }
      @media (min-width: 1024px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info .productView-info-name,
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info .productView-info-value {
          font-size: 14px; } }
      @media (min-width: 1440px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info .productView-info-name,
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info .productView-info-value {
          font-size: 16px; } }
  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .limited-offer-and-viewing {
    padding: 20px 0; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .limited-offer-and-viewing .productCountDown .CountDownText, .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .limited-offer-and-viewing .productCountDown .countDowntimer {
      color: white; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .limited-offer-and-viewing .viewing-product .icon {
      fill: white; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .limited-offer-and-viewing .viewing-product .viewers {
      color: white; }
  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating {
    margin-bottom: 10px;
    border-bottom: 1px solid #383838;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 1024px) {
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating {
        margin-bottom: 0; } }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating span {
      color: #fff; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .icon {
      height: 17px;
      width: 17px; }
      @media (min-width: 768px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .icon {
          height: 19px;
          width: 20px; } }
      @media (min-width: 1024px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .icon {
          height: 17px;
          width: 17px; } }
      @media (min-width: 1360px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .icon {
          height: 19px;
          width: 20px; } }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .product-messages p {
      margin-bottom: 0;
      color: #cc4749; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .product-messages .product-message-stocks .productAttributes-message .out_stock {
      color: #cc4749;
      font-weight: 700; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .product-messages .product-message-stocks .productAttributes-message-in .in_stock {
      color: #2eaf40;
      font-weight: 700; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .card-reviews-number {
      display: none; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating #productReview_link {
      color: #e3e3e3;
      font-family: "Nunito";
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-decoration: none;
      margin-left: 6px;
      margin-right: 10px; }
      @media (min-width: 768px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating #productReview_link {
          margin-left: 5px;
          margin-right: 5px;
          font-size: 14px; } }
      @media (min-width: 1024px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating #productReview_link {
          font-size: 12px; } }
      @media (min-width: 1360px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating #productReview_link {
          font-size: 14px;
          margin-left: 11px;
          margin-right: 20px; } }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .productReview_noReview {
      color: #e3e3e3;
      font-family: "Nunito";
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-decoration: none;
      margin-left: 6px;
      margin-right: 10px;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .productReview_noReview {
          margin-left: 5px;
          margin-right: 5px;
          font-size: 14px; } }
      @media (min-width: 1024px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .productReview_noReview {
          font-size: 12px; } }
      @media (min-width: 1360px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .productReview_noReview {
          font-size: 14px;
          margin-left: 11px;
          margin-right: 20px; } }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .productView-reviewLink {
      font-family: "Nunito";
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-decoration: underline;
      color: #ffca2b;
      margin: 0;
      margin-left: 10px;
      position: relative; }
      @media (min-width: 768px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .productView-reviewLink {
          font-size: 14px;
          margin-left: 5px; } }
      @media (min-width: 1024px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .productView-reviewLink {
          font-size: 12px; } }
      @media (min-width: 1360px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .productView-reviewLink {
          font-size: 14px;
          margin-left: 25px; } }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating .productView-reviewLink:hover {
        color: white; }
  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .cart-buttons {
    display: flex;
    gap: 15px; }
  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option {
    display: flex;
    flex-direction: column-reverse; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field .form-label {
      color: white;
      font-family: "Nunito";
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 10px; }
      @media (min-width: 1360px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field .form-label {
          font-size: 18px;
          margin-bottom: 27px; } }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field .form-label small {
        vertical-align: baseline;
        display: none; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field .form-option-wrapper {
      padding: 0 0 20px 0; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="swatch"] .form-radio:checked + .form-option-swatch {
      border-color: #ffca2b;
      box-shadow: none;
      border-width: 0.5px;
      filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15)); }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="swatch"] .form-label {
      padding-top: 20px;
      border-top: 1px solid #383838; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch {
      border-radius: 100%;
      margin-right: 5px;
      margin-bottom: 0;
      border-color: rgba(0, 0, 0, 0.1); }
      @media (min-width: 1024px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch {
          margin-right: 10px; } }
      @media (min-width: 1360px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch {
          margin-right: 21px; } }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch:hover {
        border-color: #ffca2b; }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch .form-option-variant {
        height: 30px;
        width: 30px;
        border-radius: 100%;
        border-color: rgba(0, 0, 0, 0.1); }
        @media (min-width: 1024px) {
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch .form-option-variant {
            height: 40px;
            width: 40px; } }
        @media (min-width: 1360px) {
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="swatch"] .form-option-swatch .form-option-variant {
            height: 50px;
            width: 50px; } }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
      border-color: #ffca2b;
      box-shadow: none;
      border-width: 0.5px;
      filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15)); }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="set-rectangle"] .form-label {
      padding-top: 20px;
      border-top: 1px solid #383838; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="set-rectangle"] .form-option {
      border-radius: 10px;
      border-color: #383838; }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="set-rectangle"] .form-option:hover {
        border-color: #ffca2b; }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
        min-width: 291px;
        color: white;
        font-family: "Nunito";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 12px 0 12px; }
        @media (min-width: 1024px) {
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
            min-width: 180px;
            font-size: 14px;
            padding: 11px 0 11px; } }
        @media (min-width: 1360px) {
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
            min-width: 250px;
            font-size: 16px; } }
        @media (min-width: 1440px) {
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
            font-size: 18px; } }
  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .form-field {
    margin: 0; }
  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review {
    width: 100%; }
    @media (min-width: 768px) {
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review.price_review_fixed {
        position: sticky;
        top: 160px; } }
    @media (min-width: 1024px) {
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review.price_review_fixed {
        top: 20px; } }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages {
      margin-bottom: 10px;
      text-align: right; }
      @media (min-width: 1024px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages {
          margin-bottom: 15px; } }
      @media (min-width: 1440px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages {
          margin-bottom: 20px; } }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .out_stock,
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .pre_order,
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .in_stock,
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .out_stock,
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .pre_order,
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .in_stock {
        margin: 0;
        font-size: 12px;
        font-weight: 700;
        font-family: "Nunito";
        display: inline-block;
        padding: 10px;
        border-radius: 10px;
        background: linear-gradient(135deg, white 0%, #b6f0fd 50%, #e8ecff 100%); }
        @media (min-width: 1024px) {
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .out_stock,
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .pre_order,
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .in_stock,
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .out_stock,
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .pre_order,
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .in_stock {
            font-size: 16px; } }
        @media (min-width: 1440px) {
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .out_stock,
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .pre_order,
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .in_stock,
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .out_stock,
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .pre_order,
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .in_stock {
            font-size: 18px;
            padding: 15px; } }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message .out_stock,
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .product-messages .product-message-stocks .productAttributes-message-in .out_stock {
        color: #cc4749; }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart {
      border-radius: 20px;
      border: 1px solid #383838;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        position: relative; }
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section {
          text-align: center;
          position: relative; }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax {
            width: 50%;
            padding: 12.1px 0;
            border-right: 1px solid #f1f1f1; }
            @media (min-width: 1024px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax {
                padding: 24px 0;
                width: 35%; } }
            @media (min-width: 1360px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax {
                width: 40%;
                padding: 29.3px 0; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--withoutTax {
              color: black;
              font-family: "Nunito";
              font-size: 18px;
              font-style: normal;
              font-weight: 700;
              line-height: normal; }
              @media (min-width: 1024px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--withoutTax {
                  font-size: 25px; } }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--withoutTax {
                  font-size: 30px; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--rrp,
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--non-sale {
              color: #e3e3e3;
              font-family: "Nunito";
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
              @media (min-width: 1024px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--rrp,
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--non-sale {
                  font-size: 20px; } }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--rrp,
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-section--withoutTax .price--non-sale {
                  font-size: 24px; } }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax, .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax {
            order: initial;
            width: 50%; }
            @media (min-width: 1024px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax, .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax {
                width: 25%; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax:after, .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax:after {
              content: none; }
              @media (min-width: 1024px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax:after, .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax:after {
                  content: "";
                  top: 0; } }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax:after, .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax:after {
                  top: -1px; } }
              @media (min-width: 1440px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax:after, .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax:after {
                  top: -2px; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.rrp-price--withoutTax .price--non-sale, .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax .price--non-sale {
              color: white; }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.non-sale-price--withoutTax {
            display: none; }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount {
            width: 50%;
            display: block;
            padding: 21px 0;
            border-right: 1px solid #f1f1f1; }
            @media (min-width: 1024px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount {
                width: 30%; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount::after {
              content: none; }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .discount-percent {
              text-align: center; }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .discount-percent .discount {
                color: #30b34e;
                font-family: "Nunito";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal; }
                @media (min-width: 1024px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .discount-percent .discount {
                    font-size: 18px; } }
                @media (min-width: 1360px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .discount-percent .discount {
                    font-size: 20px; } }
                @media (min-width: 1440px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .discount-percent .discount {
                    font-size: 24px; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .price-section--saving {
              font-size: 12px; }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .price-section--saving::after {
                content: none; }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .price-section--saving {
                  font-size: 14px; } }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .price-section.price-saving--discount .price-section--saving .price {
                color: black;
                font-family: "Nunito"; }
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist {
          margin: 0;
          padding: 0 15px;
          text-align: center; }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button {
            margin: 0;
            border: none;
            padding: 0;
            max-width: 23px;
            width: 100%;
            position: relative;
            border-radius: 0; }
            @media (min-width: 1024px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button {
                max-width: 25px; } }
            @media (min-width: 1360px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button {
                max-width: 33px; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button .icon {
              height: 20px;
              width: 23px;
              margin: 0; }
              @media (min-width: 1024px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button .icon {
                  height: 25px;
                  width: 25px; } }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button .icon {
                  height: 30px;
                  width: 33px; } }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button .icon svg {
                fill: #ffca2b; }
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu-button .icon svg:hover {
                  fill: #666666; }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu {
            border: 1px solid white;
            box-shadow: 2px 2px 5px 0px white;
            z-index: 11;
            margin: 0;
            border-radius: 15px;
            background: linear-gradient(137deg, rgba(242, 230, 53, 0.6) 0%, rgba(242, 188, 27, 0.78) 0.01%, rgba(242, 230, 53, 0.4) 100%);
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open {
              right: 13px;
              top: 50px !important;
              width: 230px !important;
              padding-right: 0; }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open {
                  width: 300px !important; } }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open .wishlist-item .button:hover {
                color: white;
                background-color: #ffca2b; }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open .wishlist-item:first-child .button {
                border-top-left-radius: 15px;
                border-top-right-radius: 15px; }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu#wishlist-dropdown.is-open .wishlist-item:last-child .button {
                border-bottom-left-radius: 15px;
                border-bottom-right-radius: 15px; }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu.is-open::before {
              border: inset 10px;
              content: "";
              display: block;
              height: 0;
              width: 0;
              border-color: transparent transparent white transparent;
              border-bottom-style: solid;
              bottom: 100%;
              right: 1rem;
              position: absolute; }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .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%;
              right: 1.15rem;
              position: absolute; }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu .wishlist-item .button {
              padding: 1rem 0.78571rem;
              color: #ffca2b;
              font-weight: 700;
              font-family: "Nunito";
              transition: .15s color ease;
              font-size: 14px; }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu .wishlist-item .button {
                  font-size: 16px;
                  padding: 1.2rem 0.78571rem; } }
              @media (min-width: 1600px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .productView-price .form-wishlist .dropdown-menu .wishlist-item .button {
                  font-size: 20px;
                  padding: 1.5rem 0.78571rem; } }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart {
        width: 100%;
        padding: 16px;
        margin: 0;
        display: block; }
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons {
          width: 100%;
          display: flex;
          align-items: center;
          gap: 15px;
          flex-direction: column; }
          @media (min-width: 1024px) {
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons {
              gap: 15px;
              flex-direction: row; } }
          @media (min-width: 1360px) {
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons {
              gap: 30px; } }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons {
            width: 100%; }
            @media (min-width: 1024px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons {
                width: 50%; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button {
              width: 100%;
              background: linear-gradient(135deg, white 0%, #b6f0fd 50%, #e8ecff 100%);
              color: black;
              background-size: 200% auto;
              padding: 1rem 2.28571rem;
              margin: 0;
              border-radius: 15px; }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button {
                  padding: 1.41rem 2.28571rem; } }
              @media (min-width: 1600px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button {
                  padding: 1.61rem 2.28571rem; } }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button:hover {
                border: none;
                background-position: right center;
                box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 0.5); }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .add-to-cart-title {
                color: black;
                font-family: "Nunito";
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: normal; }
                @media (min-width: 768px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .add-to-cart-title {
                    font-size: 16px; } }
                @media (min-width: 1360px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .add-to-cart-title {
                    font-size: 20px; } }
                @media (min-width: 1600px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .add-to-cart-title {
                    font-size: 24px; } }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .icon {
                margin-left: 5px;
                height: 20px;
                width: 20px;
                vertical-align: baseline; }
                @media (min-width: 768px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .icon {
                    vertical-align: middle; } }
                @media (min-width: 1024px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .icon {
                    vertical-align: baseline;
                    margin-left: 6px;
                    height: 24px;
                    width: 24px; } }
                @media (min-width: 1360px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .icon {
                    margin-left: 12px; } }
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button .icon svg {
                  fill: black; }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button[disabled] {
                opacity: 0.5; }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn {
            width: 100%; }
            @media (min-width: 1024px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn {
                width: 50%; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button {
              width: 100%;
              padding: 1rem 2.28571rem;
              margin: 0;
              border-radius: 15px; }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button {
                  padding: 1.41rem 2.28571rem; } }
              @media (min-width: 1600px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button {
                  padding: 1.61rem 2.28571rem; } }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .icon:first-child {
                width: 10px;
                height: 16px;
                vertical-align: inherit;
                margin-right: 4px; }
                @media (min-width: 1024px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .icon:first-child {
                    height: 18px; } }
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .icon:first-child svg {
                  fill: black; }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .icon:last-child {
                width: 28px;
                height: 12px;
                vertical-align: sub;
                margin-left: 5px; }
                @media (min-width: 1024px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .icon:last-child {
                    width: 32px; } }
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .icon:last-child svg {
                  fill: black; }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .buy-now-title {
                color: black;
                font-family: "Nunito";
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: normal; }
                @media (min-width: 768px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .buy-now-title {
                    font-size: 16px; } }
                @media (min-width: 1360px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .buy-now-title {
                    font-size: 20px; } }
                @media (min-width: 1600px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button .buy-now-title {
                    font-size: 24px; } }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .buy-now-btn .button[disabled] {
                opacity: 0.5; }
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox {
          width: 100%;
          margin: 0;
          padding: 0.68571rem 0.94286rem 0.68571rem 0.94286rem;
          margin-top: 15px; }
          @media (min-width: 1024px) {
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox {
              padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem; } }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-icon {
            padding-right: 0.54286rem; }
            @media (min-width: 1360px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-icon {
                padding-right: 1.14286rem; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-icon .icon {
              height: 1.48571rem;
              width: 1.48571rem; }
              @media (min-width: 1024px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-icon .icon {
                  height: 1.58571rem;
                  width: 1.58571rem; } }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-icon .icon {
                  height: 1.78571rem;
                  width: 1.78571rem; } }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-icon .icon svg {
                fill: #cc4749; }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-message {
            font-size: 12px; }
            @media (min-width: 1024px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-message {
                font-size: 13px; } }
            @media (min-width: 1360px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .alertBox .alertBox-message {
                font-size: 16px; } }
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date {
          width: 100%;
          margin-top: 15px;
          background-color: #e5e5e5;
          color: black;
          font-family: "Nunito";
          font-size: 16px;
          padding: 0.68571rem 0.94286rem 0.68571rem 0.94286rem;
          border-radius: 4px;
          display: flex;
          align-items: center; }
          @media (min-width: 1024px) {
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date {
              padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem; } }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .alertBox-icon {
            padding-right: 0.54286rem; }
            @media (min-width: 1360px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .alertBox-icon {
                padding-right: 1.14286rem; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .alertBox-icon .icon {
              height: 1.48571rem;
              width: 1.48571rem; }
              @media (min-width: 1024px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .alertBox-icon .icon {
                  height: 1.58571rem;
                  width: 1.58571rem; } }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .alertBox-icon .icon {
                  height: 1.78571rem;
                  width: 1.78571rem; } }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .release-date {
            margin: 0;
            font-size: 12px; }
            @media (min-width: 1024px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .release-date {
                font-size: 13px; } }
            @media (min-width: 1360px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .release_date .release-date {
                font-size: 16px; } }
    .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews {
      border: 1px solid #f1f1f1;
      border-radius: 20px;
      margin-top: 20px; }
      @media (min-width: 768px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews {
          margin-top: 30px; } }
      @media (min-width: 1024px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews {
          margin-top: 35px; } }
      @media (min-width: 1360px) {
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews {
          margin-top: 48px; } }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-title {
        border-bottom: 1px solid #f1f1f1;
        padding: 20px 20px 20px; }
        @media (min-width: 1024px) {
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-title {
            padding: 40px 50px 40px; } }
        @media (min-width: 1360px) {
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-title {
            padding: 57px 64px 61px; } }
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-title .title {
          color: black;
          font-family: "Nunito";
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin: 0; }
          @media (min-width: 1024px) {
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-title .title {
              font-size: 24px; } }
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-title .sub-title {
          color: black;
          font-family: "Nunito";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin: 0; }
          @media (min-width: 1024px) {
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-title .sub-title {
              font-size: 16px; } }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list {
        margin: 0; }
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list.productReviews-list-scroll {
          overflow-y: scroll;
          height: 728px; }
          @media (min-width: 1024px) {
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list.productReviews-list-scroll {
              height: 631.74px; } }
          @media (min-width: 1360px) {
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list.productReviews-list-scroll {
              height: 612.82px; } }
          @media (min-width: 1600px) {
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list.productReviews-list-scroll {
              height: 568px; } }
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview {
          width: 100%;
          border-bottom: 1px solid #f1f1f1;
          padding: 0;
          display: none; }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review {
            padding: 20px; }
            @media (min-width: 1024px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review {
                padding: 32px 40px 32px 40px; } }
            @media (min-width: 1360px) {
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review {
                padding: 32px 49px 45px 64px; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-rating {
              margin-bottom: 8px; }
              @media (min-width: 1024px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-rating {
                  margin-bottom: 10px; } }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-rating {
                  margin-bottom: 14px; } }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-rating .card-reviews-number {
                display: none; }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-rating .icon {
                width: 20px;
                height: 19px; }
                @media (min-width: 1024px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-rating .icon {
                    width: 17px;
                    height: 17px; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author {
              color: black;
              font-family: "Nunito";
              font-size: 13px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              margin-bottom: 8px; }
              @media (min-width: 1024px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author {
                  font-size: 14px;
                  margin-bottom: 12px; } }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author {
                  margin-bottom: 22px; } }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author .author-name {
                border-right: 1px solid #f1f1f1;
                padding-right: 8px; }
                @media (min-width: 1024px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author .author-name {
                    padding-right: 11px; } }
              .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author .date {
                margin-left: 4px; }
                @media (min-width: 1024px) {
                  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-author .date {
                    margin-left: 8px; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-title {
              color: black;
              font-family: "Nunito";
              font-size: 16px;
              font-style: normal;
              font-weight: 700;
              line-height: normal;
              margin-bottom: 5px; }
              @media (min-width: 1024px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-title {
                  margin-bottom: 10px;
                  font-size: 18px; } }
              @media (min-width: 1360px) {
                .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .review-header .productReview-title {
                  margin-bottom: 18px; } }
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .productReviews-list .productReview .review .productReview-body {
              color: rgba(0, 0, 0, 0.6);
              font-family: "Nunito";
              font-size: 16px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              margin: 0; }
      .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review {
        text-align: center;
        padding: 20px 0;
        border-top: 1px solid #f1f1f1; }
        @media (min-width: 1024px) {
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review {
            padding: 35px 0; } }
        @media (min-width: 1360px) {
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review {
            padding: 43px 0 51px; } }
        .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review .see_all {
          color: black;
          font-family: "Nunito";
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-decoration-line: underline;
          cursor: pointer; }
          @media (min-width: 1024px) {
            .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review .see_all {
              font-size: 18px; } }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review .see_all:hover {
            color: #ffca2b; }
          .modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productReviews .productReviews-content .see_all_review .see_all.button-disable {
            opacity: 0.8;
            pointer-events: none; }

.modal .modal-content .modal-body .productView--quickView .productView-details .productView-options .socialLinks__link svg {
  height: 20px;
  width: 20px;
  fill: black; }
  .modal .modal-content .modal-body .productView--quickView .productView-details .productView-options .socialLinks__link svg:hover {
    fill: #ffca2b; }

.modal .modal-content .modal-body .productView--quickView .productView-description .productView-title {
  color: white; }

.modal .modal-content .modal-body .productView--quickView .productView-description .productView-description p {
  color: white; }

.modal .modal-content .modal-body .productView--quickView .productView-description ul li {
  color: #fff; }

.modal .modal-content .modal-body .productView--quickView .productView-description .tabs {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 0;
  background-color: #1b1b1b;
  border-radius: 10px; }
  @media (min-width: 1024px) {
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs {
      flex-direction: row; } }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab {
    width: 100%;
    border: none;
    border-radius: 10px; }
    @media (min-width: 1024px) {
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab {
        width: 32%; } }
    @media (min-width: 1600px) {
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab {
        width: 33.33%; } }
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab:not(:last-child) {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab:not(:last-child) {
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab:not(:last-child) {
          margin-right: 20px;
          margin-bottom: 0; } }
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab.is-active {
      border: none;
      border-radius: 10px;
      background-color: black; }
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab.is-active .tab-title {
        color: white; }
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab.is-active .tab-title:hover {
          color: white; }
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab.is-active [href]:focus, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab.is-active [tabindex]:not([tabindex="-1"]):focus {
        outline-offset: 0px !important;
        border-radius: 10px; }
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab .tab-title {
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      padding: 12.5px 5px;
      color: white; }
      @media (min-width: 768px) {
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab .tab-title {
          font-size: 14px; } }
      @media (min-width: 1024px) {
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab .tab-title {
          font-size: 16px;
          padding: 14px 10px; } }
      @media (min-width: 1360px) {
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab .tab-title {
          padding: 18px 10px;
          font-size: 20px; } }
      @media (min-width: 1600px) {
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab .tab-title {
          padding: 23.5px 5px;
          font-size: 24px; } }
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs .tab .tab-title:hover {
        color: #ffca2b; }

.modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents {
  margin-bottom: 21px;
  border-bottom: 1px solid #303030;
  font-size: 14px;
  padding: 5px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6); }
  @media (min-width: 768px) {
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents {
      padding: 15px;
      margin-bottom: 42px; } }
  @media (min-width: 1360px) {
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 64px; } }
  @media (min-width: 1600px) {
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents {
      font-size: 18px;
      line-height: 32px; } }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content h1, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content h2, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content h3, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content h4, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content h5, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content h6, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content a, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content span, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content p {
    color: white; }
  @media (min-width: 1024px) {
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content {
      padding: 10px 0; } }
  @media (min-width: 1600px) {
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content {
      padding: 20px 0; } }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent-data h1, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent-data h2, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent-data h3, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent h1, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent h2, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent h3 {
    font-size: 18px;
    font-weight: 700;
    color: black; }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent-data a, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent a {
    color: white; }
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent-data a:hover, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent a:hover {
      color: #ffca2b; }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent-data .tab-loader, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent .tab-loader {
    text-align: center;
    position: relative; }
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent-data .tab-loader img, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent .tab-loader img {
      display: none; }
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent-data .tab-loader .loadingOverlay, .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .tabContent .tab-loader .loadingOverlay {
      background-color: transparent;
      display: block; }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-title {
    display: none; }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content {
    display: block; }
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list {
      margin: 0; }
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #f1f1f1; }
        @media (min-width: 1024px) {
          .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview {
            padding: 22px 0; } }
        @media (min-width: 1600px) {
          .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview {
            padding: 32px 0; } }
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview:last-child {
          border-bottom: none; }
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-rating {
          margin-bottom: 8px; }
          @media (min-width: 1024px) {
            .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-rating {
              margin-bottom: 10px; } }
          @media (min-width: 1360px) {
            .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-rating {
              margin-bottom: 14px; } }
          .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-rating .card-reviews-number {
            display: none; }
          .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-rating span .icon {
            width: 20px;
            height: 19px; }
            @media (min-width: 1024px) {
              .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-rating span .icon {
                width: 17px;
                height: 17px; } }
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author {
          color: black;
          font-family: "Nunito";
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin-bottom: 8px; }
          @media (min-width: 1024px) {
            .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author {
              font-size: 14px;
              margin-bottom: 12px; } }
          @media (min-width: 1360px) {
            .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author {
              margin-bottom: 22px; } }
          .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author .author-name {
            border-right: 1px solid #f1f1f1;
            padding-right: 8px; }
            @media (min-width: 1024px) {
              .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author .author-name {
                padding-right: 11px; } }
          .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author .date {
            margin-left: 4px; }
            @media (min-width: 1024px) {
              .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-author .date {
                margin-left: 8px; } }
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-title {
          color: black;
          font-family: "Nunito";
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin-bottom: 5px; }
          @media (min-width: 1024px) {
            .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-title {
              margin-bottom: 10px;
              font-size: 18px; } }
          @media (min-width: 1360px) {
            .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main header .productReview-title {
              margin-bottom: 18px; } }
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .productReviews-list .productReview .productreview-main .productReview-body {
          color: rgba(0, 0, 0, 0.6);
          font-family: "Nunito";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin: 0; }
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .product-listing-counter {
      margin-top: 10px; }
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productReviews .toggle-content .product-listing-counter .product-pagination-listing {
        width: 100%; }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .toggle:last-of-type {
    margin-bottom: 0; }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .toggle .videoGallery-main {
    padding-bottom: 48.5%;
    border-radius: 10px; }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .videoGallery-list .video-body .video-title {
    font-size: 15px;
    font-weight: 600;
    color: white;
    line-height: 20px; }
    @media (min-width: 1024px) {
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .videoGallery-list .video-body .video-title {
        font-size: 18px;
        line-height: 24px; } }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .videoGallery-list .video-body .video-description {
    font-size: 14px; }
    @media (min-width: 1024px) {
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .videoGallery-list .video-body .video-description {
        font-size: 15px; } }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productView-info {
    margin-bottom: 0;
    font-size: 14px; }
    @media (min-width: 1360px) {
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productView-info {
        font-size: 16px; } }
    @media (min-width: 1600px) {
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productView-info {
        font-size: 18px; } }
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productView-info .productView-info-name {
      width: 100%;
      font-size: 14px;
      margin: 0;
      font-weight: 700;
      float: left;
      font-family: "Nunito";
      color: white;
      padding: 4px 5px; }
      @media (min-width: 768px) {
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productView-info .productView-info-name {
          width: 20%; } }
      @media (min-width: 1360px) {
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productView-info .productView-info-name {
          font-size: 16px; } }
      @media (min-width: 1600px) {
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productView-info .productView-info-name {
          font-size: 18px; } }
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productView-info .productView-info-value {
      width: 100%;
      float: left;
      margin: 0;
      padding: 4px 5px;
      color: white; }
      @media (min-width: 768px) {
        .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .tab-content .productView-info .productView-info-value {
          width: 80%; } }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents #tab-description .productDescription__content > p {
    font-size: 13px;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents #tab-description .productDescription__content > p {
        font-size: 16px;
        padding: 0;
        line-height: 28px; } }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents #tab-description .productDescription__content .deslink {
    color: #0d3e9d;
    text-decoration: none; }
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents #tab-description .productDescription__content .deslink:hover {
      text-decoration: underline; }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents #tab-warranty {
    font-size: 13px;
    padding: 1.5rem 0; }
    @media (min-width: 1024px) {
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents #tab-warranty {
        line-height: 28px;
        font-size: 16px;
        padding: 0; } }
  @media (min-width: 1024px) {
    .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .customfieldstab .productView-info {
      padding: 0; } }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .customfieldstab .productView-info .productView-info-name {
    font-size: 13px;
    font-weight: 600;
    float: left;
    margin-top: 0; }
    @media (min-width: 1024px) {
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .customfieldstab .productView-info .productView-info-name {
        font-size: 16px; } }
  .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .customfieldstab .productView-info .productView-info-value {
    font-size: 13px;
    float: left; }
    @media (min-width: 1024px) {
      .modal .modal-content .modal-body .productView--quickView .productView-description .tabs-contents .customfieldstab .productView-info .productView-info-value {
        font-size: 16px; } }

.modal .modal-content .modal-body.quickView .tabs {
  padding: 0px; }
  @media (min-width: 1920px) {
    .modal .modal-content .modal-body.quickView .tabs {
      padding: 0 20px; } }

.modal .modal-content .modal-body .writeReview-productDetails .writeReview-productImage-container {
  border-radius: 10px;
  border: 1px solid #373737; }

.modal .modal-content .modal-body .writeReview-productDetails .product-brand {
  font-family: "Nunito";
  margin: 0;
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px 0; }
  @media (min-width: 1024px) {
    .modal .modal-content .modal-body .writeReview-productDetails .product-brand {
      font-size: 18px; } }
  @media (min-width: 1440px) {
    .modal .modal-content .modal-body .writeReview-productDetails .product-brand {
      font-size: 20px; } }

.modal .modal-content .modal-body .writeReview-productDetails .product-title {
  color: white;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
  margin: 0;
  padding-bottom: 12px; }
  @media (min-width: 768px) {
    .modal .modal-content .modal-body .writeReview-productDetails .product-title {
      font-size: 23px; } }
  @media (min-width: 1024px) {
    .modal .modal-content .modal-body .writeReview-productDetails .product-title {
      font-size: 20px; } }
  @media (min-width: 1440px) {
    .modal .modal-content .modal-body .writeReview-productDetails .product-title {
      font-size: 26px; } }

.modal .modal-content .modal-body .previewCart .previewCartCheckout {
  border-radius: 10px;
  background: linear-gradient(110deg, rgba(177, 241, 229, 0.6) 0%, rgba(108, 108, 108, 0.78) 0.01%, rgba(78, 78, 78, 0.4) 95.92%); }
  @media (min-width: 1024px) {
    .modal .modal-content .modal-body .previewCart .previewCartCheckout {
      width: 35%; } }
  @media (min-width: 1360px) {
    .modal .modal-content .modal-body .previewCart .previewCartCheckout {
      width: 25%; } }
  .modal .modal-content .modal-body .previewCart .previewCartCheckout a.button:last-child {
    background-size: 200% auto;
    transition: all 0.5s ease-in-out;
    font-family: "Nunito";
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    border-radius: 8px;
    border: none;
    font-weight: 700; }
    .modal .modal-content .modal-body .previewCart .previewCartCheckout a.button:last-child:hover {
      background-position: right center; }

@media (min-width: 1024px) {
  .modal .modal-content .modal-body .previewCart .productView {
    width: 65%; } }

@media (min-width: 1360px) {
  .modal .modal-content .modal-body .previewCart .productView {
    width: 75%; } }

.modal .modal-content .modal-body .previewCart .productView .productView-image {
  border-radius: 10px;
  margin: initial;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 1rem;
  margin-right: 1rem; }
  @media (min-width: 1024px) {
    .modal .modal-content .modal-body .previewCart .productView .productView-image {
      margin: auto;
      margin-bottom: 12px; } }

.modal .modal-content .modal-body .previewCart .productView .productView-details .productView-title {
  color: white;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
  margin: 0;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .modal .modal-content .modal-body .previewCart .productView .productView-details .productView-title {
      font-size: 23px; } }
  @media (min-width: 1024px) {
    .modal .modal-content .modal-body .previewCart .productView .productView-details .productView-title {
      font-size: 20px; } }
  @media (min-width: 1440px) {
    .modal .modal-content .modal-body .previewCart .productView .productView-details .productView-title {
      font-size: 26px; } }

.modal .modal-content .modal-body .previewCart .productView .productView-details .productView-brand {
  font-family: "Nunito";
  margin: 0;
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-transform: capitalize;
  padding-bottom: 10px; }
  @media (min-width: 1024px) {
    .modal .modal-content .modal-body .previewCart .productView .productView-details .productView-brand {
      font-size: 18px; } }
  @media (min-width: 1440px) {
    .modal .modal-content .modal-body .previewCart .productView .productView-details .productView-brand {
      font-size: 20px; } }

.modal .modal-content .modal-body .previewCart .productView .productView-details .productView-price {
  color: white;
  font-family: "Nunito";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }
  @media (min-width: 1024px) {
    .modal .modal-content .modal-body .previewCart .productView .productView-details .productView-price {
      font-size: 20px; } }

.modal .modal-content .modal-body .previewCart .productView .productView-details .productView-info {
  margin: 0;
  padding-bottom: 10px; }
  .modal .modal-content .modal-body .previewCart .productView .productView-details .productView-info .productView-info-name {
    width: 10%;
    display: inline-block;
    color: white;
    font-family: "Nunito";
    font-size: 14px;
    font-weight: 400;
    padding: 2px 0;
    margin-top: 0;
    margin-right: 1rem; }
  .modal .modal-content .modal-body .previewCart .productView .productView-details .productView-info .productView-info-value {
    width: 85%;
    display: inline;
    color: white;
    font-family: "Nunito";
    font-size: 14px;
    padding: 2px 0;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .modal .modal-content .modal-body .previewCart .productView .productView-details .productView-info .productView-info-value {
        width: 90%; } }

.modal .modal-content .modal-body .previewCart.smallpopup .small-popup-time {
  font-size: 16px;
  font-family: "Nunito";
  color: #999999; }

.modal .modal-content .modal-body .previewCart.smallpopup .productView {
  width: 80%;
  padding: 0;
  margin: 15px 0; }
  .modal .modal-content .modal-body .previewCart.smallpopup .productView .productView-image {
    margin: 0;
    min-height: auto;
    padding: 0;
    justify-content: left;
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: row; }
    .modal .modal-content .modal-body .previewCart.smallpopup .productView .productView-image .productView-img-container {
      margin: 0;
      max-width: inherit;
      width: 40%; }
      .modal .modal-content .modal-body .previewCart.smallpopup .productView .productView-image .productView-img-container::after {
        padding-bottom: 100%; }
    .modal .modal-content .modal-body .previewCart.smallpopup .productView .productView-image .productView-details {
      padding: 0 0 0 15px;
      width: auto; }

.modal .modal-content .modal-body .previewCart.smallpopup .previewCartCheckout {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  flex-wrap: wrap;
  padding: 0; }
  @media (min-width: 1024px) {
    .modal .modal-content .modal-body .previewCart.smallpopup .previewCartCheckout {
      gap: 13px; } }
  .modal .modal-content .modal-body .previewCart.smallpopup .previewCartCheckout .button {
    width: 100%;
    padding: 10px;
    margin: 0; }
    @media (min-width: 1024px) {
      .modal .modal-content .modal-body .previewCart.smallpopup .previewCartCheckout .button {
        width: 47%; } }

#modal-review-form .modal-header .modal-header-title {
  font-weight: 700; }

[tabindex]:not([tabindex="-1"]):focus {
  outline: none !important;
  outline-offset: 0 !important; }
