@charset "UTF-8";
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: 320px)/";
  width: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

html {
  font-size: 14px; }
  @media (min-width: 320px) {
    html {
      font-size: 14px; } }
  @media (min-width: 641px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 14px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-size: 1rem; }

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

/* Base styles that apply to all screen sizes */
.settings-page-account--fixed {
  display: flex;
  padding: 40px var(--Side-Margin-Margin, 32px) 120px var(--Side-Margin-Margin, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: var(--Neutrals-neutral0, #FFF); }

.settings-account--fixed {
  display: flex;
  width: 100%;
  max-width: 1240px;
  flex-direction: column;
  align-items: flex-start; }
  .settings-account--fixed .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center; }
    .settings-account--fixed .modal-overlay .setting-change-password {
      position: absolute;
      bottom: 8%; }
      @media (min-width: 320px) and (max-width: 400px) {
        .settings-account--fixed .modal-overlay .setting-change-password {
          bottom: 10px; } }
  .settings-account--fixed .setting-check-offer {
    min-width: auto !important;
    width: 100%; }
  .settings-account--fixed .form-select {
    background-repeat: no-repeat; }
  .settings-account--fixed .setting-form-field {
    max-width: auto !important; }
  @media (max-width: 1023px) {
    .settings-account--fixed .form-field {
      width: 100% !important; } }
  .settings-account--fixed .setting-checkbox-offer-label {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px; }
  .settings-account--fixed .setting-form-fieldset {
    display: flex;
    max-width: 600px !important;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%; }
    @media (max-width: 1023px) {
      .settings-account--fixed .setting-form-fieldset {
        max-width: 900px !important; } }
  @media (max-width: 1023px) {
    .settings-account--fixed .setting-date-form-field {
      max-width: 900px !important; } }
  @media (max-width: 640px) {
    .settings-account--fixed .setting-change-password {
      width: 90%; } }
  @media (max-width: 640px) {
    .settings-account--fixed .pop-up-field-content {
      width: 100%; } }
  .settings-account--fixed .alertBox-message {
    padding: 0px; }

body.no-scroll {
  overflow: hidden; }

.settings-heading-svg-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%; }

.settings-page-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  color: var(--Neutrals-neutral9, #161616);
  font-family: var(--Heading, Futura);
  font-size: var(--Type-Sizing-XL, 32px);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase; }

.settings-heading-svg {
  width: 32px;
  height: 32px; }

/* Responsive adjustments */
@media (max-width: 1023px) {
  .settings-page-account--fixed {
    display: flex;
    padding: 40px var(--Side-Margin-Margin, 32px) 120px var(--Side-Margin-Margin, 32px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--Neutrals-neutral0, #FFF); }
  .settings-account--fixed {
    display: flex;
    max-width: 1240px;
    flex-direction: column;
    align-items: flex-start;
    /* align-self: stretch; */ }
  .settings-heading-svg-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch; }
  .settings-page-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    color: var(--Neutrals-neutral9, #161616);
    text-align: center;
    /* Heading/Heading-S */
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-XL, 32px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 38.4px */
    text-transform: uppercase; }
  .settings-heading-svg {
    width: 32px;
    height: 32px; } }

@media (max-width: 640px) {
  /* Styles for mobile */
  .settings-page-account--fixed {
    display: flex;
    padding: 20px var(--Side-Margin-Margin, 16px) 60px var(--Side-Margin-Margin, 16px);
    /* Example padding for mobile */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--Neutrals-neutral0, #FFF); }
  .settings-account--fixed {
    display: flex;
    max-width: 1240px;
    flex-direction: column;
    align-items: flex-start;
    /* align-self: stretch; */ }
  .settings-heading-svg-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch; }
  .settings-page-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    color: var(--Neutrals-neutral9, #161616);
    text-align: center;
    /* Heading/Heading-S */
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-XL, 32px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 38.4px */
    text-transform: uppercase; }
  .settings-heading-svg {
    width: 32px;
    height: 32px; } }

@media (min-width: 1024px) and (max-width: 1240px) {
  .setting-date-form-field {
    display: flex;
    min-width: 300px;
    max-width: 600px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch; }
    .setting-date-form-field .setting-date-form-label {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      flex: 1 0 0;
      color: var(--Neutrals-neutral7, #555);
      font-family: var(--Font-family-Body, Inter);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      /* 18.2px */ }
    .setting-date-form-field .setting-date-form-field-container {
      display: flex;
      align-items: flex-start;
      align-self: stretch; }
      .setting-date-form-field .setting-date-form-field-container .setting-month-form-field,
      .setting-date-form-field .setting-date-form-field-container .setting-day-form-field,
      .setting-date-form-field .setting-date-form-field-container .setting-year-form-field {
        display: flex;
        height: 48px;
        padding: 12px 16px;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        flex: 1 0 0;
        border-radius: var(--Radius-S, 6px);
        border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
        background: var(--Neutrals-neutral0, #FFF); }
    .setting-date-form-field .setting-date-custom-select-container {
      position: relative;
      width: 100%;
      max-width: 300px; }
      .setting-date-form-field .setting-date-custom-select-container .sitting-custom-form-select {
        width: 100%;
        padding: 10px 40px 10px 12px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #fff;
        cursor: pointer; }
      .setting-date-form-field .setting-date-custom-select-container .sitting-custom-arrow {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .setting-date-form-field {
    display: flex;
    min-width: 300px;
    max-width: 600px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch; }
    .setting-date-form-field .setting-date-form-label {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      flex: 1 0 0;
      color: var(--Neutrals-neutral7, #555);
      font-family: var(--Font-family-Body, Inter);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      /* 18.2px */ }
    .setting-date-form-field .setting-date-form-field-container {
      display: flex;
      align-items: flex-start;
      align-self: stretch; }
      .setting-date-form-field .setting-date-form-field-container .setting-month-form-field,
      .setting-date-form-field .setting-date-form-field-container .setting-day-form-field,
      .setting-date-form-field .setting-date-form-field-container .setting-year-form-field {
        display: flex;
        height: 48px;
        padding: 12px 16px;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        flex: 1 0 0;
        border-radius: var(--Radius-S, 6px);
        border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
        background: var(--Neutrals-neutral0, #FFF); }
    .setting-date-form-field .setting-date-custom-select-container {
      position: relative;
      width: 100%;
      max-width: 300px; }
      .setting-date-form-field .setting-date-custom-select-container .sitting-custom-form-select {
        width: 100%;
        padding: 10px 40px 10px 12px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #fff;
        cursor: pointer; }
      .setting-date-form-field .setting-date-custom-select-container .sitting-custom-arrow {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px; } }

@media (min-width: 320px) and (max-width: 640px) {
  .setting-date-form-field {
    display: flex;
    min-width: auto;
    /* Decrease min-width for smaller devices */
    max-width: 100%;
    /* Use 100% to ensure it fits smaller screens */
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    width: 100%;
    /* Make it responsive */ }
  .setting-date-form-field-container {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    gap: 4px;
    /* Reduce gap to save space */ }
  .setting-month-form-field,
  .setting-day-form-field,
  .setting-year-form-field {
    display: flex;
    height: 44px;
    /* Reduce height for smaller screens */
    padding: 10px 14px;
    /* Adjust padding for smaller inputs */
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: var(--Radius-S, 6px);
    border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
    background: var(--Neutrals-neutral0, #FFF); }
  .setting-date-custom-select-container {
    position: relative;
    width: 100%;
    max-width: 280px;
    /* Adjust to fit smaller screens */ }
  .sitting-custom-form-select {
    width: 100%;
    padding: 8px 36px 8px 10px;
    /* Reduce padding to save space */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer; }
  .sitting-custom-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px; } }

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

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

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

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

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

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 320px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 320px) {
        .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: 320px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 641px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1024px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 641px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1024px) {
      .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: 320px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 641px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1024px) {
    #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: 1024px) {
  .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: 641px) {
    .modal-header-title {
      font-size: 25px; } }

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

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

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

.hide-content {
  opacity: 0; }

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

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

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

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #757575;
    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 {
  display: flex;
  justify-content: 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;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    border: 1px solid var(--Neutral-neutral2, #EEEFED); }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current a {
    color: var(--Neutral-neutral0, #FFF);
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none; }
  .pagination-item.pagination-item--current {
    margin: 0 0.35714rem 0 0.78571rem;
    border-radius: 32px;
    background: var(--Neutral-neutral9, #161616);
    border: 1px solid var(--Neutral-neutral2, #161616) !important; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.pagination-Arrow-Side {
  border-radius: 32px;
  background: var(--Neutral-neutral0, #FFF); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 641px) {
  .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: 641px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

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

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

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

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

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

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 641px) {
    .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; }

.orders-overall-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .orders-overall-container .center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%; }
    .orders-overall-container .center-content .alertBox-message {
      width: 100% !important; }

.orders-account--fixed {
  margin: 0 auto; }

.alertBox-user-account-container {
  display: flex;
  padding: 32px 0px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px; }
  .alertBox-user-account-container .alertBox-message-box {
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: var(--Radius-M, 12px);
    margin: 0 autoS; }
    .alertBox-user-account-container .alertBox-message-box .alterBox-user-account-svg {
      width: 48px;
      height: 48px;
      fill: var(--Accents-lime, #CDDE00); }
    .alertBox-user-account-container .alertBox-message-box .alertBox-user-account-text-button {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px; }
      .alertBox-user-account-container .alertBox-message-box .alertBox-user-account-text-button .alertBox-message {
        width: 382px;
        color: var(--Neutrals-neutral5, #9D9D9D);
        text-align: center;
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */ }
      .alertBox-user-account-container .alertBox-message-box .alertBox-user-account-text-button .alertBox-browse-btn {
        display: flex;
        height: 40px;
        padding: 16px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: var(--Radius-M, 12px);
        background: var(--Neutrals-neutral2, #EEEFED); }
        .alertBox-user-account-container .alertBox-message-box .alertBox-user-account-text-button .alertBox-browse-btn .alertBox-browse-btn-text {
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 600;
          line-height: 130%;
          /* 18.2px */ }

/* Tablet Styles */
@media (max-width: 768px) {
  .orders-overall-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .orders-overall-container .center-content {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%;
      height: 100%; }
  .alertBox-user-account-container {
    display: flex;
    padding: 32px 0px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch; }
    .alertBox-user-account-container .alertBox-message-box {
      display: flex;
      padding: 32px 24px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 32px;
      flex: 1 0 0;
      align-self: stretch;
      border-radius: var(--Radius-M, 12px); }
      .alertBox-user-account-container .alertBox-message-box .alterBox-user-account-svg {
        width: 48px;
        height: 48px;
        fill: var(--Accents-lime, #CDDE00); }
      .alertBox-user-account-container .alertBox-message-box .alertBox-user-account-text-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px; }
        .alertBox-user-account-container .alertBox-message-box .alertBox-user-account-text-button .alertBox-message {
          width: 382px;
          color: var(--Neutrals-neutral5, #9D9D9D);
          text-align: center;
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 16px);
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          /* 24px */ }
        .alertBox-user-account-container .alertBox-message-box .alertBox-user-account-text-button .alertBox-browse-btn {
          display: flex;
          height: 40px;
          padding: 16px;
          justify-content: center;
          align-items: center;
          gap: 4px;
          border-radius: var(--Radius-M, 12px);
          background: var(--Neutrals-neutral2, #EEEFED); }
          .alertBox-user-account-container .alertBox-message-box .alertBox-user-account-text-button .alertBox-browse-btn .alertBox-browse-btn-text {
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-2XS, 14px);
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            /* 18.2px */ } }

/* Mobile Styles */
@media (max-width: 480px) {
  .alertBox-user-account-container {
    display: flex;
    padding: 32px 0px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch; }
    .alertBox-user-account-container .alertBox-message-box {
      display: flex;
      padding: 32px 24px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 32px;
      flex: 1 0 0;
      align-self: stretch;
      border-radius: var(--Radius-M, 12px); }
      .alertBox-user-account-container .alertBox-message-box .alterBox-user-account-svg {
        width: 48px;
        height: 48px;
        fill: var(--Accents-lime, #CDDE00); }
      .alertBox-user-account-container .alertBox-message-box .alertBox-user-account-text-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px; }
        .alertBox-user-account-container .alertBox-message-box .alertBox-user-account-text-button .alertBox-message {
          width: 382px;
          color: var(--Neutrals-neutral5, #9D9D9D);
          text-align: center;
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 14px);
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          /* 24px */ }
        .alertBox-user-account-container .alertBox-message-box .alertBox-user-account-text-button .alertBox-browse-btn {
          display: flex;
          height: 40px;
          padding: 16px;
          justify-content: center;
          align-items: center;
          gap: 4px;
          border-radius: var(--Radius-M, 12px);
          background: var(--Neutrals-neutral2, #EEEFED); }
          .alertBox-user-account-container .alertBox-message-box .alertBox-user-account-text-button .alertBox-browse-btn .alertBox-browse-btn-text {
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-2XS, 14px);
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            /* 18.2px */ } }

.alertBox--error {
  border-radius: 6px;
  border-left: 3px solid var(--Accents-orange, #F05323);
  background: var(--Neutrals-neutral1, #F6F6F6);
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 11px;
  align-self: stretch; }
  .alertBox--error .alertBox-message {
    padding: 0px; }

.alertBox-message {
  color: var(--Neutrals-neutral8, #212121);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-2XS, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 18.2px */ }

.alertBox--success {
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 11px;
  align-self: stretch;
  border-radius: 6px;
  border-left: 3px solid var(--Accents-green2, #A8B320);
  background: var(--Neutrals-neutral1, #F6F6F6); }
  .alertBox--success .alertBox-message {
    padding: 0px; }

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 320px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 320px) {
      .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: 320px) {
        .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: "Futura", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

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

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

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

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

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

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

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 320px) {
    .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: 1024px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

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

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

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

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

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1024px) {
    .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: 1024px) {
  .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: 1024px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

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

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

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

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 320px) {
    .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: 320px) {
  .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; }

.overall-container-add-new-address-page {
  display: flex;
  padding: 40px var(--Side-Margin-Margin, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: var(--Neutrals-neutral0, #FFF); }

.overall-container-add-new-address-section {
  display: flex;
  max-width: 1240px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start; }

.head-nav-add-new-address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%; }

.page-heading-add-new-address {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  color: var(--Neutrals-neutral9, #161616);
  text-align: center;
  font-family: var(--Heading, Futura);
  font-size: var(--Type-Sizing-XL, 32px);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase; }

.add-new-address-svg {
  width: 32px;
  height: 32px; }

.svg-button-new-address-text {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px; }
  .svg-button-new-address-text .svg-new-address-button {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    border: 1px solid var(--Neutrals-neutral3, #D9D9D9); }
    .svg-button-new-address-text .svg-new-address-button .svg-new-address {
      display: flex;
      width: 16px;
      height: 16px;
      justify-content: center;
      align-items: center;
      flex-shrink: 0; }
  .svg-button-new-address-text .new-address-text {
    color: var(--Neutrals-neutral9, #161616);
    text-align: center;
    /** Heading/Heading-XS */
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-L, 24px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 28.8px */
    text-transform: uppercase; }

.add-new-address-form-field,
.add-new-address-select-form-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%; }

.add-new-address-form-label,
.add-new-address-form-selects-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--Neutrals-neutral7, #555);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-2XS, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; }

.add-new-address-form-inputs,
.add-new-address-form-selects {
  display: flex;
  height: 48px;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
  background: var(--Neutrals-neutral0, #FFF); }

.add-new-address-form-actions {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  width: 100%; }

.add-new-address-button--primary,
.add-new-address-button {
  display: flex;
  width: 128px;
  height: 40px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: var(--Radius-M, 12px);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-2XS, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%; }

.add-new-address-button--primary {
  border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
  background: var(--Accents-lime, #CDDE00);
  color: var(--Neutrals-neutral9, #161616); }

.add-new-address-button {
  background: var(--Neutrals-neutral2, #EEEFED);
  color: var(--Neutrals-neutral9, #161616); }

/* Tablet styles (641px - 1023px) */
@media (min-width: 641px) and (max-width: 1023px) {
  .overall-container-add-new-address-page {
    padding: 32px 24px; }
  .page-heading-add-new-address {
    font-size: 28px; }
  .svg-button-new-address-text {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px; }
    .svg-button-new-address-text .svg-new-address-button {
      display: flex;
      padding: 12px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      border-radius: 100px;
      border: 1px solid var(--Neutrals-neutral3, #D9D9D9); }
      .svg-button-new-address-text .svg-new-address-button .svg-new-address {
        display: flex;
        width: 16px;
        height: 16px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0; }
    .svg-button-new-address-text .new-address-text {
      color: var(--Neutrals-neutral9, #161616);
      text-align: center;
      /** Heading/Heading-XS */
      font-family: var(--Heading, Futura);
      font-size: var(--Type-Sizing-L, 24px);
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      /* 28.8px */
      text-transform: uppercase; }
  .add-new-address-form-actions {
    flex-direction: row; } }

/* Mobile styles (320px - 640px) */
@media (max-width: 640px) {
  .overall-container-add-new-address-page {
    padding: 24px 16px; }
  .page-heading-add-new-address {
    font-size: 24px;
    flex-direction: row;
    gap: 16px;
    align-items: center; }
  .svg-button-new-address-text {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px; }
    .svg-button-new-address-text .svg-new-address-button {
      display: flex;
      padding: 12px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      border-radius: 100px;
      border: 1px solid var(--Neutrals-neutral3, #D9D9D9); }
      .svg-button-new-address-text .svg-new-address-button .svg-new-address {
        display: flex;
        width: 16px;
        height: 16px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0; }
    .svg-button-new-address-text .new-address-text {
      color: var(--Neutrals-neutral9, #161616);
      text-align: center;
      /** Heading/Heading-XS */
      font-family: var(--Heading, Futura);
      font-size: var(--Type-Sizing-L, 24px);
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      /* 28.8px */
      text-transform: uppercase; }
  .add-new-address-form-actions {
    flex-direction: row;
    align-items: center; }
  .add-new-address-button--primary,
  .add-new-address-button {
    width: 100%; }
  .head-nav-add-new-address {
    gap: 24px; } }

.card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0; }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }

@media (min-width: 1024px) {
  .card-figure {
    margin-top: 0;
    overflow: hidden;
    padding: 3px;
    position: relative;
    border-radius: 6px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%); }
    .card-figure:hover .card-figcaption {
      opacity: 1; }
    .card-figure__link {
      display: block;
      position: relative; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .card-figure {
    margin-top: 0;
    overflow: hidden;
    padding: 3px;
    position: relative;
    border-radius: 6px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%); }
    .card-figure:hover .card-figcaption {
      opacity: 1; }
    .card-figure__link {
      display: block;
      position: relative; } }

@media (min-width: 320px) and (max-width: 640px) {
  .card-figure {
    margin-top: 0;
    overflow: hidden;
    padding: 3px;
    position: relative;
    border-radius: 6px;
    width: 100%;
    border-radius: 6px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%); }
    .card-figure:hover .card-figcaption {
      opacity: 1; }
    .card-figure__link {
      display: block;
      position: relative; } }

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

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

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

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

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

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

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

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

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

.recent-card {
  display: flex;
  min-width: 290px;
  max-width: 500px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0; }

.recent-card-figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 0px; }

.recent-card-figure__link {
  width: 100%;
  height: 291px;
  position: relative;
  bottom: -0.414px;
  border-radius: 6px;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat; */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%); }

.recent-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch; }

.recent-rating-price-products {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch; }

.recent-card-title {
  align-self: stretch;
  color: var(--Neutrals-neutral9, #161616);
  /* Label/Large/SemiBold */
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 20.8px */ }

.recent-card-rating {
  display: flex;
  align-items: center;
  gap: 8px; }

.recent-card-text {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch; }

.recent-price-section .price-section--withoutTax .price--withoutTax {
  color: var(--Neutrals-neutral9, #161616) !important;
  text-align: center;
  font-family: var(--Body, Inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  text-transform: uppercase; }

.recent-price-section .price-section--withoutTax .non-sale-price--withoutTax {
  color: var(--Neutrals-neutral9, #161616) !important;
  text-align: center;
  font-family: var(--Body, Inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  text-transform: uppercase; }

a {
  text-decoration: none;
  /* Removes the underline */
  color: inherit;
  /* Optional: Keeps the text color the same as surrounding text */ }

.recent-card-brand {
  display: none; }

@media (min-width: 641px) and (max-width: 1024px) {
  .recent-card {
    display: flex;
    min-width: 290px;
    max-width: 500px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    height: 500px; }
  .recent-card-figure {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 0px; }
  .recent-card-figure__link {
    width: 100%;
    height: 291px;
    position: relative;
    bottom: -0.414px;
    border-radius: 6px;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat; */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%); }
  .recent-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch; }
  .recent-rating-price-products {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch; }
  .recent-card-title {
    align-self: stretch;
    color: var(--Neutrals-neutral9, #161616);
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-XS, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 20.8px */ }
  .recent-card-rating {
    display: flex;
    align-items: center;
    gap: 8px; }
  .recent-card-text {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch; }
  .recent-price-section .price-section--withoutTax .price--withoutTax {
    color: var(--Neutrals-neutral9, #161616);
    text-align: center;
    font-family: var(--Body, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    text-transform: uppercase; }
  .recent-price-section .price-section--withoutTax .non-sale-price--withoutTax {
    color: var(--Neutrals-neutral9, #161616);
    text-align: center;
    font-family: var(--Body, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    text-transform: uppercase; }
  a {
    text-decoration: none;
    /* Removes the underline */
    color: inherit;
    /* Optional: Keeps the text color the same as surrounding text */ }
  .recent-card-brand {
    display: none; } }

@media (min-width: 320px) and (max-width: 640px) {
  .recent-card {
    display: flex;
    min-width: 290px;
    max-width: 500px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0; }
  .recent-card-figure {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 0px; }
  .recent-card-figure__link {
    width: 100%;
    height: 291px;
    position: relative;
    bottom: -0.414px;
    border-radius: 6px;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat; */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%); }
  .recent-card-body {
    width: 290px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch; }
  .recent-rating-price-products {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch; }
  .recent-card-title {
    align-self: stretch;
    color: var(--Neutrals-neutral9, #161616);
    /* Label/Large/SemiBold */
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-XS, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 20.8px */ }
  .recent-card-rating {
    display: flex;
    align-items: center;
    gap: 8px; }
  .recent-card-text {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch; }
  .recent-price-section .price-section--withoutTax .price--withoutTax {
    color: var(--Neutrals-neutral9, #161616);
    text-align: center;
    font-family: var(--Body, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    text-transform: uppercase; }
  .recent-price-section .price-section--withoutTax .non-sale-price--withoutTax {
    color: var(--Neutrals-neutral9, #161616);
    text-align: center;
    font-family: var(--Body, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    text-transform: uppercase; }
  a {
    word-break: break-word;
    text-decoration: none;
    /* Removes the underline */
    color: inherit;
    /* Optional: Keeps the text color the same as surrounding text */ }
  .recent-card-brand {
    display: none; } }

.sv-product-review-small__content .sv-product-review-small__reviews-text .sv-product-review-small__rating, .sv-product-review-small__content .sv-product-review-small__reviews-text .sv-product-review-small__text {
  color: var(--Neutrals-neutral6, #7B7B7B) !important;
  text-align: center;
  font-family: var(--Body, Inter) !important;
  font-size: var(--Type-Sizing-2XS, 14px) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; }

.sv-product-review-small__content .sv-product-review-small__text {
  color: var(--Neutrals-neutral6, #7B7B7B) !important; }

.sv-product-review-small__content .sv-product-review-small__summary .sv-icon-sparkle {
  color: var(--Neutrals-neutral6, #7B7B7B) !important; }

.sv-product-review-small__content .sv-product-review-small__summary .sv-product-review-small__summary__text {
  color: var(--Neutrals-neutral6, #7B7B7B) !important;
  text-align: center;
  font-family: var(--Body, Inter) !important;
  font-size: var(--Type-Sizing-2XS, 14px) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; }

.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 {
  text-align: center;
  width: 100%;
  overflow: auto; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 641px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 641px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 641px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.navBar .navBar--sub .navBar--account {
  display: flex;
  align-items: center;
  gap: 32px;
  align-self: stretch; }

.navBar .navBar-section {
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--Neutrals-neutral3, #D9D9D9); }

.navBar .navbar-item-useraccount {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px; }

.navBar .navBar-action {
  color: var(--Neutrals-neutral5, #9D9D9D);
  text-align: center;
  font-family: var(--Heading, Futura);
  font-size: var(--Type-Sizing-M, 20px);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  white-space: nowrap; }

.navBar .navBar-item.is-active {
  border-bottom: 2px solid var(--Neutrals-neutral9, #161616); }
  .navBar .navBar-item.is-active .navBar-action {
    color: var(--Neutrals-neutral9, #161616); }

/* Tablet (max-width: 1024px) */
@media screen and (max-width: 1024px) {
  .navBar .navBar--sub .navBar--account {
    display: flex;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-bottom: 1px solid var(--Neutrals-neutral3, #D9D9D9); }
  .navBar .navBar-section {
    display: flex;
    align-items: center;
    gap: 32px; }
  .navBar .navbar-item-useraccount {
    display: flex;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px; }
  .navBar .navBar-action {
    color: var(--Neutrals-neutral5, #9D9D9D);
    text-align: center;
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-M, 18px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase; }
  .navBar .navBar-item.is-active {
    border-bottom: 2px solid var(--Neutrals-neutral9, #161616); }
    .navBar .navBar-item.is-active .navBar-action {
      color: var(--Neutrals-neutral9, #161616); } }

/* Mobile (max-width: 768px) */
@media screen and (max-width: 768px) {
  .navBar .navBar--sub .navBar--account {
    display: flex;
    width: 360px;
    align-items: center;
    gap: 32px;
    border-bottom: 1px solid var(--Neutrals-neutral3, #D9D9D9); }
  .navBar .navBar-section {
    display: flex;
    align-items: center;
    gap: 32px; }
  .navBar .navbar-item-useraccount {
    display: flex;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px; }
  .navBar .navBar-action {
    color: var(--Neutrals-neutral5, #9D9D9D);
    text-align: center;
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-M, 18px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 21.6px */
    text-transform: uppercase; }
  .navBar .navBar-item.is-active {
    border-bottom: 2px solid var(--Neutrals-neutral9, #161616); }
    .navBar .navBar-item.is-active .navBar-action {
      color: var(--Neutrals-neutral9, #161616); } }

.ordersaccount-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 1240px; }
  .ordersaccount-list .ordersaccount-listItem {
    display: flex;
    padding: 32px 0px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    width: 100%;
    border-bottom: 1px solid var(--Neutrals-neutral2, #EEEFED); }
    .ordersaccount-list .ordersaccount-listItem .ordersaccount-product-figure {
      display: flex;
      width: 119.758px;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch; }
    .ordersaccount-list .ordersaccount-listItem .ordersaccount-product-body {
      display: flex;
      align-items: flex-start;
      gap: 24px;
      flex: 1 0 0;
      width: 1096px; }
      .ordersaccount-list .ordersaccount-listItem .ordersaccount-product-body .ordersaccount-prodcut-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
        width: 997.30px; }
        .ordersaccount-list .ordersaccount-listItem .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-prodcut-title-description-container {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          gap: 8px;
          width: auto; }
          .ordersaccount-list .ordersaccount-listItem .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-prodcut-title-description-container .ordersaccount-product-title {
            color: var(--Neutrals-neutral9, #161616);
            width: auto;
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-S, 18px);
            font-style: normal;
            font-weight: 500;
            line-height: 150%; }
          .ordersaccount-list .ordersaccount-listItem .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-prodcut-title-description-container .ordersaccount-product-description {
            color: var(--Neutrals-neutral7, #555);
            width: auto;
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 16px);
            font-style: normal;
            font-weight: 400;
            line-height: 130%; }
        .ordersaccount-list .ordersaccount-listItem .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-product-details {
          display: flex;
          align-items: flex-start;
          gap: 40px;
          width: auto; }
          .ordersaccount-list .ordersaccount-listItem .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-product-details .ordersaccount-product-detail {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 4px;
            width: auto; }
            .ordersaccount-list .ordersaccount-listItem .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-product-details .ordersaccount-product-detail .ordersaccount-product-detail-heading {
              color: var(--Neutrals-neutral6, #7B7B7B);
              width: auto;
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-3XS, 12px);
              font-style: normal;
              font-weight: 500;
              line-height: 130%; }
            .ordersaccount-list .ordersaccount-listItem .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-product-details .ordersaccount-product-detail .ordersaccount-product-detail-date {
              color: var(--Neutrals-neutral9, #161616);
              width: auto;
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-XS, 16px);
              font-style: normal;
              font-weight: 400;
              line-height: 130%; }
    .ordersaccount-list .ordersaccount-listItem .ordersaccount-orderStatus {
      display: flex;
      padding: 4px 12px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      height: 26px;
      border-radius: 6px;
      background: var(--Neutrals-neutral2, #EEEFED); }
      .ordersaccount-list .ordersaccount-listItem .ordersaccount-orderStatus .ordersaccount-orderStatus-label {
        color: var(--Neutrals-neutral8, #212121);
        height: 18px;
        font-family: var(--Font-family-Body, Inter);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; }

/* Responsive Styles */
@media (max-width: 1024px) {
  .ordersaccount-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%; }
    .ordersaccount-list-Item {
      display: flex;
      padding: 32px 0px;
      align-items: center;
      gap: 24px;
      align-self: stretch;
      width: 100%;
      border-bottom: 1px solid var(--Neutrals-neutral2, #EEEFED); }
      .ordersaccount-list-Item .ordersaccount-product-figure {
        display: flex;
        width: 119.758px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch; }
      .ordersaccount-list-Item .ordersaccount-product-body {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
        width: 592.25px; }
        .ordersaccount-list-Item .ordersaccount-product-body .ordersaccount-prodcut-container {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          gap: 24px;
          flex: 1 0 0;
          width: 100%; }
          .ordersaccount-list-Item .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-prodcut-title-description-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 8px;
            width: auto; }
            .ordersaccount-list-Item .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-prodcut-title-description-container .ordersaccount-product-title {
              color: var(--Neutrals-neutral9, #161616);
              width: auto;
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-S, 18px);
              font-style: normal;
              font-weight: 500;
              line-height: 150%;
              /* 27px */ }
            .ordersaccount-list-Item .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-prodcut-title-description-container .ordersaccount-product-description {
              color: var(--Neutrals-neutral7, #555);
              width: auto;
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-XS, 16px);
              font-style: normal;
              font-weight: 400;
              line-height: 130%;
              /* 20.8px */ }
          .ordersaccount-list-Item .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-product-details {
            display: flex;
            align-items: flex-start;
            gap: 40px;
            width: auto; }
            .ordersaccount-list-Item .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-product-details .ordersaccount-product-detail {
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: flex-start;
              gap: 4px;
              width: auto; }
              .ordersaccount-list-Item .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-product-details .ordersaccount-product-detail .ordersaccount-product-detail-heading {
                color: var(--Neutrals-neutral6, #7B7B7B);
                width: auto;
                font-family: var(--Body, Inter);
                font-size: var(--Type-Sizing-3XS, 12px);
                font-style: normal;
                font-weight: 500;
                line-height: 130%;
                /* 15.6px */ }
              .ordersaccount-list-Item .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-product-details .ordersaccount-product-detail .ordersaccount-product-detail-date {
                color: var(--Neutrals-neutral9, #161616);
                width: auto;
                font-family: var(--Body, Inter);
                font-size: var(--Type-Sizing-XS, 16px);
                font-style: normal;
                font-weight: 400;
                line-height: 130%;
                /* 20.8px */ }
      .ordersaccount-list-Item .ordersaccount-orderStatus {
        display: flex;
        padding: 4px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 6px;
        background: var(--Neutrals-neutral2, #EEEFED);
        height: auto;
        width: auto; }
        .ordersaccount-list-Item .ordersaccount-orderStatus .ordersaccount-orderStatus-label {
          color: var(--Neutrals-neutral8, #212121);
          font-family: var(--Font-family-Body, Inter);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          /* 18.2px */
          height: auto;
          width: auto; } }

/* Responsive Styles */
@media (min-width: 320px) and (max-width: 768px) {
  .ordersaccount-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 340px; }
    .ordersaccount-list-listItem {
      display: flex;
      padding: 32px 0px;
      align-items: flex-start;
      gap: 24px;
      align-self: stretch;
      border-bottom: 1px solid var(--Neutrals-neutral2, #EEEFED); }
      .ordersaccount-list-listItem .ordersaccount-product-figure {
        display: flex;
        width: 119.758px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch; }
      .ordersaccount-list-listItem .ordersaccount-product-body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        flex: 1 0 0;
        width: 196.75px; }
        .ordersaccount-list-listItem .ordersaccount-product-body .ordersaccount-prodcut-container {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          gap: 24px;
          align-self: stretch; }
          .ordersaccount-list-listItem .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-prodcut-title-description-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 8px;
            width: 100%; }
            .ordersaccount-list-listItem .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-prodcut-title-description-container .ordersaccount-product-title {
              color: var(--Neutrals-neutral9, #161616);
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-S, 18px);
              font-style: normal;
              font-weight: 500;
              line-height: 150%;
              width: auto;
              height: auto; }
            .ordersaccount-list-listItem .ordersaccount-product-body .ordersaccount-prodcut-container .ordersaccount-prodcut-title-description-container .ordersaccount-product-description {
              color: var(--Neutrals-neutral7, #555);
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-XS, 16px);
              font-style: normal;
              font-weight: 400;
              line-height: 130%;
              width: auto; }
        .ordersaccount-list-listItem .ordersaccount-product-body .ordersaccount-product-details {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 24px;
          width: auto;
          height: auto; }
          .ordersaccount-list-listItem .ordersaccount-product-body .ordersaccount-product-details .ordersaccount-product-detail {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 4px; }
            .ordersaccount-list-listItem .ordersaccount-product-body .ordersaccount-product-details .ordersaccount-product-detail .ordersaccount-product-detail-heading {
              color: var(--Neutrals-neutral6, #7B7B7B);
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-3XS, 12px);
              font-style: normal;
              font-weight: 500;
              line-height: 130%; }
            .ordersaccount-list-listItem .ordersaccount-product-body .ordersaccount-product-details .ordersaccount-product-detail .ordersaccount-product-detail-date {
              color: var(--Neutrals-neutral9, #161616);
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-XS, 16px);
              font-style: normal;
              font-weight: 400;
              line-height: 130%; }
      .ordersaccount-list-listItem .ordersaccount-orderStatus {
        order: -1;
        display: flex;
        padding: 4px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 6px;
        background: var(--Neutrals-neutral2, #EEEFED); }
        .ordersaccount-list-listItem .ordersaccount-orderStatus-label {
          color: var(--Neutrals-neutral8, #212121);
          font-family: var(--Font-family-Body, Inter);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%; } }

.orders-overall-page-container {
  display: flex;
  padding: 40px var(--Side-Margin-Margin, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  background: var(--Neutrals-neutral0, #FFF); }
  .orders-overall-page-container .orders-overall-container {
    display: flex;
    max-width: 1240px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    height: 100%;
    width: 100%; }
    .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 32px;
      align-self: stretch;
      width: 100%;
      height: auto; }
      .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav .orders-page-heading {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        width: 100%;
        height: auto; }
        .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav .orders-page-heading .orders-page-heading-text {
          flex: 1 0 0;
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Heading, Futura);
          font-size: var(--Type-Sizing-XL, 32px);
          font-style: normal;
          font-weight: 800;
          line-height: 120%;
          /* 38.4px */
          text-transform: uppercase;
          width: 100%;
          height: auto; }
        .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav .orders-page-heading .orders-svg {
          width: 32px;
          height: 32px; }
      .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav .orders-heading-nav {
        display: flex;
        align-items: center;
        gap: 32px;
        align-self: stretch; }

@media (max-width: 1024px) {
  .orders-overall-page-container {
    display: flex;
    height: 804px;
    padding: 40px var(--Side-Margin-Margin, 32px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--Neutrals-neutral0, #FFF); }
    .orders-overall-page-container .orders-overall-container {
      display: flex;
      max-width: 1240px;
      flex-direction: column;
      align-items: flex-start;
      flex: 1 0 0;
      align-self: stretch; }
      .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch; }
        .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav .orders-page-heading {
          display: flex;
          align-items: flex-start;
          gap: 24px;
          align-self: stretch; }
          .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav .orders-page-heading .orders-page-heading-text {
            flex: 1 0 0;
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Heading, Futura);
            font-size: var(--Type-Sizing-XL, 28px);
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            /* 33.6px */
            text-transform: uppercase; }
          .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav .orders-page-heading .orders-svg {
            width: 32px;
            height: 32px; }
        .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav .orders-heading-nav {
          display: flex;
          align-items: center;
          gap: 32px;
          align-self: stretch;
          border-bottom: 1px solid var(--Neutrals-neutral3, #D9D9D9); } }

@media (max-width: 768px) {
  .orders-overall-page-container {
    display: flex;
    height: 804px;
    padding: 40px var(--Side-Margin-Margin, 20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--Neutrals-neutral0, #FFF); }
    .orders-overall-page-container .orders-overall-container {
      display: flex;
      max-width: 1240px;
      flex-direction: column;
      align-items: flex-start;
      flex: 1 0 0;
      align-self: stretch; }
      .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch; }
        .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav .orders-page-heading {
          display: flex;
          align-items: flex-start;
          gap: 24px;
          align-self: stretch; }
          .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav .orders-page-heading .orders-page-heading-text {
            flex: 1 0 0;
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Heading, Futura);
            font-size: var(--Type-Sizing-XL, 24px);
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            /* 28.8px */
            text-transform: uppercase; }
        .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav .orders-svg {
          width: 32px;
          height: 32px; } }

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .dropdown--quickSearch {
    display: block; } }

@media (min-width: 320px) and (max-width: 1023px) {
  .dropdown--quickSearch {
    display: none;
    background-color: #101010; } }

@media (min-width: 320px) and (max-width: 640px) {
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50;
    position: absolute;
    padding: 12px 20px; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50;
    top: 100% !important;
    position: absolute;
    padding: 12px 20px; } }

.dropdown--quickSearch .form {
  margin: auto; }

.dropdown--quickSearch .form,
.dropdown--quickSearch .form-field {
  margin-bottom: 0;
  width: 100%; }

.dropdown--quickSearch .form-input {
  font-size: 20px;
  height: unset; }

.dropdown--quickSearch .productGrid {
  padding: 1.5rem 0 0; }
  @media (min-width: 320px) {
    .dropdown--quickSearch .productGrid {
      padding: 3rem 0 0; } }

.countPill {
  border-radius: 100px;
  border: 1px solid var(--Neutrals-neutral10, #101010);
  background: var(--Accents-lime, #CDDE00);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  color: var(--Neutrals-neutral10, #101010);
  font-family: "Helvetica Neue";
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 9px */
  padding-top: 1px;
  position: absolute;
  left: 50%;
  bottom: 50%; }

.countPill--positive {
  display: flex;
  justify-content: center;
  align-items: center; }

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

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

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

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

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 641px) {
    .navPages {
      height: 85vh; } }
  @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;
      height: unset; }
      .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: 320px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1024px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPages-action {
    padding: 0px; }
  .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 #cccccc;
    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 #cccccc;
  text-align: center; }
  @media (min-width: 1024px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

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

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

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 1024px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(45deg); }
  .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: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block;
    overflow-y: visible !important; }
  .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 #cccccc;
    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 #cccccc;
        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 #e5e5e5;
  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 #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 641px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 320px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 641px) {
    .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: 641px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 641px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 641px) {
      .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: 320px) {
    .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: 320px) {
      .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: 320px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 641px) {
      .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: 320px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .review__container {
    display: flex;
    padding: 80px 32px 100px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 640px) and (max-width: 1023px) {
  .review__container {
    display: none; } }

@media (min-width: 320px) and (max-width: 640px) {
  .review__container {
    display: none; } }

.review__container .review__sub-container {
  display: flex;
  width: 980px;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  align-self: stretch;
  margin: 0 auto; }
  @media (min-width: 1300px) {
    .review__container .review__sub-container {
      width: 1240px; } }
  .review__container .review__sub-container .review__heading-container h4 {
    color: var(--Neutrals-neutral6, #7B7B7B);
    text-align: center;
    /* Label/Regular/LargeWide */
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: 3.2px;
    margin: 0px; }
  .review__container .review__sub-container .review__heading-container h1 {
    color: var(--Neutrals-neutral10, #101010);
    text-align: center;
    /* Heading/Heading-M */
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-2XL, 40px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 48px */
    text-transform: uppercase;
    max-width: 530px;
    margin: 0px;
    padding-top: 16px; }
    @media (min-width: 641px) and (max-width: 1040px) {
      .review__container .review__sub-container .review__heading-container h1 {
        color: var(--Neutrals-neutral10, #101010);
        text-align: center;
        /* Heading/Heading-M */
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-2XL, 36px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        /* 43.2px */
        text-transform: uppercase;
        margin: 0 auto;
        padding-top: 16px;
        padding-bottom: 56px; } }
    @media (min-width: 320px) and (max-width: 640px) {
      .review__container .review__sub-container .review__heading-container h1 {
        color: var(--Neutrals-neutral10, #101010);
        text-align: center;
        /* Heading/Heading-M */
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-2XL, 32px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        /* 38.4px */
        text-transform: uppercase;
        padding-bottom: 32px;
        margin: 0px;
        padding-top: 16px; } }
  .review__container .review__sub-container .swiper {
    width: 100%;
    height: 100%; }
    .review__container .review__sub-container .swiper .swiper-wrapper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 870px) and (max-width: 1023px) {
        .review__container .review__sub-container .swiper .swiper-wrapper .swiper-slide .review__background-container {
          display: flex;
          width: 798px;
          height: 391px;
          /* padding: 24px; */
          flex-direction: column;
          align-items: flex-start;
          flex-shrink: 0;
          margin: 0 auto;
          border-radius: 11.415px;
          background: var(--Neutrals-neutral0, #FFF);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          position: absolute;
          top: 20px; } }
      @media (min-width: 740px) and (max-width: 869px) {
        .review__container .review__sub-container .swiper .swiper-wrapper .swiper-slide .review__background-container {
          display: flex;
          width: 556px;
          height: 345px;
          margin: 0 auto;
          border-radius: 11.415px;
          background: var(--Neutrals-neutral0, #FFF);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          position: absolute;
          top: 20px; } }
      @media (min-width: 640px) and (max-width: 739px) {
        .review__container .review__sub-container .swiper .swiper-wrapper .swiper-slide .review__background-container {
          display: flex;
          width: 579.5px;
          height: 391px;
          margin: 0 auto;
          border-radius: 11.415px;
          background: var(--Neutrals-neutral0, #FFF);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          position: absolute;
          top: 20px; } }
      @media (min-width: 480px) and (max-width: 639px) {
        .review__container .review__sub-container .swiper .swiper-wrapper .swiper-slide .review__background-container {
          display: flex;
          width: 440px;
          height: 391px;
          margin: 0 auto;
          border-radius: 11.415px;
          background: var(--Neutrals-neutral0, #FFF);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          position: absolute;
          top: 20px; } }
      @media (min-width: 320px) and (max-width: 400px) {
        .review__container .review__sub-container .swiper .swiper-wrapper .swiper-slide .review__background-container {
          display: flex;
          width: 268px;
          height: 345px;
          margin: 0 auto;
          border-radius: 11.415px;
          background: var(--Neutrals-neutral0, #FFF);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          position: absolute;
          top: 20px; } }
      @media (min-width: 401px) and (max-width: 479px) {
        .review__container .review__sub-container .swiper .swiper-wrapper .swiper-slide .review__background-container {
          display: flex;
          width: 368px;
          height: 391px;
          margin: 0 auto;
          border-radius: 11.415px;
          background: var(--Neutrals-neutral0, #FFF);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          position: absolute;
          top: 20px; } }

.review__container .swiper-button-next {
  position: relative;
  content: none !important;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12.571px;
  align-items: center;
  gap: 7.857px;
  border-radius: 78.571px;
  background: var(--Neutrals-neutral0, #FFF);
  left: 25px;
  top: 7px; }

.review__container .swiper-button-prev {
  position: relative;
  content: none !important;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12.571px;
  align-items: center;
  gap: 7.857px;
  border-radius: 78.571px;
  background: var(--Neutrals-neutral0, #FFF);
  left: -30px;
  top: 40px; }

.review__container .swiper-button-next:after {
  content: none !important; }

.review__container .swiper-button-prev:after {
  content: none !important; }

.review__container .review__slide-container {
  display: flex;
  height: 450px;
  padding: 24px;
  margin: 0px 11px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: var(--Radius-M, 12px);
  background: var(--Neutrals-neutral0, #FFF); }
  @media (min-width: 870px) and (max-width: 1040px) {
    .review__container .review__slide-container {
      display: flex;
      width: 696px;
      height: 380px;
      padding: 24px;
      flex-direction: column;
      align-items: flex-start;
      flex-shrink: 0;
      margin: 0 auto;
      position: relative;
      left: 0px;
      border-radius: 11.415px;
      background: var(--Neutrals-neutral0, #FFF);
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); } }
  .review__container .review__slide-container .review__content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch; }
    .review__container .review__slide-container .review__content-container .review__text-content-container p {
      color: var(--Neutrals-neutral9, #161616);
      /* Body/Large/Regular */
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-S, 18px);
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      text-align: left; }
      @media (min-width: 320px) and (max-width: 640px) {
        .review__container .review__slide-container .review__content-container .review__text-content-container p {
          font-size: var(--Type-Sizing-S, 16px);
          margin-bottom: 0px !important; } }
  .review__container .review__slide-container .review__aurthor-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px; }
    .review__container .review__slide-container .review__aurthor-container .review__aurthor-image-container-1,
    .review__container .review__slide-container .review__aurthor-container .review__aurthor-image-container-2,
    .review__container .review__slide-container .review__aurthor-container .review__aurthor-image-container-3 {
      width: 56px;
      height: 56px;
      border-radius: 56px;
      overflow: hidden; }
    .review__container .review__slide-container .review__aurthor-container .review__aurthor-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 56px; }
    .review__container .review__slide-container .review__aurthor-container .review__aurthor-name-container p {
      color: var(--Neutrals-neutral9, #161616);
      /* Body/Large/Regular */
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-S, 18px);
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      text-align: left; }

@media (min-width: 1024px) {
  .review-tab-mob {
    display: none; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .review-tab-mob {
    background: var(--Neutrals-neutral0, #FFF);
    display: flex;
    padding: 0px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch; } }

@media (min-width: 320px) and (max-width: 640px) {
  .review-tab-mob {
    display: flex;
    padding: 0px 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: var(--Neutrals-neutral0, #FFF); } }

@media (min-width: 641px) and (max-width: 1023px) {
  .review-tab-mob .review-padding-tab-mobile {
    border-radius: 20px;
    background: var(--Neutrals-neutral1, #F6F6F6);
    /* display: flex; */
    padding: 64px var(--Side-Margin-Margin, 32px) 80px var(--Side-Margin-Margin, 32px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch; } }

@media (min-width: 320px) and (max-width: 640px) {
  .review-tab-mob .review-padding-tab-mobile {
    /* display: flex; */
    padding: 64px 16px 80px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

.review-tab-mob .review-padding-tab-mobile .review__heading-container h4 {
  color: var(--Neutrals-neutral6, #7B7B7B);
  text-align: center;
  /* Label/Regular/LargeWide */
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 3.2px;
  margin: 0px; }

.review-tab-mob .review-padding-tab-mobile .review__heading-container h1 {
  color: var(--Neutrals-neutral10, #101010);
  text-align: center;
  /* Heading/Heading-M */
  font-family: var(--Heading, Futura);
  font-size: var(--Type-Sizing-2XL, 40px);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 48px */
  text-transform: uppercase;
  max-width: 530px;
  margin: 0px;
  padding-top: 16px; }
  @media (min-width: 641px) and (max-width: 1040px) {
    .review-tab-mob .review-padding-tab-mobile .review__heading-container h1 {
      color: var(--Neutrals-neutral10, #101010);
      text-align: center;
      /* Heading/Heading-M */
      font-family: var(--Heading, Futura);
      font-size: var(--Type-Sizing-2XL, 36px);
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      /* 43.2px */
      text-transform: uppercase;
      margin: 0 auto;
      padding-bottom: 56px;
      padding-top: 16px; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .review-tab-mob .review-padding-tab-mobile .review__heading-container h1 {
      color: var(--Neutrals-neutral10, #101010);
      text-align: center;
      /* Heading/Heading-M */
      font-family: var(--Heading, Futura);
      font-size: var(--Type-Sizing-2XL, 32px);
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      /* 38.4px */
      text-transform: uppercase;
      padding-bottom: 32px;
      margin: 0px;
      padding-top: 16px; } }

.review-tab-mob .review-padding-tab-mobile .dp-wrap {
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  height: 100%; }
  .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider {
    height: 395px; }
    .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item {
      display: block;
      position: absolute;
      /* text-align: center; */
      color: #FFF;
      border-radius: 10px;
      transition: transform 1.2s;
      width: 85%;
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 10px;
      overflow: hidden; }
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile {
        display: flex;
        height: 450px;
        padding: 24px;
        margin: 0px 11px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: var(--Radius-M, 12px);
        background: var(--Neutrals-neutral0, #FFF); }
        @media (min-width: 870px) and (max-width: 1040px) {
          .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile {
            display: flex;
            width: 696px;
            height: 380px;
            padding: 24px;
            flex-direction: column;
            align-items: flex-start;
            flex-shrink: 0;
            margin: 0 auto;
            position: relative;
            left: 0px;
            border-radius: 11.415px;
            background: var(--Neutrals-neutral0, #FFF);
            /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10); */ } }
        @media (min-width: 740px) and (max-width: 869px) {
          .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile {
            display: flex;
            width: 514px;
            height: 380px;
            padding: 24px;
            flex-direction: column;
            align-items: flex-start;
            flex-shrink: 0;
            margin: 0 auto;
            position: relative;
            left: 0px;
            border-radius: 11.415px;
            background: var(--Neutrals-neutral0, #FFF);
            /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10); */ } }
        @media (min-width: 640px) and (max-width: 739px) {
          .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile {
            display: flex;
            width: 470px;
            height: 380px;
            padding: 24px;
            flex-direction: column;
            align-items: flex-start;
            flex-shrink: 0;
            margin: 0 auto;
            position: relative;
            left: 0px;
            border-radius: 11.415px;
            background: var(--Neutrals-neutral0, #FFF);
            /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10); */ } }
        @media (min-width: 480px) and (max-width: 639px) {
          .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile {
            display: flex;
            width: 350px;
            height: 380px;
            padding: 24px;
            flex-direction: column;
            align-items: flex-start;
            flex-shrink: 0;
            margin: 0 auto;
            position: relative;
            left: 0px;
            border-radius: 11.415px;
            background: var(--Neutrals-neutral0, #FFF);
            /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10); */ } }
        @media (min-width: 401px) and (max-width: 479px) {
          .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile {
            display: flex;
            width: 285px;
            height: 380px;
            padding: 24px;
            flex-direction: column;
            align-items: flex-start;
            flex-shrink: 0;
            margin: 0 auto;
            position: relative;
            left: 0px;
            border-radius: 11.415px;
            background: var(--Neutrals-neutral0, #FFF);
            /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10); */ } }
        @media (min-width: 320px) and (max-width: 400px) {
          .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile {
            display: flex;
            width: 245px;
            height: 380px;
            padding: 24px;
            flex-direction: column;
            align-items: flex-start;
            flex-shrink: 0;
            margin: 0 auto;
            position: relative;
            left: 0px;
            border-radius: 11.415px;
            background: var(--Neutrals-neutral0, #FFF);
            /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10); */ } }
        .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile .review__content-container {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 16px;
          align-self: stretch; }
          .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile .review__content-container .review__text-content-container p {
            color: var(--Neutrals-neutral9, #161616);
            /* Body/Large/Regular */
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-S, 18px);
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            text-align: left; }
            @media (min-width: 320px) and (max-width: 640px) {
              .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile .review__content-container .review__text-content-container p {
                font-size: var(--Type-Sizing-S, 16px);
                margin-bottom: 0px !important; } }
        .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile .review__aurthor-container {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 16px; }
          .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile .review__aurthor-container .review__aurthor-image-container-1,
          .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile .review__aurthor-container .review__aurthor-image-container-2,
          .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile .review__aurthor-container .review__aurthor-image-container-3 {
            width: 56px;
            height: 56px;
            border-radius: 56px;
            overflow: hidden; }
          .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile .review__aurthor-container .review__aurthor-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 56px; }
          .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile .review__aurthor-container .review__aurthor-name-container p {
            color: var(--Neutrals-neutral9, #161616);
            /* Body/Large/Regular */
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-S, 18px);
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            text-align: left; }
            @media (min-width: 320px) and (max-width: 640px) {
              .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-slider .dp_item .review__slide-container_tab_mobile .review__aurthor-container .review__aurthor-name-container p {
                font-size: var(--Type-Sizing-S, 16px);
                margin-bottom: 0px !important; } }
  .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-next {
    border-radius: 78.571px;
    background: var(--Neutrals-neutral0, #FFF);
    display: flex;
    width: 44px;
    height: 44px;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px; }
    @media (min-width: 950px) and (max-width: 1023px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-next {
        position: absolute;
        bottom: -60px;
        right: 43%; } }
    @media (min-width: 900px) and (max-width: 949px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-next {
        position: absolute;
        bottom: -60px;
        right: 41%; } }
    @media (min-width: 701px) and (max-width: 899px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-next {
        position: absolute;
        bottom: -60px;
        right: 38.5%; } }
    @media (min-width: 601px) and (max-width: 700px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-next {
        position: absolute;
        bottom: -60px;
        right: 36.5%; } }
    @media (min-width: 551px) and (max-width: 600px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-next {
        position: absolute;
        bottom: -70px;
        right: 39%; } }
    @media (min-width: 501px) and (max-width: 550px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-next {
        position: absolute;
        bottom: -70px;
        right: 39%; } }
    @media (min-width: 451px) and (max-width: 500px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-next {
        position: absolute;
        bottom: -70px;
        right: 37.5%; } }
    @media (min-width: 401px) and (max-width: 450px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-next {
        position: absolute;
        bottom: -70px;
        right: 36%; } }
    @media (min-width: 351px) and (max-width: 400px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-next {
        position: absolute;
        bottom: -70px;
        right: 34%; } }
    @media (min-width: 320px) and (max-width: 350px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-next {
        position: absolute;
        bottom: -70px;
        right: 32%; } }
  .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-prev {
    border-radius: 78.571px;
    background: var(--Neutrals-neutral0, #FFF);
    display: flex;
    width: 44px;
    height: 44px;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    /* transform: rotate(180deg); */ }
    @media (min-width: 950px) and (max-width: 1023px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-prev {
        position: absolute;
        bottom: -60px;
        right: 49%; } }
    @media (min-width: 901px) and (max-width: 949px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-prev {
        position: absolute;
        bottom: -60px;
        right: 47.5%; } }
    @media (min-width: 801px) and (max-width: 900px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-prev {
        position: absolute;
        bottom: -60px;
        right: 46.5%; } }
    @media (min-width: 701px) and (max-width: 800px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-prev {
        position: absolute;
        bottom: -60px;
        right: 46.5%; } }
    @media (min-width: 601px) and (max-width: 700px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-prev {
        position: absolute;
        bottom: -60px;
        right: 46.5%; } }
    @media (min-width: 320px) and (max-width: 600px) {
      .review-tab-mob .review-padding-tab-mobile .dp-wrap #dp-prev {
        position: absolute;
        bottom: -70px;
        right: 50%; } }

#dp-slider .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0deg) translateX(0px) !important;
  position: absolute;
  /* @media (min-width:630px) and (max-width:740px) {
            left: 67px;
        } */ }
  @media (min-width: 741px) and (max-width: 1023px) {
    #dp-slider .dp_item:first-child {
      position: absolute;
      left: 10.5%; } }
  @media (min-width: 566px) and (max-width: 740px) {
    #dp-slider .dp_item:first-child {
      position: absolute;
      left: 10%; } }
  @media (min-width: 421px) and (max-width: 565px) {
    #dp-slider .dp_item:first-child {
      position: absolute;
      left: 8%; } }
  @media (min-width: 320px) and (max-width: 420px) {
    #dp-slider .dp_item:first-child {
      position: absolute;
      left: 7%; } }

.dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0deg) translateX(10%) scale(0.9);
  position: absolute;
  left: -38px; }

.dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0deg) translateX(24%) scale(0.82);
  position: absolute;
  top: -34px;
  height: 415px;
  margin-top: 18px; }

.dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0deg) translateX(0%) scale(0.7); }

#dp-slider .dp_item:hover:not(:first-child) {
  cursor: pointer; }

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

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

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 320px) {
    .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: 320px) {
    .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: 320px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 641px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1024px) {
    .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: 641px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1024px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 60px;
  justify-content: center;
  max-width: 60px;
  padding: 2px;
  position: relative;
  border-radius: 8.372px; }

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

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

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

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

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

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

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

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

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 320px) {
    .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: 320px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 320px) {
    .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: 320px) {
        .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: 320px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 641px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1024px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 320px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 641px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.78571rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.92857rem 1.71429rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

@media (min-width: 641px) and (max-width: 1023px) {
  .pdpWholeClass {
    padding-left: 32px;
    padding-right: 32px; } }

@media (min-width: 320px) and (max-width: 640px) {
  .pdpWholeClass {
    padding-left: 20px;
    padding-right: 20px; } }

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 641px) {
    .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: 641px) {
    .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: 641px) {
      .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: 641px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.reset-filters {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-item-block {
  display: block; }
  @media (min-width: 641px) {
    .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: 320px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 641px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

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

.cart-item-image {
  border-radius: 2.478px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%);
  width: 119.758px;
  height: 120.171px;
  object-fit: contain;
  padding: 10px; }
  @media (min-width: 641px) {
    .cart-item-image {
      margin-left: 0; } }

@media (min-width: 320px) and (max-width: 640px) {
  .cart-item-image {
    border-radius: 1.509px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%);
    width: 72.935px;
    height: 79.626px;
    object-fit: contain; } }

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 320px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 641px) {
    .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: 641px) {
  .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: 641px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

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

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

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

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

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

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

.cart-totals {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-additionalCheckoutButtons {
  display: contents; }

.previewCartList {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  height: 500px;
  overflow: auto; }
  @media (min-width: 320px) and (max-width: 380px) {
    .previewCartList {
      height: 300px; } }
  @media (min-width: 381px) and (max-width: 640px) {
    .previewCartList {
      height: 570px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button {
  border-width: 0 !important; }

.form-input {
  background: none; }

#down-arrow-couponPreview {
  justify-content: end;
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-right: 5px; }

#hidden-div-couponPreview {
  display: none; }

.cart-total-action-preview {
  border-top: 1px solid var(--Neutrals-neutral2, #EEEFED);
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-self: stretch; }

.cart-discount-classPreview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch; }

.imageDiscountDivPreview {
  display: flex;
  align-items: center;
  gap: 8px; }

.button_coupon {
  width: 20% !important;
  height: 42px !important;
  padding-top: 10px !important;
  padding-left: 11px !important; }

#down-arrow {
  justify-content: end;
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-right: 5px; }

#hidden-div {
  display: none; }

#down-arrow-coupon {
  justify-content: end;
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-right: 5px; }

#hidden-div-coupon-cart {
  display: none; }

.grantTotal {
  display: flex;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 24px;
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch; }

.cart-item-value {
  padding-left: 0px; }

@media (min-width: 1024px) {
  button {
    border-width: 0 !important; }
  .form-input {
    background: none; } }

@media (min-width: 641px) and (max-width: 1023px) {
  button {
    border-width: 0 !important; }
  .form-input {
    background: none; } }

@media (min-width: 320px) and (max-width: 640px) {
  button {
    border-width: 0 !important; }
  .form-input {
    background: none; } }

.page-cart {
  background: var(--Neutrals-neutral0, #FFF);
  display: flex;
  padding: 40px var(--Side-Margin-Margin, 32px) 80px var(--Side-Margin-Margin, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch; }
  .page-cart .page-content-cart {
    display: flex;
    width: 100%;
    max-width: 1240px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin: 0 auto;
    margin-top: 200px; }
    @media (min-width: 320px) and (max-width: 640px) {
      .page-cart .page-content-cart {
        margin-top: 110px; } }
    .page-cart .page-content-cart .carWholeDiv {
      display: flex;
      align-items: flex-start;
      gap: 48px;
      align-self: stretch; }
      @media (min-width: 641px) and (max-width: 1023px) {
        .page-cart .page-content-cart .carWholeDiv {
          flex-direction: column; } }
      @media (min-width: 320px) and (max-width: 640px) {
        .page-cart .page-content-cart .carWholeDiv {
          flex-direction: column; } }
      .page-cart .page-content-cart .carWholeDiv .leftSideCart {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: 100%;
        max-width: 369px; }
        @media (min-width: 641px) and (max-width: 1023px) {
          .page-cart .page-content-cart .carWholeDiv .leftSideCart {
            max-width: none; } }
        @media (min-width: 320px) and (max-width: 640px) {
          .page-cart .page-content-cart .carWholeDiv .leftSideCart {
            max-width: none; } }
        .page-cart .page-content-cart .carWholeDiv .leftSideCart .cart-actions {
          padding-bottom: 24px;
          padding-left: 24px;
          padding-right: 24px; }
          .page-cart .page-content-cart .carWholeDiv .leftSideCart .cart-actions .checkoutActionClass {
            border-radius: var(--Radius-M, 12px);
            border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
            background: var(--Accents-lime, #CDDE00);
            display: flex;
            height: 48px;
            padding: 16px 24px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            align-self: stretch;
            text-decoration: none; }
            .page-cart .page-content-cart .carWholeDiv .leftSideCart .cart-actions .checkoutActionClass .checkoutText {
              color: var(--Neutrals-neutral9, #161616);
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-XS, 16px);
              font-style: normal;
              font-weight: 600;
              line-height: 130%;
              text-decoration: none; }
        .page-cart .page-content-cart .carWholeDiv .leftSideCart .paymentGateway {
          display: flex;
          align-items: center;
          gap: 3.9px; }
      .page-cart .page-content-cart .carWholeDiv .emptyCartDiv {
        border-radius: var(--Radius-M, 12px);
        background: var(--Neutrals-neutral1, #F6F6F6);
        display: flex;
        padding: 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        max-width: 1240px;
        width: 100%; }
        .page-cart .page-content-cart .carWholeDiv .emptyCartDiv .emptyCartText {
          width: 382px;
          color: var(--Neutrals-neutral5, #9D9D9D);
          text-align: center;
          font-family: var(--Font-family-Body, Inter);
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%; }

.cart-totals .cart-total {
  border-bottom: 1px solid var(--Neutrals-neutral3, #D9D9D9);
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch; }
  .cart-totals .cart-total .cart-total-label {
    color: var(--Neutrals-neutral9, #161616);
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-XS, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }
    @media (min-width: 320px) and (max-width: 640px) {
      .cart-totals .cart-total .cart-total-label {
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        width: 80%;
        padding: 0px; } }
  .cart-totals .cart-total .cart-total-value {
    color: var(--Neutrals-neutral8, #212121);
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-XS, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }

.cart-totals .cart-total-action {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--Neutrals-neutral3, #D9D9D9);
  display: flex;
  padding: 16px 24px; }
  .cart-totals .cart-total-action .cart-total-label {
    color: var(--Neutrals-neutral9, #161616);
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-XS, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }
    @media (min-width: 320px) and (max-width: 640px) {
      .cart-totals .cart-total-action .cart-total-label {
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        width: 80%;
        padding: 0px; } }
  .cart-totals .cart-total-action .cart-total-value {
    color: var(--Neutrals-neutral8, #212121);
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-XS, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }

.cart-totals .grantTotal .cart-total-label-bold {
  color: var(--Neutrals-neutral8, #212121);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%; }

.cart-totals .grantTotal .cart-total-value-bold {
  color: var(--Neutrals-neutral8, #212121);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%; }

.deskkopContentCart {
  display: block; }
  @media (min-width: 320px) and (max-width: 640px) {
    .deskkopContentCart {
      display: none; } }
  .deskkopContentCart .cartProductDetail {
    display: flex;
    padding: 24px 0px;
    align-items: center;
    gap: 16px;
    width: 100%;
    align-self: stretch;
    border-bottom: 1px solid var(--Neutrals-neutral2, #EEEFED); }
    .deskkopContentCart .cartProductDetail .cart-item-fixed-image {
      width: 100%; }
    .deskkopContentCart .cartProductDetail .centerContentDiv {
      display: flex;
      align-items: center;
      gap: 55px;
      flex: 1 0 0;
      align-self: stretch; }
      .deskkopContentCart .cartProductDetail .centerContentDiv .namePriceQuantity {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        width: 100%; }
        .deskkopContentCart .cartProductDetail .centerContentDiv .namePriceQuantity .namePriceWholeDiv {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 12px;
          align-self: stretch; }
          .deskkopContentCart .cartProductDetail .centerContentDiv .namePriceQuantity .namePriceWholeDiv .cart-item-name__label {
            align-self: stretch;
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 16px);
            font-style: normal;
            font-weight: 600;
            line-height: 130%; }
          .deskkopContentCart .cartProductDetail .centerContentDiv .namePriceQuantity .namePriceWholeDiv .cart-item-options .cart-item-option-title {
            align-self: stretch;
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 16px);
            font-style: normal;
            font-weight: 500;
            line-height: 130%; }
          .deskkopContentCart .cartProductDetail .centerContentDiv .namePriceQuantity .namePriceWholeDiv .cart-item-options .cart-item-option-description {
            align-self: stretch;
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 16px);
            font-style: normal;
            font-weight: 500;
            line-height: 130%; }
          .deskkopContentCart .cartProductDetail .centerContentDiv .namePriceQuantity .namePriceWholeDiv .cart-price-value {
            color: var(--Neutrals-neutral7, #555);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-2XS, 14px);
            font-style: normal;
            font-weight: 400;
            line-height: 150%; }
        .deskkopContentCart .cartProductDetail .centerContentDiv .namePriceQuantity .quanityWholeDiv {
          border-radius: 16px;
          background: var(--Neutrals-neutral1, #F6F6F6); }
          .deskkopContentCart .cartProductDetail .centerContentDiv .namePriceQuantity .quanityWholeDiv .form-increment .button {
            padding: 10px; }
      .deskkopContentCart .cartProductDetail .centerContentDiv .closeTotalDiv {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        align-self: stretch; }
        .deskkopContentCart .cartProductDetail .centerContentDiv .closeTotalDiv .cart-remove {
          display: flex;
          width: 32px;
          height: 32px;
          padding: 7.704px 8px 8.296px 8px;
          justify-content: center;
          align-items: center;
          border-radius: 133.333px;
          background: var(--Neutrals-neutral1, #F6F6F6); }
        .deskkopContentCart .cartProductDetail .centerContentDiv .closeTotalDiv .checkoutCartText {
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 16px);
          font-style: normal;
          font-weight: 600;
          line-height: 130%; }

.mobileContentCart {
  display: none; }
  @media (min-width: 320px) and (max-width: 640px) {
    .mobileContentCart {
      display: block; } }
  .mobileContentCart .cartProductDetail {
    display: flex;
    padding: 24px 0px;
    align-items: center;
    gap: 16px;
    width: 100%;
    align-self: stretch;
    border-bottom: 1px solid var(--Neutrals-neutral2, #EEEFED); }
    .mobileContentCart .cartProductDetail .mobileContentCartInside {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      align-self: stretch;
      flex-direction: column;
      width: 100%; }
      .mobileContentCart .cartProductDetail .mobileContentCartInside .mobileTopContainer {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch; }
        .mobileContentCart .cartProductDetail .mobileContentCartInside .mobileTopContainer .centerContentDiv {
          display: flex;
          align-items: center;
          flex: 1 0 0;
          align-self: stretch; }
          .mobileContentCart .cartProductDetail .mobileContentCartInside .mobileTopContainer .centerContentDiv .namePriceQuantity {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            flex: 1 0 0;
            align-self: stretch;
            width: 100%; }
            .mobileContentCart .cartProductDetail .mobileContentCartInside .mobileTopContainer .centerContentDiv .namePriceQuantity .namePriceWholeDiv {
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              gap: 12px;
              align-self: stretch; }
              .mobileContentCart .cartProductDetail .mobileContentCartInside .mobileTopContainer .centerContentDiv .namePriceQuantity .namePriceWholeDiv .cart-item-name__label {
                align-self: stretch;
                color: var(--Neutrals-neutral9, #161616);
                font-family: var(--Body, Inter);
                font-size: var(--Type-Sizing-XS, 16px);
                font-style: normal;
                font-weight: 600;
                line-height: 130%; }
              .mobileContentCart .cartProductDetail .mobileContentCartInside .mobileTopContainer .centerContentDiv .namePriceQuantity .namePriceWholeDiv .cart-item-options .cart-item-option-title {
                align-self: stretch;
                color: var(--Neutrals-neutral9, #161616);
                font-family: var(--Body, Inter);
                font-size: var(--Type-Sizing-XS, 16px);
                font-style: normal;
                font-weight: 500;
                line-height: 130%; }
              .mobileContentCart .cartProductDetail .mobileContentCartInside .mobileTopContainer .centerContentDiv .namePriceQuantity .namePriceWholeDiv .cart-item-options .cart-item-option-description {
                align-self: stretch;
                color: var(--Neutrals-neutral9, #161616);
                font-family: var(--Body, Inter);
                font-size: var(--Type-Sizing-XS, 16px);
                font-style: normal;
                font-weight: 500;
                line-height: 130%; }
              .mobileContentCart .cartProductDetail .mobileContentCartInside .mobileTopContainer .centerContentDiv .namePriceQuantity .namePriceWholeDiv .cart-price-value {
                color: var(--Neutrals-neutral7, #555);
                font-family: var(--Body, Inter);
                font-size: var(--Type-Sizing-2XS, 14px);
                font-style: normal;
                font-weight: 400;
                line-height: 150%; }
          .mobileContentCart .cartProductDetail .mobileContentCartInside .mobileTopContainer .centerContentDiv .closeTotalDiv {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-end;
            align-self: stretch; }
            .mobileContentCart .cartProductDetail .mobileContentCartInside .mobileTopContainer .centerContentDiv .closeTotalDiv .cart-remove {
              display: flex;
              width: 32px;
              height: 32px;
              padding: 7.704px 8px 8.296px 8px;
              justify-content: center;
              align-items: center;
              border-radius: 133.333px;
              background: var(--Neutrals-neutral1, #F6F6F6); }
      .mobileContentCart .cartProductDetail .mobileContentCartInside .incrementPriceWhole {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch; }
        .mobileContentCart .cartProductDetail .mobileContentCartInside .incrementPriceWhole .quanityWholeDiv {
          border-radius: 16px;
          background: var(--Neutrals-neutral1, #F6F6F6); }
          .mobileContentCart .cartProductDetail .mobileContentCartInside .incrementPriceWhole .quanityWholeDiv .form-increment .button {
            padding: 9px; }
        .mobileContentCart .cartProductDetail .mobileContentCartInside .incrementPriceWhole .checkoutCartText {
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 16px);
          font-style: normal;
          font-weight: 600;
          line-height: 130%; }

.estimateShippingCartClass .button--primary {
  border-radius: var(--Radius-M, 12px);
  border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
  background: var(--Accents-lime, #CDDE00);
  display: flex;
  height: 48px;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-decoration: none;
  color: var(--Neutrals-neutral9, #161616);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none; }

.estimateShippingCartClass .form-label {
  color: var(--Neutrals-neutral9, #161616);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none; }

.estimateShippingCartClass .form-input {
  color: var(--Neutrals-neutral9, #161616);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none; }

.cartCouponInsideTotal .form-input {
  color: var(--Neutrals-neutral9, #161616);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none; }

.cartCouponInsideTotal .button--primary {
  border-radius: var(--Radius-M, 12px);
  border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
  background: var(--Accents-lime, #CDDE00);
  display: flex;
  height: 48px;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-decoration: none;
  color: var(--Neutrals-neutral9, #161616);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none; }

.cartCouponInsideTotal .button--primary:hover {
  background: var(--Accents-lime, #CDDE00);
  color: var(--Neutrals-neutral9, #161616) !important; }

.cartCouponInsideTotal .form-label {
  color: var(--Neutrals-neutral9, #161616);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none; }

@media (min-width: 1024px) {
  .cartWidgetSection .featured-slick-button-prev {
    position: absolute;
    top: -85px;
    right: 90px;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 847px) and (max-width: 1023px) {
  .cartWidgetSection .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 45%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 641px) and (max-width: 846px) {
  .cartWidgetSection .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 44%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 580px) and (max-width: 640px) {
  .cartWidgetSection .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 41%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 500px) and (max-width: 579px) {
  .cartWidgetSection .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 41%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 451px) and (max-width: 499px) {
  .cartWidgetSection .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 38%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 400px) and (max-width: 450px) {
  .cartWidgetSection .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 37%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 357px) and (max-width: 400px) {
  .cartWidgetSection .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 37%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 320px) and (max-width: 356px) {
  .cartWidgetSection .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 35%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 1024px) {
  .cartWidgetSection .featured-slick-button-next {
    position: absolute;
    top: -85px;
    right: 26px;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 847px) and (max-width: 1023px) {
  .cartWidgetSection .featured-slick-button-next {
    position: absolute;
    bottom: -75px;
    left: 52%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 641px) and (max-width: 846px) {
  .cartWidgetSection .featured-slick-button-next {
    position: absolute;
    bottom: -75px;
    left: 52%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 356px) and (max-width: 640px) {
  .cartWidgetSection .featured-slick-button-next {
    position: absolute;
    bottom: -75px;
    left: 52%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 320px) and (max-width: 356px) {
  .cartWidgetSection .featured-slick-button-next {
    position: absolute;
    bottom: -75px;
    left: 52%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

.cart-total-coupon {
  border-bottom: 1px solid var(--Neutrals-neutral3, #d9d9d9);
  display: flex;
  padding: 16px 24px; }

.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: 320px) {
    .address {
      width: 50%; } }
  @media (min-width: 1024px) {
    .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: 320px) {
      .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: 320px) {
      .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: 320px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

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

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

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

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

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

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

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

.account--fixed {
  width: 100% !important;
  padding: 32px 0px; }

.overall-addressespage-container {
  display: flex;
  height: 804px;
  padding: 40px var(--Side-Margin-Margin, 32px);
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  background: var(--Neutrals-neutral0, #FFF); }

.overall-addresses-container {
  display: flex;
  max-width: 1240px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  height: 100%;
  width: 100%; }

.head-nav-addresses {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  width: 100%;
  height: auto; }

.heading-svg-addresses {
  width: 100%; }

.page-heading-addresses {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  height: auto;
  color: var(--Neutrals-neutral9, #161616);
  text-align: center;
  /* width: auto;
height: auto; */
  /* Heading/Heading-S */
  font-family: var(--Heading, Futura);
  font-size: var(--Type-Sizing-XL, 32px);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 38.4px */
  text-transform: uppercase; }

.addresses-svg {
  width: 32px;
  height: 32px; }

/* Responsive Styles */
@media (min-width: 641px) and (max-width: 1024px) {
  /* Tablet View */
  .overall-addressespage-container {
    display: flex;
    height: 804px;
    padding: 40px var(--Side-Margin-Margin, 32px);
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    background: var(--Neutrals-neutral0, #FFF); }
    .overall-addressespage-container .account--fixed {
      width: 100%;
      padding: 32px 0px; }
  .overall-addresses-container {
    display: flex;
    max-width: 1240px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    height: 100%;
    width: 100%; }
  .head-nav-addresses {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    width: 100%;
    height: auto; }
  .heading-svg-addresses {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    height: auto; }
  .page-heading-addresses {
    color: var(--Neutrals-neutral9, #161616);
    text-align: center;
    width: auto;
    height: auto;
    /* Heading/Heading-S */
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-XL, 28px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 38.4px */
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .addresses-svg {
    width: 32px;
    height: 32px; } }

@media (min-width: 320px) and (max-width: 640px) {
  /* Mobile View */
  .overall-addressespage-container {
    display: flex;
    height: 804px;
    padding: 40px var(--Side-Margin-Margin, 20px);
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    background: var(--Neutrals-neutral0, #FFF); }
    .overall-addressespage-container .account-body {
      margin: 0; }
    .overall-addressespage-container .account {
      width: 100%; }
    .overall-addressespage-container .panel--newAddress {
      width: 100%; }
    .overall-addressespage-container .account-content {
      padding: 0px; }
    .overall-addressespage-container .account--fixed {
      width: 100%;
      padding: 32px 0px; }
  .overall-addresses-container {
    display: flex;
    max-width: 640px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    height: 100%;
    width: 100%; }
  .head-nav-addresses {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    width: 100%;
    height: auto; }
  .heading-svg-addresses {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    height: auto; }
  .page-heading-addresses {
    color: var(--Neutrals-neutral9, #161616);
    text-align: center;
    width: auto;
    height: auto;
    /* Heading/Heading-S */
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-XL, 24px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 38.4px */
    text-transform: uppercase;
    gap: 14px;
    width: 100%; }
  .addresses-svg {
    width: 32px;
    height: 32px;
    /* margin-left: 14px; */ } }

.useraccount-account-addressList {
  display: flex;
  padding: 32px 0px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  margin: 0; }

.useraccount-account-addresses {
  display: flex;
  align-items: flex-start;
  gap: 12px; }

.useraccount-user-account-address {
  display: flex;
  width: 316px;
  height: 256px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  border-radius: var(--Radius-M, 12px);
  border: 1px solid var(--Neutrals-neutral2, #EEEFED);
  background: var(--Neutrals-neutral1, #F6F6F6); }

.useraccount-panel-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch; }

.useraccount-address-title {
  color: var(--Neutrals-neutral9, #161616);
  /* Body/Medium/Regular */
  font-family: var(--Font-family-Body, Inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  margin: 0; }

.useraccount-address-details .useraccount-account-addresses {
  color: var(--Neutrals-neutral9, #161616);
  /* Body/Medium/Regular */
  font-family: var(--Font-family-Body, Inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */ }

.useraccount-address-details {
  color: var(--Neutrals-neutral9, #161616);
  /* Body/Medium/Regular */
  font-family: var(--Font-family-Body, Inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */ }

.addresses-form-actions {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch; }

.addresses-edit {
  display: flex;
  height: 40px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  border-radius: var(--Radius-M, 12px);
  border: 1px solid var(--Neutrals-neutral4, #C4C4C4);
  color: var(--Neutrals-neutral9, #161616);
  /* Label/Medium/SemiBold */
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-2XS, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 18.2px */ }

.addresses-save {
  display: flex;
  height: 40px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  border-radius: var(--Radius-M, 12px);
  border: 1px solid var(--Neutrals-neutral4, #C4C4C4);
  color: var(--Neutrals-neutral9, #161616);
  /* Label/Medium/SemiBold */
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-2XS, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 18.2px */
  border-width: 1px !important; }

.addresses-newuser-account-address {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  height: 256px;
  width: 105px;
  border-radius: var(--Radius-M, 12px);
  border: 1px solid var(--Neutrals-neutral2, #EEEFED);
  background: var(--Neutrals-neutral1, #F6F6F6); }

.addresses-address-addNew {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px; }

.addresses-address-symbol {
  width: 40px;
  height: 40px; }

.addresses-address-title {
  color: var(--Neutrals-neutral7, #555);
  text-align: center;
  /* Label/Medium/SemiBold */
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-2XS, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 18.2px */ }

.addresses-edit {
  text-decoration: none;
  /* Removes the underline */
  color: inherit;
  /* Optional: Keeps the text color the same as surrounding text */ }

@media (min-width: 641px) and (max-width: 1024px) {
  .useraccount-account-addressList {
    display: flex;
    padding: 32px 0px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    margin: 0; }
  .useraccount-account-addresses {
    display: flex;
    align-items: flex-start;
    gap: 12px; }
  .useraccount-user-account-address {
    display: flex;
    width: 316px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    border-radius: var(--Radius-M, 12px);
    border: 1px solid var(--Neutrals-neutral2, #EEEFED);
    background: var(--Neutrals-neutral1, #F6F6F6); }
  .useraccount-panel-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch; }
  .useraccount-address-title {
    color: var(--Neutrals-neutral9, #161616);
    /* Body/Medium/Regular */
    font-family: var(--Font-family-Body, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    margin: 0; }
  .useraccount-address-details .useraccount-account-addresses {
    color: var(--Neutrals-neutral9, #161616);
    /* Body/Medium/Regular */
    font-family: var(--Font-family-Body, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */ }
  .useraccount-address-details {
    color: var(--Neutrals-neutral9, #161616);
    /* Body/Medium/Regular */
    font-family: var(--Font-family-Body, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */ }
  .addresses-form-actions {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch; }
  .addresses-edit {
    display: flex;
    height: 40px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: var(--Radius-M, 12px);
    border: 1px solid var(--Neutrals-neutral4, #C4C4C4);
    color: var(--Neutrals-neutral9, #161616);
    /* Label/Medium/SemiBold */
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-2XS, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 18.2px */ }
  .addresses-save {
    display: flex;
    height: 40px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: var(--Radius-M, 12px);
    border: 1px solid var(--Neutrals-neutral4, #C4C4C4);
    color: var(--Neutrals-neutral9, #161616);
    /* Label/Medium/SemiBold */
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-2XS, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 18.2px */
    border-width: 1px !important; }
  .addresses-newuser-account-address {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: var(--Radius-M, 12px);
    border: 1px solid var(--Neutrals-neutral2, #EEEFED);
    background: var(--Neutrals-neutral1, #F6F6F6); }
  .addresses-address-addNew {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px; }
  .addresses-address-symbol {
    width: 40px;
    height: 40px; }
  .addresses-address-title {
    color: var(--Neutrals-neutral7, #555);
    text-align: center;
    /* Label/Medium/SemiBold */
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-2XS, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 18.2px */ }
  .addresses-edit {
    text-decoration: none;
    /* Removes the underline */
    color: inherit;
    /* Optional: Keeps the text color the same as surrounding text */ } }

@media (min-width: 320px) and (max-width: 640px) {
  .useraccount-account-addressList {
    display: flex;
    padding: 32px 0px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    width: 100%;
    margin: 0; }
  .useraccount-account-addresses {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    width: 100%; }
  .useraccount-user-account-address {
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    order: 0;
    border-radius: var(--Radius-M, 12px);
    border: 1px solid var(--Neutrals-neutral2, #EEEFED);
    background: var(--Neutrals-neutral1, #F6F6F6);
    height: 100%; }
  .useraccount-panel-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    width: 100%; }
  .useraccount-address-title {
    color: var(--Neutrals-neutral9, #161616);
    /* Body/Medium/Regular */
    font-family: var(--Font-family-Body, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    margin: 0; }
  .useraccount-address-details .useraccount-account-addresses {
    color: var(--Neutrals-neutral9, #161616);
    /* Body/Medium/Regular */
    font-family: var(--Font-family-Body, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */ }
  .useraccount-address-details {
    color: var(--Neutrals-neutral9, #161616);
    /* Body/Medium/Regular */
    font-family: var(--Font-family-Body, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */ }
  .addresses-form-actions {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch; }
  .addresses-edit {
    display: flex;
    height: 40px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: var(--Radius-M, 12px);
    border: 1px solid var(--Neutrals-neutral4, #C4C4C4);
    color: var(--Neutrals-neutral9, #161616);
    /* Label/Medium/SemiBold */
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-2XS, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 18.2px */ }
  .addresses-save {
    display: flex;
    height: 40px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: var(--Radius-M, 12px);
    border: 1px solid var(--Neutrals-neutral4, #C4C4C4);
    color: var(--Neutrals-neutral9, #161616);
    /* Label/Medium/SemiBold */
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-2XS, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 18.2px */
    border-width: 1px !important; }
  .addresses-newuser-account-address {
    display: flex;
    padding: 12px 24px;
    width: 100%;
    height: 64px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    order: 1;
    border-radius: var(--Radius-M, 12px);
    border: 1px solid var(--Neutrals-neutral2, #EEEFED);
    background: var(--Neutrals-neutral1, #F6F6F6); }
  .addresses-address-addNew {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 8px;
    flex: 1 0 0;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row; }
  .addresses-address-symbol {
    width: 40px;
    height: 40px;
    order: 1; }
  .addresses-address-title {
    color: var(--Neutrals-neutral7, #555);
    text-align: center;
    /* Label/Medium/SemiBold */
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-2XS, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 18.2px */
    order: 0;
    margin: 0; }
  .addresses-edit {
    text-decoration: none;
    /* Removes the underline */
    color: inherit;
    /* Optional: Keeps the text color the same as surrounding text */ } }

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

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

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 641px) {
    .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: 641px) {
    .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 {
  height: 100%;
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 641px) {
    .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: 641px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

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

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

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

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

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

.previewCartWrapper {
  position: absolute;
  right: 0px;
  background: var(--Neutrals-neutral0, #FFF);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 473px;
  top: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  align-self: stretch;
  height: 100vh;
  z-index: 100; }
  @media (min-width: 320px) and (max-width: 640px) {
    .previewCartWrapper {
      background: var(--Neutrals-neutral0, #FFF);
      box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
      display: flex;
      width: 100%;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; } }
  .previewCartWrapper .previewCart {
    background: #FFF; }
    .previewCartWrapper .previewCart .cartFreeShippingWholeDiv {
      border-bottom: 1px solid var(--Neutrals-neutral2, #EEEFED);
      display: flex;
      padding: 24px;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      align-self: stretch; }
      .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .yourCartClass {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch; }
        .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .yourCartClass .yourCartText {
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Heading, Futura);
          font-size: var(--Type-Sizing-XL, 32px);
          font-style: normal;
          font-weight: 800;
          line-height: 120%;
          /* 38.4px */
          text-transform: uppercase; }
      .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .POCartText {
        color: var(--Neutrals-neutral9, #f05323);
        font-family: var(--Body, Inter);
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 38.4px */
        text-transform: uppercase; }
      .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .freeShippingDiv {
        display: flex;
        width: 425px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px; }
        @media (min-width: 320px) and (max-width: 640px) {
          .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .freeShippingDiv {
            display: flex;
            width: 100%;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px; } }
        .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .freeShippingDiv .freeShippingAndImage {
          display: flex;
          align-items: center;
          gap: 8px; }
          .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .freeShippingDiv .freeShippingAndImage .freeShippingText {
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-2XS, 14px);
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            /* 18.2px */ }
        .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .freeShippingDiv .indicatorPriceDiv {
          display: flex;
          align-items: center;
          gap: 8px;
          align-self: stretch; }
          .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .freeShippingDiv .indicatorPriceDiv .indicatorClass {
            border-radius: 100px;
            background: var(--Neutrals-neutral2, #EEEFED);
            display: flex;
            height: 7px;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            flex: 1 0 0; }
            .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .freeShippingDiv .indicatorPriceDiv .indicatorClass .progress-bar {
              height: 100%;
              background-color: #d3d300; }
          .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .freeShippingDiv .indicatorPriceDiv .priceTextClass {
            color: var(--Neutrals-neutral6, #7B7B7B);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-3XS, 12px);
            font-style: normal;
            font-weight: 500;
            line-height: 130%;
            /* 15.6px */ }
      .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .greaterThan49Class {
        display: flex;
        align-items: flex-start;
        gap: 8px; }
        .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .greaterThan49Class .greaterThan49Image {
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          /* 18.2px */ }
        .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .greaterThan49Class .greaterThan49TextWholeClass {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          gap: 4px; }
          .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .greaterThan49Class .greaterThan49TextWholeClass .greaterThan49ParaClass {
            color: var(--Neutrals-neutral7, #555);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-3XS, 12px);
            font-style: normal;
            font-weight: 400;
            line-height: 130%; }
          .previewCartWrapper .previewCart .cartFreeShippingWholeDiv .greaterThan49Class .greaterThan49TextWholeClass .greaterThan49HeaderClass {
            color: var(--Neutrals-neutral7, #555);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-3XS, 12px);
            font-style: normal;
            font-weight: 400;
            line-height: 130%; }
    .previewCartWrapper .previewCart .previewCartList {
      display: flex;
      padding: 24px;
      flex-direction: column;
      align-items: center;
      flex: 1 0 0;
      align-self: stretch;
      height: 500px;
      overflow: auto; }

@media (min-width: 1024px) and (min-height: 750px) and (max-height: 800px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 300px; } }

@media (min-width: 1024px) and (min-height: 801px) and (max-height: 825px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 350px; } }

@media (min-width: 1024px) and (min-height: 826px) and (max-height: 850px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 400px; } }

@media (min-width: 1024px) and (min-height: 851px) and (max-height: 875px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 405px; } }

@media (min-width: 1024px) and (min-height: 876px) and (max-height: 900px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 430px; } }

@media (min-width: 1024px) and (min-height: 901px) and (max-height: 925px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 450px; } }

@media (min-width: 1024px) and (min-height: 926px) and (max-height: 950px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 475px; } }

@media (min-width: 1024px) and (min-height: 951px) and (max-height: 975px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 500px; } }

@media (min-width: 1024px) and (min-height: 976px) and (max-height: 1000px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 525px; } }

@media (min-width: 1024px) and (min-height: 1001px) and (max-height: 1025px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 555px; } }

@media (min-width: 1024px) and (min-height: 1026px) and (max-height: 1050px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 575px; } }

@media (min-width: 1024px) and (min-height: 1051px) and (max-height: 1075px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 590px; } }

@media (min-width: 1024px) and (min-height: 1076px) and (max-height: 1100px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 600px; } }

@media (min-width: 1024px) and (min-height: 1101px) and (max-height: 1125px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 625px; } }

@media (min-width: 1024px) and (min-height: 1126px) and (max-height: 1150px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 650px; } }

@media (min-width: 1024px) and (min-height: 1151px) and (max-height: 1175px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 675px; } }

@media (min-width: 1024px) and (min-height: 1176px) and (max-height: 1200px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 700px; } }

@media (min-width: 1024px) and (min-height: 1201px) and (max-height: 1225px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 725px; } }

@media (min-width: 1024px) and (min-height: 1226px) and (max-height: 1250px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 750px; } }

@media (min-width: 1024px) and (min-height: 1251px) and (max-height: 1275px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 775px; } }

@media (min-width: 1024px) and (min-height: 1276px) and (max-height: 1300px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 800px; } }

@media (min-width: 1024px) and (min-height: 1301px) and (max-height: 1325px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 825px; } }

@media (min-width: 1024px) and (min-height: 1326px) and (max-height: 1350px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 850px; } }

@media (min-width: 1024px) and (min-height: 1351px) and (max-height: 1375px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 875px; } }

@media (min-width: 1024px) and (min-height: 1376px) and (max-height: 1400px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 900px; } }

@media (min-width: 1024px) and (min-height: 1401px) and (max-height: 1425px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 925px; } }

@media (min-width: 1024px) and (min-height: 1426px) and (max-height: 1450px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 950px; } }

@media (min-width: 1024px) and (min-height: 1451px) and (max-height: 1475px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 975px; } }

@media (min-width: 1024px) and (min-height: 1476px) and (max-height: 1500px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1000px; } }

@media (min-width: 1024px) and (min-height: 1501px) and (max-height: 1525px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1025px; } }

@media (min-width: 1024px) and (min-height: 1526px) and (max-height: 1550px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1050px; } }

@media (min-width: 1024px) and (min-height: 1551px) and (max-height: 1575px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1075px; } }

@media (min-width: 1024px) and (min-height: 1576px) and (max-height: 1600px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1100px; } }

@media (min-width: 1024px) and (min-height: 1601px) and (max-height: 1625px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1125px; } }

@media (min-width: 1024px) and (min-height: 1626px) and (max-height: 1650px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1150px; } }

@media (min-width: 1024px) and (min-height: 1651px) and (max-height: 1675px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1175px; } }

@media (min-width: 1024px) and (min-height: 1676px) and (max-height: 1700px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1200px; } }

@media (min-width: 1024px) and (min-height: 1701px) and (max-height: 1725px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1225px; } }

@media (min-width: 1024px) and (min-height: 1726px) and (max-height: 1750px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1250px; } }

@media (min-width: 1024px) and (min-height: 1751px) and (max-height: 1775px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1275px; } }

@media (min-width: 1024px) and (min-height: 1776px) and (max-height: 1800px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1300px; } }

@media (min-width: 1024px) and (min-height: 1801px) and (max-height: 1825px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1325px; } }

@media (min-width: 1024px) and (min-height: 1826px) and (max-height: 1850px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1350px; } }

@media (min-width: 1024px) and (min-height: 1851px) and (max-height: 1875px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1375px; } }

@media (min-width: 1024px) and (min-height: 1876px) and (max-height: 1900px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1400px; } }

@media (min-width: 1024px) and (min-height: 1901px) and (max-height: 1925px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1425px; } }

@media (min-width: 1024px) and (min-height: 1926px) and (max-height: 1950px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1450px; } }

@media (min-width: 1024px) and (min-height: 1951px) and (max-height: 1975px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1475px; } }

@media (min-width: 1024px) and (min-height: 1976px) and (max-height: 2000px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1500px; } }

@media (min-width: 1024px) and (min-height: 2001px) and (max-height: 2025px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1525px; } }

@media (min-width: 1024px) and (min-height: 2026px) and (max-height: 2050px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1550px; } }

@media (min-width: 1024px) and (min-height: 2051px) and (max-height: 2075px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1575px; } }

@media (min-width: 1024px) and (min-height: 2076px) and (max-height: 2100px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1600px; } }

@media (min-width: 1024px) and (min-height: 2101px) and (max-height: 2125px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1625px; } }

@media (min-width: 1024px) and (min-height: 2126px) and (max-height: 2150px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1650px; } }

@media (min-width: 1024px) and (min-height: 2151px) and (max-height: 2175px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1675px; } }

@media (min-width: 1024px) and (min-height: 2176px) and (max-height: 2200px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1700px; } }

@media (min-width: 1024px) and (min-height: 2201px) and (max-height: 2225px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1725px; } }

@media (min-width: 1024px) and (min-height: 2226px) and (max-height: 2250px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1750px; } }

@media (min-width: 1024px) and (min-height: 2251px) and (max-height: 2275px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1775px; } }

@media (min-width: 1024px) and (min-height: 2276px) and (max-height: 2300px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1800px; } }

@media (min-width: 1024px) and (min-height: 2301px) and (max-height: 2325px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1825px; } }

@media (min-width: 1024px) and (min-height: 2326px) and (max-height: 2350px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1850px; } }

@media (min-width: 1024px) and (min-height: 2351px) and (max-height: 2375px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1875px; } }

@media (min-width: 1024px) and (min-height: 2376px) and (max-height: 2400px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1900px; } }

@media (min-width: 1024px) and (min-height: 2401px) and (max-height: 2425px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1925px; } }

@media (min-width: 1024px) and (min-height: 2426px) and (max-height: 2450px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1950px; } }

@media (min-width: 1024px) and (min-height: 2451px) and (max-height: 2475px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1975px; } }

@media (min-width: 1024px) and (min-height: 2476px) and (max-height: 2500px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2000px; } }

@media (min-width: 1024px) and (min-height: 2501px) and (max-height: 2525px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2025px; } }

@media (min-width: 1024px) and (min-height: 2526px) and (max-height: 2550px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2050px; } }

@media (min-width: 1024px) and (min-height: 2551px) and (max-height: 2575px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2075px; } }

@media (min-width: 1024px) and (min-height: 2576px) and (max-height: 2600px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2100px; } }

@media (min-width: 1024px) and (min-height: 2601px) and (max-height: 2625px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2125px; } }

@media (min-width: 1024px) and (min-height: 2626px) and (max-height: 2650px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2150px; } }

@media (min-width: 1024px) and (min-height: 2651px) and (max-height: 2675px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2175px; } }

@media (min-width: 1024px) and (min-height: 2676px) and (max-height: 2700px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2200px; } }

@media (min-width: 1024px) and (min-height: 2701px) and (max-height: 2725px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2225px; } }

@media (min-width: 1024px) and (min-height: 2726px) and (max-height: 2750px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2250px; } }

@media (min-width: 1024px) and (min-height: 2751px) and (max-height: 2775px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2275px; } }

@media (min-width: 1024px) and (min-height: 2776px) and (max-height: 2800px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2300px; } }

@media (min-width: 1024px) and (min-height: 2801px) and (max-height: 2825px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2325px; } }

@media (min-width: 1024px) and (min-height: 2826px) and (max-height: 2850px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2350px; } }

@media (min-width: 1024px) and (min-height: 2851px) and (max-height: 2875px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2375px; } }

@media (min-width: 1024px) and (min-height: 2876px) and (max-height: 2900px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2400px; } }

@media (min-width: 1024px) and (min-height: 2901px) and (max-height: 2925px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2425px; } }

@media (min-width: 1024px) and (min-height: 2926px) and (max-height: 2950px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2450px; } }

@media (min-width: 1024px) and (min-height: 2951px) and (max-height: 2975px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2475px; } }

@media (min-width: 1024px) and (min-height: 2976px) and (max-height: 3000px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2500px; } }
      @media (min-width: 360px) and (max-width: 380px) {
        .previewCartWrapper .previewCart .previewCartList {
          padding: 5px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 750px) and (max-height: 800px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 300px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 801px) and (max-height: 825px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 350px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 826px) and (max-height: 850px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 400px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 851px) and (max-height: 875px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 405px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 876px) and (max-height: 900px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 430px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 901px) and (max-height: 925px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 450px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 926px) and (max-height: 950px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 475px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 951px) and (max-height: 975px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 500px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 976px) and (max-height: 1000px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 525px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1001px) and (max-height: 1025px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 555px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1026px) and (max-height: 1050px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 575px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1051px) and (max-height: 1075px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 590px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1076px) and (max-height: 1100px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 600px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1101px) and (max-height: 1125px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 625px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1126px) and (max-height: 1150px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 650px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1151px) and (max-height: 1175px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 675px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1176px) and (max-height: 1200px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 700px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1201px) and (max-height: 1225px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 725px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1226px) and (max-height: 1250px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 750px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1251px) and (max-height: 1275px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 775px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1276px) and (max-height: 1300px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 800px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1301px) and (max-height: 1325px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 825px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1326px) and (max-height: 1350px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 850px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1351px) and (max-height: 1375px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 875px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1376px) and (max-height: 1400px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 900px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1401px) and (max-height: 1425px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 925px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1426px) and (max-height: 1450px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 950px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1451px) and (max-height: 1475px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 975px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1476px) and (max-height: 1500px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1000px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1501px) and (max-height: 1525px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1025px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1526px) and (max-height: 1550px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1050px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1551px) and (max-height: 1575px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1075px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1576px) and (max-height: 1600px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1100px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1601px) and (max-height: 1625px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1125px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1626px) and (max-height: 1650px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1150px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1651px) and (max-height: 1675px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1175px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1676px) and (max-height: 1700px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1200px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1701px) and (max-height: 1725px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1225px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1726px) and (max-height: 1750px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1250px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1751px) and (max-height: 1775px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1275px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1776px) and (max-height: 1800px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1300px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1801px) and (max-height: 1825px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1325px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1826px) and (max-height: 1850px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1350px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1851px) and (max-height: 1875px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1375px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1876px) and (max-height: 1900px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1400px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1901px) and (max-height: 1925px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1425px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1926px) and (max-height: 1950px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1450px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1951px) and (max-height: 1975px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1475px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 1976px) and (max-height: 2000px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1500px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2001px) and (max-height: 2025px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1525px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2026px) and (max-height: 2050px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1550px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2051px) and (max-height: 2075px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1575px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2076px) and (max-height: 2100px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1600px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2101px) and (max-height: 2125px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1625px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2126px) and (max-height: 2150px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1650px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2151px) and (max-height: 2175px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1675px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2176px) and (max-height: 2200px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1700px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2201px) and (max-height: 2225px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1725px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2226px) and (max-height: 2250px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1750px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2251px) and (max-height: 2275px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1775px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2276px) and (max-height: 2300px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1800px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2301px) and (max-height: 2325px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1825px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2326px) and (max-height: 2350px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1850px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2351px) and (max-height: 2375px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1875px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2376px) and (max-height: 2400px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1900px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2401px) and (max-height: 2425px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1925px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2426px) and (max-height: 2450px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1950px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2451px) and (max-height: 2475px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 1975px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2476px) and (max-height: 2500px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2000px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2501px) and (max-height: 2525px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2025px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2526px) and (max-height: 2550px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2050px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2551px) and (max-height: 2575px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2075px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2576px) and (max-height: 2600px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2100px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2601px) and (max-height: 2625px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2125px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2626px) and (max-height: 2650px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2150px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2651px) and (max-height: 2675px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2175px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2676px) and (max-height: 2700px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2200px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2701px) and (max-height: 2725px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2225px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2726px) and (max-height: 2750px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2250px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2751px) and (max-height: 2775px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2275px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2776px) and (max-height: 2800px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2300px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2801px) and (max-height: 2825px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2325px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2826px) and (max-height: 2850px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2350px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2851px) and (max-height: 2875px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2375px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2876px) and (max-height: 2900px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2400px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2901px) and (max-height: 2925px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2425px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2926px) and (max-height: 2950px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2450px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2951px) and (max-height: 2975px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2475px; } }
  @media (min-width: 360px) and (max-width: 380px) and (min-height: 2976px) and (max-height: 3000px) {
    .previewCartWrapper .previewCart .previewCartList {
      height: 2500px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 750px) and (max-height: 800px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 300px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 801px) and (max-height: 825px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 350px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 826px) and (max-height: 850px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 400px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 851px) and (max-height: 875px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 405px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 876px) and (max-height: 900px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 430px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 901px) and (max-height: 925px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 450px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 926px) and (max-height: 950px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 475px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 951px) and (max-height: 975px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 500px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 976px) and (max-height: 1000px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 525px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1001px) and (max-height: 1025px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 555px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1026px) and (max-height: 1050px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 575px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1051px) and (max-height: 1075px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 590px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1076px) and (max-height: 1100px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 600px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1101px) and (max-height: 1125px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 625px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1126px) and (max-height: 1150px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 650px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1151px) and (max-height: 1175px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 675px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1176px) and (max-height: 1200px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 700px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1201px) and (max-height: 1225px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 725px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1226px) and (max-height: 1250px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 750px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1251px) and (max-height: 1275px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 775px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1276px) and (max-height: 1300px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 800px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1301px) and (max-height: 1325px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 825px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1326px) and (max-height: 1350px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 850px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1351px) and (max-height: 1375px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 875px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1376px) and (max-height: 1400px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 900px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1401px) and (max-height: 1425px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 925px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1426px) and (max-height: 1450px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 950px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1451px) and (max-height: 1475px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 975px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1476px) and (max-height: 1500px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1000px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1501px) and (max-height: 1525px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1025px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1526px) and (max-height: 1550px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1050px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1551px) and (max-height: 1575px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1075px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1576px) and (max-height: 1600px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1100px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1601px) and (max-height: 1625px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1125px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1626px) and (max-height: 1650px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1150px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1651px) and (max-height: 1675px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1175px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1676px) and (max-height: 1700px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1200px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1701px) and (max-height: 1725px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1225px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1726px) and (max-height: 1750px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1250px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1751px) and (max-height: 1775px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1275px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1776px) and (max-height: 1800px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1300px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1801px) and (max-height: 1825px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1325px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1826px) and (max-height: 1850px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1350px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1851px) and (max-height: 1875px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1375px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1876px) and (max-height: 1900px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1400px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1901px) and (max-height: 1925px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1425px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1926px) and (max-height: 1950px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1450px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1951px) and (max-height: 1975px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1475px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 1976px) and (max-height: 2000px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1500px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2001px) and (max-height: 2025px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1525px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2026px) and (max-height: 2050px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1550px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2051px) and (max-height: 2075px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1575px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2076px) and (max-height: 2100px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1600px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2101px) and (max-height: 2125px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1625px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2126px) and (max-height: 2150px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1650px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2151px) and (max-height: 2175px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1675px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2176px) and (max-height: 2200px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1700px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2201px) and (max-height: 2225px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1725px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2226px) and (max-height: 2250px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1750px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2251px) and (max-height: 2275px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1775px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2276px) and (max-height: 2300px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1800px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2301px) and (max-height: 2325px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1825px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2326px) and (max-height: 2350px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1850px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2351px) and (max-height: 2375px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1875px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2376px) and (max-height: 2400px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1900px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2401px) and (max-height: 2425px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1925px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2426px) and (max-height: 2450px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1950px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2451px) and (max-height: 2475px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1975px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2476px) and (max-height: 2500px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2000px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2501px) and (max-height: 2525px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2025px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2526px) and (max-height: 2550px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2050px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2551px) and (max-height: 2575px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2075px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2576px) and (max-height: 2600px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2100px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2601px) and (max-height: 2625px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2125px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2626px) and (max-height: 2650px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2150px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2651px) and (max-height: 2675px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2175px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2676px) and (max-height: 2700px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2200px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2701px) and (max-height: 2725px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2225px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2726px) and (max-height: 2750px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2250px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2751px) and (max-height: 2775px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2275px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2776px) and (max-height: 2800px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2300px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2801px) and (max-height: 2825px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2325px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2826px) and (max-height: 2850px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2350px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2851px) and (max-height: 2875px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2375px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2876px) and (max-height: 2900px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2400px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2901px) and (max-height: 2925px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2425px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2926px) and (max-height: 2950px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2450px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2951px) and (max-height: 2975px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2475px; } }

@media (min-width: 381px) and (max-width: 640px) and (min-height: 2976px) and (max-height: 3000px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2500px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 750px) and (max-height: 800px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 300px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 801px) and (max-height: 825px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 350px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 826px) and (max-height: 850px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 400px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 851px) and (max-height: 875px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 405px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 876px) and (max-height: 900px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 430px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 901px) and (max-height: 925px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 450px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 926px) and (max-height: 950px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 475px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 951px) and (max-height: 975px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 500px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 976px) and (max-height: 1000px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 525px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1001px) and (max-height: 1025px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 555px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1026px) and (max-height: 1050px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 575px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1051px) and (max-height: 1075px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 590px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1076px) and (max-height: 1100px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 600px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1101px) and (max-height: 1125px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 625px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1126px) and (max-height: 1150px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 650px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1151px) and (max-height: 1175px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 675px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1176px) and (max-height: 1200px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 700px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1201px) and (max-height: 1225px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 725px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1226px) and (max-height: 1250px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 750px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1251px) and (max-height: 1275px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 775px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1276px) and (max-height: 1300px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 800px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1301px) and (max-height: 1325px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 825px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1326px) and (max-height: 1350px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 850px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1351px) and (max-height: 1375px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 875px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1376px) and (max-height: 1400px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 900px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1401px) and (max-height: 1425px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 925px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1426px) and (max-height: 1450px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 950px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1451px) and (max-height: 1475px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 975px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1476px) and (max-height: 1500px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1000px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1501px) and (max-height: 1525px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1025px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1526px) and (max-height: 1550px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1050px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1551px) and (max-height: 1575px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1075px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1576px) and (max-height: 1600px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1100px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1601px) and (max-height: 1625px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1125px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1626px) and (max-height: 1650px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1150px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1651px) and (max-height: 1675px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1175px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1676px) and (max-height: 1700px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1200px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1701px) and (max-height: 1725px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1225px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1726px) and (max-height: 1750px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1250px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1751px) and (max-height: 1775px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1275px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1776px) and (max-height: 1800px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1300px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1801px) and (max-height: 1825px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1325px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1826px) and (max-height: 1850px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1350px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1851px) and (max-height: 1875px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1375px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1876px) and (max-height: 1900px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1400px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1901px) and (max-height: 1925px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1425px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1926px) and (max-height: 1950px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1450px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1951px) and (max-height: 1975px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1475px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 1976px) and (max-height: 2000px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1500px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2001px) and (max-height: 2025px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1525px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2026px) and (max-height: 2050px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1550px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2051px) and (max-height: 2075px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1575px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2076px) and (max-height: 2100px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1600px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2101px) and (max-height: 2125px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1625px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2126px) and (max-height: 2150px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1650px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2151px) and (max-height: 2175px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1675px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2176px) and (max-height: 2200px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1700px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2201px) and (max-height: 2225px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1725px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2226px) and (max-height: 2250px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1750px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2251px) and (max-height: 2275px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1775px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2276px) and (max-height: 2300px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1800px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2301px) and (max-height: 2325px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1825px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2326px) and (max-height: 2350px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1850px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2351px) and (max-height: 2375px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1875px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2376px) and (max-height: 2400px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1900px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2401px) and (max-height: 2425px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1925px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2426px) and (max-height: 2450px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1950px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2451px) and (max-height: 2475px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 1975px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2476px) and (max-height: 2500px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2000px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2501px) and (max-height: 2525px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2025px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2526px) and (max-height: 2550px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2050px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2551px) and (max-height: 2575px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2075px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2576px) and (max-height: 2600px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2100px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2601px) and (max-height: 2625px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2125px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2626px) and (max-height: 2650px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2150px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2651px) and (max-height: 2675px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2175px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2676px) and (max-height: 2700px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2200px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2701px) and (max-height: 2725px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2225px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2726px) and (max-height: 2750px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2250px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2751px) and (max-height: 2775px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2275px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2776px) and (max-height: 2800px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2300px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2801px) and (max-height: 2825px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2325px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2826px) and (max-height: 2850px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2350px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2851px) and (max-height: 2875px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2375px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2876px) and (max-height: 2900px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2400px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2901px) and (max-height: 2925px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2425px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2926px) and (max-height: 2950px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2450px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2951px) and (max-height: 2975px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2475px; } }

@media (min-width: 641px) and (max-width: 1023px) and (min-height: 2976px) and (max-height: 3000px) {
  .previewCartWrapper .previewCart .previewCartList {
    height: 2500px; } }
      .previewCartWrapper .previewCart .previewCartList .cartProductDetailPreview {
        display: flex;
        padding: 24px 0px;
        align-items: center;
        gap: 16px;
        width: 100%;
        align-self: stretch;
        border-bottom: 1px solid var(--Neutrals-neutral2, #EEEFED); }
        .previewCartWrapper .previewCart .previewCartList .cartProductDetailPreview .centerContentDivlPreview {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 16px;
          flex: 1 0 0;
          justify-content: space-between;
          height: 100%; }
          .previewCartWrapper .previewCart .previewCartList .cartProductDetailPreview .centerContentDivlPreview .namePriceQuantityPreview {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 55px;
            align-self: stretch; }
            .previewCartWrapper .previewCart .previewCartList .cartProductDetailPreview .centerContentDivlPreview .namePriceQuantityPreview .closeButtonCartPreview {
              border-radius: 133.333px;
              background: var(--Neutrals-neutral1, #F6F6F6);
              display: flex;
              width: 32px;
              height: 32px;
              padding: 7.704px 8px 8.296px 8px;
              justify-content: center;
              align-items: center; }
            .previewCartWrapper .previewCart .previewCartList .cartProductDetailPreview .centerContentDivlPreview .namePriceQuantityPreview .cart-item-name__label {
              align-self: stretch;
              color: var(--Neutrals-neutral9, #161616);
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-XS, 16px);
              font-style: normal;
              font-weight: 500;
              line-height: 130%; }
          .previewCartWrapper .previewCart .previewCartList .cartProductDetailPreview .centerContentDivlPreview .closeTotalDivPreview {
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch; }
            .previewCartWrapper .previewCart .previewCartList .cartProductDetailPreview .centerContentDivlPreview .closeTotalDivPreview .form-increment button {
              padding: 5px; }
              @media (min-width: 320px) and (max-width: 350px) {
                .previewCartWrapper .previewCart .previewCartList .cartProductDetailPreview .centerContentDivlPreview .closeTotalDivPreview .form-increment button {
                  padding: 1px; } }
            .previewCartWrapper .previewCart .previewCartList .cartProductDetailPreview .centerContentDivlPreview .closeTotalDivPreview .cart-item-name__label {
              align-self: stretch;
              color: var(--Neutrals-neutral9, #161616);
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-XS, 16px);
              font-style: normal;
              font-weight: 600;
              line-height: 130%; }
    .previewCartWrapper .previewCart .emptyCartWholeDiv .emptyCartTextDiv {
      display: flex;
      padding: 24px;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      align-self: stretch; }
      .previewCartWrapper .previewCart .emptyCartWholeDiv .emptyCartTextDiv .emptyTextClass {
        border-radius: 12px;
        background: var(--Neutrals-neutral1, #F6F6F6);
        display: flex;
        padding: 40px 0px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        align-self: stretch; }
        .previewCartWrapper .previewCart .emptyCartWholeDiv .emptyCartTextDiv .emptyTextClass .emptySentence {
          color: var(--Neutrals-neutral6, #7B7B7B);
          font-family: "Helvetica Neue";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          /* 20.8px */ }
      .previewCartWrapper .previewCart .emptyCartWholeDiv .emptyCartTextDiv .allProductTextLink {
        border-radius: var(--Radius-M, 12px);
        background: var(--Neutrals-neutral2, #EEEFED);
        display: flex;
        height: 48px;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        /* 20.8px */ }
    .previewCartWrapper .previewCart .footer-preview {
      position: absolute;
      width: 100%;
      bottom: 0px;
      background: #FFF; }
      .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section {
        display: flex;
        flex-direction: column; }
        .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section.discount-accordion-open {
          gap: 16px; }
          .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section.discount-accordion-open .chevron-down {
            transform: rotate(180deg); }
        .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-toggle {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-toggle .discount-text {
            display: flex;
            align-items: center;
            gap: 8px; }
            .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-toggle .discount-text .discountTextPreviewClass {
              color: var(--Neutrals-neutral9, #161616);
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-XS, 16px);
              font-style: normal;
              font-weight: 600;
              line-height: 130%;
              /* 20.8px */ }
          .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-toggle .discount-icon-svg {
            width: 20px;
            height: 20px; }
            .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-toggle .discount-icon-svg path {
              fill: black; }
          .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-toggle #toggle-discount-accordion {
            display: flex;
            align-items: center; }
            .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-toggle #toggle-discount-accordion .chevron-down {
              width: 20px;
              height: 20px;
              fill: black; }
        .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-accordion {
          display: flex;
          overflow: hidden;
          height: 0;
          flex-direction: column;
          transition: height 0.1s ease-in-out; }
          .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-accordion .inputTextClearClass {
            position: relative;
            width: 100%; }
            .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-accordion .inputTextClearClass input {
              display: flex;
              flex: 1;
              height: 48px;
              padding: 12px 16px;
              align-items: center;
              gap: 10px;
              align-self: stretch;
              border-radius: 10px;
              border: 1px solid #161616; }
              .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-accordion .inputTextClearClass input::placeholder {
                color: var(--Neutrals-neutral6, #7B7B7B);
                font-family: var(--Body, Inter);
                font-size: var(--Type-Sizing-2XS, 14px);
                font-style: normal;
                font-weight: 400;
                line-height: 130%; }
            .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-accordion .inputTextClearClass .clear-btnCoupon {
              position: absolute;
              top: 11%;
              right: 10px;
              width: 32px !important;
              height: 32px !important;
              display: flex;
              padding: 7.704px 8px 8.296px 8px !important;
              justify-content: center;
              align-items: center;
              border-radius: 133.333px;
              background: var(--Neutrals-neutral1, #F6F6F6); }
            .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-accordion .inputTextClearClass .couponCodeInputClass {
              width: 100%; }
            .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-accordion .inputTextClearClass .coupon-success-message {
              padding-top: 5px;
              text-align: center; }
            .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-accordion .inputTextClearClass .coupon-error-message {
              padding-top: 5px;
              text-align: center; }
          .previewCartWrapper .previewCart .footer-preview .cart-total-action-preview .cart-discount-section .discount-accordion button {
            display: flex;
            height: 48px;
            padding: 16px 24px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            flex: 1 0 0;
            border-radius: var(--Radius-M, 12px);
            border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
            background: var(--Accents-lime, #CDDE00);
            color: var(--Neutrals-neutral9, #161616);
            text-decoration: none;
            width: 100%;
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 16px);
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            /* 20.8px */ }
      .previewCartWrapper .previewCart .footer-preview .totalCheckOutCartWholeDiv {
        border-top: 1px solid var(--Neutrals-neutral2, #EEEFED);
        display: flex;
        padding: 16px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch; }
        .previewCartWrapper .previewCart .footer-preview .totalCheckOutCartWholeDiv .totalMessageSeperatingDiv {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
          align-self: stretch; }
          .previewCartWrapper .previewCart .footer-preview .totalCheckOutCartWholeDiv .totalMessageSeperatingDiv .totalAndPriceClassPreview {
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch; }
            .previewCartWrapper .previewCart .footer-preview .totalCheckOutCartWholeDiv .totalMessageSeperatingDiv .totalAndPriceClassPreview .totalTextDivPreview {
              color: var(--Neutrals-neutral9, #161616);
              font-family: var(--Font-family-Body, Inter);
              font-size: 20px;
              font-style: normal;
              font-weight: 600;
              line-height: 150%;
              /* 30px */ }
          .previewCartWrapper .previewCart .footer-preview .totalCheckOutCartWholeDiv .totalMessageSeperatingDiv .shippingAndTaxesTextPreview {
            color: var(--Neutrals-neutral6, #7B7B7B);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-2XS, 14px);
            font-style: normal;
            font-weight: 400;
            line-height: 130%; }
        .previewCartWrapper .previewCart .footer-preview .totalCheckOutCartWholeDiv .checkoutCartContinueShoppingDiv {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 12px;
          align-self: stretch; }
          .previewCartWrapper .previewCart .footer-preview .totalCheckOutCartWholeDiv .checkoutCartContinueShoppingDiv .checkouAndCartSeperateDiv {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            align-self: stretch; }
            .previewCartWrapper .previewCart .footer-preview .totalCheckOutCartWholeDiv .checkoutCartContinueShoppingDiv .checkouAndCartSeperateDiv .cartButtonClassCartPreview {
              display: flex;
              height: 48px;
              padding: 16px 24px;
              justify-content: center;
              align-items: center;
              gap: 8px;
              flex: 1 0 0;
              width: 100%;
              border-radius: var(--Radius-M, 12px);
              background: var(--Neutrals-neutral2, #EEEFED);
              color: var(--Neutrals-neutral9, #161616);
              text-decoration: none;
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-XS, 16px);
              font-style: normal;
              font-weight: 600;
              line-height: 130%;
              /* 20.8px */ }
            .previewCartWrapper .previewCart .footer-preview .totalCheckOutCartWholeDiv .checkoutCartContinueShoppingDiv .checkouAndCartSeperateDiv .checkoutButtonClassCartPreview {
              display: flex;
              height: 48px;
              padding: 16px 24px;
              justify-content: center;
              align-items: center;
              gap: 8px;
              flex: 1 0 0;
              border-radius: var(--Radius-M, 12px);
              border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
              background: var(--Accents-lime, #CDDE00);
              color: var(--Neutrals-neutral9, #161616);
              text-decoration: none;
              width: 100%;
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-XS, 16px);
              font-style: normal;
              font-weight: 600;
              line-height: 130%;
              /* 20.8px */ }
          .previewCartWrapper .previewCart .footer-preview .totalCheckOutCartWholeDiv .checkoutCartContinueShoppingDiv .continueShoppingTextClass {
            border-radius: var(--Radius-M, 12px);
            display: flex;
            height: 48px;
            padding: 16px 24px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            align-self: stretch;
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 16px);
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            /* 20.8px */ }
    .previewCartWrapper .previewCart .emptyCartTextDiv {
      display: flex;
      padding: 24px;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      align-self: stretch; }
      .previewCartWrapper .previewCart .emptyCartTextDiv .emptyTextClass {
        border-radius: 12px;
        background: var(--Neutrals-neutral1, #F6F6F6);
        display: flex;
        padding: 40px 0px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        align-self: stretch; }
        .previewCartWrapper .previewCart .emptyCartTextDiv .emptyTextClass .emptySentence {
          color: var(--Neutrals-neutral6, #7B7B7B);
          font-family: "Helvetica Neue";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          /* 20.8px */ }
      .previewCartWrapper .previewCart .emptyCartTextDiv .allProductTextLink {
        border-radius: var(--Radius-M, 12px);
        background: var(--Neutrals-neutral2, #EEEFED);
        display: flex;
        height: 48px;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        /* 20.8px */ }

.popup-modal-cartPreview {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 464px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50; }

.cart-preview-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.5); }

#popupModalcartPreviewId {
  position: absolute; }

.cart-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .cart-loader-overlay .spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.8s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

.cartShippingMainClass {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch; }

.cartShippingSubClass {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--Radius-M, 12px); }

.cartShippingContentClass {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0; }

.cartShippingImgClass {
  width: 24px;
  height: 24px;
  flex-shrink: 0; }

.cartShippingHeader {
  color: var(--Neutral-neutral9, #161616);
  font-family: var(--Body, Inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */ }

.cartShippingDescription {
  color: var(--Neutral-neutral7, #555);
  font-family: var(--Body, Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */ }

.cartShipSepDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0; }

.cartShipText {
  color: var(--Neutral-neutral7, #555);
  font-family: var(--Body, Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */ }

.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: 641px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 641px) {
    .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: 641px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

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

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

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

.container-login {
  /* font-family: 'Futura';
    width: 100%;
    max-width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    margin: 0 auto;*/
  display: flex;
  width: 400px;
  max-width: 500px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 auto; }

.log-font {
  font-family: 'Futura'; }

.input-group {
  width: 100%;
  /* display: flex; */
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px; }

.input-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px; }

.label {
  color: #555555;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 18.20px;
  word-wrap: break-word; }

.input-box {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  background: white;
  border-radius: 10px;
  border: 1px solid #D9D9D9; }

.password-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px; }

.password-icon {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center; }

.pos-relative {
  position: relative; }

.pos-relative .toggle-password {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 56%;
  transform: translateY(-50%);
  cursor: pointer; }

.reset-password {
  color: var(--Neutrals-neutral9, #161616);
  text-align: right;
  float: right;
  font-family: var(--Font-family-Body, Inter);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font; }

.sign-in-button {
  width: 100% !important;
  height: 48px;
  padding: 12px 24px;
  border-radius: var(--Radius-M, 12px);
  border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
  background: var(--Accents-lime, #CDDE00);
  border-radius: 10px;
  gap: 4px;
  color: var(--Neutrals-neutral9, #161616);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%; }

#login_pass {
  border-radius: 10px;
  border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
  background: var(--Neutrals-neutral0, #FFF);
  display: flex;
  height: 48px;
  padding: 12px 16px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  align-self: stretch; }

.signInWholeContainer {
  background: var(--Neutrals-neutral0, #FFF);
  display: flex;
  height: 700px;
  padding: 100px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch; }
  @media (min-width: 320px) and (max-width: 640px) {
    .signInWholeContainer {
      display: flex;
      height: 700px;
      padding: 100px var(--Side-Margin-Margin, 20px);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .signInWholeContainer .mobContainerLogin {
      width: 100%; } }
  .signInWholeContainer .mobContainerLogin .title {
    color: var(--Neutrals-neutral9, #161616);
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-2XL, 40px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase; }
  .signInWholeContainer .mobContainerLogin .form-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
    .signInWholeContainer .mobContainerLogin .form-container .login-form {
      padding-left: 0px;
      padding-right: 0px;
      width: 100%;
      float: left;
      margin-top: 0px; }
      .signInWholeContainer .mobContainerLogin .form-container .login-form .form-field {
        display: block;
        margin: 0px;
        padding-bottom: 12px;
        max-width: none; }
      @media (min-width: 320px) and (max-width: 640px) {
        .signInWholeContainer .mobContainerLogin .form-container .login-form .mobFormField {
          width: 100% !important; } }
      .signInWholeContainer .mobContainerLogin .form-container .login-form .mobFormField .form-label {
        color: var(--Neutrals-neutral7, #555);
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-2XS, 14px);
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 18.2px */
        margin-bottom: 0px;
        padding-bottom: 4px; }
      .signInWholeContainer .mobContainerLogin .form-container .login-form .mobFormField .form-input {
        border-radius: 10px;
        border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
        background: var(--Neutrals-neutral0, #FFF);
        display: flex;
        height: 48px;
        padding: 12px 16px;
        justify-content: flex-end;
        align-items: center;
        gap: 10px; }
      .signInWholeContainer .mobContainerLogin .form-container .login-form .mobFormField .password-input-container {
        position: relative;
        width: 100%; }
        .signInWholeContainer .mobContainerLogin .form-container .login-form .mobFormField .password-input-container .form-input {
          border-radius: 10px;
          border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
          background: var(--Neutrals-neutral0, #FFF);
          display: flex;
          height: 48px;
          padding: 12px 16px;
          justify-content: flex-end;
          align-items: center;
          gap: 10px; }
        .signInWholeContainer .mobContainerLogin .form-container .login-form .mobFormField .password-input-container .toggle-password {
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%);
          cursor: pointer;
          color: #666; }
      .signInWholeContainer .mobContainerLogin .form-container .login-form .mobFormField .forgot-password {
        float: right;
        text-decoration: underline;
        color: var(--Neutrals-neutral9, #161616);
        text-align: right;
        font-family: var(--Font-family-Body, Inter);
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        /* 15.6px */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        padding-top: 4px; }
      .signInWholeContainer .mobContainerLogin .form-container .login-form .form-actions {
        margin-top: 0px; }
        .signInWholeContainer .mobContainerLogin .form-container .login-form .form-actions .button_signin {
          width: 100% !important; }
        .signInWholeContainer .mobContainerLogin .form-container .login-form .form-actions .button--primary {
          border-radius: var(--Radius-M, 12px);
          border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
          background: var(--Accents-lime, #CDDE00);
          display: flex;
          padding: 16px 24px;
          justify-content: center;
          align-items: center;
          gap: 8px;
          align-self: stretch;
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 16px);
          font-style: normal;
          font-weight: 600;
          line-height: 130%; }
    .signInWholeContainer .mobContainerLogin .form-container .new-customer {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      font-family: 'Inter';
      font-weight: 600;
      font-size: 14px;
      padding-bottom: 24px;
      padding-left: 0px;
      padding-right: 0px; }
      .signInWholeContainer .mobContainerLogin .form-container .new-customer .line {
        flex: 1;
        height: 1px;
        background: #D9D9D9; }
      .signInWholeContainer .mobContainerLogin .form-container .new-customer .text {
        color: #555555;
        font-size: 14px;
        font-family: 'Inter';
        font-weight: 400;
        line-height: 18.20px;
        word-wrap: break-word; }
      .signInWholeContainer .mobContainerLogin .form-container .new-customer .create-account-button {
        width: 100%;
        padding: 16px 24px;
        background: #EEEFED;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px; }
        .signInWholeContainer .mobContainerLogin .form-container .new-customer .create-account-button .createAccountTextClass {
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 16px);
          font-style: normal;
          font-weight: 600;
          line-height: 130%; }

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.terms-create-account {
  color: #333;
  line-height: inherit;
  text-decoration: underline; }

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

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

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

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

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

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

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

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

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

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

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

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1024px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .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: 1024px) {
      .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: 320px) {
  .paymentMethodForm {
    max-width: 60%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  background-color: white;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 641px) {
    .header {
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header .header-logo {
    margin: 0  auto; }
  .header.is-open {
    height: 100%; }
    @media (min-width: 641px) {
      .header.is-open {
        height: auto; } }

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

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

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

.header-logo-text {
  display: block;
  font-family: "Futura", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 320px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 641px) {
    .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: 641px) {
    .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: 641px) {
    .header-logo-image {
      max-height: none; } }

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

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  padding: 0 0;
  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: 641px) {
    .body {
      margin-top: 2.5rem; } }

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

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

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

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

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

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

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

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 320px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 641px) {
    .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: 641px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 641px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.85714rem; } }

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

@media (min-width: 320px) {
  .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: 320px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 641px) {
    .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: 641px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

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

.recent-page-account {
  display: flex;
  padding: 40px var(--Side-Margin-Margin, 32px) 120px var(--Side-Margin-Margin, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  /* width: 100%; */
  background: var(--Neutrals-neutral0, #FFF); }

.recent-account {
  display: flex;
  max-width: 1240px;
  flex-direction: column;
  align-items: flex-start;
  /* align-self: stretch; */
  width: 100%; }

.recent-heading-nav-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  width: 100%; }

/* .recent-heading-container{
    display: flex;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
width: 100%;
} */
.recent-page-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  color: var(--Neutrals-neutral9, #161616);
  text-align: center;
  /* width: auto; */
  /* Heading/Heading-S */
  font-family: var(--Heading, Futura);
  font-size: var(--Type-Sizing-XL, 32px);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 38.4px */
  text-transform: uppercase; }

.recent-page-heading-svg {
  width: 32px;
  height: 32px; }

.recent-view-product {
  width: 100%; }

/* Responsive for tablets */
@media (min-width: 641px) and (max-width: 1024px) {
  .recent-page-account {
    display: flex;
    padding: 40px var(--Side-Margin-Margin, 32px) 120px var(--Side-Margin-Margin, 32px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    /* width: 100%; */
    width: 100%;
    background: var(--Neutrals-neutral0, #FFF); }
  .recent-account {
    display: flex;
    /* max-width: 1240px; */
    flex-direction: column;
    align-items: flex-start;
    /* align-self: stretch; */
    width: 100%; }
  .recent-heading-nav-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    width: 100%; }
  /* .recent-heading-container{
    display: flex;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
width: 100%;
} */
  .recent-page-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    color: var(--Neutrals-neutral9, #161616);
    text-align: center;
    /* width: auto; */
    /* Heading/Heading-S */
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-XL, 28px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 38.4px */
    text-transform: uppercase; }
  .recent-page-heading-svg {
    width: 32px;
    height: 32px; }
  .recent-view-product {
    width: 100%; } }

@media (min-width: 320px) and (max-width: 640px) {
  .recent-page-account {
    display: flex;
    padding: 40px var(--Side-Margin-Margin, 32px) 120px var(--Side-Margin-Margin, 32px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    /* width: 100%; */
    width: 100%;
    background: var(--Neutrals-neutral0, #FFF); }
  .recent-account {
    display: flex;
    /* max-width: 1240px; */
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 100%x; }
  .recent-heading-nav-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    width: 100%; }
  /* .recent-heading-container{
    display: flex;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
width: 100%;
} */
  .recent-page-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    color: var(--Neutrals-neutral9, #161616);
    text-align: center;
    /* width: auto; */
    /* Heading/Heading-S */
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-XL, 20px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 38.4px */
    text-transform: uppercase; }
  .recent-page-heading-svg {
    width: 32px;
    height: 32px; }
  .recent-view-product {
    width: 100%; } }

.recently-view-products {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .recently-view-products ul,
  .recently-view-products ol {
    list-style: none;
    margin-bottom: 0; }
  .recently-view-products:before, .recently-view-products:after {
    content: " ";
    display: table; }
  .recently-view-products:after {
    clear: both; }
  .recently-view-products .recent-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: 320px) {
      .recently-view-products .recent-product {
        width: 100%; } }
    @media (min-width: 641px) {
      .recently-view-products .recent-product {
        width: 50%; } }
    @media (min-width: 1024px) {
      .recently-view-products .recent-product {
        width: 25%; } }

.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: 320px) {
  .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: 1024px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

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

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

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

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 320px) {
    .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: 1024px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1024px) {
    .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: 320px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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: 641px) {
    .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: 641px) {
    .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 #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 641px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

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

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

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

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

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

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

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

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

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

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

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

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

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

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

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

.sale-flag-sash {
  background: #007dc6;
  color: white; }

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

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 320px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1024px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

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

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

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

@media (min-width: 641px) {
  .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: 641px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

.create-new-account--fixed {
  display: flex;
  padding: 64px 32px 100px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  background: var(--Neutrals-neutral0, #FFF); }
  .create-new-account--fixed .add-new-address-select-form-field {
    width: 100%;
    margin: 0; }
  .create-new-account--fixed .createnew-account-form {
    width: 100%; }
  .create-new-account--fixed .create-new-account-body {
    display: flex;
    max-width: 900px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px; }
    .create-new-account--fixed .create-new-account-body .create-new-page-heading0,
    .create-new-account--fixed .create-new-account-body .create-new-page-heading1,
    .create-new-account--fixed .create-new-account-body .create-new-page-heading2 {
      color: var(--Neutrals-neutral9, #161616);
      font-family: var(--Heading, Futura);
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      text-transform: uppercase; }
    .create-new-account--fixed .create-new-account-body .create-new-page-heading0 {
      margin-bottom: 40px;
      font-size: var(--Type-Sizing-XL, 28px); }
    .create-new-account--fixed .create-new-account-body .create-new-page-heading1,
    .create-new-account--fixed .create-new-account-body .create-new-page-heading2 {
      font-size: var(--Type-Sizing-L, 24px); }
    .create-new-account--fixed .create-new-account-body .create-new-account-section1,
    .create-new-account--fixed .create-new-account-body .create-new-account-section2 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      align-self: stretch;
      width: 600px; }
      .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field,
      .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field {
        display: block; }
        .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field .new-account-form-label,
        .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field .new-account-form-label {
          display: flex;
          justify-content: space-between;
          align-items: center;
          align-self: stretch;
          flex: 1 0 0;
          color: var(--Neutrals-neutral7, #555);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 400;
          line-height: 130%; }
        .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field .new-account-form-inputs,
        .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field .new-account-form-inputs {
          display: flex;
          height: 48px;
          padding: 12px 16px;
          justify-content: flex-end;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          width: 100%;
          border-radius: 10px;
          border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
          background: var(--Neutrals-neutral0, #FFF); }
      .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer,
      .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer {
        display: flex;
        width: 100%;
        min-width: auto;
        max-width: 600px;
        padding: 20px;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: var(--Radius-M, 12px);
        background: var(--Neutrals-neutral1, #F6F6F6); }
        .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer .new-account-form-field-offer-input,
        .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer .new-account-form-field-offer-input {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 12px; }
          .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-label,
          .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-label {
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 16px);
            font-style: normal;
            font-weight: 600;
            line-height: 130%; }
          .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details,
          .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details {
            display: flex;
            align-items: center;
            gap: 12px; }
            .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-form-checkbox,
            .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-form-checkbox {
              display: flex;
              width: 24px;
              height: 24px;
              padding: 6px;
              align-items: center;
              gap: 10px;
              border-radius: var(--Radius-S, 6px);
              border: 2px solid var(--Neutrals-neutral4, #C4C4C4); }
            .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-detail-label,
            .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-detail-label {
              width: 100%;
              color: var(--Neutrals-neutral7, #555);
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-2XS, 14px);
              font-style: normal;
              font-weight: 400;
              line-height: 130%; }
              .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-detail-label .form-label,
              .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-detail-label .form-label {
                margin-bottom: 0px !important; }
              .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-detail-label .form-field,
              .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-detail-label .form-field {
                margin: 0px; }
    .create-new-account--fixed .create-new-account-body .new-account-form-selects {
      display: flex;
      height: 48px;
      padding: 12px 16px;
      justify-content: flex-end;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      width: 100%;
      border-radius: 10px;
      border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
      background: var(--Neutrals-neutral0, #FFF);
      margin-top: 3px; }
    .create-new-account--fixed .create-new-account-body .new-account-select-form-label {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      flex: 1 0 0;
      color: var(--Neutrals-neutral7, #555);
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-2XS, 14px);
      font-style: normal;
      font-weight: 400;
      line-height: 130%; }
    .create-new-account--fixed .create-new-account-body .new-account-select-form-field::before {
      content: "3. address";
      display: flex;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      line-break: strict;
      color: var(--Neutrals-neutral9, #161616);
      font-family: var(--Heading, Futura);
      font-size: var(--Type-Sizing-L, 18px);
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      text-transform: uppercase;
      padding-bottom: 25px; }
  .create-new-account--fixed .create-new-account-form-field {
    display: flex;
    min-width: auto;
    max-width: 600px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    margin: 0; }
    .create-new-account--fixed .create-new-account-form-field .form-field {
      padding: 0px; }
    .create-new-account--fixed .create-new-account-form-field .create-new-account-form-label {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      flex: 1 0 0;
      color: var(--Neutrals-neutral7, #555);
      font-family: var(--Font-family-Body, Inter);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      /* 18.2px */ }
    .create-new-account--fixed .create-new-account-form-field .form-field {
      margin: 0; }
    .create-new-account--fixed .create-new-account-form-field .create-new-account-form-field-container {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      align-self: stretch;
      margin: 0; }
      .create-new-account--fixed .create-new-account-form-field .create-new-account-form-field-container .create-new-account-month-form-field,
      .create-new-account--fixed .create-new-account-form-field .create-new-account-form-field-container .create-new-account-day-form-field,
      .create-new-account--fixed .create-new-account-form-field .create-new-account-form-field-container .create-new-account-year-form-field {
        display: flex;
        height: 48px;
        padding: 12px 16px;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        flex: 1 0 0;
        border-radius: var(--Radius-S, 6px);
        border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
        background: var(--Neutrals-neutral0, #FFF); }
      .create-new-account--fixed .create-new-account-form-field .create-new-account-form-field-container .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") !important;
        background-repeat: no-repeat;
        background-position: 95% center; }
  .create-new-account--fixed .custom-select-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    /* Adjust as needed */ }
    .create-new-account--fixed .custom-select-container .custom-form-select {
      width: 100%;
      padding: 10px 40px 10px 12px;
      /* Space for arrow */
      appearance: none;
      /* Hide default arrow */
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      background-color: #fff;
      cursor: pointer; }
    .create-new-account--fixed .custom-select-container .custom-arrow {
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
      pointer-events: none;
      /* Prevent interaction with SVG */
      display: flex;
      align-items: center;
      justify-content: center;
      width: 16px;
      height: 16px; }
  .create-new-account--fixed small {
    display: none; }
  .create-new-account--fixed .create-new-form-actions {
    display: flex;
    height: 48px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: var(--Radius-M, 12px);
    border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
    background: var(--Accents-lime, #CDDE00); }
    .create-new-account--fixed .create-new-form-actions .create-new-button--primary {
      color: var(--Neutrals-neutral9, #161616);
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-XS, 16px);
      font-style: normal;
      font-weight: 600;
      line-height: 130%; }

/* Responsive Styles */
@media (min-width: 1024px) {
  /* Tablet View */
  .create-new-account--fixed {
    display: flex;
    padding: 64px 32px 100px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    background: var(--Neutrals-neutral0, #FFF); }
    .create-new-account--fixed .create-new-account-body {
      display: flex;
      max-width: 900px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 40px; }
      .create-new-account--fixed .create-new-account-body .create-new-page-heading0 {
        color: var(--Neutrals-neutral9, #161616);
        margin-bottom: 40px;
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-XL, 28px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        text-transform: uppercase; }
      .create-new-account--fixed .create-new-account-body .create-new-page-heading1,
      .create-new-account--fixed .create-new-account-body .create-new-page-heading2 {
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-L, 20px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        text-transform: uppercase; }
      .create-new-account--fixed .create-new-account-body .create-new-account-section1,
      .create-new-account--fixed .create-new-account-body .create-new-account-section2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        width: 600px; }
        .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field,
        .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field {
          display: block; }
          .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field .new-account-form-label,
          .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field .new-account-form-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch;
            flex: 1 0 0;
            color: var(--Neutrals-neutral7, #555);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-2XS, 14px);
            font-style: normal;
            font-weight: 400;
            line-height: 130%; }
          .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field .new-account-form-inputs,
          .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field .new-account-form-inputs {
            display: flex;
            height: 48px;
            padding: 12px 16px;
            justify-content: flex-end;
            align-items: center;
            gap: 10px;
            align-self: stretch;
            width: 600px;
            border-radius: 10px;
            border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
            background: var(--Neutrals-neutral0, #FFF); }
          .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field .new-account-form-eye-svg, .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field .new-account-form-eye-svg {
            display: flex;
            width: 16px;
            height: 16px;
            justify-content: center;
            align-items: center;
            flex-shrink: 0; }
        .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer,
        .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer {
          display: flex;
          width: 600px;
          max-width: 600px;
          padding: 20px;
          justify-content: space-between;
          align-items: flex-start;
          border-radius: var(--Radius-M, 12px);
          background: var(--Neutrals-neutral1, #F6F6F6); }
          .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer .new-account-form-field-offer-input,
          .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer .new-account-form-field-offer-input {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 12px; }
            .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-label,
            .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-label {
              color: var(--Neutrals-neutral9, #161616);
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-XS, 16px);
              font-style: normal;
              font-weight: 600;
              line-height: 130%; }
            .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details,
            .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details {
              display: flex;
              align-items: center;
              gap: 12px; }
              .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-form-checkbox,
              .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-form-checkbox {
                display: flex;
                width: 24px;
                height: 24px;
                padding: 6px;
                align-items: center;
                gap: 10px;
                border-radius: var(--Radius-S, 6px);
                border: 2px solid var(--Neutrals-neutral4, #C4C4C4); }
              .create-new-account--fixed .create-new-account-body .create-new-account-section1 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-detail-label,
              .create-new-account--fixed .create-new-account-body .create-new-account-section2 .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-detail-label {
                color: var(--Neutrals-neutral7, #555);
                font-family: var(--Body, Inter);
                font-size: var(--Type-Sizing-2XS, 14px);
                font-style: normal;
                font-weight: 400;
                line-height: 130%; }
      .create-new-account--fixed .create-new-account-body .new-account-form-selects {
        display: flex;
        height: 48px;
        padding: 12px 16px;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        width: 600px;
        border-radius: 10px;
        border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
        background: var(--Neutrals-neutral0, #FFF); }
      .create-new-account--fixed .create-new-account-body .new-account-select-form-label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        flex: 1 0 0;
        color: var(--Neutrals-neutral7, #555);
        /* Label/Medium/Regular */
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-2XS, 14px);
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 18.2px */ }
      .create-new-account--fixed .create-new-account-body .new-account-select-form-field::before {
        content: "3. address";
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        line-break: strict;
        color: var(--Neutrals-neutral9, #161616);
        /* Heading/Heading-XS */
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-L, 20px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        /* 28.8px */
        text-transform: uppercase; }
      .create-new-account--fixed .create-new-account-body small {
        display: none; }
      .create-new-account--fixed .create-new-account-body .create-new-form-actions {
        display: flex;
        height: 48px;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--Radius-M, 12px);
        border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
        background: var(--Accents-lime, #CDDE00); }
        .create-new-account--fixed .create-new-account-body .create-new-form-actions .create-new-button--primary {
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 16px);
          font-style: normal;
          font-weight: 600;
          line-height: 130%; } }

@media (min-width: 320px) and (max-width: 640px) {
  .create-new-account--fixed {
    display: flex;
    padding: 48px var(--Side-Margin-Margin, 20px) 100px var(--Side-Margin-Margin, 20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    background: var(--Neutrals-neutral0, #FFF); }
    .create-new-account--fixed .create-new-account-body {
      display: flex;
      width: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 40px; }
      .create-new-account--fixed .create-new-account-body .create-new-page-heading0,
      .create-new-account--fixed .create-new-account-body .create-new-page-heading1,
      .create-new-account--fixed .create-new-account-body .create-new-page-heading2 {
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-L, 18px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        text-transform: uppercase; }
      .create-new-account--fixed .create-new-account-body .create-new-page-heading0 {
        margin-bottom: 40px; }
      .create-new-account--fixed .create-new-account-body .create-new-account-section1,
      .create-new-account--fixed .create-new-account-body .create-new-account-section2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        width: 100%; }
      .create-new-account--fixed .create-new-account-body .new-account-form-field {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        align-self: stretch;
        width: 100%; }
        .create-new-account--fixed .create-new-account-body .new-account-form-field .new-account-form-label {
          display: flex;
          justify-content: space-between;
          align-items: center;
          align-self: stretch;
          flex: 1 0 0;
          color: var(--Neutrals-neutral7, #555);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 400;
          line-height: 130%; }
        .create-new-account--fixed .create-new-account-body .new-account-form-field .new-account-form-inputs {
          display: flex;
          height: 48px;
          padding: 12px 16px;
          justify-content: flex-end;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          width: 340px;
          border-radius: 10px;
          border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
          background: var(--Neutrals-neutral0, #FFF); }
        .create-new-account--fixed .create-new-account-body .new-account-form-field .new-account-form-eye-svg {
          display: flex;
          width: 16px;
          height: 16px;
          justify-content: center;
          align-items: center;
          flex-shrink: 0; }
      .create-new-account--fixed .create-new-account-body .new-account-form-field-offer {
        display: flex;
        min-width: 300px;
        max-width: 600px;
        padding: 20px;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: var(--Radius-M, 12px);
        background: var(--Neutrals-neutral1, #F6F6F6); }
        .create-new-account--fixed .create-new-account-body .new-account-form-field-offer .new-account-form-field-offer-input {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 12px; }
          .create-new-account--fixed .create-new-account-body .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-label {
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 14px);
            font-style: normal;
            font-weight: 600;
            line-height: 130%; }
          .create-new-account--fixed .create-new-account-body .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details {
            display: flex;
            align-items: center;
            gap: 12px; }
            .create-new-account--fixed .create-new-account-body .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-form-checkbox {
              display: flex;
              width: 24px;
              height: 24px;
              padding: 6px;
              align-items: center;
              gap: 10px;
              border-radius: var(--Radius-S, 6px);
              border: 2px solid var(--Neutrals-neutral4, #C4C4C4); }
            .create-new-account--fixed .create-new-account-body .new-account-form-field-offer .new-account-form-field-offer-input .new-account-form-offer-check-details .new-account-detail-label {
              color: var(--Neutrals-neutral7, #555);
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-2XS, 14px);
              font-style: normal;
              font-weight: 400;
              line-height: 130%; }
      .create-new-account--fixed .create-new-account-body small {
        display: none; }
      .create-new-account--fixed .create-new-account-body .create-new-form-actions {
        display: flex;
        height: 48px;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--Radius-M, 12px);
        border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
        background: var(--Accents-lime, #CDDE00); }
        .create-new-account--fixed .create-new-account-body .create-new-form-actions .create-new-button--primary {
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 16px);
          font-style: normal;
          font-weight: 600;
          line-height: 130%; } }

.account-create-page {
  display: flex;
  height: 700px;
  padding: 100px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: var(--Neutrals-neutral0, #FFF); }
  .account-create-page .account-create-page-content {
    display: flex;
    width: 400px;
    max-width: 500px;
    padding-bottom: 48px;
    flex-direction: column;
    align-items: center;
    gap: 24px; }
    .account-create-page .account-create-page-content .account-create-page-content--textCenter {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      align-self: stretch; }
    .account-create-page .account-create-page-content .account-create-svg {
      width: 60px;
      height: 60px; }
    .account-create-page .account-create-page-content .account-create-details {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      align-self: stretch; }
      .account-create-page .account-create-page-content .account-create-details .account-create-page-heading {
        align-self: stretch;
        color: var(--Neutrals-neutral9, #161616);
        text-align: center;
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-2XL, 40px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        text-transform: uppercase; }
      .account-create-page .account-create-page-content .account-create-details .account-create-page-descripation {
        align-self: stretch;
        color: var(--Neutrals-neutral7, #555);
        text-align: center;
        font-family: var(--Font-family-Body, Inter);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: var(--Neutrals-neutral7, #555);
        font-family: var(--Font-family-Body, Inter);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; }
    .account-create-page .account-create-page-content .account-create-button {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px; }
      .account-create-page .account-create-page-content .account-create-button .account-create-button--primary {
        display: flex;
        height: 48px;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--Radius-M, 12px);
        border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
        background: var(--Accents-lime, #CDDE00);
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        text-decoration: none; }

/* Responsive Styles */
@media (max-width: 1024px) {
  /* Tablet View */
  .account-create-page {
    display: flex;
    height: 700px;
    padding: 100px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--Neutrals-neutral0, #FFF); }
    .account-create-page .account-create-page-content {
      display: flex;
      width: 400px;
      max-width: 500px;
      padding-bottom: 48px;
      flex-direction: column;
      align-items: center;
      gap: 24px; }
      .account-create-page .account-create-page-content .account-create-page-content--textCenter {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch; }
      .account-create-page .account-create-page-content .account-create-svg {
        width: 60px;
        height: 60px; }
      .account-create-page .account-create-page-content .account-create-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        align-self: stretch; }
        .account-create-page .account-create-page-content .account-create-details .account-create-page-heading {
          align-self: stretch;
          color: var(--Neutrals-neutral9, #161616);
          text-align: center;
          font-family: var(--Heading, Futura);
          font-size: var(--Type-Sizing-2XL, 36px);
          font-style: normal;
          font-weight: 800;
          line-height: 120%;
          /* 43.2px */
          text-transform: uppercase; }
        .account-create-page .account-create-page-content .account-create-details .account-create-page-descripation {
          align-self: stretch;
          color: var(--Neutrals-neutral7, #555);
          text-align: center;
          font-family: var(--Font-family-Body, Inter);
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          /* 24px */
          color: var(--Neutrals-neutral7, #555);
          font-family: var(--Font-family-Body, Inter);
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%; }
      .account-create-page .account-create-page-content .account-create-button {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px; }
        .account-create-page .account-create-page-content .account-create-button .account-create-button--primary {
          display: flex;
          height: 48px;
          padding: 16px 24px;
          justify-content: center;
          align-items: center;
          gap: 8px;
          align-self: stretch;
          border-radius: var(--Radius-M, 12px);
          border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
          background: var(--Accents-lime, #CDDE00);
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 16px);
          font-style: normal;
          font-weight: 600;
          line-height: 130%;
          /* 20.8px */
          text-decoration: none; } }

/* Responsive Styles */
@media (max-width: 768px) {
  .account-create-page {
    display: flex;
    height: 700px;
    padding: 100px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--Neutrals-neutral0, #FFF); }
    .account-create-page .account-create-page-content {
      display: flex;
      width: 360px;
      max-width: 500px;
      padding-bottom: 48px;
      flex-direction: column;
      align-items: center;
      gap: 24px; }
      .account-create-page .account-create-page-content--textCenter {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch; }
    .account-create-page .account-create-svg {
      width: 60px;
      height: 60px; }
    .account-create-page .account-create-details {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      align-self: stretch;
      width: 100%; }
    .account-create-page .account-create-page-heading {
      align-self: stretch;
      color: var(--Neutrals-neutral9, #161616);
      text-align: center;
      width: 100%;
      /* Heading/Heading-M */
      font-family: var(--Heading, Futura);
      font-size: var(--Type-Sizing-2XL, 32px);
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      /* 48px */
      text-transform: uppercase; }
    .account-create-page .account-create-page-descripation {
      align-self: stretch;
      color: var(--Neutrals-neutral7, #555);
      text-align: center;
      width: 100%;
      /* Body/Medium/Regular */
      font-family: var(--Font-family-Body, Inter);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 24px */ }
    .account-create-page .account-create-button {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px; }
      .account-create-page .account-create-button--primary {
        display: flex;
        height: 48px;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: var(--Radius-M, 12px);
        border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
        background: var(--Accents-lime, #CDDE00);
        color: var(--Neutrals-neutral9, #161616);
        /* Label/Large/SemiBold */
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        /* 20.8px */
        text-decoration: none; } }

.header__inner {
  padding: 20px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--Neutral-neutral10, #101010);
  height: 66px; }

.header {
  height: auto;
  transition: .35s; }
  .header.hide-header {
    top: -200px;
    transition: .35s; }
    @media (min-width: 1024px) {
      .header.hide-header {
        top: -140px; } }

.navPages-container.is-open {
  padding-top: 92px; }
  @media (min-width: 320px) {
    .navPages-container.is-open {
      padding-top: 160px; } }

.header__top-level {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%; }
  .header__top-level .navUser {
    display: none; }
  .header__top-level .social-media-icons {
    display: none; }

.header__account-cart-wrap {
  display: flex; }
  .header__account-cart-wrap a {
    margin: 0 15px;
    position: relative; }
  .header__account-cart-wrap .navUser-action--quickSearch {
    display: none; }

.header__search-menu-wrap {
  width: 33.3%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  padding-left: 30px; }
  .header__search-menu-wrap a {
    display: flex;
    align-items: center;
    margin: 0 5px; }
    .header__search-menu-wrap a:last-child {
      margin: 0; }

.header-logo-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto; }

@media (min-width: 320px) and (max-width: 359px) {
  .header-logo-image-container {
    justify-content: center !important;
    margin-left: 20% !important; } }

@media (min-width: 360px) and (max-width: 400px) {
  .header-logo-image-container {
    justify-content: center !important;
    margin-left: 40% !important; } }

@media (min-width: 400px) and (max-width: 430px) {
  .header-logo-image-container {
    justify-content: center !important;
    margin-left: 50% !important; } }

@media (min-width: 430px) and (max-width: 500px) {
  .header-logo-image-container {
    justify-content: center !important;
    margin-left: 90% !important; } }

@media (min-width: 501px) and (max-width: 548px) {
  .header-logo-image-container {
    justify-content: center !important;
    margin-left: 120% !important; } }

@media (min-width: 549px) and (max-width: 648px) {
  .header-logo-image-container {
    justify-content: center !important;
    margin-left: -30% !important; } }

@media (min-width: 649px) and (max-width: 799px) {
  .header-logo-image-container {
    justify-content: center !important;
    margin-left: -20% !important; } }

@media (min-width: 799px) and (max-width: 999px) {
  .header-logo-image-container {
    justify-content: center !important;
    margin-left: -10% !important; } }

.header-logo-image {
  max-height: unset;
  max-width: 55px;
  margin: 0 10px; }
  @media (min-width: 641px) {
    .header-logo-image {
      max-width: 76px; } }

.mobileMenu-toggle {
  position: relative; }
  .mobileMenu-toggle:focus {
    outline: none !important; }

.mobileMenu-toggleIcon {
  bottom: 0;
  margin: auto 0;
  top: 0 !important; }

.header__search-icon,
.header__account-icon,
.header__cart-icon {
  margin-right: -15px; }
  .header__search-icon svg,
  .header__account-icon svg,
  .header__cart-icon svg {
    width: 24px;
    height: 24px;
    fill: #FFFFFF; }

.header__cart-icon svg,
.header__account-icon svg {
  transition: .3s; }

.header__cart-icon .countPill,
.header__account-icon .countPill {
  transition: .3s;
  z-index: 10; }
  @media (min-width: 1024px) {
    .header__cart-icon .countPill,
    .header__account-icon .countPill {
      display: none; } }

.header__cart-icon:hover svg, .header__cart-icon:focus svg,
.header__account-icon:hover svg,
.header__account-icon:focus svg {
  transform: scale(1.2);
  transition: .3s; }

.header__cart-icon:hover .countPill, .header__cart-icon:focus .countPill,
.header__account-icon:hover .countPill,
.header__account-icon:focus .countPill {
  transform: scale(1.1);
  transition: .3s; }

.header__account-text {
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  color: #161616; }
  .header__account-text:hover, .header__account-text:focus {
    text-decoration: underline;
    color: #FFFFFF; }

.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.header__left {
  display: flex;
  justify-content: center; }

.header__account-icon {
  margin-right: 10px; }

@media (min-width: 1024px) {
  .header #quick-search-expand-icon {
    display: none; } }

.header-logo {
  margin: 0;
  width: 33.3%; }

.header-logo__link {
  width: auto; }

.navPages-quickSearch {
  display: none; }
  .navPages-quickSearch .quickSearchResults {
    display: none; }
  .navPages-quickSearch.active {
    display: flex;
    position: absolute;
    width: 100vw;
    top: 46px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background: #161616;
    padding: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
    @media (max-width: 550px) {
      .navPages-quickSearch.active {
        left: -20px; } }
    @media (min-width: 641px) {
      .navPages-quickSearch.active {
        top: 66px; } }
    .navPages-quickSearch.active form {
      width: 90%;
      margin: 0 auto; }
      .navPages-quickSearch.active form input {
        border: none;
        border-radius: 25px;
        font-family: 'Futura';
        font-weight: 700; }
        .navPages-quickSearch.active form input::placeholder {
          color: #161616; }

.navPages {
  background: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }

.navPages-action {
  font-family: 'Futura';
  font-weight: 700;
  text-transform: capitalize; }

#quick-search-expand-icon {
  position: relative;
  z-index: 2000; }
  @media (min-width: 641px) and (max-width: 1023px) {
    #quick-search-expand-icon {
      position: relative !important;
      right: 0px !important; } }
  @media (min-width: 320px) and (max-width: 640px) {
    #quick-search-expand-icon {
      position: relative !important;
      right: 0px !important; } }

.banners {
  background: linear-gradient(270deg, #B4B4B5 0%, #FFFFFF 13.58%, #DEDEDE 23.15%, #D2D2D2 37.34%, #F6F6F6 49.32%, #CCCCCC 60.94%, #A2A2A2 73.16%, #FFFFFF 88.67%, #939293 100%);
  color: #161616;
  font-family: 'Futura';
  font-weight: 700; }

.input__wrap-search {
  position: relative; }
  .input__wrap-search button {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto; }
  .input__wrap-search input {
    color: var(--Neutrals-neutral5, #9D9D9D);
    font-family: var(--Font-family-Body, Inter);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    border: 2px solid transparent;
    /* No border initially */
    outline: none;
    /* Remove default outline */
    border-radius: 12px; }
  .input__wrap-search input:focus {
    border-color: #faf6f6;
    /* White border on focus */ }
  .input__wrap-search svg {
    width: 20px;
    height: 20px; }

.navUser-item--cart .dropdown-menu.is-open {
  top: 50px !important;
  max-width: 400px;
  width: max-content;
  z-index: 9999;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }
  .navUser-item--cart .dropdown-menu.is-open a {
    margin: 0; }

.navUser-item--cart .dropdown-menu .previewCartItem-brand,
.navUser-item--cart .dropdown-menu .previewCartItem-name,
.navUser-item--cart .dropdown-menu .previewCartItem-price {
  font-weight: 900;
  text-transform: uppercase;
  color: #161616; }

@media (min-width: 320px) {
  .header__inner {
    padding: 30px 0; } }

@media (min-width: 641px) {
  .header {
    position: fixed; }
  .header__inner {
    height: auto;
    padding: 20px 0; } }

@media (min-width: 1024px) {
  .navPages-list {
    display: flex;
    align-items: center; }
    .navPages-list .navPages-action:hover, .navPages-list .navPages-action:focus {
      color: #161616; }
      .navPages-list .navPages-action:hover svg, .navPages-list .navPages-action:focus svg {
        fill: #FFFFFF;
        stroke: #FFFFFF; }
    .navPages-list .navPages-action.is-open {
      padding: 14px 25px;
      background: #161616;
      color: #FFFFFF; }
      .navPages-list .navPages-action.is-open svg {
        fill: #FFFFFF;
        stroke: #FFFFFF;
        transform: rotate(180deg); }
    .navPages-list .navPages-action.activePage, .navPages-list .navPages-action .is-open {
      color: #FFFFFF; }
      .navPages-list .navPages-action.activePage svg, .navPages-list .navPages-action .is-open svg {
        fill: #FFFFFF;
        stroke: #FFFFFF; }
    .navPages-list.subMenu-is-open .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.activePage {
      color: #161616;
      font-weight: 900;
      text-decoration: underline; }
  .navPage-subMenu-list {
    background: #FFFFFF;
    padding: 10px 0 !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); }
    .navPage-subMenu-list .navPage-subMenu-item-child {
      margin: 7px 0 !important; }
      .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:hover, .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:focus {
        color: #161616;
        text-decoration: underline; }
  .navPages-quickSearch.active {
    display: none; }
  .header {
    height: auto; }
  .header__top-level {
    padding: 12px 60px; }
  .header__inner {
    padding: 0; }
  .navPages-container {
    height: 50px;
    background: var(--Accents-lime, #CDDE00);
    display: flex;
    align-items: center; }
    .navPages-container .navPages {
      box-shadow: none;
      background: none;
      display: flex;
      justify-content: center;
      align-items: center; }
  .navPages-list .navPages-action {
    display: none;
    padding: 5px 23px; }
  .header__search-menu-wrap a {
    display: none; }
  .header-logo {
    width: 33.3%; }
  .header__top-level .social-media-icons {
    display: flex;
    width: 33.3%; }
    .header__top-level .social-media-icons.hidden {
      visibility: hidden; }
  .header__top-level .navUser {
    display: none; }
  .header__top-level .social-media-icon__single svg {
    background-color: #000;
    border-radius: 50%; }
  .header__account-cart-wrap {
    align-items: center;
    margin-right: 10px; }
    .header__account-cart-wrap .navUser-action--quickSearch {
      display: block;
      padding: 0;
      width: 300px; }
      .header__account-cart-wrap .navUser-action--quickSearch .container {
        padding: 0; }
    .header__account-cart-wrap .form-field {
      margin: 0; }
    .header__account-cart-wrap .form {
      margin: 0; }
      .header__account-cart-wrap .form input {
        border-radius: 25px; }
        .header__account-cart-wrap .form input::placeholder {
          color: #161616;
          font-family: 'Futura';
          font-weight: 700; }
  .header__search-menu-wrap {
    width: auto;
    display: none; }
  .social-media-icon__single {
    margin-right: 15px; }
    .social-media-icon__single.hidden {
      display: none; }
    .social-media-icon__single:last-child {
      margin-right: 0; }
    .social-media-icon__single svg {
      width: 35px;
      height: 35px;
      transition: .3s; }
    .social-media-icon__single:hover svg, .social-media-icon__single:focus svg {
      transform: scale(1.2);
      transition: .3s; } }

.header.hide-header {
  top: -250px; }

.navPages-item.navPages-item--new {
  padding-right: 0; }
  .navPages-item.navPages-item--new .navPage--new-icon {
    display: none; }
    @media (min-width: 1024px) {
      .navPages-item.navPages-item--new .navPage--new-icon {
        display: flex;
        padding: 2px var(--Medium, 4px);
        justify-content: center;
        align-items: center;
        gap: var(--radius-Medium, 10px);
        border-radius: var(--Radius-S, 6px);
        background: var(--Neutrals-neutral0, #FFF);
        position: relative;
        right: 0;
        color: var(--Neutrals-neutral9, #161616);
        font-family: "Helvetica Neue";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; } }

@media (max-width: 1024px) {
  [data-collapsible="navPages-37"] {
    margin-right: 20px; } }

.header .header__cart-icon {
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--Radius-M, 12px);
  border: 1px solid var(--Neutrals-neutral7, #555);
  width: 100px;
  height: 40px; }
  @media (max-width: 1023px) {
    .header .header__cart-icon {
      border-radius: unset;
      border: unset;
      right: 10px;
      width: unset;
      height: unset; } }

.total {
  display: block;
  color: white; }
  @media (max-width: 1023px) {
    .total {
      display: none; } }

.header__account-mobile-icon {
  display: none; }

@media only screen and (min-width: 1024px) {
  .header.hide-header {
    top: -185px; }
  .footer__navigation li {
    margin-left: 20px; }
  .navPages-container .navPages {
    padding: 20px 0;
    width: 100%;
    max-width: 1600px; }
  .header__account-cart-wrap {
    position: relative; }
    .header__account-cart-wrap .header__account-text {
      position: absolute;
      bottom: -35px;
      left: 0;
      width: 100%;
      text-align: center;
      margin: 0; } }

@media (max-width: 1023px) {
  .header__inner {
    padding: 20px 20px 20px 20px; } }

@media (max-width: 800px) {
  .mobileMenu-toggle {
    width: 40px; } }

@media (max-width: 550px) {
  .header__inner {
    padding: 20px; }
    .header__inner .header__top-level {
      padding-left: 0; }
      .header__inner .header__top-level .header__center {
        display: flex;
        justify-content: center; }
    .header__inner .header__account-text {
      max-width: 110px; } }

@media (max-width: 420px) {
  .mobileMenu-toggle {
    width: 30px; }
  .header__inner .header__account-text {
    font-size: 11px;
    display: none; }
  .header__inner .header__account-icon {
    display: none; }
  .header__inner .header__account-mobile-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -7px; }
    .header__inner .header__account-mobile-icon svg {
      width: 20px;
      height: 20px; } }

@media (max-width: 350px) {
  .header__inner .header__account-text {
    font-size: 10px; } }

@media (min-width: 1261px) and (max-width: 1300px) {
  .navPages-list .navPages-action {
    padding: 5px 6px;
    white-space: nowrap; } }

@media (min-width: 1300px) and (max-width: 1400px) {
  .navPages-list .navPages-action {
    padding: 5px 8px;
    white-space: nowrap; } }

@media (min-width: 1400px) and (max-width: 1500px) {
  .navPages-list .navPages-action {
    padding: 5px 12px;
    white-space: nowrap; } }

@media (min-width: 1500px) {
  .navPages-list .navPages-action {
    padding: 5px 17px;
    white-space: nowrap; } }

.navPage-subMenu-list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 320px) and (max-width: 640px) {
    .navPage-subMenu-list {
      overflow-y: visible; } }
  @media (max-width: 1023px) {
    .navPage-subMenu-list {
      display: flex;
      flex-direction: column;
      gap: 16px; } }

.navUser-action {
  display: flex;
  align-items: center; }
  @media (max-width: 1023px) {
    .navUser-action {
      display: none; } }

.form-nomargin {
  margin: 0px !important; }

.custom-form {
  align-items: center;
  min-height: 45px;
  padding-left: 55px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  color: var(--Neutral-neutral5, #9D9D9D) !important;
  font-family: var(--Font-family-Body, Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: var(--Radius-M, 12px);
  background: var(--Neutral-neutral9, #212121) !important;
  border: none; }

.custom-container {
  padding: 0px !important; }

.header_right {
  display: flex;
  align-items: center;
  gap: var(--L, 24px);
  height: 45px;
  justify-content: flex-end; }

.topPages {
  display: flex;
  align-items: center; }
  @media (max-width: 1023px) {
    .topPages {
      display: none; } }

.topPages-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px !important;
  gap: var(--radius-Medium, 10px); }
  @media (min-width: 1024px) and (max-width: 1100px) {
    .topPages-list {
      gap: 0px; } }

.topPages-action {
  text-decoration: none;
  font-style: normal;
  padding: 12px;
  color: var(--Neutrals-neutral0, #FFF);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-2XS, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  white-space: nowrap; }
  @media (min-width: 1024px) and (max-width: 1100px) {
    .topPages-action {
      padding: 8px; } }
  .topPages-action:hover {
    background-color: var(--Neutral-neutral5, #1d1d1d);
    color: #ffff;
    border-radius: 5px; }

.header-logo--center {
  display: flex; }

.icon-container {
  display: flex;
  right: 30px; }

.header__icon:hover {
  background-color: var(--Neutral-neutral5, #1d1d1d);
  color: #ffff; }

.header__account-cart-wrap {
  margin-right: 0px !important; }
  @media (max-width: 1023px) {
    .header__account-cart-wrap {
      display: none; } }

.header__center {
  display: none; }
  @media (max-width: 1023px) {
    .header__center {
      display: flex;
      position: fixed;
      left: 45%; } }
  @media (max-width: 549px) {
    .header__center {
      left: 35%; } }

@media (max-width: 1023px) {
  .header_left {
    display: none; } }

@media (max-width: 600px) {
  .header_left {
    position: fixed;
    left: 0px; } }

#quick-search-expand-icon {
  display: flex;
  align-items: center;
  position: fixed;
  right: 60px; }

#nav-menu-quick-search-mobile {
  padding-left: 55px; }

.navPages {
  background: var(--Neutrals-neutral10, #101010); }
  @media (min-width: 641px) and (max-width: 1023px) {
    .navPages {
      padding: 0px !important; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .navPages {
      padding: 0px !important; } }

@media (max-width: 1023px) {
  .navPages-action {
    color: var(--Neutrals-neutral0, #FFF);
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-XL, 16px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase; } }

.nav-product-image {
  max-width: 90px;
  max-height: 90px;
  width: auto !important;
  height: auto !important; }
  @media (max-width: 1024px) {
    .nav-product-image {
      max-width: 33.35px;
      max-height: 50.025px;
      flex-shrink: 0; } }

@media (min-width: 1024px) {
  .navPages .navPage-subMenu-list {
    display: flex !important;
    display: flex;
    width: fit-content;
    padding: 24px 0px;
    align-items: center;
    gap: 24px;
    background: var(--Neutrals-neutral0, #FFF);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    margin: 0 auto; } }

.nav-container {
  display: flex;
  width: 128px;
  height: auto;
  flex-direction: column;
  align-items: center;
  gap: var(--radius-Medium, 10px);
  flex-shrink: 0; }
  @media (max-width: 1023px) {
    .nav-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: var(--Type-Sizing-XS, 16px);
      align-self: stretch;
      width: 100%; } }

.nav-title-heading {
  color: var(--Neutrals-neutral9, #161616);
  text-align: center;
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-2XS, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }
  @media (max-width: 1024px) {
    .nav-title-heading {
      color: var(--Neutral-neutral0, #FFF);
      /* Body/Medium/Regular */
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-XS, 16px);
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      height: unset;
      overflow: unset;
      flex: 1 0 0;
      text-wrap: auto;
      text-align: left; } }
  @media (min-width: 641px) and (max-width: 1023px) {
    .nav-title-heading {
      word-wrap: break-word !important;
      text-transform: none; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .nav-title-heading {
      word-wrap: break-word !important;
      text-transform: none; } }

.img-container {
  display: flex;
  width: 100px;
  height: 100px;
  padding: 0px 17.692px;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1024px) {
    .img-container {
      display: flex;
      padding: 6.194px;
      align-items: center;
      width: 52px;
      height: 52px;
      gap: 5.161px;
      border-radius: 6.194px;
      background: var(--Neutral-neutral0, #FFF); } }

.navPage-subMenu-item {
  max-width: 122px; }

.input__wrap-search-mobile {
  width: 90%; }
  @media (min-width: 400px) and (max-width: 500px) {
    .input__wrap-search-mobile {
      width: 85%; } }
  @media (min-width: 300px) and (max-width: 400px) {
    .input__wrap-search-mobile {
      width: 80%; } }

.custom-mobile-input {
  border-radius: var(--Radius-M, 12px);
  background: var(--Neutrals-neutral8, #212121); }
  .custom-mobile-input::placeholder {
    color: var(--Neutrals-neutral5, #9D9D9D) !important;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }
  .custom-mobile-input::-ms-input-placeholder {
    color: var(--Neutrals-neutral5, #9D9D9D);
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }

.mobile-field {
  display: flex;
  gap: 12px; }

.close-button-container {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 8px;
  align-items: center;
  position: absolute;
  right: 50px;
  top: 3px;
  border-radius: var(--Radius-2XL, 100px);
  background: var(--Neutrals-neutral8, #212121); }
  @media (min-width: 600px) and (max-width: 800px) {
    .close-button-container {
      right: 35px; } }
  @media (min-width: 500px) and (max-width: 600px) {
    .close-button-container {
      right: 20px; } }
  @media (min-width: 400px) and (max-width: 500px) {
    .close-button-container {
      right: 15px; } }
  @media (min-width: 300px) and (max-width: 400px) {
    .close-button-container {
      right: 10px; } }

.close-button {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0; }

.signin-container {
  display: none;
  padding: var(--Type-Sizing-3XS, 12px) 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--radius-Medium, 10px);
  align-self: stretch;
  width: 100%; }
  @media (max-width: 1023px) {
    .signin-container {
      display: flex; } }

.signin-subcontainer {
  display: flex;
  height: 48px;
  padding: var(--Type-Sizing-XS, 16px) 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--Radius-M, 12px);
  background: var(--Neutrals-neutral8, #212121); }

.signin-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; }

.signin-logo {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center; }

.signin-text {
  color: var(--Neutrals-neutral0, #FFF);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 20.8px */
  margin: 0px !important; }

@media (max-width: 1023px) {
  .navPages-item {
    padding: 24px 20px; } }

@media (max-width: 1023px) {
  .navPages-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0; } }

@media (max-width: 1023px) {
  .navPages-action {
    color: var(--Neutrals-neutral0, #FFF);
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-XL, 24px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase; } }

.icon-size {
  width: 24px !important;
  height: 24px !important;
  stroke: none !important; }
  @media (min-width: 1024px) {
    .icon-size {
      display: none; } }

.social-container {
  display: none; }
  @media (max-width: 1023px) {
    .social-container {
      display: flex;
      padding: 40px 20px;
      justify-content: flex-end;
      align-items: center;
      gap: 24px;
      align-self: stretch; } }

.social-sub {
  display: none; }
  @media (max-width: 1024px) {
    .social-sub {
      display: flex;
      width: 44px;
      height: 44px;
      padding: 12px;
      justify-content: center;
      align-items: center;
      border-radius: 13.75px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(9.16667px); } }

.shoppingCart {
  width: 24px;
  height: 24px;
  flex-shrink: 0; }

.navPages-action.activePage {
  color: #161616 !important; }
  @media (min-width: 641px) and (max-width: 1023px) {
    .navPages-action.activePage {
      color: var(--Neutrals-neutral0, #FFF) !important; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .navPages-action.activePage {
      color: var(--Neutrals-neutral0, #FFF) !important; } }

.heaer_left_custom {
  display: flex;
  align-items: center;
  gap: 32px; }

.customnavaction {
  padding: 0px; }

.borderCountPillCustom {
  border-radius: var(--Radius-M, 12px);
  border: 1px solid var(--Neutrals-neutral7, #555);
  display: flex;
  height: 40px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px; }
  @media (min-width: 641px) and (max-width: 1023px) {
    .borderCountPillCustom {
      border: none;
      padding: 0px; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .borderCountPillCustom {
      border: none;
      padding: 0px; } }

.customButtonShop {
  width: 100% !important;
  gap: 8px;
  margin-right: auto;
  padding: 0px; }

@media (min-width: 641px) and (max-width: 1023px) {
  .customNavRemoveMargin {
    margin: 0px !important; } }

@media (min-width: 320px) and (max-width: 640px) {
  .customNavRemoveMargin {
    margin: 0px !important; } }

@media (min-width: 1024px) {
  .navPage-subMenu-list {
    width: 100% !important;
    max-width: 100vw; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .navPage-subMenu-list {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media (min-width: 320px) and (max-width: 640px) {
  .navPage-subMenu-list {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .navPage-subMenu-action {
    padding: 0px !important; } }

@media (min-width: 320px) and (max-width: 640px) {
  .navPage-subMenu-action {
    padding: 0px !important; } }

@media (min-width: 1024px) {
  .showDesktopOnlyLine {
    background: var(--Neutrals-neutral7, #555);
    width: 1px;
    height: 17px; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .showDesktopOnlyLine {
    display: none; } }

@media (min-width: 320px) and (max-width: 640px) {
  .showDesktopOnlyLine {
    display: none; } }

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

@media (min-width: 641px) and (max-width: 1023px) {
  .shopCartSvgTabletMobile {
    display: block; }
  .shopCartSvgDesktop {
    display: none; } }

@media (min-width: 320px) and (max-width: 640px) {
  .shopCartSvgTabletMobile {
    display: block; }
  .shopCartSvgDesktop {
    display: none; } }

.search-clear-header {
  position: absolute;
  top: 50%;
  right: 2%;
  /* Align to the right corner */
  border-radius: 50px;
  background: var(--Neutrals-neutral1, #9D9D9D);
  display: flex;
  width: 16px;
  height: 16px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  /* Adjust only vertically */ }
  @media (min-width: 1024px) {
    .search-clear-header {
      right: 6%; } }
  @media (min-width: 320px) and (max-width: 1023px) {
    .search-clear-header {
      right: 3%;
      /* Keep it aligned to the right for smaller screens */ } }

.navPage-subMenu-item:hover, .navPage-subMenu-item:focus {
  background: rgba(0, 0, 0, 0.06); }

.footer__bottom-inner {
  padding: 30px 0 60px; }

.footer__navigation li:nth-child(4) {
  margin-top: 0; }

.footer__social-media {
  margin-top: 0; }

.footer__navigation {
  margin-bottom: 50px; }

.footer__background-spacer {
  display: none; }

.footer__footer-container {
  display: flex;
  padding: var(--Type-Sizing-4XL, 64px) 32px 12px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  background: radial-gradient(circle at bottom, #30400c, #101010); }
  @media (min-width: 320px) and (max-width: 640px) {
    .footer__footer-container {
      padding: var(--Type-Sizing-5XL, 64px) var(--Side-Margin-Margin, 20px) var(--Type-Sizing-3XS, 12px) var(--Side-Margin-Margin, 20px); } }
  .footer__footer-container .footer__footer-subcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Type-Sizing-2XL, 40px);
    align-self: stretch;
    margin: 0 auto;
    width: 100%;
    max-width: 1240px; }
    @media (min-width: 1300px) {
      .footer__footer-container .footer__footer-subcontainer {
        min-width: 1240px; } }
    @media (min-width: 641px) and (max-width: 1023px) {
      .footer__footer-container .footer__footer-subcontainer {
        min-width: unset;
        margin: 0px; } }
    @media (min-width: 320px) and (max-width: 640px) {
      .footer__footer-container .footer__footer-subcontainer {
        min-width: unset;
        margin: 0px; } }
    .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
      gap: 64px; }
      @media (min-width: 641px) and (max-width: 1023px) {
        .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 80px;
          align-self: stretch;
          height: auto; } }
      @media (min-width: 320px) and (max-width: 640px) {
        .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 80px;
          align-self: stretch;
          height: auto; } }
      .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch; }
        @media (min-width: 641px) and (max-width: 1023px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container {
            display: flex;
            width: 493px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: var(--Side-Margin-Margin, 32px);
            margin: 0 auto; } }
        @media (min-width: 320px) and (max-width: 640px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container {
            display: flex;
            flex-direction: column;
            width: 100%;
            gap: var(--Side-Margin-Margin, 32px);
            justify-content: center;
            margin: 0 auto; } }
        .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__title-container {
          max-width: 500px; }
          @media (min-width: 320px) and (max-width: 640px) {
            .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__title-container {
              margin: 0 auto; } }
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__title-container .footer__title-content {
            color: var(--Neutrals-neutral0, #FFF);
            /* Heading/Heading-M */
            font-family: var(--Font-family-Heading, Futura);
            font-size: var(2XL, 40px);
            font-size: 40px;
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            /* 48px */
            text-transform: uppercase; }
            @media (min-width: 641px) and (max-width: 1023px) {
              .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__title-container .footer__title-content {
                text-align: center; } }
            @media (min-width: 320px) and (max-width: 640px) {
              .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__title-container .footer__title-content {
                color: var(--Neutrals-neutral0, #FFF);
                text-align: center;
                font-family: var(--Heading, Futura);
                font-size: var(--Type-Sizing-2XL, 32px);
                font-style: normal;
                font-weight: 800;
                line-height: 120%;
                text-transform: uppercase; } }
            .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__title-container .footer__title-content .footer-ro-text1 {
              color: var(--Neutrals-neutral0, #FFF);
              font-family: var(--Font-family-Heading, Futura);
              font-size: 24px;
              font-style: normal;
              font-weight: 800;
              line-height: 120%;
              text-transform: uppercase; }
              @media (min-width: 320px) and (max-width: 640px) {
                .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__title-container .footer__title-content .footer-ro-text1 {
                  color: var(--Neutrals-neutral0, #FFF);
                  font-family: var(--Font-family-Heading, Futura);
                  font-size: 16px;
                  font-style: normal;
                  font-weight: 800;
                  line-height: 120%;
                  text-transform: uppercase; } }
            .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__title-container .footer__title-content .footer__highlighted-content {
              color: var(--Accents-lime, #CDDE00);
              /* Heading/Heading-M */
              font-family: var(--Font-family-Heading, Futura);
              font-size: var(2XL, 40px);
              font-style: normal;
              font-weight: 800;
              line-height: 120%;
              text-transform: uppercase; }
              @media (min-width: 320px) and (max-width: 640px) {
                .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__title-container .footer__title-content .footer__highlighted-content {
                  color: var(--Accents-lime, #CDDE00);
                  font-family: var(--Heading, Futura);
                  font-size: var(--Type-Sizing-2XL, 32px);
                  font-style: normal;
                  font-weight: 800;
                  line-height: 120%;
                  text-transform: uppercase; } }
              .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__title-container .footer__title-content .footer__highlighted-content .footer-ro-text2 {
                color: var(--Accents-lime, #CDDE00);
                font-family: var(--Font-family-Heading, Futura);
                font-size: 24px;
                font-style: normal;
                font-weight: 800;
                line-height: 120%;
                text-transform: uppercase; }
                @media (min-width: 320px) and (max-width: 640px) {
                  .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__title-container .footer__title-content .footer__highlighted-content .footer-ro-text2 {
                    color: var(--Accents-lime, #CDDE00);
                    font-family: var(--Font-family-Heading, Futura);
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 800;
                    line-height: 120%;
                    text-transform: uppercase; } }
        .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__social-container {
          display: flex;
          justify-content: center; }
          @media (min-width: 320px) and (max-width: 640px) {
            .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__social-container {
              margin: 0 auto; } }
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__social-container .footer__social-media {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-left: 0px;
            margin-bottom: 0px; }
            .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__social-container .footer__social-media .footer__social-icon-container {
              display: flex;
              width: 44px;
              height: 44px;
              padding: 12px;
              justify-content: center;
              align-items: center;
              border-radius: 13.75px;
              border: 1px solid rgba(255, 255, 255, 0.3);
              backdrop-filter: blur(9.16667px); }
            .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__left-container .footer__social-container .footer__social-media .footer__social-icon {
              width: var(--Type-Sizing-M, 20px);
              height: var(--Type-Sizing-M, 20px);
              flex-shrink: 0; }
      .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__right-container {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        gap: var(--Type-Sizing-5XL, 80px); }
        @media (min-width: 641px) and (max-width: 1023px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__right-container {
            flex-direction: column-reverse;
            align-items: flex-start;
            justify-content: center;
            align-self: stretch; } }
        @media (min-width: 320px) and (max-width: 640px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__right-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            align-content: flex-start;
            flex-direction: column-reverse;
            row-gap: var(--Type-Sizing-5XL, 64px);
            align-self: stretch;
            flex-wrap: wrap; } }
        .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__right-container .footer__section-two-left-container {
          display: flex;
          max-width: 280px;
          flex-direction: column;
          align-items: flex-start;
          gap: 16px;
          flex: 1 0 0; }
          @media (min-width: 320px) and (max-width: 1023px) {
            .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__right-container .footer__section-two-left-container {
              margin: 0 auto;
              align-items: center; } }
        .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__right-container .footer__section-two-left-content p {
          color: var(--Neutrals-neutral5, #646d4e);
          /* Label/Medium/Regular */
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          /* 18.2px */ }
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__right-container .footer__section-two-left-content p a {
            color: var(--Neutrals-neutral5, #646d4e);
            /* Label/Medium/Regular */
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-2XS, 14px);
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: none;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font; }
      .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__section-two-right-container {
        display: flex;
        align-items: flex-start;
        gap: 32px; }
        @media (min-width: 641px) and (max-width: 1023px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__section-two-right-container {
            width: 100%;
            justify-content: space-between; } }
        @media (min-width: 320px) and (max-width: 640px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__section-two-right-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            align-content: flex-start;
            row-gap: var(--Type-Sizing-5XL, 64px);
            align-self: stretch;
            flex-wrap: wrap; } }
        @media (min-width: 641px) and (max-width: 720px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__section-two-right-container .footer__common-container {
            width: auto; } }
        @media (min-width: 721px) and (max-width: 1023px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__section-two-right-container .footer__common-container {
            width: auto; } }
        @media (min-width: 629px) and (max-width: 640px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__section-two-right-container .footer__common-container {
            width: 179px; } }
        @media (min-width: 569px) and (max-width: 628px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__section-two-right-container .footer__common-container {
            width: 175px; } }
        @media (min-width: 535px) and (max-width: 568px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__section-two-right-container .footer__common-container {
            width: 155px; } }
        @media (min-width: 345px) and (max-width: 534px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__section-two-right-container .footer__common-container {
            width: auto; } }
        @media (min-width: 320px) and (max-width: 344px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__section-two-right-container .footer__common-container {
            width: 100px; } }
        .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__section-two-right-container .footer__title-container {
          display: flex;
          padding: 0px 8px;
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
          align-self: stretch; }
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__section-two-right-container .footer__title-container .footer__right-title {
            color: var(--Neutrals-neutral0, #FFF);
            /* Heading/Heading-2XS */
            font-family: var(--Heading, Futura);
            font-size: var(--Type-Sizing-M, 20px);
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            /* 24px */
            text-transform: uppercase; }
      .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__right-items {
        list-style: none;
        display: flex;
        padding: 12px 8px;
        align-items: center;
        gap: 10px;
        align-self: stretch; }
        @media (min-width: 641px) {
          .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__right-items {
            max-width: 180px; } }
        .footer__footer-container .footer__footer-subcontainer .footer__footer-innercontainer .footer__right-items a {
          text-decoration: none;
          color: var(--Neutrals-neutral0, #FFF);
          /* Label/Medium/Medum */
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 500;
          line-height: 130%;
          /* 18.2px */ }
  .footer__footer-container .footer__copyright-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Type-Sizing-2XL, 40px);
    align-self: stretch;
    margin: 0 auto; }
    @media (min-width: 1300px) {
      .footer__footer-container .footer__copyright-container {
        min-width: 1240px; } }
    .footer__footer-container .footer__copyright-container .footer__copyright-container-text {
      /* Label/Small/Regular */
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-3XS, 12px);
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      /* 15.6px */
      color: #646d4e; }
    @media (min-width: 641px) and (max-width: 1023px) {
      .footer__footer-container .footer__copyright-container {
        min-width: unset; } }
    @media (min-width: 320px) and (max-width: 640px) {
      .footer__footer-container .footer__copyright-container {
        min-width: unset; } }

.footer__banner-container {
  display: flex;
  padding: var(--Type-Sizing-3XL, 48px) 32px 32px 32px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: var(--Neutrals-neutral10, #101010); }
  @media (min-width: 641px) and (max-width: 1023px) {
    .footer__banner-container {
      padding: 40px var(--Side-Margin-Margin, 32px) var(--Type-Sizing-L, 20px) var(--Side-Margin-Margin, 32px); } }
  @media (min-width: 320px) and (max-width: 640px) {
    .footer__banner-container {
      display: flex;
      padding: var(--Type-Sizing-4XL, 48px) var(--Side-Margin-Margin, 20px) var(--Type-Sizing-2XL, 32px) var(--Side-Margin-Margin, 20px);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch; } }
  .footer__banner-container .footer__banner-items-container {
    display: flex;
    max-width: 1240px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    margin: 0 auto; }
    @media (min-width: 641px) and (max-width: 1023px) {
      .footer__banner-container .footer__banner-items-container {
        max-width: 1240px;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 16px var(--Type-Sizing-XS, 16px);
        flex: 1 0 0;
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media (min-width: 320px) and (max-width: 640px) {
      .footer__banner-container .footer__banner-items-container {
        display: flex;
        max-width: 400px;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        row-gap: var(--Type-Sizing-3XL, 40px);
        align-self: stretch;
        flex-wrap: wrap; } }
    .footer__banner-container .footer__banner-items-container .footer__banner-items {
      display: flex;
      height: var(--Type-Sizing-4XL, 64px);
      max-width: 280px;
      justify-content: center;
      align-items: center;
      gap: var(--Type-Sizing-L, 24px);
      align-items: center;
      width: 100%; }
      @media (min-width: 641px) and (max-width: 1023px) {
        .footer__banner-container .footer__banner-items-container .footer__banner-items {
          height: 132px;
          max-width: 150px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 24px;
          flex: 1 0 0; } }
      @media (min-width: 320px) and (max-width: 640px) {
        .footer__banner-container .footer__banner-items-container .footer__banner-items {
          display: flex;
          width: 134px;
          height: 132px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: var(--Type-Sizing-XL, 24px);
          flex-shrink: 0; } }
      .footer__banner-container .footer__banner-items-container .footer__banner-items .footer__image-container {
        display: flex;
        width: var(--Type-Sizing-4XL, 64px);
        height: var(--Type-Sizing-4XL, 64px);
        padding: 15.86px 15.75px 16.14px 16.25px;
        justify-content: center;
        align-items: center;
        border-radius: var(--Radius-M, 12px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        background: var(--Neutrals-neutral8, #212121);
        margin: 0 auto; }
        @media (min-width: 330px) and (max-width: 640px) {
          .footer__banner-container .footer__banner-items-container .footer__banner-items .footer__image-container {
            display: flex;
            width: var(--Type-Sizing-5XL, 64px);
            height: var(--Type-Sizing-5XL, 64px);
            padding: 15.86px 16px 16.14px 16px;
            justify-content: center;
            align-items: center; } }
      .footer__banner-container .footer__banner-items-container .footer__banner-items .footer__text-container .footer__banner-text-content {
        color: var(--Neutrals-neutral0, #FFF);
        /* Heading/Heading-2XS */
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-M, 20px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        /* 24px */
        text-transform: uppercase;
        margin: 0px; }
        @media (min-width: 680px) and (max-width: 1023px) {
          .footer__banner-container .footer__banner-items-container .footer__banner-items .footer__text-container .footer__banner-text-content {
            text-align: center;
            /* Heading/Heading-2XS */
            font-family: var(--Heading, Futura);
            font-size: var(--Type-Sizing-M, 18px); } }
        @media (min-width: 320px) and (max-width: 680px) {
          .footer__banner-container .footer__banner-items-container .footer__banner-items .footer__text-container .footer__banner-text-content {
            text-align: center;
            /* Heading/Heading-2XS */
            font-family: var(--Heading, Futura);
            font-size: var(--Type-Sizing-M, 16px);
            font-style: normal; } }
        @media (min-width: 320px) and (max-width: 330px) {
          .footer__banner-container .footer__banner-items-container .footer__banner-items .footer__text-container .footer__banner-text-content {
            font-size: var(--Type-Sizing-M, 14px); } }

.Footer__email-newsletter {
  display: flex;
  padding: 32px 32px 0px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: var(--Neutrals-neutral10, #101010); }
  @media (min-width: 320px) and (max-width: 640px) {
    .Footer__email-newsletter {
      display: flex;
      padding: 24px 12px 0px 12px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      width: auto; } }

.banner__container {
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  max-width: 1240px;
  padding: 80px 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: var(--Radius-L, 16px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.8) 100%), url(https://cdn11.bigcommerce.com/s-fse07c8umh/images/stencil/1300w/image-manager/footer-bg1.jpg?t=1746380326) lightgray -4px -468.917px/100.323% 263.559% no-repeat; }
  @media (min-width: 1300px) {
    .banner__container {
      min-width: 1240px;
      width: auto;
      margin: 0 auto; } }
  @media (min-width: 1024px) and (max-width: 1300px) {
    .banner__container {
      margin: 0 auto; } }
  @media (min-width: 800px) and (max-width: 1023px) {
    .banner__container {
      display: flex;
      min-width: unset;
      max-width: 1240px;
      min-width: 739px;
      padding: 80px 64px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      border-radius: var(--Radius-L, 16px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%), url(https://cdn11.bigcommerce.com/s-fse07c8umh/images/stencil/1100w/image-manager/footer-bg.jpg?t=1746380294) lightgray -2.374px -458.982px/100.323% 263.559% no-repeat; } }
  @media (min-width: 641px) and (max-width: 800px) {
    .banner__container {
      max-width: 1240px;
      min-width: unset;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%), url(https://cdn11.bigcommerce.com/s-fse07c8umh/images/stencil/800w/image-manager/footer-bg.jpg?t=1746380294) lightgray -2.374px -458.982px/100.323% 263.559% no-repeat; } }
  @media (min-width: 400px) and (max-width: 640px) {
    .banner__container {
      min-width: unset;
      display: flex;
      padding: 64px 16px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      border-radius: var(--Radius-L, 16px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%), url(https://cdn11.bigcommerce.com/s-fse07c8umh/images/stencil/700w/image-manager/footer-bg.jpg?t=1746380294) lightgray -1.148px -520.577px/100.323% 263.559% no-repeat; } }
  @media (min-width: 350px) and (max-width: 400px) {
    .banner__container {
      min-width: unset;
      display: flex;
      padding: 64px 16px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      border-radius: var(--Radius-L, 16px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%), url(https://cdn11.bigcommerce.com/s-fse07c8umh/images/stencil/400w/image-manager/footer-bg.jpg?t=1746380294) lightgray -1.148px -520.577px/100.323% 263.559% no-repeat; } }
  @media (min-width: 320px) and (max-width: 350px) {
    .banner__container {
      min-width: unset;
      display: flex;
      max-width: 300px;
      padding: 64px 16px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      border-radius: var(--Radius-L, 16px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%), url(https://cdn11.bigcommerce.com/s-fse07c8umh/images/stencil/350w/image-manager/footer-bg.jpg?t=1746380294) lightgray -1.148px -520.577px/100.323% 263.559% no-repeat; } }
  @media (min-width: 1300px) {
    .banner__container .banner__text-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 32px;
      align-self: stretch; } }
  @media (min-width: 1024px) and (max-width: 1299px) {
    .banner__container .banner__text-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 32px;
      align-self: stretch; } }
  @media (min-width: 641px) and (max-width: 1023px) {
    .banner__container .banner__text-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 32px;
      width: 100%; } }
  @media (min-width: 450px) and (max-width: 640px) {
    .banner__container .banner__text-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 32px;
      width: 100%; } }
  @media (min-width: 320px) and (max-width: 450px) {
    .banner__container .banner__text-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 32px;
      width: 100%; } }
  .banner__container .banner__text-container .banner__heading {
    width: 100%;
    max-width: 415px;
    color: var(--Neutrals-neutral0, #FFF);
    /* Heading/Heading-L */
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-3XL, 44px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 57.6px */
    text-transform: uppercase; }
    @media (min-width: 641px) and (max-width: 1023px) {
      .banner__container .banner__text-container .banner__heading {
        color: var(--Neutrals-neutral0, #FFF);
        text-align: center;
        /* Heading/Heading-L */
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-3XL, 42px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        /* 52.8px */
        text-transform: uppercase; } }
    @media (min-width: 450px) and (max-width: 640px) {
      .banner__container .banner__text-container .banner__heading {
        width: 308px;
        color: var(--Neutrals-neutral0, #FFF);
        text-align: center;
        /* Heading/Heading-L */
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-3XL, 40px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        /* 48px */
        text-transform: uppercase; } }
    @media (min-width: 350px) and (max-width: 450px) {
      .banner__container .banner__text-container .banner__heading {
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-3XL, 40px);
        width: 280px;
        text-align: center; } }
    @media (min-width: 320px) and (max-width: 350px) {
      .banner__container .banner__text-container .banner__heading {
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-3XL, 40px);
        width: 260px;
        text-align: center; } }
  .banner__container .banner__text-container .banner__subheading {
    color: var(--Neutrals-neutral0, #FFF);
    width: 100%;
    max-width: 484px;
    /* Body/Medium/Regular */
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-XS, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */ }
    @media (min-width: 641px) and (max-width: 1023px) {
      .banner__container .banner__text-container .banner__subheading {
        color: var(--Neutrals-neutral0, #FFF);
        text-align: center;
        /* Body/Medium/Regular */
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */ } }
    @media (min-width: 450px) and (max-width: 640px) {
      .banner__container .banner__text-container .banner__subheading {
        width: 100%;
        text-align: center; } }
    @media (min-width: 350px) and (max-width: 450px) {
      .banner__container .banner__text-container .banner__subheading {
        text-align: center;
        width: 100%; } }
    @media (min-width: 320px) and (max-width: 350px) {
      .banner__container .banner__text-container .banner__subheading {
        text-align: center;
        width: 100%; } }
  .banner__container .banner__text-container .banner__input-container {
    display: flex;
    width: 200px;
    position: relative;
    margin: 0 auto;
    /* Arrow Styling */ }
    @media (min-width: 450px) and (max-width: 640px) {
      .banner__container .banner__text-container .banner__input-container {
        width: 200px; } }
    @media (min-width: 350px) and (max-width: 450px) {
      .banner__container .banner__text-container .banner__input-container {
        width: 200px; } }
    @media (min-width: 320px) and (max-width: 350px) {
      .banner__container .banner__text-container .banner__input-container {
        width: 200px; } }
    .banner__container .banner__text-container .banner__input-container .banner__input {
      width: 100%;
      display: flex;
      height: 56px;
      padding: 4px 4px 4px 24px;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      border-radius: 100px;
      color: white;
      border: 1px solid rgba(255, 255, 255, 0.4);
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(6px);
      position: relative; }
      @media (min-width: 450px) and (max-width: 640px) {
        .banner__container .banner__text-container .banner__input-container .banner__input {
          width: 100%; } }
      @media (min-width: 350px) and (max-width: 450px) {
        .banner__container .banner__text-container .banner__input-container .banner__input {
          width: 100%; } }
      @media (min-width: 320px) and (max-width: 350px) {
        .banner__container .banner__text-container .banner__input-container .banner__input {
          width: 100%; } }
    .banner__container .banner__text-container .banner__input-container .banner__button {
      display: flex;
      width: 48px;
      /* Fixed to ensure it remains circular */
      height: 48px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 50%;
      /* Perfect circle */
      border: 1px solid rgba(255, 255, 255, 0.6);
      background: var(--Accents-lime, #CDDE00);
      position: absolute;
      right: 4px;
      top: 4px; }
    .banner__container .banner__text-container .banner__input-container .banner__button i {
      font-size: 18px;
      /* Adjust size as needed */
      color: black;
      /* White arrow */ }

@media (min-width: 450px) and (max-width: 490px) {
  .form-field {
    width: 320px; } }

@media (min-width: 320px) and (max-width: 450px) {
  .form-field {
    width: 280px; } }

.banner__input-content {
  align-self: stretch;
  color: rgba(255, 255, 255, 0.7);
  /* Label/Small/Regular */
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-3XS, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */ }
  @media (min-width: 350px) and (max-width: 640px) {
    .banner__input-content {
      width: 100%;
      text-align: center; } }
  @media (min-width: 320px) and (max-width: 350px) {
    .banner__input-content {
      width: 100%;
      text-align: center; } }

.footer_text_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch; }
  @media (min-width: 450px) and (max-width: 1023px) {
    .footer_text_div {
      align-items: center; } }
  @media (min-width: 350px) and (max-width: 449px) {
    .footer_text_div {
      align-items: center; } }
  @media (min-width: 320px) and (max-width: 350px) {
    .footer_text_div {
      align-items: center; } }

@media (min-width: 1024px) {
  .banner__container .banner__text-container .footerForm {
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: center;
    gap: 16px; } }

@media (min-width: 640px) and (max-width: 1023px) {
  .banner__container .banner__text-container .footerForm {
    display: flex;
    width: 423px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 0 auto; } }

@media (min-width: 320px) and (max-width: 640px) {
  .banner__container .banner__text-container .footerForm {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 0 auto; } }

@media (min-width: 320px) and (max-width: 640px) {
  .banner__container .banner__text-container .footerForm .footerMobOnlyWidth {
    width: 100%; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .tabletPosition {
    margin: 0 auto; } }

.legalLoyaltyClass {
  background: var(--Neutrals-neutral10, #101010);
  padding: 40px var(--Side-Margin-Margin, 20px) 100px var(--Side-Margin-Margin, 20px); }

.legalLoyaltyClassInside {
  max-width: 720px;
  color: var(--Neutrals-neutral0, #FFF) !important;
  font-family: var(--Body, Inter);
  font-size: 14px; }
  .legalLoyaltyClassInside strong {
    color: var(--Neutrals-neutral0, #FFF);
    font-family: var(--Heading, Futura); }
  .legalLoyaltyClassInside p {
    padding-bottom: 10px; }
  .legalLoyaltyClassInside a {
    text-decoration-color: var(--Neutrals-neutral0, #FFF);
    text-decoration: underline; }

.shippingClass {
  background: var(--Neutrals-neutral10, #101010);
  padding: 40px var(--Side-Margin-Margin, 20px) 100px var(--Side-Margin-Margin, 20px); }

.shippingclassInside {
  max-width: 720px;
  color: var(--Neutrals-neutral0, #FFF) !important;
  font-family: var(--Body, Inter);
  font-size: 14px; }
  .shippingclassInside strong {
    color: var(--Neutrals-neutral0, #FFF);
    font-family: var(--Heading, Futura); }
  .shippingclassInside p {
    padding-bottom: 10px; }
  .shippingclassInside a {
    text-decoration-color: var(--Neutrals-neutral0, #FFF);
    text-decoration: underline; }

.returnsClass {
  background: var(--Neutrals-neutral10, #101010);
  padding: 40px var(--Side-Margin-Margin, 20px) 100px var(--Side-Margin-Margin, 20px); }

.returnsclassInside {
  max-width: 720px;
  color: var(--Neutrals-neutral0, #FFF) !important;
  font-family: var(--Body, Inter);
  font-size: 14px; }
  .returnsclassInside strong {
    color: var(--Neutrals-neutral0, #FFF);
    font-family: var(--Heading, Futura); }
  .returnsclassInside p {
    padding-bottom: 10px; }
  .returnsclassInside a {
    text-decoration-color: var(--Neutrals-neutral0, #FFF);
    text-decoration: underline; }

.privacypolicyClass {
  background: var(--Neutrals-neutral10, #101010);
  padding: 40px var(--Side-Margin-Margin, 20px) 100px var(--Side-Margin-Margin, 20px); }

.privacypolicyclassInside {
  max-width: 1000px;
  visibility: hidden;
  color: var(--Neutrals-neutral0, #FFF) !important;
  font-family: var(--Body, Inter);
  font-size: 14px; }
  .privacypolicyclassInside strong {
    color: var(--Neutrals-neutral0, #FFF);
    font-family: var(--Heading, Futura); }
  .privacypolicyclassInside p {
    padding-bottom: 10px; }
  .privacypolicyclassInside a {
    text-decoration-color: var(--Neutrals-neutral0, #FFF);
    text-decoration: underline; }

.termsandconditionsClass {
  background: var(--Neutrals-neutral10, #101010);
  padding: 40px var(--Side-Margin-Margin, 20px) 100px var(--Side-Margin-Margin, 20px); }

.termsandconditionsclassInside {
  max-width: 1000px;
  visibility: hidden;
  color: var(--Neutrals-neutral0, #FFF) !important;
  font-family: var(--Body, Inter);
  font-size: 14px; }
  .termsandconditionsclassInside strong {
    color: var(--Neutrals-neutral0, #FFF);
    font-family: var(--Heading, Futura); }
  .termsandconditionsclassInside p {
    padding-bottom: 10px; }
  .termsandconditionsclassInside a {
    text-decoration-color: var(--Neutrals-neutral0, #FFF);
    text-decoration: underline; }

.cookiesClass {
  background: var(--Neutrals-neutral10, #101010);
  padding: 40px var(--Side-Margin-Margin, 20px) 100px var(--Side-Margin-Margin, 20px); }

.cookiesclassInside {
  max-width: 720px;
  color: var(--Neutrals-neutral0, #FFF) !important;
  font-family: var(--Body, Inter);
  font-size: 14px; }
  .cookiesclassInside strong {
    color: var(--Neutrals-neutral0, #FFF);
    font-family: var(--Heading, Futura); }
  .cookiesclassInside p {
    padding-bottom: 10px; }
  .cookiesclassInside a {
    text-decoration-color: var(--Neutrals-neutral0, #FFF);
    text-decoration: underline; }

body {
  padding: 0px; }

.body {
  margin-top: 0px !important; }

ol.breadcrumbs {
  display: block;
  text-align: left; }

.breadcrumb::before {
  display: none; }

.breadcrumb:not(:first-child)::before {
  display: none; }

.breadcrumb:first-child::before {
  display: none; }

.breadcrumb:first-child .breadcrumb-label span::before {
  display: none; }

.breadcrumb.is-active > .breadcrumb-label {
  font-weight: 900; }

.breadcrumb-label {
  text-decoration: none; }
  .breadcrumb-label .remove-breadcrumb {
    display: none; }
  .breadcrumb-label span {
    position: relative;
    padding: 0 5px; }

.breadcrumb__home-icon-container {
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 2.5px; }

.breadcrumb-label span {
  padding: 0 0 0 8px;
  color: var(--Neutrals-neutral5, #9D9D9D);
  /* Label/Small/Regular */
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-3XS, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */ }
  .breadcrumb-label span::before {
    content: '→';
    color: var(--Neutrals-neutral5, #9D9D9D);
    /* Label/Small/Regular */
    font-family: var(--Font-family-Body, Inter);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 15.6px */
    padding-right: 8px; }

.product-set-name > strong {
  display: block;
  height: auto;
  min-height: 40px; }
  @media (min-width: 600px) and (max-width: 1400px) {
    .product-set-name > strong {
      width: auto;
      height: auto;
      min-height: 0px; } }
  @media (min-width: 480px) and (max-width: 600px) {
    .product-set-name > strong {
      width: auto;
      height: auto;
      min-height: 0px; } }
  @media (min-width: 250px) and (max-width: 480px) {
    .product-set-name > strong {
      width: auto;
      height: auto;
      min-height: 0px; } }

.inner_product-section .product-set-img {
  width: auto;
  height: auto;
  max-height: 360px;
  max-width: 360px; }
  .inner_product-section .product-set-img img {
    width: auto;
    height: auto;
    max-height: 360px;
    max-width: 360px; }
    @media (min-width: 480px) and (max-width: 600px) {
      .inner_product-section .product-set-img img {
        width: auto;
        height: auto;
        max-height: 250px;
        max-width: 250px; } }
    @media (min-width: 250px) and (max-width: 480px) {
      .inner_product-section .product-set-img img {
        width: auto;
        height: auto;
        max-height: 250px;
        max-width: 250px; } }

#menu .navPage-subMenu.is-open .navPage-subMenu-list {
  padding: 0 1rem;
  margin: 0; }
  #menu .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item {
    padding: 0;
    max-width: none; }

@media (min-width: 800px) {
  #menu .navPage-subMenu.is-open {
    left: 0;
    top: 100%;
    padding: 0 !important;
    width: auto; }
    #menu .navPage-subMenu.is-open .navPage-subMenu-list {
      padding: .5rem 0; }
      #menu .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item {
        display: block;
        width: 100%;
        padding: 0; }
        #menu .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
          color: #252525;
          font-weight: 700;
          white-space: nowrap;
          padding-bottom: 1rem;
          padding-top: 1rem;
          border: 0;
          margin: 0; } }

#menu .subMenu-is-open > .navPages-item {
  width: 100%; }

@media (min-width: 1024px) {
  #menu .navPages-item:hover > .navPages-action {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--Neutrals-neutral9, #161616); }
    #menu .navPages-item:hover > .navPages-action .navPages-action-moreIcon {
      transform: rotate(0); }
      #menu .navPages-item:hover > .navPages-action .navPages-action-moreIcon svg {
        fill: white;
        stroke: white;
        transform: rotate(180deg); }
  #menu .navPages-item:hover .navPage-subMenu {
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 0 !important;
    display: block;
    min-width: 100%;
    max-width: none;
    width: 100vw; }
    #menu .navPages-item:hover .navPage-subMenu .navPage-subMenu-list {
      width: fit-content !important;
      box-shadow: none;
      padding: .5rem 0; }
      #menu .navPages-item:hover .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
        display: block;
        width: 100%;
        padding: 0; }
        #menu .navPages-item:hover .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
          color: #252525;
          font-weight: 700;
          white-space: nowrap;
          padding-bottom: 1rem;
          padding-top: 1rem;
          border: 0;
          margin: 0;
          display: flex;
          justify-content: center; }
          #menu .navPages-item:hover .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action:hover {
            color: #f05323; } }

@media (max-width: 1200px) {
  #menu .subMenu-is-open .navPages-action.is-open {
    position: relative;
    padding-left: 25px; }
    #menu .subMenu-is-open .navPages-action.is-open .navPages-action-moreIcon {
      position: absolute;
      left: -12px;
      top: 50%;
      width: 12px;
      height: 12px;
      transform: translateY(-50%); }
      #menu .subMenu-is-open .navPages-action.is-open .navPages-action-moreIcon svg {
        transform: rotate(90deg); } }

/*for the cookies size*/
#ot-sdk-btn-floating {
  display: none; }

/*for the accessibility size*/
body .uwy .uai, body .uwy .ulsti {
  width: 36px !important;
  height: 36px !important; }

@media (min-width: 551px) and (max-width: 640px) {
  .navPages-container.is-open {
    padding-top: 92px !important; } }

@media (min-width: 250px) and (max-width: 550px) {
  .navPages-container.is-open {
    padding-top: 92px !important; } }

@media (min-width: 800px) and (max-width: 1261px) {
  .navPages {
    padding: 0rem 1.5rem; } }

@media (min-width: 250px) and (max-width: 800px) {
  .navPages {
    padding: 0.5rem 1.5rem; } }

.navPage-subMenu.is-open {
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.nodisplay {
  width: 100% !important; }

@media (min-width: 1024px) {
  .expansion-icon {
    display: none; } }

.carousel-slide .slick-slide {
  padding-left: .75rem;
  padding-right: .75rem; }

.searchClass {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .searchClass .allInsideClass {
      display: none !important; } }
  .searchClass .page {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .searchClass .searchClearAll .facetedSearch-refineFilters {
      display: block; }
      .searchClass .searchClearAll .facetedSearch-refineFilters .clearAllDesktopClass {
        display: block; }
        .searchClass .searchClearAll .facetedSearch-refineFilters .clearAllDesktopClass a {
          border-radius: 12px;
          background: var(--Neutrals-neutral1, #F6F6F6);
          height: 42px;
          padding: 12px 16px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 8px;
          display: flex; }
    .searchClass .mobileIndexClass {
      display: flex !important;
      justify-content: flex-start;
      align-items: baseline;
      gap: 20px; }
      .searchClass .mobileIndexClass .indexFilterClass {
        flex: none !important; } }

.navBar-action-color--active {
  color: #161616 !important;
  text-align: center;
  font-family: var(--Heading, Futura);
  font-size: var(--Type-Sizing-M, 20px);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  white-space: nowrap; }

#_lpSurveyPopover {
  display: none; }

.productView-title {
  font-weight: 900;
  color: #161616; }

.productView-brand a {
  font-weight: 700;
  text-decoration: none;
  color: #161616; }

.productView-price span {
  font-weight: 700; }

.productView-reviewLink {
  color: #161616;
  font-weight: 700; }

.productView-info-name,
.productView-info-value {
  display: inline-block;
  color: #161616;
  font-weight: 900;
  text-transform: uppercase; }

.add-to-cart-wrapper label {
  font-weight: 900;
  text-transform: uppercase;
  color: #161616; }

.add-to-cart-wrapper .button {
  border-color: #161616; }
  .add-to-cart-wrapper .button svg {
    fill: #161616; }

.add-to-cart-wrapper .form-input {
  color: #161616; }

.productView-rating svg {
  fill: transparent;
  stroke: #161616; }

.productView-rating span {
  font-weight: 700; }

.productView-rating .icon--ratingFull svg {
  fill: #FFC600;
  stroke: #FFC600; }

.productView-rating .icon--ratingEmpty svg {
  fill: #161616;
  stroke: #161616; }

.form-wishlist .dropdown-menu-button {
  padding: 20px 30px;
  border-radius: 0;
  background: #161616;
  color: white;
  border: none;
  font-weight: 900;
  font-family: 'Futura';
  text-transform: uppercase; }
  .form-wishlist .dropdown-menu-button svg {
    fill: white; }
  .form-wishlist .dropdown-menu-button.is-open svg {
    transform: rotate(180deg); }

#wishlist-dropdown.is-open li {
  border-top: 1px solid white; }

#wishlist-dropdown.is-open .button {
  border-radius: 0;
  background: #161616;
  color: white; }

.productView-description .tabs {
  display: flex;
  flex-wrap: wrap;
  border: none; }
  @media (min-width: 641px) {
    .productView-description .tabs {
      flex-wrap: nowrap; } }
  .productView-description .tabs .tab {
    width: 100%;
    border: none; }
    .productView-description .tabs .tab.is-active {
      border: none; }
      .productView-description .tabs .tab.is-active .tab-title {
        background: linear-gradient(270deg, #97D700 0%, #D0DF00 100%);
        color: #161616;
        cursor: default; }
    .productView-description .tabs .tab .tab-title {
      text-align: center;
      background: #161616;
      color: white;
      text-transform: uppercase;
      font-weight: 700;
      position: relative; }
      .productView-description .tabs .tab .tab-title:hover::after, .productView-description .tabs .tab .tab-title:focus::after {
        content: '';
        position: absolute;
        height: 2px;
        width: 60%;
        background: linear-gradient(270deg, #97D700 0%, #D0DF00 100%);
        bottom: 10px;
        transition: .4s;
        left: 0;
        right: 0;
        margin: 0 auto; }

.productView-description .tabs-contents .tab-content.is-active {
  padding: 20px;
  border-bottom: 2px solid #161616; }

.productCarousel-slide p.card-text {
  font-weight: 700;
  color: #161616; }

.productCarousel-slide div.card-text {
  font-weight: 700;
  font-size: 1.57143rem;
  color: #161616; }

.productCarousel-slide .card-title {
  font-weight: 900;
  color: #161616; }

.productView-description .product__prev-arrow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  bottom: 0; }

.productView-description .product__prev-arrow svg,
.productView-description .product__next-arrow svg {
  width: 25px;
  height: 25px; }

.productView-description .product__next-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.videoGallery {
  border-top: none; }
  .videoGallery .toggle-title {
    font-weight: 900;
    text-transform: uppercase;
    color: #161616; }
    .videoGallery .toggle-title .toggleLink-text {
      font-weight: 800;
      position: relative;
      color: #161616; }
      .videoGallery .toggle-title .toggleLink-text::after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: -5px;
        transition: .4s;
        left: 0; }
      .videoGallery .toggle-title .toggleLink-text:hover::after, .videoGallery .toggle-title .toggleLink-text:focus::after {
        height: 6px;
        transition: .4s; }

.previewCartCheckout .cart-button {
  background: #161616;
  color: white; }

.PDPpdfModal .swal2-popup {
  width: 100%;
  height: 90vh; }
  @media (min-width: 641px) {
    .PDPpdfModal .swal2-popup {
      width: 70%; } }

.PDPpdfModal embed {
  height: 89vh; }

[data-layout-name] .buttonLink a {
  background: linear-gradient(270deg, #97D700 0%, #D0DF00 100%);
  color: #000 !important;
  border-radius: 0;
  padding: 20px 30px;
  border: none;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  border-radius: 0 !important;
  border: 0 !important;
  font-size: 1.28571rem !important; }
  [data-layout-name] .buttonLink a:hover {
    background: #000 !important;
    color: #fff !important; }

/* Default - Desktop Styles */
.productView-thumbnails {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px; }

.productView-image-container {
  position: relative; }

.arrow-down-btn {
  position: absolute;
  top: 350px;
  left: 0px; }

.arrow-up-btn {
  left: 5px; }

.product__prev-arrow,
.product__next-arrow {
  width: 20px;
  height: 20px; }

.product__prev-arrow svg,
.product__next-arrow svg {
  width: 20px;
  height: 20px; }

/* Tablet and Mobile - Hide All Elements */
@media (max-width: 1023px) {
  .productView-thumbnails,
  .arrow-down-btn,
  .arrow-up-btn,
  .product__prev-arrow,
  .product__next-arrow {
    display: none; } }

/* Special Styles for 1024px */
@media (min-width: 1024px) {
  .productView-thumbnails {
    justify-content: flex-start;
    margin-top: 10px;
    right: 0; } }

@media (min-width: 1024px) and (min-width: 1024px) {
  .arrow-down-btn {
    top: 360px;
    left: 8px;
    background: white; }
  .arrow-up-btn {
    position: absolute;
    left: 8px;
    top: -4px; } }

@media (min-width: 1024px) and (min-width: 1261px) {
  .arrow-down-btn {
    top: 500px;
    left: 6px; }
  .arrow-up-btn {
    position: absolute;
    left: 5px;
    top: -4px; } }

@media (min-width: 1024px) {
  .product__prev-arrow,
  .product__next-arrow {
    width: 25px;
    height: 25px; }
  .product__prev-arrow svg,
  .product__next-arrow svg {
    width: 25px;
    height: 25px; }
  ._video .productView-iframe {
    bottom: 0;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    height: 400px;
    width: 100%; } }

.page_product .body {
  padding: 0;
  padding-top: 162px; }

.page_product .breadcrumbs {
  margin-bottom: 12px;
  margin-top: 10px;
  padding: 0 15px; }
  .page_product .breadcrumbs .breadcrumb:first-child .breadcrumb-label span {
    padding-left: 0; }

@media (min-width: 641px) {
  .page_product #main-content {
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 20px; } }

.page_product .productView {
  padding: 0px;
  margin: 0; }
  @media (min-width: 1024px) and (max-width: 1260px) {
    .page_product .productView {
      padding: 0 32px 64px; } }
  @media (min-width: 1261px) {
    .page_product .productView {
      padding-bottom: 64px; } }
  .page_product .productView .product_title_desktop {
    display: block; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .page_product .productView .product_title_desktop {
        display: none; } }
  .page_product .productView .product_title_mobile {
    display: none; }
    @media screen and (max-width: 640px) {
      .page_product .productView .product_title_mobile {
        display: none; } }
    @media screen and (max-width: 1023px) {
      .page_product .productView .product_title_mobile {
        display: block; } }
  .page_product .productView .product_title_tablet {
    display: none; }
    @media screen and (max-width: 640px) {
      .page_product .productView .product_title_tablet {
        display: block; } }
    @media screen and (max-width: 1023px) {
      .page_product .productView .product_title_tablet {
        display: none; } }
  .page_product .productView .productView-details.product-data.mobile_only {
    padding: 0;
    margin-bottom: 20px; }
    @media (min-width: 641px) {
      .page_product .productView .productView-details.product-data.mobile_only {
        padding-left: 25px; } }
    .page_product .productView .productView-details.product-data.mobile_only .productView--section {
      display: flex;
      align-items: center; }
    .page_product .productView .productView-details.product-data.mobile_only .productView-product {
      display: flex;
      justify-content: space-between;
      gap: 80px;
      align-items: flex-end; }
      @media (min-width: 641px) {
        .page_product .productView .productView-details.product-data.mobile_only .productView-product {
          border: 0;
          margin: 0;
          padding: 0; } }
      .page_product .productView .productView-details.product-data.mobile_only .productView-product .productView-title {
        color: var(--Neutrals-neutral9, #161616);
        /* Heading/Heading-M */
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-2XL, 40px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        /* 48px */
        text-transform: uppercase; }
        @media (min-width: 641px) and (max-width: 1023px) {
          .page_product .productView .productView-details.product-data.mobile_only .productView-product .productView-title {
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Heading, Futura);
            font-size: var(--Type-Sizing-2XL, 36px) !important;
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            /* 48px */
            text-transform: uppercase;
            padding-bottom: 12px; } }
        @media (min-width: 320px) and (max-width: 640px) {
          .page_product .productView .productView-details.product-data.mobile_only .productView-product .productView-title {
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Heading, Futura);
            font-size: var(--Type-Sizing-2XL, 32px) !important;
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            /* 48px */
            text-transform: uppercase;
            padding-bottom: 12px; } }
    .page_product .productView .productView-details.product-data.mobile_only .productView-price {
      display: flex;
      align-items: baseline;
      gap: 7px;
      margin: 1px; }
      .page_product .productView .productView-details.product-data.mobile_only .productView-price .price-section {
        display: flex;
        align-items: baseline;
        gap: 7px;
        margin: 1px; }
        .page_product .productView .productView-details.product-data.mobile_only .productView-price .price-section .price--main {
          color: var(--Neutrals-neutral9, #161616);
          text-align: center;
          font-family: var(--Body, Inter) !important;
          font-size: 16px;
          font-style: normal;
          line-height: 120%;
          text-transform: uppercase;
          font-size: var(--Type-Sizing-XL, 26px) !important;
          font-weight: 800 !important; }
      .page_product .productView .productView-details.product-data.mobile_only .productView-price #price-now-value {
        color: var(--Neutrals-neutral9, #161616);
        text-align: center;
        font-family: var(--Body, Inter) !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 19.2px */
        text-transform: uppercase; }
      .page_product .productView .productView-details.product-data.mobile_only .productView-price #price-was-value {
        color: var(--Neutrals-neutral5, #9D9D9D);
        text-align: center;
        font-family: var(--Font-family-Heading, Futura);
        font-size: 20px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 120%;
        /* 24px */
        text-decoration-line: strikethrough;
        text-transform: uppercase; }
  .page_product .productView .productView-images-section {
    width: 100%;
    max-width: 100%;
    float: left;
    top: 0; }
    @media (min-width: 1024px) {
      .page_product .productView .productView-images-section {
        width: 50%;
        max-width: 50%; } }
    .page_product .productView .productView-images-section .productView-image-container {
      display: unset; }
      @media (min-width: 320px) and (max-width: 1024px) {
        .page_product .productView .productView-images-section .productView-image-container {
          display: flex;
          justify-content: center; } }
  .page_product .productView .productView-images {
    padding: 0;
    position: relative;
    width: 540px;
    max-width: 540px;
    margin: 0; }
    @media (min-width: 1261px) {
      .page_product .productView .productView-images {
        width: 540px;
        max-width: 540px;
        float: left;
        margin-left: 20px; } }
    @media (min-width: 1050px) and (max-width: 1260px) {
      .page_product .productView .productView-images {
        width: 420px;
        float: left;
        margin-left: 20px; } }
    @media (min-width: 1024px) and (max-width: 1049px) {
      .page_product .productView .productView-images {
        width: 400px;
        float: left;
        margin-left: 20px; } }
    @media screen and (max-width: 640px) {
      .page_product .productView .productView-images {
        padding: 0;
        position: relative;
        width: 100%;
        max-width: 540px;
        margin: 0;
        margin-bottom: 40px; } }
    .page_product .productView .productView-images .productView-img-container {
      width: 70vw;
      transition: transform .4s;
      position: relative;
      margin: 0 5px; }
    .page_product .productView .productView-images .slick-dots {
      bottom: -10px; }
      .page_product .productView .productView-images .slick-dots li button {
        background: #D9D9D9;
        box-shadow: none;
        width: 7px;
        height: 7px;
        border: none !important; }
        .page_product .productView .productView-images .slick-dots li button::before {
          display: none; }
      .page_product .productView .productView-images .slick-dots li.slick-active button {
        background: #161616; }
    .page_product .productView .productView-images .slick-next .slick-button,
    .page_product .productView .productView-images .slick-prev .slick-button {
      background: none !important;
      border: none !important; }
    .page_product .productView .productView-images .slick-arrow {
      width: 25px;
      height: 30px; }
      @media (min-width: 641px) {
        .page_product .productView .productView-images .slick-arrow {
          width: 36px;
          height: 50px; } }
      .page_product .productView .productView-images .slick-arrow:before, .page_product .productView .productView-images .slick-arrow:after {
        content: "";
        width: 20px;
        height: 20px;
        border-right: 4px solid #000;
        border-bottom: 4px solid #000;
        background-image: none;
        transform: rotate(135deg);
        position: absolute;
        left: 0;
        top: 10px; }
        @media (min-width: 641px) {
          .page_product .productView .productView-images .slick-arrow:before, .page_product .productView .productView-images .slick-arrow:after {
            width: 30px;
            height: 30px;
            left: 12px; } }
      .page_product .productView .productView-images .slick-arrow.slick-prev {
        position: relative !important;
        float: right;
        bottom: 41px;
        left: -185px; }
      .page_product .productView .productView-images .slick-arrow.slick-next {
        position: relative !important;
        float: right;
        bottom: 398px;
        right: 123px; }
        .page_product .productView .productView-images .slick-arrow.slick-next:before, .page_product .productView .productView-images .slick-arrow.slick-next:after {
          transform: rotate(-45deg);
          left: auto;
          right: 0; }
          @media (min-width: 641px) {
            .page_product .productView .productView-images .slick-arrow.slick-next:before, .page_product .productView .productView-images .slick-arrow.slick-next:after {
              right: 12px; } }
    .page_product .productView .productView-images .productView-img-container {
      width: 100%;
      max-width: none; }
      .page_product .productView .productView-images .productView-img-container img {
        margin: 0px;
        width: 532px;
        height: 532.001px;
        border-radius: 12px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%); }
        @media (min-width: 1024px) and (max-width: 1260px) {
          .page_product .productView .productView-images .productView-img-container img {
            width: 440px;
            max-height: 400px; } }
        @media screen and (max-width: 640px) {
          .page_product .productView .productView-images .productView-img-container img {
            margin: 0px;
            width: 100%;
            height: 100%;
            border-radius: 12px;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%); } }
      .page_product .productView .productView-images .productView-img-container::after {
        padding-bottom: 100%; }
      .page_product .productView .productView-images .productView-img-container._video .productView-iframe {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%; }
  .page_product .productView .productView-thumbnails {
    width: 60px;
    max-width: 60px;
    border: 8.372px;
    float: left; }
    @media (min-width: 1024px) {
      .page_product .productView .productView-thumbnails .slick-list {
        margin: 0px;
        margin-top: 20px;
        height: 360px !important; } }
    @media (min-width: 1261px) {
      .page_product .productView .productView-thumbnails .slick-list {
        margin: 0px;
        margin-top: 20px;
        height: 495px !important; } }
    .page_product .productView .productView-thumbnails .slick-slide {
      opacity: 0.5; }
    .page_product .productView .productView-thumbnails .slick-current {
      opacity: 1 !important; }
    .page_product .productView .productView-thumbnails .productView-thumbnail .productView-thumbnail-link:active, .page_product .productView .productView-thumbnails .productView-thumbnail .productView-thumbnail-link:hover, .page_product .productView .productView-thumbnails .productView-thumbnail .productView-thumbnail-link:focus {
      border-color: #CDDE00; }
    .page_product .productView .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
      width: 100%; }
    .page_product .productView .productView-thumbnails .productView-thumbnail.slick-current.slick-active .productView-thumbnail-link {
      border-color: #CDDE00; }
      .page_product .productView .productView-thumbnails .productView-thumbnail.slick-current.slick-active .productView-thumbnail-link img {
        width: 100%; }
    .page_product .productView .productView-thumbnails .productView-thumbnail .productView-play-icon {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 32px;
      height: 32px; }
  .page_product .productView .productView-description {
    padding: 0;
    margin-top: 20px;
    z-index: 0; }
    @media (min-width: 1024px) {
      .page_product .productView .productView-description {
        width: 50%;
        padding-left: 25px;
        margin: 0;
        margin-bottom: 15px; } }
    @media (min-width: 100px) and (max-width: 800px) {
      .page_product .productView .productView-description {
        width: 100%; } }
    .page_product .productView .productView-description .productView-title {
      color: var(--Neutrals-neutral9, #161616);
      /* Heading/Heading-M */
      font-family: var(--Heading, Futura);
      font-size: var(--Type-Sizing-2XL, 40px);
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      /* 48px */
      text-transform: uppercase; }
    .page_product .productView .productView-description .productView-description {
      margin: 0; }
  .page_product .productView .productView-details {
    margin: 0;
    padding: 0; }
    @media (min-width: 641px) {
      .page_product .productView .productView-details {
        padding-left: 25px; }
        .page_product .productView .productView-details .productView-product {
          padding: 0;
          border: 0; } }
    .page_product .productView .productView-details .productView-info {
      margin: 0;
      margin-bottom: 10px; }
      @media (min-width: 641px) {
        .page_product .productView .productView-details .productView-info {
          margin-bottom: 20px; } }
      .page_product .productView .productView-details .productView-info .productView-info-value,
      .page_product .productView .productView-details .productView-info .productView-info-name {
        padding: 0;
        margin: 0; }
  .page_product .productView .productView-options {
    text-align: left;
    margin: 0;
    position: relative; }
    .page_product .productView .productView-options [data-wishlist-add] {
      display: none; }
    .page_product .productView .productView-options .add-to-cart-wrapper .form-field--increments {
      margin-bottom: 15px; }
    .page_product .productView .productView-options .add-to-cart-wrapper .form-field--increments-case {
      display: inline-block; }
    .page_product .productView .productView-options .add-to-cart-wrapper .form-action {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      padding: 0;
      width: 100%;
      margin: 0 auto; }
      @media (min-width: 641px) {
        .page_product .productView .productView-options .add-to-cart-wrapper .form-action {
          margin-top: 10px; } }
      .page_product .productView .productView-options .add-to-cart-wrapper .form-action .priceSpider__container {
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 8px; }
        .page_product .productView .productView-options .add-to-cart-wrapper .form-action .priceSpider__container .ps-icon {
          stroke-width: 0.5; }
        .page_product .productView .productView-options .add-to-cart-wrapper .form-action .priceSpider__container .ps-widget {
          border: none !important;
          padding: 0 !important;
          min-height: 0 !important;
          background-color: transparent !important; }
          .page_product .productView .productView-options .add-to-cart-wrapper .form-action .priceSpider__container .ps-widget span {
            color: black;
            font-weight: 700;
            cursor: pointer; }
      .page_product .productView .productView-options .add-to-cart-wrapper .form-action .button--primary {
        display: inline-flex;
        height: 48px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex: 1 0 0;
        border-radius: var(--Radius-M, 12px);
        border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
        background: var(--Accents-lime, #CDDE00);
        color: var(--Neutrals-neutral9, #161616);
        /* Label/Large/SemiBold */
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        /* 20.8px */
        vertical-align: middle; }
        @media (min-width: 641px) {
          .page_product .productView .productView-options .add-to-cart-wrapper .form-action .button--primary {
            width: 100%; } }
    .page_product .productView .productView-options .add-to-cart-wrapper .form-field-bulk .form-field--increments {
      display: inline-block;
      padding-right: 32px; }
      .page_product .productView .productView-options .add-to-cart-wrapper .form-field-bulk .form-field--increments:first-child {
        padding-left: 0; }
      .page_product .productView .productView-options .add-to-cart-wrapper .form-field-bulk .form-field--increments.active {
        opacity: 1; }
      .page_product .productView .productView-options .add-to-cart-wrapper .form-field-bulk .form-field--increments:not(.active) {
        opacity: 0.8; }
    .page_product .productView .productView-options .add-to-cart-wrapper .form-field-bulk .form-field-default-increments .form-input--incrementTotal {
      background-color: white;
      cursor: not-allowed; }
    .page_product .productView .productView-options .add-to-cart-wrapper .form-field-bulk .form-field--bulk_discount_rates .form-label span {
      color: #93d500; }
    .page_product .productView .productView-options .add-to-cart-wrapper .form-field-bulk .selected_qty_text {
      margin: 10px 0 10px;
      color: var(--Neutrals-neutral9, #161616);
      text-align: right;
      /* Body/Small/Medium */
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-2XS, 14px);
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      /* 21px */ }
      .page_product .productView .productView-options .add-to-cart-wrapper .form-field-bulk .selected_qty_text span {
        color: var(--Neutrals-neutral9, #161616);
        /* Body/Small/Medium */
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-2XS, 14px);
        font-style: normal;
        font-weight: 700;
        line-height: 150%; }
    .page_product .productView .productView-options .price_quantity_container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 16px; }
      .page_product .productView .productView-options .price_quantity_container .price_container {
        display: flex;
        align-items: center;
        gap: 10px; }
    .page_product .productView .productView-options .card-text-price {
      top: 32px;
      margin: 0;
      right: 0; }
      .page_product .productView .productView-options .card-text-price.card-text-original {
        display: none; }
      .page_product .productView .productView-options .card-text-price.card-text-original-price {
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Font-family-Body, Inter);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 20.8px */ }
      .page_product .productView .productView-options .card-text-price.card-text-without-dis-price {
        color: var(--Neutrals-neutral6, #7B7B7B);
        font-family: var(--Font-family-Body, Inter);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 18.2px */
        text-decoration: line-through; }
      .page_product .productView .productView-options .card-text-price span {
        font-size: 16px;
        font-weight: 700; }
  .page_product .productView .productView-description-tabs {
    width: 100%; }
    @media (min-width: 641px) {
      .page_product .productView .productView-description-tabs {
        float: left;
        width: 100%;
        margin-top: 40px; } }

@media (min-width: 800px) and (max-width: 960px) {
  .page_product .productView .productView-options .add-to-cart-wrapper .form-field-bulk .form-field--increments {
    display: block;
    padding: 0; } }

@media (max-width: 800px) {
  .page_product.stricky_cart .productView .productView-options .add-to-cart-wrapper .form-action {
    max-width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0px 10px;
    text-align: right; } }
  @media (max-width: 800px) and (min-width: 641px) {
    .page_product.stricky_cart .productView .productView-options .add-to-cart-wrapper .form-action {
      position: unset;
      background: transparent; } }

@media (max-width: 800px) {
    .page_product.stricky_cart .productView .productView-options .add-to-cart-wrapper .form-action .button--primary {
      max-width: 100%;
      padding: 20px 0;
      margin: 0px;
      border-radius: var(--Radius-M, 12px);
      border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4)); } }

@media (max-width: 480px) {
  .page_product .productView .productView-options .add-to-cart-wrapper .form-field-bulk .form-field--increments {
    display: inline-block;
    padding: 0;
    width: 165px; }
  .page_product .productView .productView-options .add-to-cart-wrapper .form-field--increments-case {
    width: 34%;
    display: inline-block;
    float: right; } }

.page_product .product_nearby_store {
  display: flex;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--Radius-M, 12px);
  border: 1px solid var(--Neutrals-neutral4, #C4C4C4); }
  .page_product .product_nearby_store .map_pin_icon {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center; }
  .page_product .product_nearby_store .button_find_nearby_store {
    color: var(--Neutrals-neutral9, #161616);
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-XS, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%; }

.page_product .product_warring_message {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px; }
  .page_product .product_warring_message .left_message {
    display: flex;
    align-items: center; }
  .page_product .product_warring_message .right_message {
    display: flex;
    align-items: center; }
    .page_product .product_warring_message .right_message span {
      color: var(--Neutrals-neutral6, #7B7B7B);
      /* Label/Small/Regular */
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-3XS, 12px);
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      /* 15.6px */ }
      .page_product .product_warring_message .right_message span a {
        color: var(--Neutrals-neutral6, #7B7B7B);
        /* Label/Small/Regular */
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-3XS, 12px);
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font; }

.page_product [data-content-region="product_below_price"]:not(:empty) {
  float: left; }

/* search page fix */
.productGrid .card-img-container {
  margin-top: 10px;
  width: 200px; }

.card-img-container {
  max-width: 500px; }

.productGrid .card-body .card-title a {
  font-size: 16px;
  font-weight: 800;
  color: black; }

.productGrid .card-body .price-section span {
  font-size: 16px;
  font-weight: 600;
  color: black; }

[data-test-info-type="brandName"] {
  height: 24px !important; }

.productGrid .product .card-body {
  margin-top: unset; }

.productView-description-container {
  padding: 10px; }

.productView--section .price {
  color: var(--Neutrals-neutral10, #101010);
  text-align: center;
  /* Heading/Heading-S */
  font-family: var(--Heading, Futura);
  font-size: var(--Type-Sizing-XL, 26jkpx) !important;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 120%;
  /* 38.4px */
  text-transform: uppercase; }

.customer-review-section {
  display: flex;
  padding: 40px var(--Side-Margin-Margin, 32px) 100px var(--Side-Margin-Margin, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch; }
  @media (min-width: 641px) and (max-width: 1024px) {
    .customer-review-section {
      display: flex;
      padding: 40px var(--Side-Margin-Margin, 32px) 100px var(--Side-Margin-Margin, 32px);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch; } }
  @media (min-width: 401px) and (max-width: 640px) {
    .customer-review-section {
      display: flex;
      padding: 40px var(--Side-Margin-Margin, 20px) 100px var(--Side-Margin-Margin, 20px);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch; } }
  @media (min-width: 320px) and (max-width: 400px) {
    .customer-review-section {
      display: flex;
      padding: 0px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      padding-bottom: 100px; } }
  .customer-review-section .customer-review-body {
    display: flex;
    max-width: 1240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    align-self: stretch; }
    .customer-review-section .customer-review-body .sv-widget button.sv-brand-kit-button {
      background-color: transparent !important; }
      .customer-review-section .customer-review-body .sv-widget button.sv-brand-kit-button span {
        color: #161616 !important; }
    .customer-review-section .customer-review-body .customer-review-header {
      text-align: center;
      margin-top: 20px; }
      .customer-review-section .customer-review-body .customer-review-header .customer-review-header-title {
        color: var(--Neutrals-neutral10, #101010);
        text-align: center;
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-2XL, 32px) !important;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        text-transform: uppercase; }
      .customer-review-section .customer-review-body .customer-review-header .customer-review-review-summary {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch; }
        @media (min-width: 320px) and (max-width: 350px) {
          .customer-review-section .customer-review-body .customer-review-header .customer-review-review-summary {
            gap: 10px; } }
        @media (min-width: 351px) and (max-width: 400px) {
          .customer-review-section .customer-review-body .customer-review-header .customer-review-review-summary {
            gap: 21px; } }
        .customer-review-section .customer-review-body .customer-review-header .customer-review-review-summary .starTextDiv {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 8px; }
          .customer-review-section .customer-review-body .customer-review-header .customer-review-review-summary .starTextDiv .numberStarDiv {
            display: flex;
            align-items: center;
            gap: 17px; }
            @media (min-width: 320px) and (max-width: 321px) {
              .customer-review-section .customer-review-body .customer-review-header .customer-review-review-summary .starTextDiv .numberStarDiv {
                gap: 8px; } }
            @media (min-width: 322px) and (max-width: 330px) {
              .customer-review-section .customer-review-body .customer-review-header .customer-review-review-summary .starTextDiv .numberStarDiv {
                gap: 10px; } }
            .customer-review-section .customer-review-body .customer-review-header .customer-review-review-summary .starTextDiv .numberStarDiv #customer-review-review-score {
              color: var(--Neutrals-neutral9, #161616);
              text-align: center;
              font-family: var(--Font-family-Heading, Futura);
              font-size: 32px !important;
              font-style: normal;
              font-weight: 800;
              line-height: 120%;
              text-transform: uppercase; }
            .customer-review-section .customer-review-body .customer-review-header .customer-review-review-summary .starTextDiv .numberStarDiv .star-rating {
              display: flex;
              align-items: center;
              gap: 6px; }
    .customer-review-section .customer-review-body .customer-review-review-section {
      justify-content: center;
      display: flex; }
      .customer-review-section .customer-review-body .customer-review-review-section .customer-review-container {
        display: flex;
        gap: 20px;
        width: 100%; }
        .customer-review-section .customer-review-body .customer-review-review-section .customer-review-container .customer-review-side {
          width: 48%; }
      .customer-review-section .customer-review-body .customer-review-review-section #reviews {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 48px;
        align-self: stretch; }
        .customer-review-section .customer-review-body .customer-review-review-section #reviews .review-container {
          display: flex;
          flex: 40%;
          flex-direction: column;
          align-items: flex-start;
          gap: 15px; }
          @media (min-width: 740px) and (max-width: 1024px) {
            .customer-review-section .customer-review-body .customer-review-review-section #reviews .review-container {
              flex: unset; } }
          @media (min-width: 641px) and (max-width: 740px) {
            .customer-review-section .customer-review-body .customer-review-review-section #reviews .review-container {
              flex: 1 0 0; } }
          @media (min-width: 320px) and (max-width: 640px) {
            .customer-review-section .customer-review-body .customer-review-review-section #reviews .review-container {
              flex: 1 0 0; } }
        .customer-review-section .customer-review-body .customer-review-review-section #reviews .review-heading {
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
          align-self: stretch; }
        .customer-review-section .customer-review-body .customer-review-review-section #reviews .customer-review-content-box {
          display: flex;
          align-items: flex-start;
          gap: 24px;
          align-self: stretch; }
          .customer-review-section .customer-review-body .customer-review-review-section #reviews .customer-review-content-box .customer-review-content {
            width: 100%; }
          .customer-review-section .customer-review-body .customer-review-review-section #reviews .customer-review-content-box .customer-review-review-img {
            width: 70px;
            height: 90px; }
          .customer-review-section .customer-review-body .customer-review-review-section #reviews .customer-review-content-box .customer-review-image {
            width: 100%;
            height: 100%;
            border-radius: var(--Radius-XS, 4px); }
      .customer-review-section .customer-review-body .customer-review-review-section .customer-review-reviewer-name {
        text-align: start;
        margin: 0px;
        color: #161616;
        font-family: "Futura";
        font-size: var(--L, 20px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        text-transform: uppercase; }
      .customer-review-section .customer-review-body .customer-review-review-section .customer-review-reviewer-location {
        font-size: 14px;
        color: #6c757d;
        margin-bottom: 5px; }
      .customer-review-section .customer-review-body .customer-review-review-section .customer-review-rating {
        color: #CDDE00;
        font-size: 16px;
        margin-bottom: 0px; }
      .customer-review-section .customer-review-body .customer-review-review-section .customer-review-review-title {
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 700 !important;
        line-height: 130%;
        margin: 0px; }
      .customer-review-section .customer-review-body .customer-review-review-section .replyTitleText {
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 700 !important;
        line-height: 130%;
        margin: 0px; }
      .customer-review-section .customer-review-body .customer-review-review-section .customer-review-review-text {
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin: 0px; }
      .customer-review-section .customer-review-body .customer-review-review-section .replyContentText {
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin: 0px; }
      .customer-review-section .customer-review-body .customer-review-review-section .replyWholeDiv {
        display: flex;
        gap: 5px; }
      .customer-review-section .customer-review-body .customer-review-review-section .customer-review-review-date {
        float: right;
        font-size: 14px;
        color: #6c757d; }
    .customer-review-section .customer-review-body .customer-review-pagin-review {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      width: 100%; }
      @media (min-width: 320px) and (max-width: 640px) {
        .customer-review-section .customer-review-body .customer-review-pagin-review {
          flex-direction: column;
          gap: 48px; } }
      .customer-review-section .customer-review-body .customer-review-pagin-review #pagination {
        display: flex;
        gap: 10px; }
        .customer-review-section .customer-review-body .customer-review-pagin-review #pagination button {
          display: flex;
          width: 32px;
          height: 32px;
          padding: 10px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 32px;
          border: 2px solid var(--Neutrals-neutral2, #EEEFED) !important;
          background: var(--Neutrals-neutral0, #FFF); }
          .customer-review-section .customer-review-body .customer-review-pagin-review #pagination button svg {
            width: 16px;
            height: 16px;
            flex-shrink: 0; }
      .customer-review-section .customer-review-body .customer-review-pagin-review .customer-review-current-page {
        border-radius: 32px;
        background: var(--Neutrals-neutral9, #161616) !important;
        color: white; }

@media (max-width: 768px) {
  .customer-review-header-title {
    font-size: 20px; }
  .customer-review-review-summary {
    align-items: center;
    text-align: center; }
  #customer-review-review-score {
    font-size: 16px; }
  .customer-review-container {
    flex-direction: column;
    width: 100%;
    gap: 15px; }
  .customer-review-side {
    width: 100%; }
  .customer-review-reviewer-name {
    font-size: 18px; }
  .customer-review-reviewer-location {
    font-size: 12px; }
  .customer-review-rating {
    font-size: 14px; }
  .customer-review-review-title {
    font-size: 14px; }
  .replyTitleText {
    font-size: 14px; }
  .customer-review-review-text {
    font-size: 12px; }
  .replyContentText {
    font-size: 12px; }
  .customer-review-review-date {
    font-size: 12px;
    float: none;
    text-align: right;
    margin-top: 5px; } }

#based {
  color: var(--Neutrals-neutral5, #9D9D9D);
  text-align: center;
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-2XS, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  align-self: stretch; }

.customer-review-reviewer-location {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6c757d; }

.flag-icon {
  width: 20px;
  height: 15px;
  margin-right: 8px;
  /* Space between flag and text */ }

.bulk_content_container {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  .bulk_content_container .bulk_content {
    padding-left: 10px;
    color: #97A300;
    /* Label/Medium/Medum */
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-2XS, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 18.2px */ }

.pdp_button_heading {
  color: var(--Neutrals-neutral7, #555);
  /* Label/Small/Medium */
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-3XS, 12px) !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 130%;
  /* 15.6px */ }

.productView-product .productView-title {
  color: var(--Neutrals-neutral9, #161616);
  /* Heading/Heading-M */
  font-family: var(--Heading, Futura);
  font-size: var(--Type-Sizing-2XL, 40px);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 48px */
  text-transform: uppercase; }
  @media (min-width: 641px) and (max-width: 1023px) {
    .productView-product .productView-title {
      color: var(--Neutrals-neutral9, #161616);
      font-family: var(--Heading, Futura);
      font-size: var(--Type-Sizing-2XL, 36px) !important;
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      /* 48px */
      text-transform: uppercase; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .productView-product .productView-title {
      color: var(--Neutrals-neutral9, #161616);
      font-family: var(--Heading, Futura);
      font-size: var(--Type-Sizing-2XL, 32px) !important;
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      /* 48px */
      text-transform: uppercase; } }

.pdp_button_container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--Neutrals-neutral1, #F6F6F6);
  width: 104px;
  height: 36px; }
  .pdp_button_container .pdp_input {
    background: var(--Neutrals-neutral1, #F6F6F6) !important; }
  .pdp_button_container .bulk_pdp_button {
    border: none !important; }

.flat_offer_container {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-top: 16px;
  border-radius: var(--Radius-M, 12px);
  background: var(--Neutrals-neutral1, #F6F6F6); }
  .flat_offer_container .flat_offer_image_container {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 3.704px 4px 4.296px 4px;
    justify-content: center;
    align-items: center;
    border-radius: 7.385px;
    background: var(--Neutrals-neutral0, #FFF); }
  .flat_offer_container .flat_offer_content_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0; }
    .flat_offer_container .flat_offer_content_container .flat_offer_heading {
      color: var(--Neutrals-neutral9, #161616);
      /* Label/Medium/Medum */
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-2XS, 14px);
      font-style: normal;
      font-weight: 500;
      line-height: 130%;
      /* 18.2px */ }
    .flat_offer_container .flat_offer_content_container .flat_offer_subheading {
      color: var(--Neutrals-neutral6, #7B7B7B);
      /* Label/Small/Regular */
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-3XS, 12px);
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      /* 15.6px */ }

.guarantee_container {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-top: 16px;
  border-radius: var(--Radius-M, 12px);
  background: var(--Neutrals-neutral1, #F6F6F6); }
  .guarantee_container .guarantee_image_container {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 3.704px 4px 4.296px 4px;
    justify-content: center;
    align-items: center;
    border-radius: 7.385px;
    background: var(--Neutrals-neutral0, #FFF); }
  .guarantee_container .guarantee_content_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0; }
    .guarantee_container .guarantee_content_container .guarantee_heading {
      color: var(--Neutrals-neutral9, #161616);
      /* Label/Medium/Medum */
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-2XS, 14px);
      font-style: normal;
      font-weight: 500;
      line-height: 130%;
      /* 18.2px */ }
    .guarantee_container .guarantee_content_container .guarantee_subheading {
      color: var(--Neutrals-neutral6, #7B7B7B);
      /* Label/Small/Regular */
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-3XS, 12px);
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      /* 15.6px */ }

.productView-related-products {
  padding: 0;
  margin-top: 20px; }
  @media (min-width: 641px) {
    .productView-related-products {
      float: left;
      width: 100%;
      margin-top: 40px; } }
  @media (min-width: 641px) and (max-width: 1023px) {
    .productView-related-products {
      padding-bottom: 120px; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .productView-related-products {
      padding-bottom: 120px; } }
  .productView-related-products .productView-title {
    color: var(--Neutrals-neutral9, #161616);
    font-family: var(--Heading, Futura);
    font-size: var(--Type-Sizing-2XL, 40px);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 48px */
    text-transform: uppercase;
    padding-left: 12px;
    padding-bottom: 40px; }
    @media (min-width: 641px) and (max-width: 1023px) {
      .productView-related-products .productView-title {
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-2XL, 36px) !important;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        /* 48px */
        text-transform: uppercase;
        padding-bottom: 12px; } }
    @media (min-width: 320px) and (max-width: 640px) {
      .productView-related-products .productView-title {
        color: var(--Neutrals-neutral9, #161616);
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-2XL, 32px) !important;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        /* 48px */
        text-transform: uppercase;
        padding-bottom: 12px; } }
  .productView-related-products .productView-related .productCarousel {
    padding: 0;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 10px; }
    @media (min-width: 320px) and (max-width: 640px) {
      .productView-related-products .productView-related .productCarousel .card .card-figure-frequently-brought {
        max-height: 170px; } }
    @media (min-width: 320px) and (max-width: 640px) {
      .productView-related-products .productView-related .productCarousel .card .card-figure-frequently-brought .card-img-container {
        max-height: 170px;
        padding: 10px; } }
    @media (min-width: 641px) and (max-width: 1023px) {
      .productView-related-products .productView-related .productCarousel .card .card-body .card-title {
        margin: 0 auto !important; } }
    @media (min-width: 320px) and (max-width: 640px) {
      .productView-related-products .productView-related .productCarousel .card .card-body .card-title {
        margin: 0 auto !important; } }
    @media (min-width: 641px) and (max-width: 1023px) {
      .productView-related-products .productView-related .productCarousel .card .card-body .card-text {
        margin: 0 auto !important; } }
    .productView-related-products .productView-related .productCarousel .slick-next .slick-button,
    .productView-related-products .productView-related .productCarousel .slick-prev .slick-button {
      background: none !important;
      border: none !important; }
    .productView-related-products .productView-related .productCarousel .slick-arrow {
      width: 25px;
      height: 30px; }
      @media (min-width: 641px) {
        .productView-related-products .productView-related .productCarousel .slick-arrow {
          width: 36px;
          height: 50px; } }
      .productView-related-products .productView-related .productCarousel .slick-arrow:before, .productView-related-products .productView-related .productCarousel .slick-arrow:after {
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        background-image: none;
        transform: rotate(135deg); }
        @media (min-width: 641px) {
          .productView-related-products .productView-related .productCarousel .slick-arrow:before, .productView-related-products .productView-related .productCarousel .slick-arrow:after {
            width: 11px;
            height: 11px; } }
        @media (min-width: 320px) {
          .productView-related-products .productView-related .productCarousel .slick-arrow:before, .productView-related-products .productView-related .productCarousel .slick-arrow:after {
            width: 11px;
            height: 11px; } }
      .productView-related-products .productView-related .productCarousel .slick-arrow.slick-prev {
        position: relative;
        float: right;
        bottom: 49px;
        left: -67px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #F6F6F6;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        outline: none; }
      .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next {
        position: absolute;
        float: right;
        right: 10px;
        top: -49px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #F6F6F6;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        outline: none; }
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
          transform: rotate(-45deg);
          left: auto;
          right: 0; }
          @media (min-width: 641px) {
            .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
              right: 12px; } }
      @media screen and (max-width: 381px) {
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-prev {
          position: relative;
          top: 485px;
          left: 117px;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next {
          position: absolute;
          top: 485px;
          left: 179px;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
          .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
            transform: rotate(-45deg);
            left: auto;
            right: 0; } }
    @media screen and (max-width: 381px) and (min-width: 641px) {
      .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
        right: 12px; } }
      @media screen and (min-width: 381px) and (max-width: 548px) {
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-prev {
          position: relative;
          top: 485px;
          left: 40%;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next {
          position: absolute;
          top: 485px;
          left: 55%;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
          .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
            transform: rotate(-45deg);
            left: auto;
            right: 0; } }
    @media screen and (min-width: 381px) and (max-width: 548px) and (min-width: 641px) {
      .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
        right: 12px; } }
      @media screen and (min-width: 548px) and (max-width: 640px) {
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-prev {
          position: relative;
          top: 485px;
          left: 40%;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next {
          position: absolute;
          top: 485px;
          left: 50%;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
          .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
            transform: rotate(-45deg);
            left: auto;
            right: 0; } }
    @media screen and (min-width: 548px) and (max-width: 640px) and (min-width: 641px) {
      .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
        right: 12px; } }
      @media screen and (min-width: 641px) and (max-width: 767px) {
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-prev {
          position: relative;
          top: 485px;
          left: 43%;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next {
          position: absolute;
          top: 485px;
          left: 51.5%;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
          .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
            transform: rotate(-45deg);
            left: auto;
            right: 0; } }
    @media screen and (min-width: 641px) and (max-width: 767px) and (min-width: 641px) {
      .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
        right: 12px; } }
      @media screen and (min-width: 768px) and (max-width: 801px) {
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-prev {
          position: relative;
          top: 485px;
          left: 43%;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next {
          position: absolute;
          top: 485px;
          left: 51%;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
          .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
            transform: rotate(-45deg);
            left: auto;
            right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 801px) and (min-width: 641px) {
      .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
        right: 12px; } }
      @media screen and (min-width: 802px) and (max-width: 902px) {
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-prev {
          position: relative;
          top: 485px;
          left: 43%;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next {
          position: absolute;
          top: 485px;
          left: 50%;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
          .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
            transform: rotate(-45deg);
            left: auto;
            right: 0; } }
    @media screen and (min-width: 802px) and (max-width: 902px) and (min-width: 641px) {
      .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
        right: 12px; } }
      @media screen and (min-width: 902px) and (max-width: 1023px) {
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-prev {
          position: relative;
          top: 485px;
          left: 43%;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
        .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next {
          position: absolute;
          top: 485px;
          left: 49%;
          float: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #F6F6F6;
          display: flex;
          align-items: center;
          justify-content: center;
          border: none;
          outline: none; }
          .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
            transform: rotate(-45deg);
            left: auto;
            right: 0; } }
    @media screen and (min-width: 902px) and (max-width: 1023px) and (min-width: 641px) {
      .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:before, .productView-related-products .productView-related .productCarousel .slick-arrow.slick-next:after {
        right: 12px; } }
    .productView-related-products .productView-related .productCarousel .productCarousel-slide {
      width: 50%;
      transition: transform .4s;
      position: relative; }
      @media (min-width: 641px) {
        .productView-related-products .productView-related .productCarousel .productCarousel-slide {
          width: 25%; } }
      .productView-related-products .productView-related .productCarousel .productCarousel-slide .card-body {
        text-align: left;
        width: 100%; }
        .productView-related-products .productView-related .productCarousel .productCarousel-slide .card-body [data-test-info-type="brandName"] {
          display: none; }
        .productView-related-products .productView-related .productCarousel .productCarousel-slide .card-body .card-title {
          margin: 0; }
          .productView-related-products .productView-related .productCarousel .productCarousel-slide .card-body .card-title a {
            font-size: 16px;
            color: #000;
            line-height: 18px; }
        .productView-related-products .productView-related .productCarousel .productCarousel-slide .card-body .card-text,
        .productView-related-products .productView-related .productCarousel .productCarousel-slide .card-body .price-section span {
          font-size: 16px;
          margin: 0;
          font-weight: 900; }
        .productView-related-products .productView-related .productCarousel .productCarousel-slide .card-body .stamped-product-reviews-badge {
          padding: 5px 0; }
        .productView-related-products .productView-related .productCarousel .productCarousel-slide .card-body .button {
          padding: 20px 30px; }

/*
.sku_main_container {
  position: relative;
  display: none;

  .sku-container {
    display: flex;
    padding: 6px 10px;
    align-items: center;
    margin-top: 16px;
    gap: 8px;
    border-radius: 6px;

    &:hover {
      border-radius: var(--Radius-S, 6px);
      background: var(--Neutrals-neutral1, #F6F6F6);
    }

    #copy-btn {
      display: flex;
      align-items: center;
      background: none;
      border: none;
      cursor: pointer;
    }
  }


  .popup {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    z-index: 10;

    .sku_popup_content {
      display: flex;
      max-width: 240px;
      padding: 5px 12px;
      align-items: flex-start;
      gap: 10px;
      border: 1px solid black;
      border-radius: 4px;
      background: #161616;
      color: var(--Neutrals-neutral0, #FFF);
      font-family: 'Inter';
      font-size: 10px;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      white-space: nowrap;
    }
  }

  &:hover .popup {
    display: flex;
  }
}
*/
.cr-product-bundle__container {
  flex-basis: 100%;
  grid-column: 1 / span 1000;
  clear: both;
  color: #333; }

.cr-product-bundle {
  margin: 24px 0;
  padding: 16px;
  border-radius: 10px;
  background: var(--Neutrals-neutral1, #F6F6F6) !important; }

.cr-product-bundle__description {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  color: var(--Neutrals-neutral9, #161616);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  flex: 1 0 0; }
  @media (min-width: 320px) and (max-width: 500px) {
    .cr-product-bundle__description {
      gap: 10px; } }

.cr-product-bundle__discount {
  display: inline-block;
  padding: 4px 3px;
  border-radius: 6px;
  color: var(--Neutrals-neutral0, #FFF);
  font-size: var(--Type-Sizing-3XS, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */
  background: var(--Accents-orange, #F05323) !important;
  height: 24px; }
  @media (min-width: 430px) and (max-width: 500px) {
    .cr-product-bundle__discount {
      width: 95px;
      text-align: center; } }
  @media (min-width: 385px) and (max-width: 430px) {
    .cr-product-bundle__discount {
      width: 110px;
      text-align: center; } }
  @media (min-width: 340px) and (max-width: 385px) {
    .cr-product-bundle__discount {
      width: 135px;
      text-align: center; } }
  @media (max-width: 339px) {
    .cr-product-bundle__discount {
      width: 150px;
      padding: 4px 4px;
      text-align: center; } }

.cr-product-bundle__products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(202px, 1fr));
  gap: 16px;
  justify-content: start;
  position: relative; }

.cr-product-bundle__product {
  background-color: white;
  display: grid;
  align-items: start;
  grid-template-columns: calc(3em + 28px) 1fr;
  grid-column-gap: 12px;
  padding: 12px;
  border: 1px solid #e3e5e7;
  border-radius: 3px; }

.cr-product-bundle__product-image {
  display: block !important;
  background-size: cover;
  background-position: center; }

.cr-product-bundle__product-image::before {
  content: "";
  display: block;
  padding-top: 100%; }

.cr-product-bundle__product-infos {
  min-width: 0; }

.cr-product-bundle__product-title a {
  color: initial; }

.cr-product-bundle__product-prices {
  display: flex;
  align-items: center;
  margin: 4px 0; }

.cr-product-bundle__product-prices .cr-compare-price {
  font-size: .95em;
  color: #999fa4;
  text-decoration: line-through; }

.cr-product-bundle__product-options {
  font-size: .95em;
  display: flex;
  gap: 4px; }

.cr-product-bundle__product-option {
  width: initial;
  max-width: 100%;
  padding: 2px;
  border: 1px solid #e3e5e7;
  border-radius: 3px; }

.cr-product-bundle__product-error {
  color: #d72b0d;
  grid-column-start: span 2;
  margin-top: 8px; }

.cr-product-bundle__product-error:empty {
  display: none; }

.cr-product-bundle__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px; }

.cr-product-bundle__prices .cr-compare-price {
  font-size: .95em;
  color: #999fa4;
  text-decoration: line-through; }

.cr-product-bundle__prices {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  color: var(--Neutrals-neutral8, #212121);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-2XS, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 18.2px */ }
  .cr-product-bundle__prices .cr-label,
  .cr-product-bundle__prices .cr-price {
    width: 80px;
    color: var(--Neutrals-neutral8, #212121);
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-2XS, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 18.2px */ }
  .cr-product-bundle__prices .cr-compare-price {
    width: 80px;
    margin-left: 80px; }
  @media (min-width: 376px) and (max-width: 429px) {
    .cr-product-bundle__prices {
      width: 140px; }
      .cr-product-bundle__prices .cr-price {
        width: 40px; }
      .cr-product-bundle__prices .cr-compare-price {
        width: 40px; } }
  @media (max-width: 375px) {
    .cr-product-bundle__prices {
      width: 120px;
      white-space: nowrap; }
      .cr-product-bundle__prices .cr-label {
        width: 80px; }
      .cr-product-bundle__prices .cr-price {
        width: 40px; }
      .cr-product-bundle__prices .cr-compare-price {
        width: 40px; } }

.cr-product-bundle__cart-button {
  display: flex;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: var(--Neutrals-neutral9, #161616);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-XS, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 20.8px */
  border-radius: var(--Radius-M, 12px);
  border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
  background: var(--Accents-lime, #CDDE00); }
  @media (max-width: 360px) {
    .cr-product-bundle__cart-button {
      padding: revert; } }

.cr-product-bundle__cart-button:disabled {
  cursor: no-drop;
  background-color: #9e9e9e !important; }

.cr-product-bundle__cart-button svg {
  display: none; }

.cr-product-bundle__cart-button.cr-loading svg {
  display: block; }

.cr-product-bundle__cart-button::after {
  content: attr(data-message);
  width: 100vw;
  text-align: right;
  color: #008060;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: -18px;
  right: 0; }

.cr-product-bundle__cart-button.failed::after {
  color: #d72b0d; }

.cr-product-box {
  background-color: white;
  display: grid;
  align-items: start;
  grid-template-columns: calc(3em + 28px) 1fr;
  grid-gap: 12px;
  padding: 12px;
  border: 1px solid #e3e5e7;
  border-radius: 3px; }

.cr-product-box__discount {
  display: inline-block;
  color: #FFFFFF;
  padding: 4px;
  border-radius: 5px;
  line-height: 1; }

.cr-product-box__quantity-input {
  width: 58px;
  padding: 2px 0 2px 6px;
  border: 1px solid #e3e5e7;
  border-radius: 3px; }

.cr-product-box__image {
  display: block !important;
  object-fit: contain;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 5.333px;
  width: 80px;
  height: 80px;
  background-color: var(--Neutrals-neutral1, #F6F6F6) !important; }

.cr-product-box__image::before {
  content: "";
  display: block;
  padding-top: 100%; }

.cr-product-box__infos {
  min-width: 0; }

.cr-product-box__prices {
  display: flex;
  align-items: center;
  margin: 4px 0; }

.cr-product-box__prices .cr-compare-price {
  font-size: .95em;
  color: #999fa4;
  text-decoration: line-through; }

.cr-product-box__options {
  font-size: .95em;
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }

.cr-product-box__option {
  width: initial;
  max-width: 100%;
  padding: 2px;
  border: 1px solid #e3e5e7;
  border-radius: 3px; }

.cr-product-box__error {
  color: #d72b0d;
  grid-column-start: span 2;
  margin-top: 8px; }

.cr-product-box__error:empty {
  display: none; }

.cr-product-box__cart-button {
  grid-column-start: 2;
  justify-self: end;
  align-self: end;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
  color: white;
  padding: 10px 12px;
  border: none;
  border-radius: 3px;
  cursor: pointer; }

.cr-product-box__cart-button svg {
  display: none; }

.cr-product-box__cart-button.cr-loading svg {
  display: block; }

.cr-product-box__cart-button::after {
  content: attr(data-message);
  width: 100vw;
  text-align: right;
  color: #008060;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: -18px;
  right: 0; }

.cr-product-box__cart-button.failed::after {
  color: #d72b0d; }

.cr-product-box {
  background-color: white;
  display: grid;
  align-items: start;
  grid-template-columns: calc(3em + 28px) 1fr;
  grid-gap: 12px;
  padding: 12px;
  border: 1px solid #e3e5e7;
  border-radius: 3px; }

.cr-product-box:not(:first-child)::before {
  content: "+";
  position: absolute;
  right: 49%;
  top: 40%;
  color: var(--Neutrals-neutral6, #7B7B7B);
  font-family: var(--Body, Inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; }
  @media (max-width: 640px) {
    .cr-product-box:not(:first-child)::before {
      top: 46%; } }

.cr-product-box__discount {
  display: inline-block;
  color: #FFFFFF;
  padding: 4px;
  border-radius: 5px;
  line-height: 1; }

.cr-product-box__quantity-input {
  width: 58px;
  padding: 2px 0 2px 6px;
  border: 1px solid #e3e5e7;
  border-radius: 3px; }

/* .cr-product-box__image {
    display: block !important;
    background-size: cover;
    background-position: center;
} */
.cr-product-box__image::before {
  content: "";
  display: block;
  padding-top: 100%; }

.cr-product-box__infos {
  min-width: 0; }
  .cr-product-box__infos .cr-product-box__title {
    color: var(--Neutrals-neutral9, #161616);
    font-size: var(--Type-Sizing-2XS, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 18.2px */ }

.cr-product-box__prices {
  display: flex;
  align-items: center;
  margin: 4px 0; }
  .cr-product-box__prices .cr-price {
    color: var(--Neutrals-neutral9, #161616) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 16.8px */
    text-transform: uppercase; }

.cr-product-box__prices .cr-compare-price {
  font-size: .95em;
  color: #999fa4;
  text-decoration: line-through; }

.cr-product-box__options {
  font-size: .95em;
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }

.cr-product-box__option {
  width: initial;
  max-width: 100%;
  padding: 2px;
  border: 1px solid #e3e5e7;
  border-radius: 3px; }

.cr-product-box__error {
  color: #d72b0d;
  grid-column-start: span 2;
  margin-top: 8px; }

.cr-product-box__error:empty {
  display: none; }

.cr-product-box__cart-button {
  grid-column-start: 2;
  justify-self: end;
  align-self: end;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-wrap: nowrap;
  color: white;
  padding: 10px 12px;
  border: none;
  border-radius: 3px;
  cursor: pointer; }

.cr-product-box__cart-button svg {
  display: none; }

.cr-product-box__cart-button.cr-loading svg {
  display: block; }

.cr-product-box__cart-button::after {
  content: attr(data-message);
  width: 100vw;
  text-align: right;
  color: #008060;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: -18px;
  right: 0; }

.cr-product-box__cart-button.failed::after {
  color: #d72b0d; }

#sitevibes-product-reviews {
  display: none; }

#stamped-main-widget {
  display: none; }

.page-content--centered p {
  margin: 0; }

@media screen and (min-width: 1024px) {
  .image-section-blocker {
    height: 0;
    margin-top: 0; } }

.sv-loyalty-product-points-info {
  position: absolute;
  width: 100px;
  width: fit-content;
  z-index: 1; }

.sv-loyalty-product-points-info-content {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  max-width: 100%;
  padding: 5px 25px 5px 10px; }

.sv-loyalty-product-points-info-close {
  color: #999;
  cursor: pointer;
  padding: 2px 5px;
  position: absolute;
  right: 0;
  top: 0; }

.sv-widget .sv-loyalty-product-points-content-info-trigger[data-v-88319598] {
  color: var(--sv-loyalty-product-points-info-icon-color);
  cursor: pointer;
  line-height: 1;
  margin-left: 20px; }

.sv-loyalty-product-points-content-info-trigger {
  color: var(--sv-loyalty-product-points-info-icon-color);
  cursor: pointer;
  line-height: 1;
  margin-left: 20px; }

.breadcrumbs {
  margin-bottom: 12px;
  margin-top: 10px;
  padding: 0 15px; }
  .breadcrumbs .breadcrumb:first-child .breadcrumb-label span {
    padding-left: 0; }

.page .page-plp {
  background: var(--Neutrals-neutral0, #FFF);
  display: flex;
  padding: 32px var(--Side-Margin-Margin, 32px) 120px var(--Side-Margin-Margin, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch; }
  @media (min-width: 641px) and (max-width: 1023px) {
    .page .page-plp {
      background: var(--Neutrals-neutral0, #FFF);
      display: flex;
      padding: 32px var(--Side-Margin-Margin, 32px) 120px var(--Side-Margin-Margin, 32px);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .page .page-plp {
      padding: 0px; } }
  @media (min-width: 1024px) {
    .page .page-plp .product-list-page-whole-inside {
      display: flex;
      max-width: 1240px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 40px;
      align-self: stretch;
      margin: 0 auto;
      width: 100%; } }
  @media (min-width: 641px) and (max-width: 1023px) {
    .page .page-plp .product-list-page-whole-inside {
      display: flex;
      max-width: 1240px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 24px;
      align-self: stretch;
      width: 100%; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .page .page-plp .product-list-page-whole-inside {
      width: 100%; } }
  @media (min-width: 1024px) {
    .page .page-plp .product-list-page-whole-inside .plp-upper-div {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 32px;
      align-self: stretch; } }
  @media (min-width: 641px) and (max-width: 1023px) {
    .page .page-plp .product-list-page-whole-inside .plp-upper-div {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      align-self: stretch; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .page .page-plp .product-list-page-whole-inside .plp-upper-div {
      background: var(--Neutrals-neutral0, #FFF);
      display: flex;
      padding: 32px var(--Side-Margin-Margin, 20px) 0px var(--Side-Margin-Margin, 20px);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-self: stretch;
      gap: 24px; } }
  @media (min-width: 1024px) {
    .page .page-plp .product-list-page-whole-inside .plp-upper-div .plp-heading-div {
      color: var(--Neutrals-neutral9, #161616);
      text-align: center;
      font-family: var(--Heading, Futura);
      font-size: var(--Type-Sizing-2XL, 40px);
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      text-transform: uppercase; } }
  @media (min-width: 641px) and (max-width: 1023px) {
    .page .page-plp .product-list-page-whole-inside .plp-upper-div .plp-heading-div {
      color: var(--Neutrals-neutral9, #161616);
      text-align: center;
      font-family: var(--Heading, Futura);
      font-size: var(--Type-Sizing-2XL, 36px);
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      /* 43.2px */
      text-transform: uppercase;
      margin: 0 auto; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .page .page-plp .product-list-page-whole-inside .plp-upper-div .plp-heading-div {
      color: var(--Neutrals-neutral9, #161616);
      text-align: center;
      font-family: var(--Heading, Futura);
      font-size: var(--Type-Sizing-2XL, 32px);
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      /* 38.4px */
      text-transform: uppercase;
      margin: 0 auto; } }
  .page .page-plp .product-list-page-whole-inside .plp-upper-div .plp-tab-option-div {
    width: 100%; }
    .page .page-plp .product-list-page-whole-inside .plp-upper-div .plp-tab-option-div .page-sider-custom {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px; }
  .page .page-plp .product-list-page-whole-inside .plp-main-div-content {
    width: 100%; }
    .page .page-plp .product-list-page-whole-inside .plp-main-div-content .page-content-PLP {
      max-width: 1240px;
      margin: 0 auto;
      width: 100%; }
      @media (min-width: 320px) and (max-width: 640px) {
        .page .page-plp .product-list-page-whole-inside .plp-main-div-content .page-content-PLP {
          padding: 24px 12px 80px 12px; } }

@media (min-width: 1024px) {
  .internalIndexClass {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 1024px) {
  .internalIndexClass .desktopIndexClass {
    display: block; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .internalIndexClass .desktopIndexClass {
    display: none; } }

@media (min-width: 320px) and (max-width: 640px) {
  .internalIndexClass .desktopIndexClass {
    display: none; } }

@media (min-width: 1024px) {
  .internalIndexClass .tabletIndexClass {
    display: none; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .internalIndexClass .tabletIndexClass {
    display: block; } }

@media (min-width: 320px) and (max-width: 640px) {
  .internalIndexClass .tabletIndexClass {
    display: none; } }

.internalIndexClass .tabletIndexClass .indexFilterClass {
  border-radius: 12px;
  background: var(--Neutrals-neutral1, #F6F6F6);
  display: flex;
  height: 42px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0; }

.internalIndexClass .tabletIndexClass .popup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }
  .internalIndexClass .tabletIndexClass .popup-modal .popup-content-index {
    position: absolute;
    /* top: 50%;
                left: 50%; */
    bottom: 0;
    /* transform: translate(-50%, -50%); */
    transform: translate(0%, 0%);
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    /* max-width: 600px; */
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch; }
    .internalIndexClass .tabletIndexClass .popup-modal .popup-content-index .close-button-sort {
      display: flex;
      padding: 8px;
      align-items: center;
      gap: 10px;
      border-radius: 100px;
      background: var(--Neutrals-neutral1, #F6F6F6);
      cursor: pointer; }

@media (min-width: 1024px) {
  .internalIndexClass .mobileIndexClass {
    display: none; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .internalIndexClass .mobileIndexClass {
    display: none; } }

@media (min-width: 320px) and (max-width: 640px) {
  .internalIndexClass .mobileIndexClass {
    display: block; } }

.internalIndexClass .mobileIndexClass .indexFilterClass {
  border-radius: 12px;
  background: var(--Neutrals-neutral1, #F6F6F6);
  display: flex;
  height: 42px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0; }

.internalIndexClass .mobileIndexClass .popup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }
  .internalIndexClass .mobileIndexClass .popup-modal .popup-content-index {
    position: absolute;
    /* top: 50%;
                left: 50%; */
    bottom: 0;
    /* transform: translate(-50%, -50%); */
    transform: translate(0%, 0%);
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    /* max-width: 600px; */
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch; }
    .internalIndexClass .mobileIndexClass .popup-modal .popup-content-index .close-button-sort {
      display: flex;
      padding: 8px;
      align-items: center;
      gap: 10px;
      border-radius: 100px;
      background: var(--Neutrals-neutral1, #F6F6F6);
      cursor: pointer; }

.close-button:hover {
  color: red; }

.clear-btn {
  border-radius: var(--Radius-M, 12px);
  background: var(--Neutrals-neutral2, #EEEFED);
  display: flex;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px; }

.apply-btn {
  border-radius: var(--Radius-M, 12px);
  border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
  background: var(--Accents-lime, #CDDE00);
  display: flex;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0; }

.sort-buttons {
  display: flex;
  padding: 0px 20px;
  align-items: center;
  gap: 12px;
  align-self: stretch; }

.navList-action {
  justify-content: flex-start !important; }

@media (min-width: 641px) and (max-width: 1023px) {
  .restoreSepreateDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch; } }

@media (min-width: 320px) and (max-width: 640px) {
  .restoreSepreateDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch; } }

@media (min-width: 1024px) {
  .restoreSepreateDiv .option-Class-Whole {
    display: flex;
    justify-content: space-between;
    align-self: stretch; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .restoreSepreateDiv .option-Class-Whole {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch; } }

@media (min-width: 320px) and (max-width: 640px) {
  .restoreSepreateDiv .option-Class-Whole {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch; } }

@media (min-width: 1024px) {
  .restoreSepreateDiv .option-Class-Whole .tabClearAllSepreatingDiv {
    width: 90%; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .restoreSepreateDiv .option-Class-Whole .mobileandtabletWidth {
    width: 100%; } }

@media (min-width: 320px) and (max-width: 640px) {
  .restoreSepreateDiv .option-Class-Whole .mobileandtabletWidth {
    width: 100%; } }

@media (min-width: 1024px) {
  .restoreSepreateDiv .mobileanTabletOnly {
    display: none; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .restoreSepreateDiv .mobileanTabletOnly {
    display: block; } }

@media (min-width: 320px) and (max-width: 640px) {
  .restoreSepreateDiv .mobileanTabletOnly {
    display: block; } }

@media (min-width: 1024px) {
  .restoreSepreateDiv .mobileanTabletOnly .restoreClass {
    display: none; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .restoreSepreateDiv .mobileanTabletOnly .restoreClass {
    display: none;
    border-radius: 12px;
    background: var(--Neutrals-neutral1, #F6F6F6);
    padding: 8px;
    align-items: center;
    gap: 4px; } }

@media (min-width: 320px) and (max-width: 640px) {
  .restoreSepreateDiv .mobileanTabletOnly .restoreClass {
    display: none;
    border-radius: 12px;
    background: var(--Neutrals-neutral1, #F6F6F6);
    padding: 8px;
    align-items: center;
    gap: 4px; } }

.restoreSepreateDiv .mobileanTabletOnly .restoreClass .restoreTestClass {
  color: var(--Neutrals-neutral7, #555);
  font-family: var(--Body, Inter);
  font-size: var(--Type-Sizing-2XS, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%; }

.restoreSepreateDiv .mobileanTabletOnly .restoreClass .restoreImageClass {
  display: flex; }

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

@media (min-width: 641px) and (max-width: 1023px) {
  .tabAndMobile {
    display: block; } }

@media (min-width: 320px) and (max-width: 640px) {
  .tabAndMobile {
    display: block; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .tabAndMobile .buttonSortByClass {
    border-radius: 12px;
    background: var(--Neutrals-neutral1, #F6F6F6);
    display: flex;
    height: 42px;
    padding: 12px 16px;
    justify-content: space-between;
    width: 100%; } }

@media (min-width: 320px) and (max-width: 640px) {
  .tabAndMobile .buttonSortByClass {
    border-radius: 12px;
    background: var(--Neutrals-neutral1, #F6F6F6);
    display: flex;
    height: 42px;
    padding: 12px 16px;
    justify-content: space-between;
    width: 100%; } }

.tabAndMobile .popup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }
  .tabAndMobile .popup-modal .popup-content-sort {
    position: absolute;
    bottom: 0;
    transform: translate(0%, 0%);
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch; }
    .tabAndMobile .popup-modal .popup-content-sort .close-button-sort {
      display: flex;
      padding: 8px;
      align-items: center;
      gap: 10px;
      border-radius: 100px;
      background: var(--Neutrals-neutral1, #F6F6F6);
      cursor: pointer; }
    .tabAndMobile .popup-modal .popup-content-sort .optionClass {
      display: block; }
      .tabAndMobile .popup-modal .popup-content-sort .optionClass li label {
        color: var(--Neutrals-neutral9, #161616);
        font-family: "Helvetica Neue";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 20.8px */ }
    .tabAndMobile .popup-modal .popup-content-sort .optionClass input[type="radio"]:checked::before {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: black; }
    .tabAndMobile .popup-modal .popup-content-sort .optionClass input[type="radio"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      border: 2px solid #ccc;
      border-radius: 50%;
      position: relative;
      cursor: pointer;
      background-color: white;
      transition: background-color 0.3s, border-color 0.3s; }
    .tabAndMobile .popup-modal .popup-content-sort .sort-buttons-sort {
      display: flex;
      padding: 0px 20px;
      align-items: center;
      gap: 12px;
      align-self: stretch;
      padding-bottom: 46px; }
      .tabAndMobile .popup-modal .popup-content-sort .sort-buttons-sort .clear-btn {
        border-radius: var(--Radius-M, 12px);
        background: var(--Neutrals-neutral2, #EEEFED);
        display: flex;
        height: 48px;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px; }
      .tabAndMobile .popup-modal .popup-content-sort .sort-buttons-sort .apply-btn {
        border-radius: var(--Radius-M, 12px);
        border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
        background: var(--Accents-lime, #CDDE00);
        display: flex;
        height: 48px;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex: 1 0 0; }

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

@media (min-width: 641px) and (max-width: 1023px) {
  .desktopSortBox {
    display: none; } }

@media (min-width: 320px) and (max-width: 640px) {
  .desktopSortBox {
    display: none; } }

.desktopSortBox .optionClassDesktop input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  background-color: white;
  transition: background-color 0.3s, border-color 0.3s; }

.desktopSortBox .optionClassDesktop {
  display: block; }

.desktopSortBox .optionClassDesktop input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: black; }

.desktopSortBox .close-button:hover {
  color: red; }

.desktopSortBox .buttonSortByClassDesktop {
  border-radius: 12px;
  background: var(--Neutrals-neutral1, #F6F6F6);
  display: flex;
  padding: 6px 10px;
  align-items: center;
  gap: 8px;
  cursor: pointer; }

.desktopSortBox .optionClass {
  display: block; }

.desktopSortBox .options li {
  display: flex;
  padding: 16px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch; }

.desktopSortBox .options li:last-child {
  border-bottom: none; }

.desktopSortBox li label {
  color: var(--Neutrals-neutral9, #161616);
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */ }

.desktopSortBox .options label {
  font-size: 16px;
  cursor: pointer; }

.desktopSortBox .options input {
  cursor: pointer; }

.desktopSortBox .sort-container {
  position: relative;
  display: inline-block; }

.desktopSortBox .dropdown-content {
  display: none;
  position: absolute;
  background: #FFFFFF;
  min-width: 265px;
  width: 100%;
  right: 0px;
  z-index: 50; }

.desktopSortBox .show {
  display: block; }

@media (min-width: 1024px) {
  .clearAllDesktopClass {
    display: block;
    padding-top: 6px; } }

@media (min-width: 641px) and (max-width: 1023px) {
  .clearAllDesktopClass {
    display: none; } }

@media (min-width: 320px) and (max-width: 640px) {
  .clearAllDesktopClass {
    display: none; } }

.clearAllDesktopClass .is-selected {
  border-radius: 12px;
  height: 34px;
  font-weight: 600;
  color: var(--Neutrals-neutral9, #161616);
  font-family: var(--Body, Inter);
  background: var(--Neutrals-neutral1, #F6F6F6) !important; }

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

@media (min-width: 641px) and (max-width: 1023px) {
  .desktopMultiClass {
    display: none; } }

@media (min-width: 320px) and (max-width: 640px) {
  .desktopMultiClass {
    display: none; } }

.desktopMultiClass .is-selected {
  border-radius: 12px;
  display: flex;
  height: 34px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  gap: 6px;
  color: var(--Neutrals-neutral9, #161616);
  font-family: var(--Body, Inter);
  background: var(--Accents-lime, #CDDE00) !important; }

.desktopMultiClass .navList-action {
  border-radius: 12px;
  background: var(--Neutrals-neutral1, #F6F6F6);
  display: flex;
  height: 34px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center; }

.desktopMultiClass input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  position: relative;
  cursor: pointer;
  background-color: white;
  transition: background-color 0.3s, border-color 0.3s; }

.desktopMultiClass input[type="checkbox"]:checked {
  border-color: black;
  background-color: black; }

.desktopMultiClass input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"%3E%3Cpath d="M1.875 6.75L4.5 9.375L10.5 3.375" stroke="white" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat center center;
  background-size: contain; }

.desktopMultiClass .disabled-link {
  color: gray; }

.desktopMultiClass .square-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  margin-right: 8px; }

.desktopMultiClass .is-current {
  color: #ff0000; }

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

@media (min-width: 641px) and (max-width: 1023px) {
  .mobileTabletMultiClass {
    display: block; } }

@media (min-width: 320px) and (max-width: 640px) {
  .mobileTabletMultiClass {
    display: block; } }

.mobileTabletMultiClass .navList {
  display: flex;
  padding: 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch; }

.mobileTabletMultiClass .navList-action {
  color: var(--Neutrals-neutral9, #161616);
  font-family: Helvetica Neue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  background: none;
  padding: 16px 20px; }

.mobileTabletMultiClass .allInsideClass {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-left: 20px;
  padding-bottom: 16px;
  padding-right: 28px;
  align-items: center;
  align-self: stretch; }
  @media (min-width: 320px) and (max-width: 640px) {
    .mobileTabletMultiClass .allInsideClass {
      padding-right: 13px; } }

.mobileTabletMultiClass .checkBoxFilter {
  padding-right: 28px; }
  @media (min-width: 320px) and (max-width: 640px) {
    .mobileTabletMultiClass .checkBoxFilter {
      padding-right: 13px; } }

.mobileTabletMultiClass .textInsideFilter {
  color: var(--Neutrals-neutral9, #161616);
  font-family: Helvetica Neue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; }

.mobileTabletMultiClass input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  position: relative;
  cursor: pointer;
  background-color: white;
  transition: background-color 0.3s, border-color 0.3s; }

.mobileTabletMultiClass input[type="checkbox"]:checked {
  border-color: black;
  background-color: black; }

.mobileTabletMultiClass input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"%3E%3Cpath d="M1.875 6.75L4.5 9.375L10.5 3.375" stroke="white" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat center center;
  background-size: contain; }

.mobileTabletMultiClass .disabled-link {
  color: gray; }

.mobileTabletMultiClass .square-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  margin-right: 8px; }

.mobileTabletMultiClass .is-current {
  color: #ff0000; }

.featuredProducts .slick-slide {
  padding-left: .75rem;
  padding-right: .75rem; }

.blog-page {
  background: var(--Neutrals-neutral10, #101010); }
  .blog-page .blog__header-container {
    display: flex;
    padding: 0px var(--Side-Margin-Margin, 32px) 24px var(--Side-Margin-Margin, 32px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    max-width: 1240px;
    margin: 0 auto; }
    @media (min-width: 1240px) {
      .blog-page .blog__header-container {
        max-width: 1240px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%; } }
    @media (min-width: 641px) and (max-width: 1023px) {
      .blog-page .blog__header-container {
        display: flex;
        padding: 0px var(--Side-Margin-Margin, 32px) 24px var(--Side-Margin-Margin, 32px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch; } }
    @media (min-width: 320px) and (max-width: 640px) {
      .blog-page .blog__header-container {
        display: flex;
        padding: 0px var(--Side-Margin-Margin, 20px) 24px var(--Side-Margin-Margin, 20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch; } }
    .blog-page .blog__header-container .blog__header-sub-container {
      display: flex;
      max-width: 1240px;
      flex-direction: column;
      align-items: flex-start;
      gap: 32px;
      align-self: stretch; }
      .blog-page .blog__header-container .blog__header-sub-container .blog__heading-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        flex: 1 0 0; }
        .blog-page .blog__header-container .blog__header-sub-container .blog__heading-container .blog__page-heading {
          padding: 0px !important;
          margin: 0px !important;
          color: var(--Accents-lime, #CDDE00);
          font-family: 'Inter';
          font-size: 14px;
          font-style: normal;
          font-weight: 100;
          line-height: 120%;
          text-transform: uppercase; }
        .blog-page .blog__header-container .blog__header-sub-container .blog__heading-container .blog__main-heading {
          padding: 0px !important;
          margin: 0px !important;
          color: var(--Neutrals-neutral0, #FFF);
          /* Heading/Heading-L */
          font-family: var(--Heading, Futura);
          font-size: var(--Type-Sizing-3XL, 48px);
          font-style: normal;
          font-weight: 800;
          line-height: 120%;
          /* 57.6px */
          text-transform: uppercase; }
          @media (min-width: 641px) and (max-width: 1023px) {
            .blog-page .blog__header-container .blog__header-sub-container .blog__heading-container .blog__main-heading {
              color: var(--Neutrals-neutral0, #FFF);
              text-align: center;
              /* Heading/Heading-L */
              font-family: var(--Heading, Futura);
              font-size: var(--Type-Sizing-3XL, 44px);
              font-style: normal;
              font-weight: 800;
              line-height: 120%;
              /* 52.8px */
              text-transform: uppercase; } }
          @media (min-width: 320px) and (max-width: 640px) {
            .blog-page .blog__header-container .blog__header-sub-container .blog__heading-container .blog__main-heading {
              color: var(--Neutrals-neutral0, #FFF);
              /* Heading/Heading-L */
              font-family: var(--Heading, Futura);
              font-size: var(--Type-Sizing-3XL, 40px);
              font-style: normal;
              font-weight: 800;
              line-height: 120%;
              /* 48px */
              text-transform: uppercase; } }
        .blog-page .blog__header-container .blog__header-sub-container .blog__heading-container .blog__sub-heading {
          padding: 0px !important;
          margin: 0px !important;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          color: var(--Neutrals-neutral5, #9D9D9D);
          text-overflow: ellipsis;
          /* Body/Medium/Regular */
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 16px);
          font-style: normal;
          font-weight: 400;
          line-height: 150%; }
      .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media (min-width: 641px) and (max-width: 1023px) {
          .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
            align-self: stretch; } }
        @media (min-width: 320px) and (max-width: 640px) {
          .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
            align-self: stretch; } }
        .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container #blog__tags-container {
          display: flex;
          align-items: flex-start;
          gap: 8px;
          overflow: auto;
          width: 100%; }
        .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container .blog__tag-button {
          display: flex;
          height: 34px;
          padding: 11px 16px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 12px;
          background: var(--Neutrals-neutral8, #212121);
          color: var(--Neutrals-neutral4, #C4C4C4);
          text-align: center;
          /* Label/Medium/Medum */
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 500;
          line-height: 130%;
          /* 18.2px */ }
        .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container .active {
          border-radius: 12px;
          background: var(--Accents-lime, #CDDE00);
          color: var(--Neutrals-neutral9, #161616);
          text-align: center;
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 500;
          line-height: 130%;
          /* 18.2px */ }
        .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container #blog__search-container {
          display: flex;
          width: 261px;
          align-items: center;
          gap: 12px;
          position: relative; }
          @media (min-width: 641px) and (max-width: 1023px) {
            .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container #blog__search-container {
              width: 100%; } }
          @media (min-width: 320px) and (max-width: 640px) {
            .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container #blog__search-container {
              width: 100%; } }
          .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container #blog__search-container .clear-btn {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            border: none;
            cursor: pointer;
            display: none;
            width: 18px;
            height: 18px;
            padding: 4px;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            border-radius: 100px;
            background: var(--Neutrals-neutral7, #555); }
          .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container #blog__search-container input[type="search"]:not(:placeholder-shown) + .clear-btn {
            display: flex; }
          .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container #blog__search-container #search-box {
            display: flex;
            padding: 12px 16px;
            width: 100%;
            border-radius: var(--Radius-M, 12px);
            background: var(--Neutrals-neutral8, #212121);
            border: none;
            padding-left: 48px;
            color: whitesmoke; }
            .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container #blog__search-container #search-box:-internal-autofill-selected {
              background-color: var(--Neutrals-neutral8, #212121) !important; }
          .blog-page .blog__header-container .blog__header-sub-container .blog__tag-search-container #blog__search-container .search-svg {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%); }
      .blog-page .blog__header-container .blog__header-sub-container #blog__search-results-container .blog__result-content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        color: var(--Neutrals-neutral0, #FFF);
        text-overflow: ellipsis;
        /* Body/Large/Light */
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-S, 18px);
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        /* 27px */ }
  .blog-page .blog__body-container {
    display: flex;
    padding: 0px var(--Side-Margin-Margin, 32px) 100px var(--Side-Margin-Margin, 32px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch; }
    @media (min-width: 641px) and (max-width: 1023px) {
      .blog-page .blog__body-container {
        display: flex;
        padding: 0px var(--Side-Margin-Margin, 32px) 100px var(--Side-Margin-Margin, 32px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch; } }
    @media (min-width: 320px) and (max-width: 640px) {
      .blog-page .blog__body-container {
        display: flex;
        padding: 0px var(--Side-Margin-Margin, 20px) 100px var(--Side-Margin-Margin, 20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch; } }
    .blog-page .blog__body-container .blog__body-sub-conainer {
      display: flex;
      max-width: 1240px;
      flex-direction: column;
      align-items: center;
      gap: 48px;
      align-self: stretch; }
      .blog-page .blog__body-container .blog__body-sub-conainer #blog-posts-container {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 48px 32px;
        align-self: stretch;
        flex-wrap: wrap; }
      .blog-page .blog__body-container .blog__body-sub-conainer .blog-post.blog__first-post {
        max-width: 1240px;
        width: 100%; }
        .blog-page .blog__body-container .blog__body-sub-conainer .blog-post.blog__first-post .blog__post-container {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 20px;
          align-self: stretch; }
          @media (min-width: 641px) and (max-width: 1023px) {
            .blog-page .blog__body-container .blog__body-sub-conainer .blog-post.blog__first-post .blog__post-container {
              max-width: auto;
              width: 100%; } }
          .blog-page .blog__body-container .blog__body-sub-conainer .blog-post.blog__first-post .blog__post-container .blog__post-image {
            width: 1240px;
            height: 640.131px;
            border-radius: 12px; }
            @media (min-width: 641px) and (max-width: 1023px) {
              .blog-page .blog__body-container .blog__body-sub-conainer .blog-post.blog__first-post .blog__post-container .blog__post-image {
                width: 100%;
                height: 380.131px;
                border-radius: 12px; } }
            @media (min-width: 320px) and (max-width: 640px) {
              .blog-page .blog__body-container .blog__body-sub-conainer .blog-post.blog__first-post .blog__post-container .blog__post-image {
                height: 238px;
                align-self: stretch;
                border-radius: 12px; } }
          .blog-page .blog__body-container .blog__body-sub-conainer .blog-post.blog__first-post .blog__post-container .blog__post-content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
            align-self: stretch; }
          .blog-page .blog__body-container .blog__body-sub-conainer .blog-post.blog__first-post .blog__post-container .blog__tag {
            margin: 0px;
            color: var(--Neutrals-neutral3, #D9D9D9);
            /* Label/Medium/Medum */
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-2XS, 14px);
            font-style: normal;
            font-weight: 500;
            line-height: 130%;
            text-decoration: none;
            /* 18.2px */ }
          .blog-page .blog__body-container .blog__body-sub-conainer .blog-post.blog__first-post .blog__post-container .blog__title-container {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            align-self: stretch; }
            .blog-page .blog__body-container .blog__body-sub-conainer .blog-post.blog__first-post .blog__post-container .blog__title-container .blog__post-title {
              margin: 0px;
              padding: 0px;
              flex: 1 0 0;
              color: var(--Neutrals-neutral0, #FFF);
              font-family: var(--Body, Inter);
              font-size: 20px;
              font-style: normal;
              font-weight: 600;
              line-height: 150%;
              text-decoration: none;
              /* 30px */ }
          .blog-page .blog__body-container .blog__body-sub-conainer .blog-post.blog__first-post .blog__post-container .blog__post-description {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: var(--Neutrals-neutral5, #9D9D9D);
            text-overflow: ellipsis;
            /* Body/Medium/Regular */
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 16px);
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            text-decoration: none;
            /* 24px */ }
      @media (min-width: 1024px) and (max-width: 1223px) {
        .blog-page .blog__body-container .blog__body-sub-conainer .blog-post {
          max-width: 31%;
          min-width: 288px; } }
      @media (min-width: 1223px) {
        .blog-page .blog__body-container .blog__body-sub-conainer .blog-post {
          max-width: 31.5%;
          min-width: 288px; } }
      @media (min-width: 864px) and (max-width: 1023px) {
        .blog-page .blog__body-container .blog__body-sub-conainer .blog-post {
          max-width: 48%;
          min-width: 291px; } }
      @media (min-width: 704px) and (max-width: 863px) {
        .blog-page .blog__body-container .blog__body-sub-conainer .blog-post {
          max-width: 47.5%;
          min-width: 275px; } }
      @media (min-width: 641px) and (max-width: 703px) {
        .blog-page .blog__body-container .blog__body-sub-conainer .blog-post {
          max-width: 47%;
          min-width: 270px; } }
      @media (min-width: 320px) and (max-width: 640px) {
        .blog-page .blog__body-container .blog__body-sub-conainer .blog-post {
          max-width: auto;
          min-width: auto;
          width: 100%; } }
      .blog-page .blog__body-container .blog__body-sub-conainer .blog-post .blog__post-container {
        display: flex;
        min-width: 320px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        flex: 1 0 0; }
        @media (min-width: 641px) and (max-width: 1023px) {
          .blog-page .blog__body-container .blog__body-sub-conainer .blog-post .blog__post-container {
            max-width: none;
            width: 100%;
            min-width: auto; } }
        @media (min-width: 341px) and (max-width: 640px) {
          .blog-page .blog__body-container .blog__body-sub-conainer .blog-post .blog__post-container {
            max-width: 100%; } }
        @media (min-width: 320px) and (max-width: 340px) {
          .blog-page .blog__body-container .blog__body-sub-conainer .blog-post .blog__post-container {
            min-width: 100%; } }
        .blog-page .blog__body-container .blog__body-sub-conainer .blog-post .blog__post-container .blog__post-image {
          width: 392px;
          height: 274.015px;
          border-radius: 12px; }
          @media (min-width: 641px) and (max-width: 1023px) {
            .blog-page .blog__body-container .blog__body-sub-conainer .blog-post .blog__post-container .blog__post-image {
              width: 100%;
              height: 246.015px;
              border-radius: 12px; } }
          @media (min-width: 320px) and (max-width: 640px) {
            .blog-page .blog__body-container .blog__body-sub-conainer .blog-post .blog__post-container .blog__post-image {
              width: 100%;
              height: 238.015px;
              border-radius: 12px; } }
        .blog-page .blog__body-container .blog__body-sub-conainer .blog-post .blog__post-container .blog__post-content {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
          align-self: stretch; }
        .blog-page .blog__body-container .blog__body-sub-conainer .blog-post .blog__post-container .blog__tag {
          margin: 0px;
          color: var(--Neutrals-neutral3, #D9D9D9);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 500;
          line-height: 130%;
          text-decoration: none; }
        .blog-page .blog__body-container .blog__body-sub-conainer .blog-post .blog__post-container .blog__title-container {
          display: flex;
          align-items: flex-start;
          gap: 10px;
          align-self: stretch; }
          .blog-page .blog__body-container .blog__body-sub-conainer .blog-post .blog__post-container .blog__title-container .blog__post-title {
            margin: 0px;
            padding: 0px;
            flex: 1 0 0;
            color: var(--Neutrals-neutral0, #FFF);
            font-family: var(--Body, Inter);
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%;
            text-decoration: none; }
        .blog-page .blog__body-container .blog__body-sub-conainer .blog-post .blog__post-container .blog__post-description {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          color: var(--Neutrals-neutral5, #9D9D9D);
          text-overflow: ellipsis;
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 16px);
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          text-decoration: none; }
      .blog-page .blog__body-container .blog__body-sub-conainer #blog__pagination-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px; }
        .blog-page .blog__body-container .blog__body-sub-conainer #blog__pagination-container .blog__pagination-button {
          display: flex;
          width: 32px;
          height: 32px;
          padding: 10px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 32px;
          background: var(--Neutrals-neutral8, #212121); }
        .blog-page .blog__body-container .blog__body-sub-conainer #blog__pagination-container .blog__pagination-numbers {
          display: flex;
          gap: 5px; }
          .blog-page .blog__body-container .blog__body-sub-conainer #blog__pagination-container .blog__pagination-numbers .blog__pagination-number {
            display: flex;
            width: 32px;
            height: 32px;
            padding: 10px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 32px;
            background: var(--Neutrals-neutral8, #212121);
            color: var(--Neutrals-neutral0, #FFF);
            font-family: "Open Sans";
            font-size: 13px;
            font-style: normal;
            font-weight: 600;
            line-height: normal; }
          .blog-page .blog__body-container .blog__body-sub-conainer #blog__pagination-container .blog__pagination-numbers .blog__active {
            display: flex;
            width: 32px;
            height: 32px;
            padding: 10px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 32px;
            background: var(--Accents-lime, #CDDE00) !important;
            color: var(--Neutrals-neutral8, #212121);
            font-family: "Open Sans";
            font-size: 13px;
            font-style: normal;
            font-weight: 600;
            line-height: normal; }

.blog-post__main-container {
  display: flex;
  padding: 40px var(--Side-Margin-Margin, 32px) 80px var(--Side-Margin-Margin, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: var(--Neutrals-neutral10, #101010); }
  @media (min-width: 320px) and (max-width: 400px) {
    .blog-post__main-container {
      padding: 0px; } }

.blog-post__main {
  background: var(--Neutrals-neutral10, #101010);
  display: flex;
  padding: 40px var(--Side-Margin-Margin, 32px) 80px var(--Side-Margin-Margin, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch; }
  @media (min-width: 640px) and (max-width: 1024px) {
    .blog-post__main {
      display: flex;
      padding: 40px var(--Side-Margin-Margin, 32px);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .blog-post__main {
      display: flex;
      padding: 40px var(--Side-Margin-Margin, 20px);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch; } }
  .blog-post__main .blog-post__sub-container {
    display: flex;
    max-width: 1240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    margin: 0 auto; }
    @media (min-width: 640px) and (max-width: 1024px) {
      .blog-post__main .blog-post__sub-container {
        display: flex;
        max-width: 800px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        align-self: stretch; } }
    .blog-post__main .blog-post__sub-container .blog-post__heading-container {
      display: flex;
      max-width: 800px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 32px;
      align-self: stretch;
      margin: 0 auto; }
      .blog-post__main .blog-post__sub-container .blog-post__heading-container .blog-post__heading-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        align-self: stretch; }
        .blog-post__main .blog-post__sub-container .blog-post__heading-container .blog-post__heading-content .blog-post__tag {
          color: var(--Neutrals-neutral3, #D9D9D9);
          /* Label/Medium/Medum */
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 500;
          line-height: 130%;
          /* 18.2px */ }
        .blog-post__main .blog-post__sub-container .blog-post__heading-container .blog-post__heading-content .blog-post__title {
          color: var(--Neutrals-neutral0, #FFF);
          text-align: center;
          /* Heading/Heading-M */
          font-family: var(--Heading, Futura);
          font-size: var(--Type-Sizing-2XL, 40px);
          font-style: normal;
          font-weight: 800;
          line-height: 120%;
          /* 48px */
          text-transform: uppercase; }
      .blog-post__main .blog-post__sub-container .blog-post__heading-container .blog-post__heading-cpy-social {
        display: flex;
        align-items: flex-start;
        gap: var(--spacing-lg, 12px); }
        .blog-post__main .blog-post__sub-container .blog-post__heading-container .blog-post__heading-cpy-social .copy-url-button {
          display: flex;
          padding: 12px 14px;
          justify-content: center;
          align-items: center;
          gap: var(--spacing-xs, 4px);
          border-radius: var(--Radius-L, 16px);
          border: 1px solid var(--Neutrals-neutral8, #212121);
          background: var(--Neutrals-neutral8, #212121);
          color: var(--Neutrals-neutral1, #F6F6F6);
          /* Label/Medium/SemiBold */
          font-family: var(--Font-family-Body, Inter);
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: 130%;
          /* 18.2px */ }
        .blog-post__main .blog-post__sub-container .blog-post__heading-container .blog-post__heading-cpy-social .blog-post__share-icons {
          display: flex;
          padding: 12px;
          justify-content: center;
          align-items: center;
          gap: var(--spacing-md, 8px);
          border-radius: var(--Radius-L, 16px);
          border: 1px solid var(--Neutrals-neutral8, #212121);
          background: var(--Neutrals-neutral8, #212121); }
    .blog-post__main .blog-post__sub-container .blog-post__image-container {
      max-width: 1240px;
      max-height: 744.002px; }
      .blog-post__main .blog-post__sub-container .blog-post__image-container .blog-post__figure img {
        width: 1240px;
        height: 744.002px;
        border-radius: 12px; }
        @media (min-width: 640px) and (max-width: 1024px) {
          .blog-post__main .blog-post__sub-container .blog-post__image-container .blog-post__figure img {
            width: 736px;
            height: 442.002px;
            border-radius: 12px; } }
        @media (min-width: 320px) and (max-width: 640px) {
          .blog-post__main .blog-post__sub-container .blog-post__image-container .blog-post__figure img {
            width: 340px;
            height: 204.002px;
            border-radius: 12px; } }

.blog-post__body {
  display: flex;
  padding: 0px var(--Side-Margin-Margin, 32px) 100px var(--Side-Margin-Margin, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch; }
  .blog-post__body .blog-post__body-content {
    display: flex;
    padding-bottom: 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    max-width: 720px;
    margin: 0 auto;
    color: var(--Neutrals-neutral2, #EEEFED);
    /* Body/Large/Regular */
    font-family: var(--Font-family-Body, Inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */ }

@media (min-width: 1024px) {
  .blogPostIndiviualPage .featured-slick-button-prev {
    position: absolute;
    top: -85px;
    right: 90px;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 847px) and (max-width: 1023px) {
  .blogPostIndiviualPage .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 43%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 641px) and (max-width: 846px) {
  .blogPostIndiviualPage .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 43%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 580px) and (max-width: 640px) {
  .blogPostIndiviualPage .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 41%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 500px) and (max-width: 579px) {
  .blogPostIndiviualPage .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 41%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 451px) and (max-width: 499px) {
  .blogPostIndiviualPage .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 38%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 400px) and (max-width: 450px) {
  .blogPostIndiviualPage .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 37%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 357px) and (max-width: 400px) {
  .blogPostIndiviualPage .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 34%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 320px) and (max-width: 356px) {
  .blogPostIndiviualPage .featured-slick-button-prev {
    position: absolute;
    bottom: -75px;
    left: 32%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 1024px) {
  .blogPostIndiviualPage .featured-slick-button-next {
    position: absolute;
    top: -85px;
    right: 26px;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 847px) and (max-width: 1023px) {
  .blogPostIndiviualPage .featured-slick-button-next {
    position: absolute;
    bottom: -75px;
    left: 49%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 641px) and (max-width: 846px) {
  .blogPostIndiviualPage .featured-slick-button-next {
    position: absolute;
    bottom: -75px;
    left: 50%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 356px) and (max-width: 640px) {
  .blogPostIndiviualPage .featured-slick-button-next {
    position: absolute;
    bottom: -75px;
    left: 50%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

@media (min-width: 320px) and (max-width: 356px) {
  .blogPostIndiviualPage .featured-slick-button-next {
    position: absolute;
    bottom: -75px;
    left: 50%;
    display: flex;
    padding: 12.571px;
    align-items: center;
    gap: 7.857px;
    border-radius: 78.571px;
    background: var(--Neutrals-neutral1, #F6F6F6); } }

.resetPasswordWholeDiv {
  display: flex;
  height: 700px;
  padding: 100px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: var(--Neutrals-neutral0, #FFF); }
  @media (min-width: 320px) and (max-width: 640px) {
    .resetPasswordWholeDiv {
      display: flex;
      height: 700px;
      padding: 100px var(--Side-Margin-Margin, 20px);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch; } }
  .resetPasswordWholeDiv .reset-password-inside-div {
    display: flex;
    width: 400px;
    max-width: 500px;
    padding-bottom: 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px; }
    @media (min-width: 640px) and (max-width: 1023px) {
      .resetPasswordWholeDiv .reset-password-inside-div {
        margin: 0 auto; } }
    @media (min-width: 320px) and (max-width: 640px) {
      .resetPasswordWholeDiv .reset-password-inside-div {
        display: flex;
        width: 100%;
        max-width: 500px;
        padding-bottom: 32px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
        margin: 0 auto; } }
    .resetPasswordWholeDiv .reset-password-inside-div .passwordMsgDiv {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      align-self: stretch; }
      .resetPasswordWholeDiv .reset-password-inside-div .passwordMsgDiv .passwordStarDiv {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px; }
        .resetPasswordWholeDiv .reset-password-inside-div .passwordMsgDiv .passwordStarDiv .page-reset-header {
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Heading, Futura);
          font-size: var(--Type-Sizing-2XL, 40px);
          font-style: normal;
          font-weight: 800;
          line-height: 120%;
          text-transform: uppercase; }
          @media (min-width: 640px) and (max-width: 1023px) {
            .resetPasswordWholeDiv .reset-password-inside-div .passwordMsgDiv .passwordStarDiv .page-reset-header {
              color: var(--Neutrals-neutral9, #161616);
              font-family: var(--Heading, Futura);
              font-size: var(--Type-Sizing-2XL, 36px);
              font-style: normal;
              font-weight: 800;
              line-height: 120%;
              text-transform: uppercase; } }
          @media (min-width: 320px) and (max-width: 640px) {
            .resetPasswordWholeDiv .reset-password-inside-div .passwordMsgDiv .passwordStarDiv .page-reset-header {
              color: var(--Neutrals-neutral9, #161616);
              /* Heading/Heading-M */
              font-family: var(--Heading, Futura);
              font-size: var(--Type-Sizing-2XL, 32px);
              font-style: normal;
              font-weight: 800;
              line-height: 120%;
              /* 38.4px */
              text-transform: uppercase; } }
      .resetPasswordWholeDiv .reset-password-inside-div .passwordMsgDiv .resetInfoMsg {
        align-self: stretch;
        color: var(--Neutrals-neutral7, #555);
        text-align: center;
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 130%; }
    .resetPasswordWholeDiv .reset-password-inside-div .forms-reset-container {
      width: 100%; }
      .resetPasswordWholeDiv .reset-password-inside-div .forms-reset-container .emailClassDiv {
        width: 100%; }
        .resetPasswordWholeDiv .reset-password-inside-div .forms-reset-container .emailClassDiv .emailClass {
          color: var(--Neutrals-neutral7, #555);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 400;
          line-height: 130%;
          /* 18.2px */
          padding-bottom: 6px; }
        .resetPasswordWholeDiv .reset-password-inside-div .forms-reset-container .emailClassDiv .emailInputClass {
          display: flex;
          height: 48px;
          padding: 12px 16px;
          justify-content: flex-end;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          border-radius: 10px;
          border: 1px solid var(--Neutrals-neutral3, #D9D9D9);
          background: var(--Neutrals-neutral0, #FFF);
          width: 100% !important; }
      .resetPasswordWholeDiv .reset-password-inside-div .forms-reset-container .rstPasswordClass {
        border-radius: var(--Radius-M, 12px);
        border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
        background: var(--Accents-lime, #CDDE00);
        display: flex;
        height: 48px !important;
        padding: 0px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        color: var(--Neutrals-neutral9, #161616) !important;
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        width: 100%; }
        .resetPasswordWholeDiv .reset-password-inside-div .forms-reset-container .rstPasswordClass:hover {
          color: #161616 !important; }
      .resetPasswordWholeDiv .reset-password-inside-div .forms-reset-container .backToLoginClass {
        border-radius: var(--Radius-M, 12px);
        display: flex;
        height: 48px;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch; }

.body .main-container-404 {
  display: flex;
  padding: 40px 0px 80px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch; }
  .body .main-container-404 .main-container-404-inside {
    display: flex;
    max-width: 1304px;
    padding: 0px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    margin: 0 auto; }
    .body .main-container-404 .main-container-404-inside .whole-div-404 {
      display: flex;
      max-width: 450px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 32px;
      align-self: stretch;
      width: 100%; }
      .body .main-container-404 .main-container-404-inside .whole-div-404 .image-div-404 {
        width: 200px;
        height: 200px;
        background: url(https://cdn11.bigcommerce.com/s-fse07c8umh/images/stencil/original/image-manager/firefly-gren-stainless-steel-metal-sheet-sculpture-of-a-dimensional-404-text-on-a-pure-white-backgr-1.png?t=1738741641); }
      .body .main-container-404 .main-container-404-inside .whole-div-404 .text-content-whole-div-404 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px; }
        .body .main-container-404 .main-container-404-inside .whole-div-404 .text-content-whole-div-404 .upper-text-404 {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 16px;
          align-self: stretch; }
          .body .main-container-404 .main-container-404-inside .whole-div-404 .text-content-whole-div-404 .upper-text-404 .header-text-404 {
            color: var(--Neutrals-neutral9, #161616);
            text-align: center;
            font-family: var(--Heading, Futura);
            font-size: var(--Type-Sizing-XL, 32px);
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            text-transform: uppercase; }
          .body .main-container-404 .main-container-404-inside .whole-div-404 .text-content-whole-div-404 .upper-text-404 .sub-header-404 {
            align-self: stretch;
            color: var(--Neutrals-neutral8, #212121);
            text-align: center;
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 16px);
            font-style: normal;
            font-weight: 400;
            line-height: 130%; }
        .body .main-container-404 .main-container-404-inside .whole-div-404 .text-content-whole-div-404 .lower-text-404 {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 12px;
          align-self: stretch; }
          .body .main-container-404 .main-container-404-inside .whole-div-404 .text-content-whole-div-404 .lower-text-404 .button1-class {
            display: flex;
            height: 48px;
            padding: 16px 24px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            align-self: stretch;
            border-radius: var(--Radius-M, 12px);
            border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
            background: var(--Accents-lime, #CDDE00);
            text-decoration: none;
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 16px);
            font-style: normal;
            font-weight: 600;
            line-height: 130%; }
          .body .main-container-404 .main-container-404-inside .whole-div-404 .text-content-whole-div-404 .lower-text-404 .button2-class {
            border-radius: var(--Radius-M, 12px);
            background: var(--Neutrals-neutral2, #EEEFED);
            display: flex;
            height: 48px;
            padding: 16px 24px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            align-self: stretch;
            text-decoration: none;
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 16px);
            font-style: normal;
            font-weight: 600;
            line-height: 130%; }
          .body .main-container-404 .main-container-404-inside .whole-div-404 .text-content-whole-div-404 .lower-text-404 .button3-class {
            border-radius: var(--Radius-M, 12px);
            display: flex;
            height: 48px;
            padding: 16px 24px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            align-self: stretch;
            text-decoration: none;
            color: var(--Neutrals-neutral9, #161616);
            font-family: var(--Body, Inter);
            font-size: var(--Type-Sizing-XS, 16px);
            font-style: normal;
            font-weight: 600;
            line-height: 130%; }

.blog_section__whole-container {
  display: flex;
  padding: 80px var(--Side-Margin-Margin, 32px) 100px var(--Side-Margin-Margin, 32px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: var(--Neutrals-neutral10, #101010); }
  @media (min-width: 641px) and (max-width: 1023px) {
    .blog_section__whole-container {
      display: flex;
      padding: 64px var(--Side-Margin-Margin, 32px) 80px var(--Side-Margin-Margin, 32px);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px; } }
  @media (min-width: 320px) and (max-width: 640px) {
    .blog_section__whole-container {
      display: flex;
      padding: 64px var(--Side-Margin-Margin, 20px) 80px var(--Side-Margin-Margin, 20px);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px; } }
  .blog_section__whole-container .blog_section__container {
    display: flex;
    max-width: 1240px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 641px) and (max-width: 1023px) {
      .blog_section__whole-container .blog_section__container {
        display: flex;
        max-width: 800px;
        max-width: 1240px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch; } }
    @media (min-width: 380px) and (max-width: 640px) {
      .blog_section__whole-container .blog_section__container {
        display: flex;
        max-width: 340px;
        max-width: 1240px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px; } }
    .blog_section__whole-container .blog_section__container .blog_section__header-container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      align-self: stretch;
      width: 100%; }
      @media (min-width: 320px) and (max-width: 640px) {
        .blog_section__whole-container .blog_section__container .blog_section__header-container {
          overflow-x: scroll; } }
      @media (min-width: 641px) and (max-width: 1023px) {
        .blog_section__whole-container .blog_section__container .blog_section__header-container {
          overflow-x: scroll; } }
      .blog_section__whole-container .blog_section__container .blog_section__header-container .blog_section__heading-container p {
        color: var(--Neutrals-neutral0, #FFF);
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-2XL, 40px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        text-transform: uppercase;
        margin: 0px; }
      .blog_section__whole-container .blog_section__container .blog_section__header-container #blog_section__tags-container {
        display: flex;
        align-items: flex-start;
        gap: 8px; }
        .blog_section__whole-container .blog_section__container .blog_section__header-container #blog_section__tags-container .blog__tag-button {
          display: flex;
          height: 34px;
          padding: 11px 16px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 12px;
          background: var(--Neutrals-neutral8, #212121);
          color: var(--Neutrals-neutral4, #C4C4C4);
          text-align: center;
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 500;
          line-height: 130%;
          cursor: pointer; }
        .blog_section__whole-container .blog_section__container .blog_section__header-container #blog_section__tags-container .active {
          display: flex;
          height: 34px;
          padding: 12px 16px;
          justify-content: center;
          align-items: center;
          gap: 6px;
          border-radius: 12px;
          background: var(--Accents-lime, #CDDE00) !important;
          color: var(--Neutrals-neutral9, #161616) !important;
          text-align: center;
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-2XS, 14px);
          font-style: normal;
          font-weight: 500;
          line-height: 130%; }
    .blog_section__whole-container .blog_section__container .blog_section__body-container {
      display: flex;
      justify-content: center; }
      .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch; }
        @media (min-width: 320px) and (max-width: 640px) {
          .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container {
            flex-direction: column; } }
        .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post {
          display: flex;
          width: 100%; }
          @media (min-width: 641px) and (max-width: 1023px) {
            .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post {
              width: unset; } }
          .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post .blog_section__post-container {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            flex: 1 0 0; }
            .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post .blog_section__post-container .blog_section__post-image-container {
              width: 100%; }
              .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post .blog_section__post-container .blog_section__post-image-container .blog_section__post-image {
                height: 423.015px;
                max-width: 604px;
                max-height: 423.015px;
                border-radius: 12px; }
                @media (min-width: 641px) and (max-width: 1023px) {
                  .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post .blog_section__post-container .blog_section__post-image-container .blog_section__post-image {
                    height: 246.015px;
                    width: 100%; } }
                @media (min-width: 320px) and (max-width: 640px) {
                  .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post .blog_section__post-container .blog_section__post-image-container .blog_section__post-image {
                    height: 238.015px;
                    width: 100%; } }
            .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post .blog_section__post-container .blog_section__post-content {
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              gap: 8px;
              align-self: stretch;
              max-width: 604px; }
              .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post .blog_section__post-container .blog_section__post-content .blog_section__tag {
                color: var(--Neutrals-neutral3, #D9D9D9);
                font-family: var(--Body, Inter);
                font-size: var(--Type-Sizing-2XS, 14px);
                font-style: normal;
                font-weight: 500;
                line-height: 130%;
                margin: 0px; }
              .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post .blog_section__post-container .blog_section__post-content .blog_section__title-container {
                display: flex;
                padding: 7px;
                align-items: flex-start;
                gap: 10px;
                align-self: stretch; }
                .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post .blog_section__post-container .blog_section__post-content .blog_section__title-container .blog_section__post-title {
                  margin: 0px;
                  padding: 0px;
                  color: var(--Neutrals-neutral0, #FFF);
                  font-family: var(--Body, Inter);
                  font-size: 20px;
                  font-style: normal;
                  font-weight: 600;
                  line-height: 150%;
                  flex: 1 0 0;
                  /* 30px */ }
                .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post .blog_section__post-container .blog_section__post-content .blog_section__title-container .blog_section__post-arrow-container {
                  display: flex;
                  padding: 7px;
                  align-items: flex-start;
                  gap: 10px;
                  align-self: stretch; }
              .blog_section__whole-container .blog_section__container .blog_section__body-container #blog_section-posts-container .blog_section-post .blog_section__post-container .blog_section__post-content .blog_section__post-description {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                color: var(--Neutrals-neutral5, #9D9D9D);
                text-overflow: ellipsis;
                font-family: var(--Body, Inter);
                font-size: var(--Type-Sizing-XS, 16px);
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
                /* 24px */ }
    .blog_section__whole-container .blog_section__container .blog_section__button {
      display: flex;
      height: 48px;
      padding: 16px 24px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: var(--Radius-M, 12px);
      border: 1px solid var(--Neutrals-neutral5, #9D9D9D);
      color: var(--Neutrals-neutral0, #FFF);
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-XS, 16px);
      font-style: normal;
      font-weight: 600;
      line-height: 130%; }
      @media (min-width: 320px) and (max-width: 1023px) {
        .blog_section__whole-container .blog_section__container .blog_section__button {
          width: 100%; } }

.page_39 .body {
  min-height: 100vh; }
  .page_39 .body .resent-reset-pass__page-container {
    display: flex;
    height: 700px;
    padding: 100px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch; }
    @media (min-width: 641px) and (max-width: 1023px) {
      .page_39 .body .resent-reset-pass__page-container {
        display: flex;
        height: 700px;
        padding: 100px 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch; } }
    @media (min-width: 320px) and (max-width: 640px) {
      .page_39 .body .resent-reset-pass__page-container {
        display: flex;
        height: 700px;
        padding: 100px var(--Side-Margin-Margin, 20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch; } }
    .page_39 .body .resent-reset-pass__page-container .resent-reset-pass__whole-container {
      display: flex;
      max-width: 500px;
      flex-direction: column;
      align-items: center;
      gap: 24px; }
      .page_39 .body .resent-reset-pass__page-container .resent-reset-pass__whole-container .resent-reset-pass__content-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px; }
        .page_39 .body .resent-reset-pass__page-container .resent-reset-pass__whole-container .resent-reset-pass__content-container .resent-reset-pass__content-heading-container {
          display: flex;
          flex-direction: column;
          gap: 8px;
          align-self: stretch; }
          .page_39 .body .resent-reset-pass__page-container .resent-reset-pass__whole-container .resent-reset-pass__content-container .resent-reset-pass__content-heading-container .resent-reset-pass__content-heading {
            margin: 0px;
            padding: 0px;
            color: var(--Neutrals-neutral9, #161616);
            text-align: center;
            font-family: var(--Heading, Futura);
            font-size: var(--Type-Sizing-2XL, 40px);
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            text-transform: uppercase;
            white-space: nowrap; }
            @media (min-width: 641px) and (max-width: 1023px) {
              .page_39 .body .resent-reset-pass__page-container .resent-reset-pass__whole-container .resent-reset-pass__content-container .resent-reset-pass__content-heading-container .resent-reset-pass__content-heading {
                color: var(--Neutrals-neutral9, #161616);
                text-align: center;
                font-family: var(--Heading, Futura);
                font-size: var(--Type-Sizing-2XL, 36px);
                font-style: normal;
                font-weight: 800;
                line-height: 120%;
                text-transform: uppercase;
                white-space: wrap; } }
            @media (min-width: 320px) and (max-width: 640px) {
              .page_39 .body .resent-reset-pass__page-container .resent-reset-pass__whole-container .resent-reset-pass__content-container .resent-reset-pass__content-heading-container .resent-reset-pass__content-heading {
                color: var(--Neutrals-neutral9, #161616);
                text-align: center;
                font-family: var(--Heading, Futura);
                font-size: var(--Type-Sizing-2XL, 32px);
                font-style: normal;
                font-weight: 800;
                line-height: 120%;
                text-transform: uppercase;
                white-space: wrap; } }
          .page_39 .body .resent-reset-pass__page-container .resent-reset-pass__whole-container .resent-reset-pass__content-container .resent-reset-pass__content-heading-container .resent-reset-pass__content-subheading {
            margin: 0px;
            color: var(--Neutrals-neutral7, #555);
            text-align: center;
            font-family: var(--Font-family-Body, Inter);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; }
      .page_39 .body .resent-reset-pass__page-container .resent-reset-pass__whole-container .resent-reset-pass__content-button-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch; }
        .page_39 .body .resent-reset-pass__page-container .resent-reset-pass__whole-container .resent-reset-pass__content-button-container .resent-reset-pass__content-button {
          display: flex;
          height: 48px;
          padding: 16px 24px;
          justify-content: center;
          align-items: center;
          gap: 8px;
          align-self: stretch;
          border-radius: var(--Radius-M, 12px);
          background: var(--Neutrals-neutral2, #EEEFED);
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 16px);
          font-style: normal;
          font-weight: 600;
          line-height: 130%; }
        .page_39 .body .resent-reset-pass__page-container .resent-reset-pass__whole-container .resent-reset-pass__content-button-container .resent-reset-pass__content-back-button {
          display: flex;
          height: 48px;
          padding: 16px 24px;
          justify-content: center;
          align-items: center;
          gap: 8px;
          align-self: stretch;
          border-radius: var(--Radius-M, 12px);
          color: var(--Neutrals-neutral9, #161616);
          font-family: var(--Body, Inter);
          font-size: var(--Type-Sizing-XS, 16px);
          font-style: normal;
          font-weight: 600;
          line-height: 130%; }

.rewards-container .ways-to-earn-spend-whole-container {
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #161616; }
  .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container {
    display: flex;
    max-width: 1240px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin: 0 auto; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container {
        flex-direction: column; } }
    .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-to-earn {
      display: flex;
      padding: 32px 32px 48px 32px;
      flex-direction: column;
      align-items: flex-start;
      gap: 40px;
      flex: 1 0 0;
      align-self: stretch;
      border-radius: 16px;
      border: 1px solid #393939;
      background: var(--Neutrals-neutral9, #161616); }
      .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-to-earn .heading-EarnPoint {
        color: var(--Neutrals-neutral0, #FFF);
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-XL, 32px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        /* 38.4px */
        text-transform: uppercase; }
        @media (min-width: 320px) and (max-width: 1023px) {
          .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-to-earn .heading-EarnPoint {
            text-align: center;
            width: 100%; } }
        @media (min-width: 320px) and (max-width: 640px) {
          .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-to-earn .heading-EarnPoint {
            font-size: var(--Type-Sizing-L, 24px); } }
      .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-to-earn .left-inside-container-EarnPoint {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch; }
        .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-to-earn .left-inside-container-EarnPoint .left-Common-Div {
          display: flex;
          align-items: flex-start;
          gap: 24px;
          align-self: stretch; }
          .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-to-earn .left-inside-container-EarnPoint .left-Common-Div .common-img .common-img-inside {
            display: flex;
            padding: 16px;
            justify-content: center;
            align-items: center;
            gap: 6px;
            border-radius: 16px;
            background: var(--Neutrals-neutral8, #212121); }
          .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-to-earn .left-inside-container-EarnPoint .left-Common-Div .text-common-div .text-Sentence-EarnPoint {
            color: var(--Neutrals-neutral0, #FFF);
            font-family: var(--Font-family-Body, Inter);
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            align-self: stretch; }
          .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-to-earn .left-inside-container-EarnPoint .left-Common-Div .text-common-div .text-Points {
            color: var(--Neutrals-neutral5, #9D9D9D);
            font-family: var(--Font-family-Body, Inter);
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; }
    .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
      flex: 1 0 0; }
      .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .ways-to-spend {
        display: flex;
        padding: 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
        border-radius: 16px;
        border: 1px solid #393939;
        background: var(--Neutrals-neutral9, #161616); }
        .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .ways-to-spend .heading-way-to-spend {
          color: var(--Neutrals-neutral0, #FFF);
          font-family: var(--Heading, Futura);
          font-size: var(--Type-Sizing-XL, 32px);
          font-style: normal;
          font-weight: 800;
          text-transform: uppercase;
          align-self: stretch; }
          @media (min-width: 320px) and (max-width: 1023px) {
            .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .ways-to-spend .heading-way-to-spend {
              text-align: center;
              width: 100%; } }
          @media (min-width: 320px) and (max-width: 640px) {
            .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .ways-to-spend .heading-way-to-spend {
              font-size: var(--Type-Sizing-L, 24px); } }
        .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .ways-to-spend .right-inside-container-way-to-spend {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 24px;
          height: 125px;
          flex-wrap: wrap; }
          @media (min-width: 320px) and (max-width: 1023px) {
            .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .ways-to-spend .right-inside-container-way-to-spend {
              height: unset;
              flex-wrap: nowrap; } }
          .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .ways-to-spend .right-inside-container-way-to-spend .right-Common-Div-way-to-spend {
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 24px;
            -ms-flex-item-align: stretch;
            align-self: stretch;
            width: 100%; }
            @media (min-width: 1301px) and (max-width: 1420px) {
              .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .ways-to-spend .right-inside-container-way-to-spend .right-Common-Div-way-to-spend {
                width: 80%; } }
            @media (min-width: 1023px) and (max-width: 1300px) {
              .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .ways-to-spend .right-inside-container-way-to-spend .right-Common-Div-way-to-spend {
                width: 60%; } }
            .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .ways-to-spend .right-inside-container-way-to-spend .right-Common-Div-way-to-spend .common-img-way-to-spend {
              display: flex;
              padding: 12px;
              justify-content: center;
              align-items: center;
              gap: 6px;
              border-radius: 16px;
              background: var(--Neutrals-neutral8, #212121); }
            .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .ways-to-spend .right-inside-container-way-to-spend .right-Common-Div-way-to-spend .text-common-div-way-to-spend .text-Sentence-way-to-spend {
              color: var(--Neutrals-neutral0, #FFF);
              font-family: var(--Font-family-Body, Inter);
              font-size: 18px;
              font-style: normal;
              font-weight: 400;
              line-height: 150%; }
            .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .ways-to-spend .right-inside-container-way-to-spend .right-Common-Div-way-to-spend .text-common-div-way-to-spend .text-Points-way-to-spend {
              color: var(--Neutrals-neutral5, #9D9D9D);
              font-family: var(--Font-family-Body, Inter);
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 150%; }
      .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .rewards-acc-section .rewards-acc-header-container {
        display: flex;
        padding: 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
        border-radius: 16px;
        border: 1px solid #393939;
        background: var(--Neutrals-neutral9, #161616); }
        .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .rewards-acc-section .rewards-acc-header-container .rewards-acc-right-image-container {
          width: 100%;
          height: 188.15px;
          align-self: stretch; }
          @media (min-width: 320px) and (max-width: 1023px) {
            .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .rewards-acc-section .rewards-acc-header-container .rewards-acc-right-image-container {
              height: unset; } }
        .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .rewards-acc-section .rewards-acc-header-container .rewards-acc-content-container {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 24px;
          align-self: stretch; }
          .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .rewards-acc-section .rewards-acc-header-container .rewards-acc-content-container .rewards-heading {
            color: var(--Neutrals-neutral0, #FFF);
            font-family: var(--Heading, Futura);
            font-size: var(--Type-Sizing-XL, 32px);
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            text-transform: uppercase;
            margin: 0px;
            padding: 0px; }
            @media (min-width: 320px) and (max-width: 640px) {
              .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .rewards-acc-section .rewards-acc-header-container .rewards-acc-content-container .rewards-heading {
                color: var(--Neutrals-neutral0, #FFF);
                text-align: center;
                font-family: var(--Heading, Futura);
                font-size: var(--Type-Sizing-L, 24px);
                font-style: normal;
                font-weight: 800;
                line-height: 120%;
                text-transform: uppercase; } }
          .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .rewards-acc-section .rewards-acc-header-container .rewards-acc-content-container .reward-acc-btn {
            display: flex;
            height: 48px;
            padding: 16px 24px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            border-radius: 12px;
            border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
            background: #CDDE00; }
            @media (min-width: 320px) and (max-width: 640px) {
              .rewards-container .ways-to-earn-spend-whole-container .ways-to-earn-spend-inner-container .ways-container .rewards-acc-section .rewards-acc-header-container .rewards-acc-content-container .reward-acc-btn {
                width: 100%; } }

.rewards-container .membership-whole-container {
  display: flex;
  padding: 100px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: var(--Neutrals-neutral10, #101010); }
  @media (min-width: 320px) and (max-width: 1023px) {
    .rewards-container .membership-whole-container {
      display: flex;
      padding: 80px 16px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch; } }
  .rewards-container .membership-whole-container .membership-inner-container {
    display: flex;
    max-width: 1240px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    margin: 0 auto; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .rewards-container .membership-whole-container .membership-inner-container {
        margin: unset; } }
    .rewards-container .membership-whole-container .membership-inner-container .membership-card-heading-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      align-self: stretch; }
      .rewards-container .membership-whole-container .membership-inner-container .membership-card-heading-container .membership-card-heading {
        color: var(--Neutrals-neutral0, #FFF);
        text-align: center;
        font-family: var(--Font-family-Heading, Futura);
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        text-transform: uppercase;
        margin: 0px;
        padding: 0px; }
        @media (min-width: 320px) and (max-width: 640px) {
          .rewards-container .membership-whole-container .membership-inner-container .membership-card-heading-container .membership-card-heading {
            font-size: 32px; } }
      .rewards-container .membership-whole-container .membership-inner-container .membership-card-heading-container .membership-card-subheading {
        color: var(--Neutrals-neutral3, #D9D9D9);
        text-align: center;
        font-family: var(--Font-family-Body, Inter);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
    .rewards-container .membership-whole-container .membership-inner-container .membership-card-container {
      display: flex;
      align-items: flex-start;
      gap: 32px;
      align-self: stretch; }
      .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
        align-self: stretch;
        border-radius: 16px;
        border: 1px solid var(--Neutrals-neutral8, #212121);
        background: var(--Neutrals-neutral9, #161616);
        max-width: 392px; }
        @media (min-width: 1023px) and (max-width: 1300px) {
          .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content {
            max-width: 320px;
            width: unset; } }
        @media (min-width: 320px) and (max-width: 1023px) {
          .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content {
            max-width: unset;
            width: 100%; } }
        .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-top {
          display: flex;
          padding: 20px;
          flex-direction: column;
          gap: 32px;
          align-self: stretch;
          border-radius: 12px;
          border: 1px solid #393939;
          background: var(--Neutrals-neutral8, #212121); }
          .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-top .club-img {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            align-self: stretch; }
            .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-top .club-img .level-tag {
              display: flex;
              padding: 6px 12px;
              justify-content: center;
              align-items: center;
              gap: 10px;
              border-radius: 100px;
              background: var(--Neutrals-neutral9, #161616);
              color: var(--Neutrals-neutral5, #9D9D9D);
              text-align: center;
              font-family: var(--Body, Inter);
              font-size: var(--Type-Sizing-3XS, 12px);
              font-style: normal;
              font-weight: 500;
              line-height: 130%; }
          .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-top .card-text-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 8px;
            align-self: stretch; }
            .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-top .card-text-content .card-title {
              color: var(--Neutrals-neutral0, #FFF);
              text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              font-family: var(--Heading, Futura);
              font-size: var(--Type-Sizing-L, 24px);
              font-style: normal;
              font-weight: 800;
              line-height: 120%;
              text-transform: uppercase;
              margin: 0px; }
            .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-top .card-text-content .card-subtitle {
              color: var(--Neutrals-neutral4, #C4C4C4);
              font-family: var(--Font-family-Body, Inter);
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 150%;
              margin: 0px; }
        .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom {
          display: flex;
          padding-bottom: 24px;
          flex-direction: column;
          align-items: flex-start;
          gap: 12px;
          flex: 1 0 0;
          align-self: stretch; }
          .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container {
            display: flex;
            padding: 0px 20px;
            gap: 10px;
            align-self: stretch;
            flex-direction: column; }
            .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-heading {
              color: var(--Neutrals-neutral6, #7B7B7B);
              font-family: var(--Font-family-Body, Inter);
              font-size: 12px;
              font-style: normal;
              font-weight: 500;
              line-height: 150%;
              margin: 0px; }
            .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item {
              display: flex;
              width: 352px;
              gap: 12px; }
              @media (min-width: 1023px) and (max-width: 1300px) {
                .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item {
                  width: unset; } }
              .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item .icon-img {
                display: flex;
                padding: 8px;
                width: 40px;
                height: 40px;
                align-items: center;
                justify-content: center;
                gap: 10px;
                border-radius: 100px;
                border: 1px solid #393939;
                background: var(--Neutrals-neutral8, #212121); }
                @media (min-width: 640px) and (max-width: 1023px) {
                  .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item .icon-img {
                    width: 30px;
                    height: 30px; } }
                @media (min-width: 320px) and (max-width: 640px) {
                  .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item .icon-img {
                    width: 28px;
                    height: 28px; } }
              .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item .card-bottom-item-text-contents {
                display: flex;
                justify-content: center;
                flex-direction: column;
                margin: auto 0; }
                .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item .card-bottom-item-text-contents .card-bottom-item-text {
                  color: var(--Neutrals-neutral3, #D9D9D9);
                  font-family: var(--Body, Inter);
                  font-size: var(--Type-Sizing-XS, 16px);
                  font-style: normal;
                  font-weight: 400;
                  line-height: 130%;
                  margin: 0px; }
                .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item .card-bottom-item-text-contents .card-bottom-item-points {
                  color: var(--Neutrals-neutral5, #9D9D9D);
                  font-family: var(--Font-family-Body, Inter);
                  font-size: 14px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: 150%;
                  margin: 0px; }
            .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item-custom {
              display: flex;
              width: 352px;
              gap: 12px;
              align-items: center; }
              @media (min-width: 1023px) and (max-width: 1300px) {
                .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item-custom {
                  width: unset; } }
              .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item-custom .icon-img {
                display: flex;
                padding: 8px;
                width: 40px;
                height: 40px;
                align-items: center;
                justify-content: center;
                gap: 10px;
                border-radius: 100px;
                border: 1px solid #393939;
                background: var(--Neutrals-neutral8, #212121); }
                @media (min-width: 640px) and (max-width: 1023px) {
                  .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item-custom .icon-img {
                    width: 30px;
                    height: 30px; } }
                @media (min-width: 320px) and (max-width: 640px) {
                  .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item-custom .icon-img {
                    width: 28px;
                    height: 28px; } }
              .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .card-bottom .card-bottom-heading-container .card-bottom-item-custom .card-bottom-item-text {
                color: var(--Neutrals-neutral3, #D9D9D9);
                font-family: var(--Body, Inter);
                font-size: var(--Type-Sizing-XS, 16px);
                font-style: normal;
                font-weight: 400;
                line-height: 130%;
                margin: 0px; }
        .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .join-rewards-container {
          width: 100%; }
          .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .join-rewards-container .join-vip {
            display: flex;
            width: 392px;
            height: 48px;
            padding: 16px 24px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            border-top: 1px solid #393939; }
            @media (min-width: 1023px) and (max-width: 1300px) {
              .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .join-rewards-container .join-vip {
                width: unset; } }
            @media (min-width: 320px) and (max-width: 1023px) {
              .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .join-rewards-container .join-vip {
                width: unset; } }
            .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .join-rewards-container .join-vip .join-vip-link {
              display: flex;
              width: 392px;
              height: 48px;
              padding: 16px 24px;
              justify-content: center;
              align-items: center;
              gap: 8px; }
              .rewards-container .membership-whole-container .membership-inner-container .membership-card-container .card-content .join-rewards-container .join-vip .join-vip-link .join-vip-text {
                color: var(--Neutrals-neutral0, #FFF);
                font-family: var(--Body, Inter);
                font-size: var(--Type-Sizing-2XS, 14px);
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                margin: 0px; }
  .rewards-container .membership-whole-container .slick-dots {
    margin-top: 40px;
    bottom: -80px !important; }
  .rewards-container .membership-whole-container .slick-dots li {
    width: 48px !important;
    height: 4px !important; }
  .rewards-container .membership-whole-container .slick-dots li button::before {
    width: 42px !important;
    height: 4px !important;
    border-radius: 10px;
    background: var(--Neutrals-neutral7, #555); }
  .rewards-container .membership-whole-container .slick-dots li.slick-active button::before {
    border-radius: 10px;
    background: var(--Accents-lime, #CDDE00); }
  .rewards-container .membership-whole-container .slick-dots li button {
    all: unset;
    content: '';
    color: transparent; }

.orders-account--fixed {
  margin: 0 !important;
  width: 961px;
  height: auto; }
  @media (min-width: 320px) and (max-width: 767px) {
    .orders-account--fixed {
      top: 80px;
      position: relative;
      width: fit-content;
      margin: 0 auto !important; } }

.svs-section:has(> .svs-tabs) {
  border: 2px solid #e6e6e6 !important; }

.sv-widget {
  border: none !important; }
  .sv-widget .svs-tabs {
    background-color: white !important;
    display: -webkit-box !important; }
    .sv-widget .svs-tabs .svs-tabs-item {
      display: block !important;
      font-weight: 500 !important;
      border: 1px solid #e6e6e6;
      padding: 10px !important;
      font-size: 14px !important;
      min-width: 70px !important;
      color: black !important;
      border-radius: 0px !important; }
      .sv-widget .svs-tabs .svs-tabs-item--current {
        border: 1px solid #7d9845 !important; }
  .sv-widget .svs-title--lg {
    font-weight: 500 !important; }
  .sv-widget button.svs-button {
    background: none !important;
    color: #7d9845 !important;
    border: 1px solid #7d9845 !important; }
  .sv-widget .svs-way-to-earn-description {
    color: #5c5c5c !important; }
  .sv-widget .svs-customer-points {
    border: none !important; }
  .sv-widget .svs-title {
    color: #606060 !important; }
  @media (width: 768px) {
    .sv-widget {
      width: 100% !important;
      max-width: 700px !important; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .sv-widget {
      width: 100% !important;
      max-width: fit-content !important; }
      .sv-widget .svs-account-customer {
        height: auto !important;
        overflow: hidden !important; } }

.svs-customer-points__available {
  font-size: 20px !important; }
  .svs-customer-points__available span {
    color: #7d9845 !important; }

.svs-card {
  border: none !important;
  border-bottom: 1px solid #e6e6e6 !important; }

.Footer__email-newsletter {
  margin-top: 0px !important; }

@media (min-width: 320px) and (max-width: 767px) {
  .svs-way-to-earn {
    border: none !important;
    border-bottom: 1px solid #e6e6e6 !important; } }

@media (min-width: 320px) and (max-width: 767px) {
  .svs-flex {
    display: flex !important;
    height: auto !important;
    max-height: none !important; } }

@media (min-width: 320px) and (max-width: 767px) {
  .orders-overall-page-container .orders-overall-container .orders-heading-svg-nav {
    top: 80px;
    position: relative; } }

.footer__footer-container {
  margin-top: 0px !important; }

@media (min-width: 320px) and (max-width: 767px) {
  #sitevibes-loyalty-account {
    display: flex;
    justify-content: center; } }

#onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 2147483645;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  max-height: none; }
  #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
    max-width: 400px;
    border-radius: var(--Radius-L, 16px) !important;
    border: 1px solid var(--Neutrals-neutral7, #555) !important;
    background: var(--Neutrals-neutral8, #212121) !important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25) !important;
    width: 100% !important;
    padding: 24px 24px 24px 24px;
    width: calc(350/1440*100%);
    left: 20%;
    right: 20%;
    top: 163.542px;
    position: fixed; }
    @media (min-width: 320px) and (max-width: 640px) {
      #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
        max-width: unset; } }
    @media (min-width: 320px) and (max-width: 640px) {
      #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
        left: 0;
        right: 0; } }
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-close-btn-container {
    display: none; }
  #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
    display: flex;
    flex-direction: column; }
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container {
    width: 100%; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container .banner_logo {
      display: flex;
      gap: 12px;
      margin-bottom: 8px; }
      #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container .banner_logo:before {
        content: url("../icons/cookie.svg"); }
      #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container .banner_logo:after {
        content: 'We Use Cookies';
        color: var(--Neutrals-neutral0, #FFF);
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-L, 24px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        /* 28.8px */
        text-transform: uppercase; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container #onetrust-policy {
      padding: 0;
      margin: 0; }
      #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container #onetrust-policy-text {
        color: var(--Neutrals-neutral5, #9D9D9D);
        font-family: var(--Font-family-Body, Inter);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 16px; }
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group {
    display: flex !important;
    justify-content: space-between; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-accept-btn-handler {
      width: 48%;
      margin-right: unset !important;
      border-radius: var(--Radius-M, 12px);
      border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
      background: var(--Accents-lime, #CDDE00);
      color: var(--Neutrals-neutral9, #161616);
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-2XS, 14px);
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      /* 18.2px */
      margin: 0; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-reject-all-handler {
      display: none !important;
      border-radius: var(--Radius-M, 12px);
      border: 1px solid var(--Neutrals-neutral7, #555) !important;
      background: var(--Neutrals-neutral8, #212121); }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler {
      width: 48%;
      margin-top: 10px;
      text-align: center;
      background: var(--Neutrals-neutral8, #212121);
      border-radius: var(--Radius-M, 12px);
      border: 1px solid var(--Neutrals-neutral7, #555) !important;
      background: var(--Neutrals-neutral8, #212121);
      color: var(--Neutrals-neutral0, #FFF);
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-2XS, 14px);
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      margin: 0; }

#onetrust-pc-sdk {
  background: var(--Neutrals-neutral8, #212121) !important;
  border-radius: 16px; }
  #onetrust-pc-sdk #ot-pc-content {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    top: 110px !important;
    margin-bottom: 32px; }
    @media (min-width: 1440px) {
      #onetrust-pc-sdk #ot-pc-content {
        margin-bottom: 50px; } }
    #onetrust-pc-sdk #ot-pc-content #ot-pc-title {
      color: var(--Neutrals-neutral0, #FFF) !important;
      font-family: var(--Font-family-Body, Inter);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      margin-bottom: 24px;
      margin-top: 0; }
    #onetrust-pc-sdk #ot-pc-content #ot-pc-desc {
      color: var(--Neutrals-neutral5, #9D9D9D) !important;
      font-family: var(--Font-family-Body, Inter);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      margin-bottom: 16px; }
    #onetrust-pc-sdk #ot-pc-content #accept-recommended-btn-handler {
      margin-top: 115px;
      margin-right: 0;
      display: flex !important;
      height: 48px;
      padding: 16px 24px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: var(--Radius-M, 12px);
      border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
      background: var(--Accents-lime, #CDDE00) !important;
      color: var(--Neutrals-neutral9, #161616) !important;
      font-family: var(--Body, Inter);
      font-size: var(--Type-Sizing-XS, 16px);
      font-style: normal;
      font-weight: 600;
      line-height: 130%; }
      @media (min-width: 320px) and (max-width: 600px) {
        #onetrust-pc-sdk #ot-pc-content #accept-recommended-btn-handler {
          margin-top: 20px; } }
    #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout button :focus {
      outline: none !important; }
    #onetrust-pc-sdk #ot-pc-content #ot-category-title {
      color: var(--Neutrals-neutral0, #FFF);
      font-family: var(--Font-family-Body, Inter);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      margin-bottom: 16px;
      margin-top: 0;
      padding-bottom: 0; }
    #onetrust-pc-sdk #ot-pc-content .ot-sdk-row {
      margin-top: 0;
      margin-bottom: 12px; }
    #onetrust-pc-sdk #ot-pc-content .ot-acc-grpcntr {
      border-right: 1px solid var(--Neutral-neutral4, #C4C4C4);
      border-bottom: 1px solid var(--Neutral-neutral4, #C4C4C4);
      border-left: 1px solid var(--Neutral-neutral4, #C4C4C4);
      background: var(--Neutrals-neutral10, #101010) !important; }
    #onetrust-pc-sdk #ot-pc-content .ot-acc-grpdesc {
      color: var(--Neutrals-neutral5, #9D9D9D);
      font-family: var(--Font-family-Body, Inter);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
    #onetrust-pc-sdk #ot-pc-content .ot-plus-minus span {
      background-color: var(--Neutrals-neutral4, #C4C4C4); }
    #onetrust-pc-sdk #ot-pc-content .ot-cat-header {
      color: var(--Neutrals-neutral4, #C4C4C4);
      font-family: var(--Font-family-Body, Inter);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
    #onetrust-pc-sdk #ot-pc-content .ot-always-active {
      color: var(--Accents-green, #93D500);
      text-align: right;
      font-family: var(--Font-family-Body, Inter);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
    #onetrust-pc-sdk #ot-pc-content .ot-tgl input:checked + .ot-switch .ot-switch-nob {
      background-color: #93D500 !important; }
    #onetrust-pc-sdk #ot-pc-content .ot-tgl .ot-switch-nob {
      background-color: #C4C4C4; }
      #onetrust-pc-sdk #ot-pc-content .ot-tgl .ot-switch-nob::before {
        background-color: #101010 !important; }
    #onetrust-pc-sdk #ot-pc-content .ot-accordion-layout button {
      padding: 12px 16px; }
    #onetrust-pc-sdk #ot-pc-content .ot-switch .ot-switch-nob:before {
      height: 15px;
      width: 15px;
      bottom: 4px;
      left: 5px; }
  #onetrust-pc-sdk .ot-pc-footer {
    border: none; }
    #onetrust-pc-sdk .ot-pc-footer .ot-btn-container {
      padding: 32px 50px 24px 24px;
      margin: 0px !important; }
      #onetrust-pc-sdk .ot-pc-footer .ot-btn-container button {
        margin: 0; }
      #onetrust-pc-sdk .ot-pc-footer .ot-btn-container .save-preference-btn-handler {
        border-radius: var(--Radius-M, 12px);
        border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4));
        background: var(--Accents-lime, #CDDE00) !important;
        color: var(--Neutrals-neutral9, #161616) !important;
        font-family: var(--Body, Inter);
        font-size: var(--Type-Sizing-XS, 16px);
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        height: 48px;
        width: unset !important; }
      #onetrust-pc-sdk .ot-pc-footer .ot-btn-container .ot-pc-refuse-all-handler {
        display: inline-block;
        margin-right: 8px;
        border-radius: var(--Radius-M, 12px);
        border: 1px solid var(--Neutrals-neutral4, #C4C4C4) !important;
        background: var(--Neutrals-neutral8, #212121) !important;
        height: 48px;
        width: unset; }
  #onetrust-pc-sdk .ot-pc-header {
    display: flex;
    padding: 24px !important;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Neutral-neutral4, #C4C4C4) !important; }
    #onetrust-pc-sdk .ot-pc-header .ot-pc-logo {
      background-image: url("https://cdn11.bigcommerce.com/s-fse07c8umh/images/stencil/original/image-manager/group-3-1-.png?t=1747230331");
      width: 54.999px;
      height: 40px; }
      #onetrust-pc-sdk .ot-pc-header .ot-pc-logo img {
        display: none; }
    #onetrust-pc-sdk .ot-pc-header #close-pc-btn-handler {
      background: url("https://cdn11.bigcommerce.com/s-fse07c8umh/images/stencil/original/image-manager/plus.png?t=1747306260") !important;
      width: 24px !important;
      height: 24px !important;
      top: 30px !important;
      right: 24px !important; }

@media only screen and (max-width: 640px) {
  #onetrust-consent-sdk #onetrust-banner-sdk {
    width: 100%;
    padding: 16px;
    right: 0;
    left: 0; }
    #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
      flex-direction: column; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container .banner_logo {
      gap: 8px; }
      #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container .banner_logo::after {
        color: var(--Neutrals-neutral0, #FFF);
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-L, 18px) !important;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        text-transform: uppercase; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-button-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 480px; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-accept-btn-handler {
      width: 48%;
      order: 3; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-reject-all-handler {
      width: 48%;
      order: 2; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler {
      width: 48%;
      order: 1;
      margin-top: 10px;
      text-align: center;
      margin: 0; }
  #onetrust-consent-sdk #onetrust-pc-sdk {
    width: 100%;
    border-radius: 0; }
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-content {
      padding: 16px; }
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container {
      padding: 16px 0px;
      text-align: center !important; } }
    @media only screen and (max-width: 640px) and (min-width: 320px) and (max-width: 400px) {
      #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container .ot-pc-refuse-all-handler {
        width: 100% !important;
        margin-bottom: 10px; } }

@media only screen and (max-width: 640px) {
      #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container .save-preference-btn-handler {
        width: unset !important; } }
      @media only screen and (max-width: 640px) and (min-width: 320px) and (max-width: 400px) {
        #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container .save-preference-btn-handler {
          width: 100% !important; } }

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #onetrust-consent-sdk #onetrust-banner-sdk {
    padding: 20px;
    left: auto; }
    #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
      flex-direction: column; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container .banner_logo {
      gap: 10px; }
      #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container .banner_logo::after {
        color: var(--Neutrals-neutral0, #FFF);
        font-family: var(--Heading, Futura);
        font-size: var(--Type-Sizing-L, 20px);
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        text-transform: uppercase; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 480px;
      width: 100%; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler {
      width: 48%;
      order: 3; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler {
      width: 48%;
      order: 2; }
    #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler {
      width: 48%;
      order: 1;
      margin-top: 10px;
      text-align: center;
      margin: 0; }
  #onetrust-consent-sdk #onetrust-pc-sdk {
    width: 80%;
    border-radius: 12px; }
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-content {
      padding: 20px; }
    #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container {
      padding: 24px 24px 24px 24px; }
      #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container .save-preference-btn-handler {
        width: unset !important; } }

#ot-sdk-btn-floating {
  display: none !important; }

#onetrust-button-group-parent {
  width: 100% !important;
  position: unset !important;
  transform: unset !important;
  padding: 0px !important; }

#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type {
  margin-bottom: 5px !important; }

#onetrust-pc-sdk .ot-pc-header {
  width: auto !important;
  display: flex !important;
  justify-content: space-between; }

#accept-recommended-btn-handler {
  border-radius: var(--Radius-M, 12px) !important;
  border: 1px solid var(--button-stroke, rgba(255, 255, 255, 0.4)) !important;
  background: var(--Accents-lime, #CDDE00) !important;
  color: var(--Neutrals-neutral9, #161616) !important;
  font-family: var(--Body, Inter) !important;
  font-size: var(--Type-Sizing-XS, 16px) !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 130% !important;
  height: 48px !important;
  width: unset !important; }

#onetrust-pc-sdk .ot-switch {
  height: 18px !important; }

#onetrust-pc-sdk #ot-pc-content .ot-switch .ot-switch-nob:before {
  top: 1.7px;
  bottom: auto !important; }

.ot-grp-desc {
  color: var(--Neutrals-neutral5, #9D9D9D) !important;
  font-family: var(--Font-family-Body, Inter) !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

#onetrust-pc-sdk .ot-desc-cntr {
  margin-top: 0px !important; }

@media (max-width: 640px) {
  #onetrust-pc-sdk .ot-btn-subcntr {
    display: flex !important;
    flex-direction: column !important; } }

@media (max-width: 640px) {
  #onetrust-pc-sdk #ot-pc-content {
    position: absolute !important; } }

@media (max-width: 640px) {
  #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container .ot-pc-refuse-all-handler {
    width: 92% !important; } }

@media (max-width: 640px) {
  #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container .save-preference-btn-handler {
    width: 92% !important; } }

#onetrust-pc-sdk #ot-pvcy-hdr {
  color: var(--Neutrals-neutral4, #C4C4C4) !important;
  font-family: var(--Font-family-Body, Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

@media (min-width: 641px) and (max-width: 1023px) {
  .Sectioncontainer {
    display: flex;
    padding: 80px var(--Side-Margin-Margin, 32px) 100px var(--Side-Margin-Margin, 32px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch; }
  .container-inside {
    display: flex;
    max-width: 1240px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Type-Sizing-4XL, 56px);
    align-self: stretch; }
  .widgetheader {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    align-self: stretch; }
  .followClass {
    color: #101010;
    font-family: var(--Heading, Futura);
    font-size: 31px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase; }
  .wipenewClass {
    color: var(--Neutrals-neutral7, #555);
    font-family: var(--Body, Inter);
    font-size: var(--Type-Sizing-S, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; }
  .SocialInside {
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    padding-top: 35px; }
  .imageContainer {
    display: flex;
    width: var(--Type-Sizing-3XL, 44px);
    height: var(--Type-Sizing-3XL, 44px);
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 13.75px;
    background: var(--Neutrals-neutral1, #F6F6F6);
    backdrop-filter: blur(9.16667px); }
  .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
  .gallery-opp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
  .gallery-third {
    display: none; }
  .imageRes {
    width: 100%; }
  .widget-header-inside {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .imageResSmall {
    width: 100%;
    height: 195px;
    object-fit: cover; } }

.containerWithProductTabs .tabs .tab {
  cursor: pointer; }

.page_36 .Sectioncontainer {
  background: var(--Neutrals-neutral10, #101010); }
  .page_36 .Sectioncontainer .wipenewClass {
    color: var(--Accents-lime, #CDDE00); }
  .page_36 .Sectioncontainer .social-containers .followClass {
    color: var(--Neutrals-neutral0, #FFF); }
  .page_36 .Sectioncontainer .social-containers .SocialInside .imageContainer {
    border-radius: 13.75px;
    background: var(--Neutrals-neutral8, #212121);
    backdrop-filter: blur(9.16667px); }
    .page_36 .Sectioncontainer .social-containers .SocialInside .imageContainer svg path {
      fill: white !important; }

.page_36 .image-wrapper {
  background-color: black !important; }

.filter-content-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%; }
  .filter-content-container .whole-filter-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    gap: 10px; }
    .filter-content-container .whole-filter-container .filter-container.open .dropdown-menu {
      display: block; }
    .filter-content-container .whole-filter-container .filter-container {
      width: 160px; }
      .filter-content-container .whole-filter-container .filter-container .review-dropdown {
        position: relative;
        margin-bottom: 10px; }
      .filter-content-container .whole-filter-container .filter-container .dropdown-toggle {
        width: 100%;
        padding: 8px 12px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .filter-content-container .whole-filter-container .filter-container .dropdown-toggle #rating-dropdown {
          display: flex;
          align-items: center;
          justify-content: center; }
      .filter-content-container .whole-filter-container .filter-container .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 4px;
        display: none;
        z-index: 100; }
      .filter-content-container .whole-filter-container .filter-container .dropdown-option {
        padding: 8px 12px;
        cursor: pointer; }
      .filter-content-container .whole-filter-container .filter-container .dropdown-option:hover {
        background: #eee; }
      .filter-content-container .whole-filter-container .filter-container .dropdown-option.clear {
        font-style: italic;
        color: #555; }
      .filter-content-container .whole-filter-container .filter-container .clear-all-btn {
        display: none;
        padding: 8px 12px;
        background: #f8f8f8;
        border: 1px solid #c4c4c4;
        border-radius: 4px;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        gap: 10px; }
    .filter-content-container .whole-filter-container .sv-widget button[type="submit"]::before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 21px;
      margin-right: 8px;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'><path d='M17.7594 6.03018L14.268 2.53956C14.1519 2.42345 14.0141 2.33135 13.8624 2.26852C13.7107 2.20568 13.5482 2.17334 13.384 2.17334C13.2198 2.17334 13.0572 2.20568 12.9056 2.26852C12.7539 2.33135 12.6161 2.42345 12.5 2.53956L2.86641 12.1732C2.74983 12.2888 2.65741 12.4265 2.59451 12.5782C2.5316 12.7299 2.49948 12.8925 2.50001 13.0567V16.5482C2.50001 16.8797 2.6317 17.1976 2.86612 17.432C3.10054 17.6665 3.41849 17.7982 3.75001 17.7982H16.875C17.0408 17.7982 17.1997 17.7323 17.3169 17.6151C17.4342 17.4979 17.5 17.3389 17.5 17.1732C17.5 17.0074 17.4342 16.8484 17.3169 16.7312C17.1997 16.614 17.0408 16.5482 16.875 16.5482H9.00938L17.7594 7.79815C17.8755 7.68207 17.9676 7.54426 18.0304 7.39259C18.0933 7.24091 18.1256 7.07834 18.1256 6.91417C18.1256 6.74999 18.0933 6.58742 18.0304 6.43575C17.9676 6.28407 17.8755 6.14626 17.7594 6.03018ZM7.24141 16.5482H3.75001V13.0567L10.625 6.18174L14.1164 9.67315L7.24141 16.5482ZM15 8.78956L11.5094 5.29815L13.3844 3.42315L16.875 6.91456L15 8.78956Z' fill='%23161616'/></svg>"); }
    .filter-content-container .whole-filter-container .sv-write-review-button {
      display: flex;
      height: 48px;
      padding: 16px 24px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: var(--Radius-M, 12px);
      border: 1px solid var(--Neutrals-neutral4, #C4C4C4); }
      @media (min-width: 320px) and (max-width: 640px) {
        .filter-content-container .whole-filter-container .sv-write-review-button {
          height: inherit;
          padding: 0px 5px 0px 5px; } }
  .filter-content-container #customer-review-message {
    display: flex;
    align-items: flex-start;
    width: 100%;
    color: #4b4b5a;
    font-family: "Futura";
    font-weight: 400;
    margin: 0px; }

body {
  font-family: Inter !important; }

#main-content {
  margin-bottom: 0px; }

.page {
  margin: 0px; }

.page_33 .page {
  all: unset !important; }

.page_search .navBar--sub {
  margin-bottom: 1rem !important; }

.page_search .page {
  align-items: unset; }

.page_search .page-sidebar {
  width: 100% !important; }

@media (min-width: 641px) {
  .page_search .page-sidebar + .page-content {
    width: 100% !important; } }

.page_search .desktopSortBox {
  margin-bottom: 1.5rem; }

.page_search .page-sidebar + .page-content .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: 320px) {
    .page_search .page-sidebar + .page-content .productGrid .product {
      width: 50%; } }
  @media (min-width: 641px) {
    .page_search .page-sidebar + .page-content .productGrid .product {
      width: 25%; } }

.ordersaccount-orderStatus-label {
  padding: 0px !important;
  margin-top: 1rem !important; }

.password-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 45px; }
  .password-input-wrapper .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px; }
    .password-input-wrapper .toggle-password svg {
      width: 100%;
      height: 100%; }

.image-container-divaboutus .playPauseIconsaboutus {
  cursor: pointer; }
