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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #666666;
  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: 16px; }
  @media (min-width: 551px) {
    html {
      font-size: 16px; } }
  @media (min-width: 801px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 36px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  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.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .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.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 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: "Jost", 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: white;
  border-color: #333333;
  color: white;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: #333333;
    border-color: #333333;
    color: white; }
  .button:active {
    background-color: #333333;
    border: 1px solid #333333;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*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: #0f4026;
  border-color: #0f4026;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: white;
    border-color: #0f4026;
    color: #0f4026; }
  .button--primary:active {
    background-color: white;
    border: 1px solid #01bc82;
    color: #0f4026; }

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

.button--small {
  font-size: 16px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #0f4026; }

/*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.75rem;
  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.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*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.75rem;
  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.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #dddddd;
  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: #dddddd;
    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: #dddddd;
  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: #dddddd; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #dddddd; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

/*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: 5.625rem;
  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: #0f4026;
    box-shadow: 0 0 4px rgba(15, 64, 38, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .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.25003rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.25003rem;
  left: 0.18749rem;
  position: absolute;
  top: 0.18749rem;
  transition: all 100ms ease-out;
  width: 1.25003rem; }
  .switch--checked .switch-toggle::before {
    left: 2.18749rem; }

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

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    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.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .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.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 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: 16px;
  line-height: 16px;
  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: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 20px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #666666; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: black;
  font-size: 20px;
  padding: 0.75rem; }

/*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: #0f4026;
  font-size: 20px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .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.3125rem 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: #0f4026; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #0f4026;
  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.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .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(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

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

.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: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 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: 20px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

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

@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: 20px;
  padding: 0.375rem 0.75rem; }

.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.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    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.75rem 0; }

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

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

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

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

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

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

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

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

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

.card-image {
  border: 1px solid #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.75rem 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: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' 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: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid white;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: white; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: white; }

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

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

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

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

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

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

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

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

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

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

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

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.375rem;
  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: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.375rem; } }

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

.dropdown {
  left: -9999px;
  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.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

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

#wishlist-dropdown.is-open {
  max-width: none !important;
  width: 100% !important; }
  @media (max-width: 767px) {
    #wishlist-dropdown.is-open {
      right: 0 !important;
      left: auto !important; } }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 500; }
  #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%);
  z-index: 99999; }
  .modal .form-field {
    position: relative; }

.modal-background {
  z-index: 9999; }

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

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

.modal-header-title {
  font-size: 28px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 32px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #757575;
  font-size: 26px;
  line-height: 2rem;
  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.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    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: 801px) {
    .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.625rem); }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Jost", 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: #666666;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }

.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 {
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 551px) {
    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 #0f4026;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

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

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

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

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

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

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

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

.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.375rem; }
  .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: 801px) {
      .button + .button {
        margin-left: 0.75rem; } }

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

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

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

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

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

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

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

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

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

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

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

.accordion-title {
  color: #333333;
  font-size: 0.9375rem;
  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: 801px) {
  .accordion--navList {
    border: 0; } }

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

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

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

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

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

.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.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: 801px) {
    .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.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

.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.6875rem center;
  background-repeat: no-repeat; }

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

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

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

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

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

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

.form-label--alternate {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0.75rem; }

.form-select--date {
  width: initial; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 16px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

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

.form-option {
  border: 1px solid #dddddd;
  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: #dddddd; }
  .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.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

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

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

.form-input--small {
  font-size: 16px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.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: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

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

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

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

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

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

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

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .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: 20px;
  margin: 0 0 0.25rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #0f4026; }

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

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

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

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

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  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: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .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: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .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.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #0f4026; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

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

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

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

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

.actionBar-section .form-field {
  border: 1px solid #dddddd; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 16px;
  line-height: 2.125rem;
  margin-bottom: 0; }

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

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

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 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: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .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(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      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.875rem;
      position: absolute; }

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

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

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 8.875rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #666666; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #333333; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .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.4375rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5625rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .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; }
  @media (max-width: 1023px) {
    .navUser-item--account .navUser-action {
      display: inline-flex; } }

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

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

.dropdown--quickSearch {
  background-color: white;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

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

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

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

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

.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: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    max-height: 462px;
    overflow-x: auto;
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (max-width: 1300px) {
      .navPages .navPage-subMenu-list {
        max-height: 420px; } }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 75rem;
        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: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

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

@media (min-width: 801px) {
  .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: 801px) {
    .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: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        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: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #666666;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #333333;
    stroke: #333333; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #333333; }
  .navPages-action svg {
    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.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 7.55px;
    width: 13.22px;
    margin: 0 1.5rem;
    margin-left: 4px !important;
    margin-top: -3px !important; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        margin: 0 0 0 0.75rem; } }

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

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

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

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

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

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 801px) {
    .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-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .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.75rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 801px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

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

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

@media (min-width: 801px) {
  .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.75rem 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.375rem 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.25rem;
    width: 1.25rem;
    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: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.625rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.5rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.25rem 0.375rem;
      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.3125rem;
  width: 1.3125rem; }

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5rem; } }
  @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: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .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: 551px) {
    .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: 551px) {
      .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: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .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: 43.75rem;
      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: #111111;
  font-size: 18px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }
  @media (max-width: 666px) {
    .heroCarousel-title {
      color: #333333; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 16px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 20px; } }
  @media (max-width: 666px) {
    .heroCarousel-description {
      color: #333333; } }

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

@media (min-width: 801px) {
  .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: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 800px) {
    .writeReview-productImage-container {
      margin-bottom: 14px; } }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

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

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

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

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

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

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

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

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

.productCarousel {
  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: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

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

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

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

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

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

.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: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }

.productView-img-container {
  margin: auto;
  max-width: 648px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    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.375rem;
  margin-right: -0.375rem; }
  .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.5rem;
    margin-right: 2.5rem; }
  .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: 104px; }

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

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

.productView-title {
  font-size: 18px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 36px; } }

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

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

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

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

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

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

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

.productView-options {
  margin-bottom: 1.5rem; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .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: 551px) {
        .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; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 801px) {
      .productView-options .form-action .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.75rem; }

.productOptions-list {
  border: 1px solid #dddddd;
  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 #dddddd; }
  .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.25rem; }

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.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.25rem; }
  .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.75rem;
    padding-right: 0.75rem;
    width: 100%; }

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

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

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

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

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

.toggleLink-text {
  font-size: 16px;
  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: 75rem;
  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: 801px) {
    .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: 801px) {
    .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-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: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.banners {
  padding: 0.75rem 0; }
  .banners p:last-child {
    margin-bottom: 0; }

.banner + .banner {
  margin-top: 1.5rem; }

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

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

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

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

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

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

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

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

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-list {
      display: table-row-group; } }

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

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

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

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

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

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .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: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

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

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

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

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

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

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

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

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

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-inlineMessage {
    text-align: left; }

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

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

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

.cart-total-grandTotal {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0; } }

.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: 74.5%;
    border-right: none; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: auto; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%;
    margin-top: 8px; }

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

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

.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: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

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

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

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

.previewCartItem {
  margin: 0 auto;
  max-width: 75rem;
  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.1875rem; }

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

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  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.75rem 0.375rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    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.375rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

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

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

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

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

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

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

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

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

.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: #333333; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

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

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

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .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: 801px) {
    .videoGallery-item {
      width: 50%; } }

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

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .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;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 13px; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .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.75rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.75rem; }

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

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

.previewCartCheckout-acceleratedCheckoutButtons {
  width: 100%; }

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

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

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

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

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

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

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

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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.75rem; }

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

.account-heading, .account h2:not(.page-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.75rem; }
  .account-product-figure > img {
    display: block; }

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

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

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

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

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

.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: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

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

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

.account-orderTotal {
  float: right;
  font-size: 20px;
  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.3125rem; }

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

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

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

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  @media (max-width: 767px) {
    .account-orderStatus-action {
      margin-left: 5px; } }
  .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: 20px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading, .account-sidebar-block .account h2:not(.page-heading), .account .account-sidebar-block h2:not(.page-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: #333333;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  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.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 20px;
    text-transform: capitalize; }

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

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

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem; }

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

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

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

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

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

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

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

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

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

.header-logo-text {
  display: block;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 300;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .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: 32px; } }

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

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

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

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

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    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.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    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: black;
      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); }

.desktopMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .desktopMenu-toggle {
      display: none; } }
  .desktopMenu-toggle .mobileMenu-toggleIcon,
  .desktopMenu-toggle .mobileMenu-toggleIcon::before,
  .desktopMenu-toggle .mobileMenu-toggleIcon::after {
    background: #0f4026;
    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.25rem; }
  .desktopMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .desktopMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .desktopMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .desktopMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .desktopMenu-toggle.is-open .mobileMenu-toggleIcon::before, .desktopMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #0f4026;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .desktopMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .desktopMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

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

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

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

@media (min-width: 801px) {
  .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: 801px) {
    .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;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .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: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

@media (min-width: 551px) {
  .footer-info-col--right {
    position: inherit; } }

@media (min-width: 801px) {
  .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: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons .footer-payment-icon {
  height: 100%;
  margin: 0.375rem;
  vertical-align: middle;
  width: 3.125rem; }

.footer-payment-icons svg {
  fill: #757575; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .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: 28px;
  margin: 0 1.5rem 0.375rem; }
  .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: 20px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 648px;
  position: relative; }
  .blog-thumbnail.blog-no-image {
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center; }
    .blog-thumbnail.blog-no-image svg {
      stroke: #666666;
      fill: transparent;
      width: 40px;
      opacity: 0.5; }
  .blog-thumbnail img {
    width: 100%; }

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

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

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

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

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .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: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }
    @media (max-width: 1300px) {
      .productGrid .product {
        width: 25%; } }
    @media (max-width: 900px) {
      .productGrid .product {
        width: 33.33%; } }
    @media (max-width: 666px) {
      .productGrid .product {
        width: 50%; } }
  .productGrid:before, .productGrid:after {
    display: none; }

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

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

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

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

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

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

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

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

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

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

.listItem-button {
  background-color: rgba(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: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

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

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

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

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

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

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

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 20px;
      margin-bottom: 0; } }

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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: 801px) {
    .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.125rem;
  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.125rem;
  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: white; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: white; }

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

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

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: #f35555; }

.sold-out-text-burst {
  color: #f35555; }

.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.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

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

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

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

.sale-flag-sash {
  background: white;
  color: #f35555; }

.sold-out-flag-sash {
  background: white;
  color: #f35555; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

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

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

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #dddddd;
  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: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

@media (min-width: 801px) {
  .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: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

/*---- custom variabl color ----- */
/* ========== media mixin ========== */
/* ========== common mixin ========== */
@keyframes fadeIn {
  from {
    opacity: 0.1; }
  to {
    opacity: 1; } }

@keyframes slidedots {
  from {
    width: 0px; }
  to {
    opacity: 100%; } }

@keyframes run {
  0% {
    width: 0px; }
  100% {
    width: 100%; } }

@keyframes slideleft {
  0% {
    opacity: 0;
    left: 0px;
    left: 0px; }
  100% {
    opacity: 1;
    left: 208px;
    left: 208px; } }

@keyframes compare-notification-fadin {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.8; } }

/* ===================================
    Reset
====================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 23px;
  -webkit-font-smoothing: subpixel-antialiased; }
  body.hasAdminBar > *:not(footer) {
    margin-top: 0 !important; }

.body {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 300px;
  font-size: 1rem; }
  @media screen and (max-width: 666px) {
    .body {
      overflow: hidden; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  display: table;
  content: none; }

.clearfix:after,
.container:after,
.row:after,
.nav:after {
  clear: both; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.loginformemberpricing {
  display: none !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.lazyloading, .lazyload {
  transition: all 1s ease-in;
  -webkit-filter: blur(10px);
  filter: blur(10px); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  color: #333333; }

@media screen and (max-width: 1580px) {
  h1 {
    font-size: 36px; } }

@media screen and (max-width: 1023px) {
  h1 {
    font-size: 32px; } }

@media screen and (max-width: 1580px) {
  h2 {
    font-size: 32px; } }

@media screen and (max-width: 1023px) {
  h2 {
    font-size: 24px; } }

@media screen and (max-width: 1580px) {
  h3 {
    font-size: 28px; } }

@media screen and (max-width: 1259px) {
  h3 {
    font-size: 24px; } }

@media screen and (max-width: 1580px) {
  h4 {
    font-size: 18px; } }

@media screen and (max-width: 1580px) {
  h5 {
    font-size: 20px; } }

@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px; } }

@media screen and (max-width: 1580px) {
  h6 {
    font-size: 16px; } }

p:empty {
  display: none; }

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto; }
  img.lazyloading {
    object-fit: contain !important; }

a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
  text-decoration: none;
  color: #0f4026; }
  a:hover {
    color: #333333; }
  a:focus, a:active {
    color: #333333; }
  a.border-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    position: relative; }
    @media screen and (max-width: 1580px) {
      a.border-link {
        font-size: 16px; } }
    a.border-link:after {
      display: block;
      content: '';
      width: 40px;
      height: 2px;
      background-color: #0f4026;
      position: absolute;
      bottom: -5px;
      left: 0px;
      transition: all 0.2s linear; }
    a.border-link:hover:after {
      width: 100%;
      transition: all 0.2s linear; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

strong,
b {
  line-height: 23px; }

ul,
ol {
  margin-left: 0;
  margin-bottom: 20px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-left: 0;
    margin-top: 10px; }

ul li,
ol li {
  margin-top: 10px; }
  ul li:first-child,
  ol li:first-child {
    margin-top: 0; }

ul li {
  position: relative;
  padding-left: 20px;
  list-style: none; }
  ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 8.5px;
    border-radius: 50%; }

ol {
  counter-reset: list-number; }

ol li {
  list-style: none;
  padding-left: 20px;
  position: relative; }
  ol li:before {
    counter-increment: list-number;
    content: counter(list-number) ".";
    position: absolute;
    left: 0;
    color: #0f4026; }

.default-list li {
  padding-left: 0;
  margin-top: 0; }
  .default-list li::before {
    display: none; }

.custom-row {
  margin-left: -16px;
  margin-right: -16px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 1023px) {
    .custom-row {
      margin: 0 -8px; } }

.grid {
  padding-left: 16px;
  padding-right: 16px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 1023px) {
    .grid {
      padding: 0 8px; } }

.form-field {
  margin-bottom: 20px; }

.form-inlineMessage {
  line-height: normal; }

input,
select,
textarea,
.form-input,
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dddddd;
  box-shadow: none;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  padding: 12px 20px;
  height: auto;
  width: 100%;
  height: unset; }
  @media screen and (max-width: 1580px) {
    input,
    select,
    textarea,
    .form-input,
    .form-select {
      padding: 9px 20px; } }
  input:focus,
  select:focus,
  textarea:focus,
  .form-input:focus,
  .form-select:focus {
    border-color: #dddddd; }
  input option,
  select option,
  textarea option,
  .form-input option,
  .form-select option {
    padding: 5px; }

.form-select, select {
  background-image: url('data:image/svg+xml,%3Csvg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0 1.13825L1.17062 0L5 3.72349L8.82938 0L10 1.13825L5 6L0 1.13825Z" fill="black"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: right 20px center;
  padding-right: 40px;
  max-width: none; }
  .form-select:focus, select:focus {
    border-color: #dddddd; }

form .button, form button {
  width: auto; }

.form-label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  color: #666666;
  cursor: default; }
  .form-label small,
  .form-label .form-required {
    color: #666666;
    font-size: 12px;
    text-transform: inherit;
    margin-top: 0px;
    font-weight: 400; }
  .form-label .form-required {
    float: right; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  border-color: #c4c4c4;
  width: 16px;
  height: 16px;
  top: 0; }

.form-checkbox + .form-label::after {
  background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.8982 5.18408L11.9588 6.24474L6.85706 11.3465L4.04102 8.53046L5.10168 7.4698L6.85706 9.22518L10.8982 5.18408Z" fill="white"/%3E%3C/svg%3E');
  background-size: 20px auto;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0; }

.form-radio + .form-label::after {
  background: transparent;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px; }

.form-checkbox:checked + .form-label::before,
.form-radio:checked + .form-label::before {
  background-color: #0f4026;
  border-color: #0f4026; }

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

::-webkit-input-placeholder {
  color: #666666 !important;
  opacity: 1 !important;
  line-height: normal; }

::-moz-placeholder {
  color: #666666 !important;
  opacity: 1 !important;
  line-height: normal; }

:-ms-input-placeholder {
  color: #666666 !important;
  opacity: 1 !important;
  line-height: normal; }

:-moz-placeholder {
  color: #666666 !important;
  opacity: 1 !important;
  line-height: normal; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

table,
th,
td {
  border-color: #e5e5e5; }

table {
  width: 100%;
  border: 1px solid #e5e5e5; }
  table th, table td {
    padding: 8px 10px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left; }
    table th + th, table th + td, table td + th, table td + td {
      border-left: 1px solid #e5e5e5; }

.container-lg {
  width: 100%;
  max-width: none;
  padding: 0 16px;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .container-lg {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .container-lg {
      padding: 0 20px; } }

.container {
  width: 100%;
  max-width: none;
  padding: 0 48px;
  margin: 0 auto; }
  @media screen and (max-width: 1580px) {
    .container {
      padding: 0 48px; } }
  @media screen and (max-width: 1023px) {
    .container {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 20px; } }

.container-small {
  width: 100%;
  max-width: 1547px;
  padding: 0 60px;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .container-small {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .container-small {
      padding: 0 16px; } }

.page-content--centered {
  width: 100%;
  max-width: 1140px; }

/* ===================================
    Reset END
====================================== */
/* ===================================
    Typography
====================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
  color: #333333;
  margin-top: 0; }

h1 {
  line-height: 52px; }

.page-heading {
  font-weight: 500;
  font-size: 32px;
  line-height: 52px;
  color: #333333;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 1580px) {
    .page-heading {
      margin-bottom: 35px;
      font-size: 28px; } }
  @media screen and (max-width: 1023px) {
    .page-heading {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    .page-heading {
      font-size: 24px;
      line-height: 35px; } }

p {
  margin-bottom: 20px; }

.mt-80 {
  margin-top: 80px; }
  @media screen and (max-width: 1023px) {
    .mt-80 {
      margin-top: 55px; } }

.mb-80 {
  margin-bottom: 80px; }
  @media screen and (max-width: 1023px) {
    .mb-80 {
      margin-bottom: 55px; } }

.mb-55 {
  margin-bottom: 55px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-120 {
  margin-bottom: 120px; }
  @media screen and (max-width: 1580px) {
    .mb-120 {
      margin-bottom: 80px; } }
  @media screen and (max-width: 1023px) {
    .mb-120 {
      margin-bottom: 50px; } }

.mt-120 {
  margin-top: 120px; }
  @media screen and (max-width: 1580px) {
    .mt-120 {
      margin-top: 75px; } }
  @media screen and (max-width: 1023px) {
    .mt-120 {
      margin-top: 50px; } }

.pt-70 {
  padding-top: 70px; }
  @media screen and (max-width: 1023px) {
    .pt-70 {
      padding-top: 30px; } }

.pt-pb-56 {
  padding: 56px 0; }
  @media screen and (max-width: 1023px) {
    .pt-pb-56 {
      padding: 24px 0; } }

.primary-bgwhite {
  background: transparent; }

/* ===================================
    Typography END
====================================== */
/* ===================================
    FlexBOX Start
====================================== */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.justify-center {
  -webkit-justify-content: center;
  justify-content: center; }

.justify-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-spacebetween {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.align-item-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.align-item-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-item-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column; }

/* ===================================
    FlexBOX END
====================================== */
/* ===================================
    Button
====================================== */
.button {
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  position: relative;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  color: white;
  background: white;
  border: 2px solid #333333;
  font-size: 18px;
  line-height: 26px;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  height: auto;
  padding: 10px 22px 8px;
  margin-bottom: 0;
  font-weight: 500;
  border-radius: 0px; }
  @media screen and (max-width: 1580px) {
    .button {
      font-size: 16px;
      line-height: 22px;
      padding: 9px 18px 8px; } }
  .button:hover {
    background: #333333;
    color: white;
    border-color: #333333; }
  .button:active, .button:focus {
    background: #333333;
    color: white;
    border-color: #333333; }
  .button:active {
    border-width: 2px; }

.button--primary {
  background: #0f4026;
  color: white;
  border-color: #0f4026; }
  .button--primary:hover {
    background: white;
    color: #0f4026;
    border-color: #0f4026; }
  .button--primary:active, .button--primary:focus {
    background: white;
    color: #0f4026;
    border-color: #0f4026; }

/* ===================================
    Button END
====================================== */
/* ===================================
    Default Start
====================================== */
.page {
  margin: 0; }

.page-sidebar {
  padding-left: 0;
  padding-right: 0;
  width: 21.5%; }
  @media screen and (max-width: 1023px) {
    .page-sidebar {
      width: 100%; } }
  .page-sidebar + .page-content {
    padding: 0px;
    width: 78.5%;
    padding-left: 64px; }
    @media screen and (max-width: 1023px) {
      .page-sidebar + .page-content {
        width: 100%;
        padding-left: 0px; } }
  .page-sidebar + .page-content-right {
    width: 78.5%;
    padding-left: 40px;
    float: left; }
    @media screen and (max-width: 1023px) {
      .page-sidebar + .page-content-right {
        width: 100%;
        padding-left: 0px; } }
  .page-sidebar.u-hidden + .page-content-right {
    width: 100%;
    padding-left: 0px; }

.page-content,
.page-content--full {
  padding-left: 0;
  padding-right: 0;
  float: none; }

.page-content .form,
.page-content form {
  margin-bottom: 0; }

.type-cart .page-content .form,
.type-cart .page-content form {
  margin-bottom: 0 !important; }

.cart-totals li {
  padding: 16px 0 14px; }

.cart-totals li:first-child {
  padding-top: 0; }

.cart-totals .cart-total:last-child {
  border-bottom: 0 !important; }

.type-cart .cart-panel-right .cart-totals .cart-total:last-child {
  border-bottom: 0 !important; }

body.hasAdminBar .header {
  padding-top: 0; }

/* ===================================
    Default END
====================================== */
.custom-scroll {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .custom-scroll::-webkit-scrollbar {
    height: 7px;
    width: 100%; }
  .custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .custom-scroll::-webkit-scrollbar-thumb {
    background: #888; }
  .custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #555; }

.compare-notification {
  width: 250px;
  padding: 10px;
  margin: 10px;
  opacity: .8;
  top: 70px;
  right: 60px;
  z-index: 999; }
  @media screen and (max-width: 1439px) {
    .compare-notification {
      right: 0px; } }
  .compare-notification.added {
    color: #fff;
    background: #2ecc71;
    animation: compare-notification-fadin 1s; }
  .compare-notification.remove {
    color: #fff;
    background: #f39c12;
    animation: compare-notification-fadin 1s; }
  .compare-notification .popupHeding {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative; }
    .compare-notification .popupHeding .left {
      font-size: 18px;
      line-height: 24px; }
    .compare-notification .popupHeding .right {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      cursor: pointer;
      color: white; }

.oc-cart-toast {
  position: fixed;
  top: 88px;
  right: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #1A1B1C;
  color: #fff;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none; }
  .oc-cart-toast.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .oc-cart-toast__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 24px; }
  .oc-cart-toast__message {
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    .oc-cart-toast {
      top: 72px;
      right: 16px;
      left: 16px;
      min-width: 0; } }

ol.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 22px;
  text-align: left;
  margin: 40px 0 0; }
  @media screen and (max-width: 1023px) {
    ol.breadcrumbs {
      margin: 0;
      padding-bottom: 22px; } }
  @media screen and (max-width: 666px) {
    ol.breadcrumbs {
      padding-bottom: 10px; } }
  ol.breadcrumbs .breadcrumb {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 0px;
    margin: 0px; }
    ol.breadcrumbs .breadcrumb .breadcrumb-label {
      display: inline-flex;
      align-items: center;
      min-height: 22px;
      font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      color: rgba(26, 27, 28, 0.8);
      text-transform: capitalize; }
      ol.breadcrumbs .breadcrumb .breadcrumb-label:hover {
        color: rgba(26, 27, 28, 0.8); }
      ol.breadcrumbs .breadcrumb .breadcrumb-label > span {
        display: inline-flex;
        align-items: center;
        min-height: 22px;
        line-height: 22px; }
    ol.breadcrumbs .breadcrumb.is-active a {
      color: rgba(26, 27, 28, 0.8);
      font-weight: 400; }
      ol.breadcrumbs .breadcrumb.is-active a:hover {
        color: rgba(26, 27, 28, 0.8); }
    ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
      cursor: text; }
    ol.breadcrumbs .breadcrumb.is-active:hover .breadcrumb-label {
      color: rgba(26, 27, 28, 0.8); }
    ol.breadcrumbs .breadcrumb:not(:first-child):before {
      content: "/";
      border: 0;
      height: 22px;
      margin: 0 8px;
      transform: none;
      color: rgba(26, 27, 28, 0.8);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: inherit;
      font-size: inherit;
      font-weight: 400;
      line-height: 22px;
      position: relative;
      top: 0; }

.type-page .cat-top-main-banner.primary-bgwhite .breadcrumbs .breadcrumb {
  display: inline-flex;
  align-items: center;
  vertical-align: middle; }

.type-page .cat-top-main-banner.primary-bgwhite .breadcrumbs .breadcrumb-label {
  display: inline-flex;
  align-items: center;
  line-height: 22px;
  text-decoration: none; }

.type-page .cat-top-main-banner ol.breadcrumbs {
  margin: 0;
  margin-bottom: 18px;
  padding: 0; }

.type-page .cat-top-main-banner.primary-bgwhite ol.breadcrumbs {
  margin: 0;
  margin-bottom: 18px;
  padding: 0; }

.type-page .cat-top-main-banner .container.content {
  width: 100%;
  max-width: 100%;
  padding: 0 !important; }

.type-cart [data-cart-content] > ol.breadcrumbs,
.type-cart [data-cart-content] > .page-heading[data-cart-page-title] {
  max-width: 100%;
  background-color: transparent; }

.type-cart [data-cart-content] > ol.breadcrumbs {
  margin: 0;
  padding: 24px 24px 8px; }

.type-cart [data-cart-content] > .page-heading[data-cart-page-title] {
  margin: 0 0 40px; }

@media screen and (max-width: 1023px) {
  .type-cart [data-cart-content] > ol.breadcrumbs,
  .type-cart [data-cart-content] > .page-heading[data-cart-page-title] {
    max-width: 100%; } }

.type-cart .cart-bottom {
  background-color: rgba(26, 27, 28, 0.05);
  padding: 24px;
  height: 100%; }

.type-cart .page-heading[data-cart-page-title] {
  font-size: 0;
  line-height: 0;
  margin: 0 0 36px;
  color: transparent;
  text-transform: none; }

.type-cart .page-heading[data-cart-page-title]::before {
  content: "YOUR CART";
  display: block;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #1A1B1C; }

@media screen and (max-width: 767px) {
  .type-cart .page-heading[data-cart-page-title]::before {
    font-size: 32px; } }

@media screen and (max-width: 1023px) {
  .type-cart .page-heading[data-cart-page-title] {
    margin-bottom: 20px; } }

.type-cart ol.breadcrumbs {
  margin-top: 40px;
  padding-top: 0; }

.type-cart .cart th,
.type-cart .cart .cart-header-item {
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #333333;
  padding-bottom: 12px;
  text-transform: uppercase; }

.type-cart .cart td {
  padding: 20px 0;
  vertical-align: top; }

@media screen and (max-width: 767px) {
  .type-cart .cart td {
    padding: 0; } }

.type-cart .cart .cart-item-image,
.type-cart .cart .cart-item-fixed-image {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  border: 1px solid rgba(26, 27, 28, 0.2); }

.type-cart .cart .cart-item-figure .cart-item-image,
.type-cart .cart .cart-item-figure .cart-item-fixed-image {
  width: 80px;
  max-width: 80px;
  max-height: 80px; }

.type-cart .cart .cart-item-name,
.type-cart .cart .cart-item-name__label {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4; }

.type-cart .cart .cart-item-name {
  display: block;
  margin: 0 0 8px; }

.type-cart .cart .cart-item-stock-status {
  display: inline-block;
  margin: 0;
  padding: 4px 12px;
  background: #1A1B1C;
  color: #FFFFFF;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.type-cart .cart .cart-item-stock-status--loading {
  min-width: 82px;
  min-height: 20px;
  padding: 0;
  color: transparent;
  background: transparent; }

.type-cart .cart .cart-item-stock-status--loading::before {
  content: "";
  display: block;
  width: 82px;
  height: 20px;
  background: linear-gradient(90deg, rgba(26, 27, 28, 0.08) 25%, rgba(26, 27, 28, 0.16) 50%, rgba(26, 27, 28, 0.08) 75%);
  background-size: 200% 100%;
  animation: cartRetailPriceSkeleton 1.2s ease-in-out infinite; }

.type-cart .cart .cart-item-value {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4; }

.type-cart .cart .cart-item > td.cart-item-info:last-child strong.cart-item-value {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2; }

.type-cart .cart .cart-list .cart-item > td:nth-child(3) .cart-item-value.price--discounted {
  display: block;
  margin-top: 2px;
  color: rgba(26, 27, 28, 0.45);
  text-decoration: line-through; }

.type-cart .cart .cart-list .cart-item > td:nth-child(3) .cart-item-value:not(.price--discounted) {
  display: block;
  color: #1A1B1C;
  font-weight: 600; }

.type-cart .cart .cart-list .cart-item > td:nth-child(3) .cart-item-value--skeleton-retail {
  display: block;
  width: 84px;
  height: 14px;
  margin-top: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(26, 27, 28, 0.08) 25%, rgba(26, 27, 28, 0.16) 50%, rgba(26, 27, 28, 0.08) 75%);
  background-size: 200% 100%;
  animation: cartRetailPriceSkeleton 1.2s ease-in-out infinite; }

.type-cart .cart .cart-header .cart-header-item:first-child {
  position: relative;
  color: transparent; }

.type-cart .cart .cart-header .cart-header-item:first-child::before {
  content: "PRODUCT";
  color: #1A1B1C; }

.type-cart .cart-panel-right .cart-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%; }

.type-cart .coupon-code-add,
.type-cart .coupon-code-cancel,
.type-cart .shipping-estimate-show,
.type-cart .gift-certificate-add,
.type-cart .gift-certificate-cancel {
  text-decoration: none; }

.type-cart .coupon-form .button,
.type-cart .cart-gift-certificate-form .button {
  margin: 0 0 0 16px; }

@media screen and (max-width: 767px) {
  .type-cart .cart-total-label {
    width: auto; }
  .type-cart .cart-total-label,
  .type-cart .cart-total-value {
    padding: 0; } }

.type-cart .cart-panel-right .cart-order-subtotal-label {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.7); }

.type-cart .cart-panel-right .cart-shipping-label {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.7); }

.type-cart .cart-panel-right .cart-gst-included-label {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.7); }

.type-cart .cart-panel-right .cart-gst-included-row .cart-total-value span {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #1A1B1C; }

.type-cart .cart-panel-right .cart-coupon-row {
  border-top: 0 !important;
  margin-top: auto;
  display: block; }

.type-cart .cart-panel-right .cart-coupon-row .cart-total-label strong {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #1A1B1C; }

.type-cart .cart-panel-right .cart-coupon-row .cart-total-label {
  margin-bottom: 8px;
  float: none;
  width: 100%;
  padding: 0;
  display: block; }

.type-cart .cart-panel-right .cart-coupon-row .cart-form {
  float: none;
  width: 100%; }

.type-cart .cart-panel-right .cart-coupon-row #couponcode {
  padding: 8px 12px; }

.type-cart .cart-panel-right .cart-coupon-row .coupon-form {
  display: flex;
  align-items: stretch;
  margin: 0;
  width: 100%; }

.type-cart .cart-panel-right .cart-coupon-row .coupon-form #couponcode {
  flex: 1 1 auto;
  min-width: 0; }

.type-cart .cart-panel-right .cart-coupon-row #couponcode::placeholder {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.4); }

.type-cart .cart-panel-right .cart-coupon-row .coupon-form input[type="submit"] {
  width: 82px;
  height: 40px;
  padding: 8px 16px;
  margin: 0 0 0 16px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  background: #1A1B1C;
  border-color: #1A1B1C;
  text-transform: uppercase; }

.type-cart .cart-panel-right .cart-right .cart-total:has(.cart-total-grandTotal) .cart-total-label strong {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(26, 27, 28, 0.7); }

.type-cart .cart-panel-right .cart-right .cart-total-grandTotal span {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #1A1B1C; }

.type-cart .cart-panel-right .cart-actions .button.button--primary {
  width: 100%;
  height: 40px;
  background: #1A1B1C;
  border-color: #1A1B1C;
  color: #FFFFFF;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase; }

.type-cart .cart-panel-right .cart-right .cart-totals {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0; }

@media screen and (max-width: 767px) {
  .type-cart body.cart-mobile-dock-active {
    padding-bottom: 230px !important; }
  .type-cart .cart-mobile-fixed-bottom {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9999 !important;
    background: #f2f2f2 !important;
    padding: 20px !important;
    border-top: 1px solid rgba(26, 27, 28, 0.14) !important;
    box-shadow: 0 -8px 24px rgba(26, 27, 28, 0.12) !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-total,
  .type-cart .cart-mobile-fixed-bottom .cart-actions {
    width: 100% !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-total {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-totals,
  .type-cart .cart-mobile-fixed-bottom .cart-total-cont,
  .type-cart .cart-mobile-fixed-bottom ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important; }
  .type-cart .cart-mobile-fixed-bottom li,
  .type-cart .cart-mobile-fixed-bottom .cart-total {
    list-style: none !important; }
  .type-cart .cart-mobile-fixed-bottom li::marker {
    content: "" !important; }
  .type-cart .cart-mobile-fixed-bottom li::before,
  .type-cart .cart-mobile-fixed-bottom .cart-total::before {
    display: none !important;
    content: none !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-coupon-row {
    border-top: 0 !important;
    margin: 0 0 12px !important;
    padding: 0 0 14px !important;
    border-bottom: 1px solid rgba(26, 27, 28, 0.12) !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-coupon-row .cart-total-label {
    display: none !important;
    margin-bottom: 0 !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-coupon-row .cart-total-label strong {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #1A1B1C !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-coupon-row .coupon-form {
    display: flex !important;
    align-items: stretch !important;
    gap: 0 !important;
    margin: 0 !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-coupon-row #couponcode {
    flex: 1 1 auto !important;
    height: 40px !important;
    padding: 8px 12px !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-coupon-row #couponcode::placeholder {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    color: rgba(26, 27, 28, 0.4) !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-coupon-row input[type="submit"] {
    width: 82px !important;
    height: 40px !important;
    padding: 8px 16px !important;
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background: #1A1B1C !important;
    border: 1px solid #1A1B1C !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-grand-total-row {
    padding: 0 0 12px !important;
    border: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-grand-total-row .cart-total-label,
  .type-cart .cart-mobile-fixed-bottom .cart-grand-total-row .cart-total-value {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 auto !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-grand-total-row .cart-total-label {
    flex: 1 1 auto !important;
    min-width: 0 !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-grand-total-row .cart-total-value.cart-total-grandTotal {
    margin-left: auto !important;
    text-align: right !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    flex: 0 0 auto !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-grand-total-row .cart-total-label strong {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    color: rgba(26, 27, 28, 0.7) !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-total-grandTotal span {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #1A1B1C !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-actions {
    margin: 0 !important;
    padding: 0 !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-actions .button.button--primary {
    width: 100% !important;
    height: 40px !important;
    min-width: 0 !important;
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background: #1A1B1C !important;
    border: 1px solid #1A1B1C !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-payment-note {
    margin: 12px 0 0 !important;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: rgba(26, 27, 28, 0.7) !important;
    text-align: left !important; }
  .type-cart .cart-mobile-fixed-bottom .cart-payment-note a {
    color: #1A1B1C !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    font-weight: 600 !important; } }

.type-cart .cart-panel-right .cart-shipping-row .cart-total-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer; }

.type-cart .cart-panel-right .cart-shipping-row .cart-total-label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid rgba(26, 27, 28, 0.7);
  border-bottom: 1.5px solid rgba(26, 27, 28, 0.7);
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease; }

.type-cart .cart-panel-right .cart-shipping-row.is-open .cart-total-label::after {
  transform: rotate(-135deg) translateY(-1px); }

.type-cart .cart-panel-right .cart-shipping-row .shipping-estimate-show {
  min-height: 24px;
  font-size: 0;
  line-height: 0;
  position: relative;
  min-width: 20px;
  text-align: right;
  cursor: pointer; }

.type-cart .cart-panel-right .cart-shipping-row .shipping-estimate-show::before {
  content: attr(data-shipping-toggle-symbol);
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: rgba(26, 27, 28, 0.7); }

.type-cart .cart-panel-right .cart-right .cart-totals > .cart-total:first-child .cart-total-value span {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2; }

.type-cart .cart-panel-right .cart-right .cart-totals > .cart-total:first-child .cart-total-label,
.type-cart .cart-panel-right .cart-right .cart-totals > .cart-total:first-child .cart-total-value {
  padding-top: 0; }

.type-cart .cart-panel-right .cart-right .cart-shipping-cost-row .cart-shipping-cost-label strong {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3; }

.type-cart .cart-panel-right .shipping-estimator {
  margin-top: 30px;
  padding: 18px 16px 16px;
  background: #fff;
  border: 1px solid rgba(26, 27, 28, 0.08);
  box-shadow: 0 8px 24px rgba(26, 27, 28, 0.05); }

.type-cart .cart-panel-right .shipping-estimator .oc-estimator-hidden {
  display: none; }

.type-cart .cart-panel-right .shipping-estimator .estimator-form dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  flex-direction: column; }

.type-cart .cart-panel-right .shipping-estimator .estimator-form-label {
  margin: 0 0 8px; }

.type-cart .cart-panel-right .shipping-estimator .estimator-form-label .form-label {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1A1B1C;
  margin: 0; }

.type-cart .cart-panel-right .shipping-estimator .estimator-form-input {
  width: 100%;
  margin: 0 0 14px; }

.type-cart .cart-panel-right .shipping-estimator .form-input,
.type-cart .cart-panel-right .shipping-estimator .form-select {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(26, 27, 28, 0.3);
  border-radius: 2px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgba(26, 27, 28, 0.85);
  padding: 0 16px;
  background: #fff;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }

.type-cart .cart-panel-right .shipping-estimator .form-input::placeholder {
  color: rgba(26, 27, 28, 0.42); }

.type-cart .cart-panel-right .shipping-estimator .form-input:focus,
.type-cart .cart-panel-right .shipping-estimator .form-select:focus {
  border-color: #1A1B1C;
  box-shadow: 0 0 0 3px rgba(26, 27, 28, 0.08);
  outline: 0; }

.type-cart .cart-panel-right .shipping-estimator .form-field--error .form-input,
.type-cart .cart-panel-right .shipping-estimator .form-field--error .form-select {
  border-color: #c94b45;
  background: #fffafa; }

.type-cart .cart-panel-right .shipping-estimator .form-field--success .form-input,
.type-cart .cart-panel-right .shipping-estimator .form-field--success .form-select {
  border-color: rgba(26, 27, 28, 0.3); }

.type-cart .cart-panel-right .shipping-estimator .shipping-estimate-submit {
  width: 100%;
  height: 46px;
  margin-top: 4px;
  border: 1px solid #1A1B1C;
  background: #1A1B1C;
  color: #fff;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease; }

.type-cart .cart-panel-right .shipping-estimator .shipping-estimate-submit:hover,
.type-cart .cart-panel-right .shipping-estimator .shipping-estimate-submit:focus {
  background: #fff;
  color: #1A1B1C; }

.type-cart .cart-panel-right .shipping-estimator .shipping-estimate-submit[disabled],
.type-cart .cart-panel-right .shipping-estimator .shipping-estimate-submit.is-loading {
  cursor: wait;
  opacity: 0.72; }

.type-cart .cart-panel-right .shipping-estimator .shipping-estimate-submit.is-loading {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  pointer-events: none; }

.type-cart .cart-panel-right .shipping-estimator .shipping-estimate-submit.is-loading::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  vertical-align: -2px;
  animation: cartEstimateSpin 0.7s linear infinite; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(26, 27, 28, 0.12); }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes form {
  margin: 0; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .estimator-form-row + .estimator-form-row {
  margin-top: 10px; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .estimator-form-row dl {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(26, 27, 28, 0.12);
  border-radius: 2px;
  background: #fcfcfc; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .estimator-form-row .estimator-form-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  min-width: 0; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .shipping-quote {
  margin: 2px 0 0;
  flex: 0 0 auto; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .estimator-form-label-text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: #1A1B1C;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  white-space: normal;
  overflow-wrap: anywhere; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .estimator-form-input--price {
  width: auto;
  margin: 0;
  text-align: right;
  justify-self: end; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .estimator-form-input--price label {
  margin: 0;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #1A1B1C;
  white-space: nowrap; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .estimator-form-input--price b {
  font-weight: 700; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .select-shipping-quote {
  width: 100%;
  height: 46px;
  margin-top: 14px;
  border: 1px solid #1A1B1C;
  background: #1A1B1C;
  color: #fff;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .select-shipping-quote:hover,
.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .select-shipping-quote:focus {
  background: #fff;
  color: #1A1B1C; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .select-shipping-quote[disabled],
.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .select-shipping-quote.is-loading {
  cursor: wait;
  opacity: 0.72; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .select-shipping-quote.is-loading {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  pointer-events: none; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .select-shipping-quote.is-loading::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  vertical-align: -2px;
  animation: cartEstimateSpin 0.7s linear infinite; }

.type-cart .cart-panel-right .shipping-estimator .shipping-quotes .alertBox {
  margin: 0; }

.type-cart .cart-panel-right .cart-shipping-estimator-note {
  display: none;
  margin: 8px 0 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.6);
  text-align: left;
  max-width: 100%; }

.type-cart .cart-panel-right .cart-shipping-row.is-open .cart-shipping-estimator-note {
  display: block; }

.type-cart .cart-panel-right .cart-payment-note {
  margin: 12px 0 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.7);
  text-align: left; }

.type-cart .cart-panel-right .cart-payment-note a {
  color: #1A1B1C;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600; }

@media screen and (max-width: 767px) {
  html body .container {
    padding: 0 20px !important; }
  main#main-content.body > div.container {
    padding: 0 20px !important; } }

@keyframes cartRetailPriceSkeleton {
  from {
    background-position: 200% 0; }
  to {
    background-position: -200% 0; } }

@keyframes cartEstimateSpin {
  to {
    transform: rotate(360deg); } }

.type-category #product-listing-container .card-img-container .card-image {
  object-fit: contain !important;
  object-position: center center;
  font-family: "object-fit: contain;" !important; }

.type-category #product-listing-container .card-figure .card-img-container img.card-image {
  object-fit: contain !important;
  object-position: center center;
  font-family: "object-fit: contain;" !important; }

.cat-top-main-banner ol.breadcrumbs {
  padding: 20px 0; }

.cat-top-main-banner .page-heading {
  margin-bottom: 70px; }

.productCarousel:not(.slick-initialized) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap; }
  .productCarousel:not(.slick-initialized) .productCarousel-slide {
    min-width: 0; }

.productCarousel .slick-arrow {
  height: 24px;
  width: 14px; }
  .productCarousel .slick-arrow:before {
    display: none; }
  .productCarousel .slick-arrow svg {
    width: 16px;
    height: 26px;
    fill: transparent;
    stroke: #333333; }
  .productCarousel .slick-arrow:hover svg {
    stroke: #0f4026; }
  .productCarousel .slick-arrow.slick-disabled {
    cursor: no-drop; }
    .productCarousel .slick-arrow.slick-disabled:hover svg {
      stroke: #333333; }

@media screen and (max-width: 1023px) {
  .productCarousel .slick-prev, .productCarousel .slick-next {
    display: none; } }

.pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start; }
  @media screen and (max-width: 1023px) {
    .pagination {
      justify-content: center; } }
  .pagination .pagination-list {
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .pagination .pagination-list li a,
    .pagination .pagination-list li button {
      border-radius: 0; }
    .pagination .pagination-list .pagination-item {
      margin: 0px;
      padding: 0px;
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 0px; }
      .pagination .pagination-list .pagination-item + .pagination-item {
        margin-left: 8px; }
      .pagination .pagination-list .pagination-item a {
        width: 100%;
        height: 100%;
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        padding: 0px;
        line-height: 40px; }
      .pagination .pagination-list .pagination-item .pagination-text {
        display: none; }
      .pagination .pagination-list .pagination-item.pagination-item--current {
        background-color: #1A1B1C; }
        .pagination .pagination-list .pagination-item.pagination-item--current a {
          color: #fff; }
      .pagination .pagination-list .pagination-item .icon {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0px; }
      .pagination .pagination-list .pagination-item svg {
        fill: transparent;
        stroke: #1A1B1C;
        width: 16px;
        height: 16px; }
      .pagination .pagination-list .pagination-item.pagination-item--previous, .pagination .pagination-list .pagination-item.pagination-item--next {
        border: none; }
      .pagination .pagination-list .pagination-item:hover, .pagination .pagination-list .pagination-item:focus {
        background-color: transparent; }
      .pagination .pagination-list .pagination-item a:hover svg {
        fill: transparent; }

.page-type-search #search-results-heading .page-heading,
.type-search #search-results-heading .page-heading {
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-size: 64px !important;
  line-height: 1.1;
  color: #1A1B1C;
  text-transform: uppercase;
  margin: 0;
  visibility: hidden;
  text-align: left; }

.type-search .page-inner {
  padding-top: 40px !important;
  border-top: none !important; }

.type-search .product-top-actions {
  display: none; }

.type-search section.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.type-search #search-results-heading,
.type-search .category-product-toolbar--search {
  flex: 0 0 auto; }

.type-search #search-results-heading {
  text-align: left; }

@media screen and (max-width: 666px) {
  ol.breadcrumbs {
    padding-bottom: 0px; } }

.search-no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
  gap: 16px; }

.search-no-results__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center; }

.search-no-results__title {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #1A1B1C;
  margin: 0; }

.search-no-results__subtitle {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(26, 27, 28, 0.7);
  margin: 0;
  max-width: none; }

.search-no-results__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: #1A1B1C;
  color: #fff;
  text-decoration: none;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  width: 200px;
  height: 40px; }

.type-search .search-suggested-products {
  margin-top: 120px;
  margin-bottom: 80px; }

.search-suggested-skeleton {
  margin-top: 48px; }

.search-suggested-skeleton-title {
  width: 260px;
  height: 32px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden; }

.search-suggested-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px; }

@media (max-width: 767px) {
  .search-suggested-skeleton-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-suggested-skeleton-card:nth-child(n+3) {
    display: none; } }

.search-suggested-skeleton-card {
  border: 1px solid rgba(26, 27, 28, 0.2);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  position: relative;
  overflow: hidden; }

.search-suggested-skeleton-media {
  height: 240px;
  background: #f0f0f0; }

.search-suggested-skeleton-line {
  height: 12px;
  background: #f0f0f0; }

.search-suggested-skeleton-line.short {
  width: 60%; }

@keyframes ocSkeletonShimmer {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }

.search-suggested-skeleton-title::after,
.search-suggested-skeleton-card::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  animation: ocSkeletonShimmer 1.4s ease-in-out infinite; }

.type-search .search-suggested-products .page-heading {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  color: #1A1B1C;
  text-transform: uppercase;
  text-align: left; }

.productCarousel--search-suggestions {
  margin: 0 -4px; }

.productCarousel--search-suggestions .productCarousel-slide {
  padding: 0;
  margin: 0 4px !important;
  box-sizing: border-box; }

.productCarousel.productCarousel--search-suggestions .slick-track .productCarousel-slide {
  padding: 0 !important;
  margin: 0 4px !important; }

.productCarousel--search-suggestions .slick-slide {
  margin: 0 !important; }

.productCarousel--search-suggestions .slick-track {
  gap: 0 !important; }

.productCarousel--search-suggestions .slick-list {
  display: flex;
  justify-content: center; }

.productCarousel--search-suggestions .card {
  width: 320px;
  max-width: 320px; }

.productCarousel--search-suggestions .slick-slide {
  width: 320px !important;
  padding: 0 4px !important;
  box-sizing: border-box; }

.productCarousel .slick-list:after {
  display: none !important;
  content: none !important; }

.productCarousel--search-suggestions .slick-arrow {
  display: none !important; }

.home-new-products-swiper {
  overflow: hidden;
  margin-bottom: 80px; }

.home-new-products-swiper {
  width: 100%; }

.h-product-row #tab-2,
.h-product-row #tab-2 .home-new-products-swiper {
  width: 100%;
  max-width: none; }

.h-product-row #tab-2 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.home-new-products-swiper .swiper-wrapper {
  align-items: stretch;
  justify-content: flex-start; }

.home-new-products-swiper .swiper-slide {
  width: 320px !important;
  box-sizing: border-box;
  margin: 0; }

.home-new-products-swiper .productCarousel-slide {
  padding: 0;
  margin: 0; }

.home-new-products-swiper .card {
  width: 320px;
  max-width: 320px;
  box-sizing: border-box;
  border: 1px solid rgba(26, 27, 28, 0.2);
  padding: 0; }

.home-new-products-swiper .card-figure {
  padding: 0;
  width: 100%;
  box-sizing: border-box; }

.home-new-products-swiper .card-figure > a,
.home-new-products-swiper .card-figure > a + a,
.home-new-products-swiper .card-figure > .card-figure__link,
.home-new-products-swiper .card-figure > .card-figure__link + a {
  display: block;
  width: 100%;
  box-sizing: border-box; }

.home-new-products-swiper .card-img-container {
  max-width: none;
  width: 100%;
  box-sizing: border-box; }

@media (max-width: 767px) {
  .home-new-products-swiper .swiper-slide {
    width: 320px !important; } }

.search-suggested-swiper {
  overflow: hidden; }

.search-suggested-swiper .swiper-wrapper {
  align-items: stretch; }

.search-suggested-swiper .swiper-slide {
  width: 320px; }

.search-suggested-products .card {
  border: 1px solid rgba(26, 27, 28, 0.2);
  background: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
  box-sizing: border-box;
  text-align: left; }

.search-suggested-products .card-body {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 16px;
  align-items: start;
  align-content: start;
  margin: 0;
  padding: 10px 16px;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  box-sizing: border-box; }

.search-suggested-products .card-figure {
  height: auto; }

.search-suggested-products .card-badge {
  order: 0;
  width: 100%;
  margin-bottom: 0;
  position: static;
  min-height: 24px;
  text-align: left;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  grid-column: 1 / -1;
  grid-row: 1; }

.search-suggested-products .card-badge .card-member-tax-note {
  margin-left: auto; }

.search-suggested-products .listview-cardbody {
  grid-column: 1 / 2;
  grid-row: 2; }

.search-suggested-products .product-listview-option {
  grid-column: 2 / 3;
  grid-row: 2;
  justify-self: end;
  text-align: right; }

.search-suggested-products .card-text[data-test-info-type="price"] {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right; }

.search-suggested-products .card-text[data-test-info-type="price"] .price-section {
  margin-right: 0;
  width: 100%;
  text-align: right; }

.search-suggested-products .card-text[data-test-info-type="price"] .price {
  display: inline-block;
  text-align: right;
  white-space: nowrap; }

.search-suggested-products .card-badge .sale-flag-side,
.search-suggested-products .card-badge .sold-out-flag-side,
.search-suggested-products .card-badge .sale-flag-sash,
.search-suggested-products .card-badge .sold-out-flag-sash,
.search-suggested-products .card-badge .sale-text-burst,
.search-suggested-products .card-badge .sold-out-text-burst {
  position: static;
  border: 1px solid rgba(26, 27, 28, 0.1);
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  width: auto; }

.search-suggested-products .card-badge .sale-text,
.search-suggested-products .card-badge .sold-out-text {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1A1B1C; }

.search-suggested-products .card-badge .sale-text {
  font-size: 0; }

.search-suggested-products .card-badge .sale-text::after {
  content: "SALE";
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1A1B1C; }

.sale-text {
  text-transform: uppercase; }

.price-discount-percent,
.previewCartDrawer-itemDiscount,
.discount-salebadge {
  display: none !important; }

.login-price,
.login-for-pricing-p {
  display: none !important; }

.search-suggested-products .card-body .card-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse; }

.search-suggested-products .card-title,
.search-suggested-products .card-title a,
.search-suggested-products .card-text,
.search-suggested-products .price-section {
  text-align: left; }

.search-suggested-products .card-summary {
  display: none; }

.search-suggested-products .card-title {
  margin-top: 0; }

.search-suggested-products .card-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.2em;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px; }

.search-suggested-products .price--rrp,
.search-suggested-products .price--non-sale,
.search-suggested-products .price--withTax,
.search-suggested-products .price--withoutTax {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600 !important;
  font-size: 14px; }

@media (max-width: 767px) {
  .type-search .search-suggested-products .page-heading {
    font-size: 32px; }
  .productCarousel--search-suggestions {
    margin: 0 -8px; }
  .productCarousel--search-suggestions .slick-track {
    display: block; }
  .search-suggested-products .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
    padding: 8px 12px; }
  .search-suggested-products .card {
    height: 400px; }
  .search-suggested-products .card-title a {
    min-height: 2.8em;
    line-height: 1.4; }
  .search-suggested-swiper .swiper-slide {
    width: 80vw;
    max-width: 320px; }
  .search-suggested-swiper {
    padding: 0 16px; } }

.search-no-results-message {
  display: none; }

.type-search .search-nav,
.type-search section.nav > .page {
  flex: 0 0 100%; }

@media (max-width: 1440px) {
  .type-search .page-content-right .productGrid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important; }
  .type-search .page-content-right .productGrid > li,
  .type-search .page-content-right .productGrid > .grid {
    width: auto !important;
    padding: 0 !important; }
  .type-search .page-content-right .productGrid .card {
    margin-bottom: 0 !important; } }

@media (min-width: 1441px) {
  .type-search .page-content-right .productGrid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px !important; }
  .type-search .page-content-right .productGrid > li,
  .type-search .page-content-right .productGrid > .grid {
    width: auto !important;
    padding: 0 !important; }
  .type-search .page-content-right .productGrid .card {
    margin-bottom: 0 !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .type-search .page-content-right .productGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }

@media (max-width: 767px) {
  body.type-search main#main-content.body > div.container {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .type-search .page-content-right .productGrid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important; }
  .type-search .page-content-right .productGrid > li,
  .type-search .page-content-right .productGrid > .grid {
    width: auto !important;
    padding: 0 !important; }
  .type-search .page-content-right .productGrid .card {
    margin-bottom: 0 !important; }
  .type-search #product-listing-container .productGrid .card-body {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
    padding: 8px 12px; }
  .type-search #product-listing-container .productGrid .card-title {
    min-height: 4.2em !important; }
  .type-search #product-listing-container .productGrid .card-title a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 4.2em !important;
    color: #1A1B1C;
    font-weight: 600;
    text-decoration: none; }
  .type-search .category-product-toolbar--search {
    width: 100%; }
  .type-search #search-results-heading .page-heading {
    font-size: 32px !important;
    line-height: 1.1; }
  .type-search .category-product-count {
    font-size: 18px; } }

.scale-img {
  overflow: hidden; }
  .scale-img img {
    transform: scale(1);
    transition: transform 0.55s; }
  .scale-img:hover img {
    transform: scale(1.04);
    transition: transform 0.55s; }

.swal2-modal {
  font-size: "Jost", Arial, Helvetica, sans-serif;
  position: relative; }
  .swal2-modal .swal2-cancel {
    background: white;
    color: white; }
    .swal2-modal .swal2-cancel:hover {
      background: #333333;
      color: white; }
  .swal2-modal .swal2-confirm {
    background: #1a1b1c;
    color: white;
    border-color: #181819;
    width: 150px;
    padding: 8px 16px; }
    .swal2-modal .swal2-confirm:hover {
      background: #1a1b1c;
      color: white;
      border-color: #181819; }
  .swal2-modal .oc-enquire-swal__title {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif; }
  .swal2-modal .oc-enquire-swal__text {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif; }

.form-increment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 12px 16px; }
  .form-increment .button {
    padding: 0px;
    border: none;
    background: none;
    line-height: 0; }
    .form-increment .button[disabled] {
      opacity: 0.6; }
    .form-increment .button:hover, .form-increment .button:focus {
      background: transparent; }
    .form-increment .button .icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .form-increment .button svg {
      margin: 0px;
      width: 16px;
      height: 16px;
      stroke: #666666; }
      @media screen and (max-width: 1023px) {
        .form-increment .button svg {
          width: 12px;
          height: 12px; } }
    .form-increment .button:hover svg {
      opacity: 1;
      stroke: #0f4026; }
  .form-increment .form-input {
    padding: 0px;
    border: none;
    border-radius: 0px;
    font-weight: 600;
    color: #333333 !important;
    width: 70px;
    padding: 0 10px;
    font-size: 18px; }
    @media screen and (max-width: 1023px) {
      .form-increment .form-input {
        font-size: 16px; } }

/* growl css */
/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.5
 */
.ontop, #growls-default, #growls-tl, #growls-tr, #growls-bl, #growls-br, #growls-tc, #growls-bc, #growls-cc, #growls-cl, #growls-cr {
  z-index: 50000;
  position: fixed; }

#growls-default {
  top: 10px;
  right: 10px; }

#growls-tl {
  top: 10px;
  left: 10px; }

#growls-tr {
  top: 10px;
  right: 10px; }

#growls-bl {
  bottom: 10px;
  left: 10px; }

#growls-br {
  bottom: 10px;
  right: 10px; }

#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px; }

#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px; }

#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px; }

#growls-cl {
  top: 50%;
  left: 10px; }

#growls-cr {
  top: 50%;
  right: 10px; }

#growls-tc .growl, #growls-bc .growl {
  margin-left: auto;
  margin-right: auto; }

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0); }

.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0); }

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px; }

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px; }

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px; }

.growl.growl-default {
  color: white;
  background: #7f8c8d; }

.growl.growl-error {
  color: white;
  background: #C0392B; }

.growl.growl-notice {
  color: white;
  background: #2ECC71; }

.growl.growl-warning {
  color: white;
  background: #F39C12; }

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif; }

.growl .growl-title {
  font-size: 18px;
  line-height: 24px; }

.growl .growl-message {
  font-size: 14px;
  line-height: 18px; }

.slick-dots {
  display: none !important; }

hr {
  margin: 20px 0; }

/* ------ pencilbar css start ------ */
.pencilbar .custom-row {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.pencilbar .shipping-text {
  margin: 0px;
  font-size: 13px;
  line-height: 24px; }

.pencilbar .navUser-section {
  margin: 0px;
  text-align: right; }
  .pencilbar .navUser-section .navUser-item {
    padding: 0px;
    display: block; }
    .pencilbar .navUser-section .navUser-item:before {
      display: none; }
  .pencilbar .navUser-section .navUser-action {
    padding: 0px; }
    .pencilbar .navUser-section .navUser-action.navUser-action--currencySelector .icon {
      position: relative;
      top: auto;
      transform: none;
      margin-left: 8px; }

/* ------ pencilbar css end ------ */
/* ------ header css start ------ */
.header {
  border-bottom: none; }

.header-logo {
  margin: 0px;
  height: auto;
  text-align: left; }
  @media screen and (max-width: 1023px) {
    .header-logo {
      text-align: center; } }
  .header-logo .header-logo__link {
    z-index: auto;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .header-logo .header-logo__link {
        width: 100%; } }
  .header-logo .header-logo-text {
    line-height: normal;
    font-weight: 400; }

.header-main {
  position: relative; }
  @media screen and (max-width: 767px) {
    .header-main {
      padding-bottom: 0px; } }
  .header-main .custom-row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .header-main .grid {
    width: 350px; }
    @media screen and (max-width: 1580px) {
      .header-main .grid {
        width: 280px; } }
    @media screen and (max-width: 1300px) {
      .header-main .grid {
        width: 260px; } }
    @media screen and (max-width: 1259px) {
      .header-main .grid {
        width: 220px; } }
    @media screen and (max-width: 1023px) {
      .header-main .grid {
        width: 33.33%; } }
  .header-main .navPages-container {
    width: auto;
    position: static; }
    @media screen and (max-width: 1023px) {
      .header-main .navPages-container {
        top: 66px;
        position: fixed;
        z-index: 9;
        background-color: #333333;
        padding: 13px 25px;
        z-index: 99;
        height: calc(100vh - 66px);
        display: block;
        transform: translateX(-100%);
        transition: transform 0.3s linear;
        opacity: 0; }
        .header-main .navPages-container.is-open {
          transform: translateX(0);
          transition: all 0.3s linear;
          opacity: 1; } }
    @media screen and (max-width: 666px) {
      .header-main .navPages-container {
        height: calc(100vh - 66px);
        top: 66px; } }

@media screen and (max-width: 1023px) {
  .resize-animation .navPages-container {
    transition: none; } }

.navPages {
  max-width: 100%;
  line-height: 0; }
  @media screen and (max-width: 1023px) {
    .navPages {
      background-color: transparent;
      padding: 0px; } }
  .navPages ul {
    line-height: normal; }
    @media screen and (max-width: 1023px) {
      .navPages ul {
        margin: 0;
        border-left: none; } }
    .navPages ul.navPages-list {
      padding: 0; }
      @media screen and (max-width: 1023px) {
        .navPages ul.navPages-list {
          display: none; } }
    .navPages ul.mobileNavigation {
      display: none; }
      @media screen and (max-width: 1023px) {
        .navPages ul.mobileNavigation {
          display: block;
          text-align: left;
          padding: 0px;
          border: none;
          margin: 0px;
          height: 100%;
          overflow-y: auto; } }
    .navPages ul li {
      margin: 0 24px;
      position: static; }
      @media screen and (max-width: 1580px) {
        .navPages ul li {
          margin: 0 18px; } }
      @media screen and (max-width: 1259px) {
        .navPages ul li {
          margin: 0 12px; } }
      @media screen and (max-width: 1023px) {
        .navPages ul li {
          margin: 0px;
          float: none;
          position: relative;
          padding: 0px; } }
      .navPages ul li.navPages-item-page {
        position: relative; }
      @media (min-width: 1024px) {
        .navPages ul li.mobile-link {
          display: none; } }
      .navPages ul li .navPages-action {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 28px 0;
        position: relative; }
        @media screen and (max-width: 1259px) {
          .navPages ul li .navPages-action {
            font-size: 14px; } }
        @media screen and (max-width: 1023px) {
          .navPages ul li .navPages-action {
            padding: 12px 0;
            display: block;
            font-size: 16px;
            line-height: 24px;
            color: rgba(255, 255, 255, 0.5);
            width: calc(100% - 48px); } }
        @media screen and (max-width: 1023px) {
          .navPages ul li .navPages-action .collapsible-icon-wrapper {
            display: none; } }
        @media screen and (max-width: 1023px) {
          .navPages ul li .navPages-action .icon {
            display: none; } }
        .navPages ul li .navPages-action span {
          position: relative; }
          .navPages ul li .navPages-action span:after {
            display: block;
            content: '';
            width: 0px;
            height: 1px;
            background-color: #1A1B1C;
            position: absolute;
            bottom: -6px;
            left: 0px;
            right: 0px;
            margin: 0 auto;
            opacity: 0;
            transition: all 0.2s linear; }
            @media screen and (max-width: 1023px) {
              .navPages ul li .navPages-action span:after {
                display: none; } }
        .navPages ul li .navPages-action:hover span:after {
          opacity: 1;
          width: 100%;
          transition: all 0.2s linear; }
        .navPages ul li .navPages-action.activePage span:after {
          opacity: 1;
          width: 100%;
          transition: all 0.2s linear; }
      .navPages ul li.sfHover .navPages-action span:after {
        opacity: 1;
        width: 100%;
        transition: all 0.2s linear; }
  .navPages .navPage-subMenu-list {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
    top: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    text-align: left; }
    @media screen and (max-width: 1023px) {
      .navPages .navPage-subMenu-list {
        position: relative;
        background-color: transparent;
        box-shadow: none;
        margin: 0px; } }
    .navPages .navPage-subMenu-list.custom-scroll {
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .navPages .navPage-subMenu-list.custom-scroll::-webkit-scrollbar {
        width: 5px;
        height: 100%; }
      .navPages .navPage-subMenu-list.custom-scroll::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .navPages .navPage-subMenu-list.custom-scroll::-webkit-scrollbar-thumb {
        background: #888; }
      .navPages .navPage-subMenu-list.custom-scroll::-webkit-scrollbar-thumb:hover {
        background: #555; }
      @media screen and (max-width: 1023px) {
        .navPages .navPage-subMenu-list.custom-scroll {
          max-height: inherit;
          /* Track */
          /* Handle */
          /* Handle on hover */ }
          .navPages .navPage-subMenu-list.custom-scroll::-webkit-scrollbar {
            width: auto; }
          .navPages .navPage-subMenu-list.custom-scroll::-webkit-scrollbar-track {
            background: transparent; }
          .navPages .navPage-subMenu-list.custom-scroll::-webkit-scrollbar-thumb {
            background: transparent; }
          .navPages .navPage-subMenu-list.custom-scroll::-webkit-scrollbar-thumb:hover {
            background: transparent; } }

nav ul li:before {
  display: none; }

nav.navUser {
  padding: 0px;
  position: static;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 1023px) {
    nav.navUser {
      position: relative;
      top: 0;
      transform: none;
      z-index: 91; } }
  @media screen and (max-width: 1023px) {
    nav.navUser ul li {
      display: block; } }
  @media screen and (max-width: 666px) {
    nav.navUser ul li {
      display: block;
      margin: 0px !important; }
      nav.navUser ul li.search-header {
        display: block;
        position: relative;
        width: auto;
        top: 0; } }
  nav.navUser ul li + li {
    margin-left: 30px; }
    @media screen and (max-width: 1259px) {
      nav.navUser ul li + li {
        margin-left: 20px; } }
  @media screen and (max-width: 666px) {
    nav.navUser ul li.compare-header .navUser-action {
      border-radius: 4px 0 0 0; } }
  @media screen and (max-width: 666px) {
    nav.navUser ul li.navUser-item--cart .navUser-action {
      border-radius: 0px 0 0 4px; }
    nav.navUser ul li.navUser-item--cart .navUser-item-cartLabel {
      display: block; } }
  @media screen and (max-width: 666px) {
    nav.navUser ul li.compare-header .navUser-action, nav.navUser ul li.navUser-item--cart .navUser-action, nav.navUser ul li.navUser-item--account .navUser-action {
      padding: 0px;
      background-color: whitesmoke;
      width: 44px;
      height: 44px;
      display: flex !important;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; } }
  nav.navUser ul + ul {
    margin-left: 27px; }

nav .navUser-action {
  padding: 21px 0;
  position: relative;
  line-height: 0; }
  nav .navUser-action svg {
    fill: transparent;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    stroke: none; }
    @media screen and (max-width: 1259px) {
      nav .navUser-action svg {
        width: 24px;
        height: 24px;
        margin-top: 0px; } }
  nav .navUser-action:hover svg {
    fill: transparent; }

nav .sfHover svg {
  fill: transparent; }

nav .compare-header {
  margin-right: 3px !important; }
  nav .compare-header .navUser-action svg {
    width: 20px;
    height: 21px; }
  nav .compare-header .countPill {
    width: 12px;
    height: 12px;
    color: white;
    font-size: 10px;
    line-height: 16px;
    right: -3px;
    bottom: 16px; }
    @media screen and (max-width: 1580px) {
      nav .compare-header .countPill {
        padding-right: 0px; } }
    @media screen and (max-width: 666px) {
      nav .compare-header .countPill {
        right: 8px;
        bottom: 5px; } }
    nav .compare-header .countPill:before {
      border: 4px solid white; }

nav .navUser-item--cart .navUser-action svg {
  width: 24px;
  height: 24px;
  margin-top: 0px; }
  @media screen and (max-width: 1259px) {
    nav .navUser-item--cart .navUser-action svg {
      width: 22px;
      height: 22px;
      margin-top: 0px; } }

.navUser-item--account {
  position: relative; }
  .navUser-item--account .navUser-action {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px; }
    .navUser-item--account .navUser-action.sf-with-ul:before {
      content: "";
      background: 0 0;
      height: 15px;
      width: 100%;
      position: absolute;
      right: 0;
      top: auto;
      bottom: 0; }
  .navUser-item--account ul {
    display: none;
    position: absolute;
    min-width: 100px;
    top: calc(100% + 8px);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    padding: 16px;
    background: white;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 16px; }
    .navUser-item--account ul .navUser-item, .navUser-item--account ul li {
      display: block;
      float: none;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 666px) {
        .navUser-item--account ul .navUser-item, .navUser-item--account ul li {
          position: relative;
          top: auto; } }
      .navUser-item--account ul .navUser-item .navUser-action, .navUser-item--account ul li .navUser-action {
        padding: 0;
        font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 400;
        color: #1A1B1C;
        opacity: 0.8;
        text-decoration: none; }
        @media screen and (max-width: 666px) {
          .navUser-item--account ul .navUser-item .navUser-action, .navUser-item--account ul li .navUser-action {
            display: block;
            width: auto;
            height: auto; } }
        .navUser-item--account ul .navUser-item .navUser-action:hover, .navUser-item--account ul .navUser-item .navUser-action:focus, .navUser-item--account ul li .navUser-action:hover, .navUser-item--account ul li .navUser-action:focus {
          color: #1A1B1C;
          opacity: 1;
          text-decoration: underline; }

.navUser-action--currencySelector {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }
  .navUser-action--currencySelector .icon {
    width: 12px;
    height: 12px;
    margin: 0px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
    .navUser-action--currencySelector .icon svg {
      width: 100%;
      height: 100%; }
  .navUser-action--currencySelector .flag {
    margin-right: 10px;
    display: inline-flex; }

#currencySelection {
  left: auto;
  position: absolute;
  min-width: 80px;
  bottom: 100% !important;
  padding: 8px;
  background-color: white;
  border: none;
  right: 0;
  left: auto !important;
  top: auto !important; }
  #currencySelection.is-open {
    display: block !important; }
  #currencySelection li {
    margin: 0px; }
    #currencySelection li + li {
      margin-top: 10px; }
    #currencySelection li a {
      font-size: 16px;
      font-weight: 500;
      text-transform: capitalize;
      line-height: 28px;
      color: #666666;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      #currencySelection li a:hover {
        color: #333333; }
      #currencySelection li a .flag {
        margin-right: 8px;
        display: inline-flex; }

.megamenu {
  padding: 35px 0; }
  @media screen and (max-width: 1023px) {
    .megamenu {
      padding: 0px 0; }
      .megamenu .container {
        padding: 0px; } }

.navPage-subMenu-list {
  min-width: 180px; }
  .navPage-subMenu-list .megamenu-inner li {
    margin: 0px;
    width: 100%;
    padding-right: 10px;
    margin-bottom: 28px; }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-list .megamenu-inner li {
        margin-bottom: 0px; } }
    @media screen and (max-width: 1023px) {
      .navPage-subMenu-list .megamenu-inner li {
        padding-left: 15px;
        padding-right: 0px; } }
    .navPage-subMenu-list .megamenu-inner li a {
      font-size: 18px;
      font-weight: 600;
      color: #333333;
      padding: 0px;
      text-transform: capitalize;
      position: relative; }
      @media screen and (max-width: 1580px) {
        .navPage-subMenu-list .megamenu-inner li a {
          font-size: 16px; } }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list .megamenu-inner li a {
          padding: 12px 0;
          display: block;
          font-size: 16px;
          line-height: 24px;
          color: rgba(255, 255, 255, 0.6);
          width: calc(100% - 48px);
          font-weight: 500; } }
      .navPage-subMenu-list .megamenu-inner li a:after {
        display: block;
        content: '';
        height: 2px;
        background-color: #0f4026;
        position: absolute;
        bottom: -6px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        opacity: 0;
        transition: all 0.2s linear;
        margin: 0;
        opacity: 1;
        width: 24px;
        bottom: -6px; }
        @media screen and (max-width: 1023px) {
          .navPage-subMenu-list .megamenu-inner li a:after {
            display: none; } }
      .navPage-subMenu-list .megamenu-inner li a span:after {
        display: none; }
      .navPage-subMenu-list .megamenu-inner li a:hover:after {
        opacity: 1;
        width: 48px;
        transition: all 0.2s linear; }
      .navPage-subMenu-list .megamenu-inner li a .icon {
        display: none; }
    .navPage-subMenu-list .megamenu-inner li .navPage-childList-action {
      font-weight: 400;
      color: #666666; }
      @media screen and (max-width: 1023px) {
        .navPage-subMenu-list .megamenu-inner li .navPage-childList-action {
          color: rgba(255, 255, 255, 0.6); } }
      .navPage-subMenu-list .megamenu-inner li .navPage-childList-action:hover {
        color: #0f4026; }
      .navPage-subMenu-list .megamenu-inner li .navPage-childList-action:after {
        display: none; }
    .navPage-subMenu-list .megamenu-inner li ul li ul li {
      padding-left: 15px; }
      .navPage-subMenu-list .megamenu-inner li ul li ul li .navPage-childList-action {
        font-weight: 300; }

.navPages-list:not(.mobileNavigation) .navPage-childList {
  display: block !important;
  opacity: 1 !important;
  margin-bottom: -7px; }
  .navPages-list:not(.mobileNavigation) .navPage-childList li {
    margin-top: 15px;
    margin-bottom: 0px; }
    .navPages-list:not(.mobileNavigation) .navPage-childList li:last-child {
      margin-bottom: 0px; }
    @media screen and (max-width: 1580px) {
      .navPages-list:not(.mobileNavigation) .navPage-childList li {
        margin-top: 14px; } }
    @media screen and (max-width: 1023px) {
      .navPages-list:not(.mobileNavigation) .navPage-childList li {
        margin-top: 0px; } }

.megamenu-inner {
  text-align: left;
  column-count: 4;
  column-fill: balance;
  column-gap: 120px;
  width: calc(100% - 512px); }
  @media screen and (max-width: 1580px) {
    .megamenu-inner {
      column-gap: 30px; } }
  @media screen and (max-width: 1259px) {
    .megamenu-inner {
      width: calc(100% - 312px); } }
  @media screen and (max-width: 1023px) {
    .megamenu-inner {
      width: 100%;
      display: block;
      column-count: auto; } }

.mega-menuimg {
  width: 512px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1259px) {
    .mega-menuimg {
      width: 312px; } }
  @media screen and (max-width: 1023px) {
    .mega-menuimg {
      display: none; } }

.countPill {
  background: #ff3d3d;
  position: absolute;
  right: 0;
  font-size: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  bottom: 13px;
  width: 17px;
  height: 17px;
  padding-right: 0;
  line-height: normal;
  box-shadow: 0 0 0 4px white; }
  @media screen and (max-width: 666px) {
    .countPill {
      right: 7px;
      bottom: 5px;
      padding-right: 0px; } }

/* ------ header css end ------ */
/*------ Simple menu css start ---- */
.navPages .simplemenu li {
  position: relative; }
  .navPages .simplemenu li ul li {
    margin: 0px;
    width: 100%;
    float: none;
    padding: 0px !important; }

.navPages .navPage-subMenu-simplelist {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
  top: 100%;
  left: 0;
  text-align: left;
  width: auto;
  min-width: 220px;
  padding: 16px;
  max-height: 462px;
  overflow-x: auto; }
  @media screen and (max-width: 1023px) {
    .navPages .navPage-subMenu-simplelist {
      background-color: transparent;
      padding: 0px;
      position: relative;
      box-shadow: none;
      margin: 0px;
      max-height: inherit; } }
  .navPages .navPage-subMenu-simplelist .simple-megamenu-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    margin: 0; }
  .navPages .navPage-subMenu-simplelist li {
    padding: 0;
    margin: 0px;
    width: 100%; }
    .navPages .navPage-subMenu-simplelist li .navPages-action {
      padding: 16px;
      text-transform: capitalize;
      position: relative;
      font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.4;
      font-weight: 400;
      color: #1A1B1C;
      opacity: 0.8;
      display: block;
      padding: 0; }
      .navPages .navPage-subMenu-simplelist li .navPages-action:hover, .navPages .navPage-subMenu-simplelist li .navPages-action:focus {
        color: #1A1B1C;
        opacity: 1; }
      .navPages .navPage-subMenu-simplelist li .navPages-action:after {
        display: none; }
      .navPages .navPage-subMenu-simplelist li .navPages-action span:after {
        display: none; }
      .navPages .navPage-subMenu-simplelist li .navPages-action .icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        width: 30px;
        height: 40px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 0px !important; }
        @media screen and (max-width: 1023px) {
          .navPages .navPage-subMenu-simplelist li .navPages-action .icon {
            display: none; } }
        .navPages .navPage-subMenu-simplelist li .navPages-action .icon svg {
          width: 10px;
          height: 10px;
          fill: transparent;
          stroke: #666666; }
      .navPages .navPage-subMenu-simplelist li .navPages-action:hover .icon svg {
        stroke: #0f4026; }
    .navPages .navPage-subMenu-simplelist li.sfHover > .navPages-action {
      color: #1A1B1C;
      opacity: 1; }
      .navPages .navPage-subMenu-simplelist li.sfHover > .navPages-action .icon svg {
        stroke: #0f4026; }
  .navPages .navPage-subMenu-simplelist ul {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
    top: 0;
    left: 100%;
    text-align: left;
    width: auto;
    min-width: 180px;
    padding: 10px 0;
    margin-top: -30px; }
    @media screen and (max-width: 1023px) {
      .navPages .navPage-subMenu-simplelist ul {
        background-color: transparent;
        padding: 0px;
        position: relative;
        left: 0px;
        box-shadow: none;
        margin: 0px;
        border: none;
        margin-top: 0px; } }
    .navPages .navPage-subMenu-simplelist ul.nav-submenu {
      margin-top: -45px; }
      @media screen and (max-width: 1023px) {
        .navPages .navPage-subMenu-simplelist ul.nav-submenu {
          margin-top: 0px; } }
    .navPages .navPage-subMenu-simplelist ul ul {
      margin-top: -45px; }
      @media screen and (max-width: 1023px) {
        .navPages .navPage-subMenu-simplelist ul ul {
          margin-top: 0px; } }
  .navPages .navPage-subMenu-simplelist.custom-scroll {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .navPages .navPage-subMenu-simplelist.custom-scroll::-webkit-scrollbar {
      width: 5px;
      height: 100%; }
    .navPages .navPage-subMenu-simplelist.custom-scroll::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .navPages .navPage-subMenu-simplelist.custom-scroll::-webkit-scrollbar-thumb {
      background: #888; }
    .navPages .navPage-subMenu-simplelist.custom-scroll::-webkit-scrollbar-thumb:hover {
      background: #555; }
    @media screen and (max-width: 1023px) {
      .navPages .navPage-subMenu-simplelist.custom-scroll {
        max-height: inherit;
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        .navPages .navPage-subMenu-simplelist.custom-scroll::-webkit-scrollbar {
          width: auto; }
        .navPages .navPage-subMenu-simplelist.custom-scroll::-webkit-scrollbar-track {
          background: transparent; }
        .navPages .navPage-subMenu-simplelist.custom-scroll::-webkit-scrollbar-thumb {
          background: transparent; }
        .navPages .navPage-subMenu-simplelist.custom-scroll::-webkit-scrollbar-thumb:hover {
          background: transparent; } }

@media screen and (max-width: 1023px) {
  .mobileMenu-toggle {
    display: block;
    height: 24px;
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    z-index: 1; } }

@media screen and (max-width: 1023px) {
  .hitarea {
    display: block;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M13 1L7 7L1 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    width: 48px;
    height: 48px;
    position: absolute;
    top: 1px;
    right: 0;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-position: center right;
    z-index: 1; } }

.hitarea.collapsable-hitarea {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M13 8L7 2L1 8' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A"); }

.mobilemenu-icon {
  display: none; }
  @media screen and (max-width: 1023px) {
    .mobilemenu-icon {
      display: block;
      position: relative; } }

.desktopmenu-icon {
  display: none; }

.mobileMenu-toggle, .desktopMenu-toggle {
  padding: 0px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon, .desktopMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%); }
    .mobileMenu-toggle .mobileMenu-toggleIcon::before, .desktopMenu-toggle .mobileMenu-toggleIcon::before {
      top: -6px; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:after, .desktopMenu-toggle .mobileMenu-toggleIcon:after {
      bottom: -6px; }

@media screen and (max-width: 666px) {
  .header .navUser ul li.compare-header, .header .navUser ul li.navUser-item--cart, .header .navUser ul li.navUser-item--account {
    display: none; } }

nav.navUser.mobile-navigation-link {
  display: none; }
  nav.navUser.mobile-navigation-link.fixed {
    right: 0px;
    transition: all 0.35s; }
  @media screen and (max-width: 666px) {
    nav.navUser.mobile-navigation-link {
      display: block;
      position: fixed;
      top: 30%;
      width: auto;
      transform: translateY(-50%);
      right: -50px;
      box-shadow: 0px 4px 20px rgba(102, 102, 102, 0.1);
      transition: all 0.35s; } }
  nav.navUser.mobile-navigation-link > .navUser-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column; }
  @media screen and (max-width: 666px) {
    nav.navUser.mobile-navigation-link .navUser-item--account ul {
      min-width: 180px;
      right: 44px;
      top: 0px; } }
  @media screen and (max-width: 666px) {
    nav.navUser.mobile-navigation-link .navUser-item--account ul .navUser-item, nav.navUser.mobile-navigation-link .navUser-item--account ul li {
      position: relative;
      top: auto; } }
  @media screen and (max-width: 666px) {
    nav.navUser.mobile-navigation-link .navUser-item--account ul .navUser-item .navUser-action, nav.navUser.mobile-navigation-link .navUser-item--account ul li .navUser-action {
      display: block;
      width: auto;
      height: auto;
      background-color: transparent;
      padding: 5px 0;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

/* ======================== Header Style Two Css Start ==================== */
.pencilbar {
  padding: 8px 0; }
  .pencilbar .grid:not(:first-child) {
    min-width: 90px; }
  .pencilbar .navUser-section {
    width: 100%; }
    .pencilbar .navUser-section li {
      padding: 0px;
      width: 100%; }
      .pencilbar .navUser-section li svg {
        fill: transparent;
        stroke: #666666; }
      .pencilbar .navUser-section li:hover svg {
        stroke: #0f4026; }
      .pencilbar .navUser-section li span, .pencilbar .navUser-section li a {
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        color: #666666; }
  .pencilbar p {
    margin: 0px;
    font-size: 13px;
    line-height: 24px;
    color: #666666; }
  .pencilbar .flag {
    display: none; }
  .pencilbar li:before {
    display: none; }
  .pencilbar #currencySelection {
    bottom: auto !important;
    background-color: white;
    margin-top: 0px;
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px 8px 2px; }
    .pencilbar #currencySelection li + li {
      margin-top: 5px; }
    .pencilbar #currencySelection li:hover span {
      color: #0f4026; }

.headersidebaractive {
  overflow: hidden; }

.header-side-bar {
  display: none; }

.header.headerstyletwo .header-main {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1023px) {
  .header.headerstyletwo .mobilemenu-icon + .grid {
    display: block; } }

.header.headerstyletwo .desktopmenu-icon {
  display: block;
  width: 28px;
  margin-right: 42px; }
  @media screen and (max-width: 1023px) {
    .header.headerstyletwo .desktopmenu-icon {
      display: none; } }
  .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle {
    display: block;
    width: 100%;
    position: relative;
    transition: none; }
    .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle .mobileMenu-toggleIcon {
      width: 100%;
      transition: none; }
      .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle .mobileMenu-toggleIcon:before, .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle .mobileMenu-toggleIcon:after {
        width: 100%;
        transition: none; }
    .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle:hover {
      transition: none; }
      .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle:hover .mobileMenu-toggleIcon {
        background-color: white;
        transition: none; }
        .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle:hover .mobileMenu-toggleIcon:before, .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle:hover .mobileMenu-toggleIcon:after {
          background-color: white;
          transition: none; }
    .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle.is-open:hover .mobileMenu-toggleIcon {
      background-color: transparent; }

.header.headerstyletwo .header-side-bar {
  position: fixed;
  left: -330px;
  width: 320px;
  top: 120px;
  bottom: 0;
  z-index: 99;
  background-color: white;
  height: calc(100% - 120px);
  padding: 20px 22px 40px 40px;
  box-shadow: none;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1) 0s;
  overflow-y: auto;
  display: block; }
  @media screen and (max-width: 1259px) {
    .header.headerstyletwo .header-side-bar {
      top: 117px; } }
  .header.headerstyletwo .header-side-bar.active {
    left: 0px; }
  .header.headerstyletwo .header-side-bar ul.navPages-list {
    display: block; }
  .header.headerstyletwo .header-side-bar ul li {
    display: block;
    float: none;
    width: 100%;
    padding: 0px !important; }
    .header.headerstyletwo .header-side-bar ul li:before {
      display: none; }
    .header.headerstyletwo .header-side-bar ul li .hitarea {
      display: block;
      width: 35px;
      height: 35px;
      position: absolute;
      top: 1px;
      right: 0;
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center;
      background-position: center right;
      z-index: 1;
      cursor: pointer;
      background-image: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .header.headerstyletwo .header-side-bar ul li .hitarea svg {
        fill: transparent;
        stroke: rgba(0, 0, 0, 0.5);
        width: 12px;
        height: 12px;
        pointer-events: none; }
    .header.headerstyletwo .header-side-bar ul li .navPages-action {
      padding: 6px 0px;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      text-transform: capitalize; }
      .header.headerstyletwo .header-side-bar ul li .navPages-action .icon {
        display: none; }
    .header.headerstyletwo .header-side-bar ul li:hover > .navPages-action, .header.headerstyletwo .header-side-bar ul li.collapsable > .navPages-action {
      color: #0f4026; }
    .header.headerstyletwo .header-side-bar ul li:hover > .hitarea svg, .header.headerstyletwo .header-side-bar ul li.collapsable > .hitarea svg {
      stroke: #0f4026; }
  .header.headerstyletwo .header-side-bar ul ul {
    padding-left: 22px;
    margin-top: 0px; }
    .header.headerstyletwo .header-side-bar ul ul li {
      margin-top: 10px; }

.header.headerstyletwo .navPage-childlisting, .header.headerstyletwo .navPage-subMenu-simplelist {
  display: none; }

.header.headerstyletwo .custom-scroll {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .header.headerstyletwo .custom-scroll::-webkit-scrollbar {
    height: 100%;
    width: 5px; }
  .header.headerstyletwo .custom-scroll::-webkit-scrollbar-track {
    background: #0f4026; }
  .header.headerstyletwo .custom-scroll::-webkit-scrollbar-thumb {
    background: #333333; }
  .header.headerstyletwo .custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #0f4026; }
  @media screen and (max-width: 1023px) {
    .header.headerstyletwo .custom-scroll {
      max-height: inherit;
      overflow: hidden;
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .header.headerstyletwo .custom-scroll::-webkit-scrollbar {
        width: auto; }
      .header.headerstyletwo .custom-scroll::-webkit-scrollbar-track {
        background: transparent; }
      .header.headerstyletwo .custom-scroll::-webkit-scrollbar-thumb {
        background: transparent; }
      .header.headerstyletwo .custom-scroll::-webkit-scrollbar-thumb:hover {
        background: transparent; } }

@media screen and (max-width: 1023px) {
  .header.headerstyletwo .navPages-container {
    top: 107px; } }

.header.headerstyletwo.sticky-header .header-side-bar {
  height: calc(100vh - 80px);
  top: 77px; }

@media screen and (max-width: 1023px) {
  .header.headerstyletwo.sticky-header .navPages-container {
    top: 66px; } }

.italiano-layout--fashion .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle:hover .mobileMenu-toggleIcon, .italiano-layout--decor .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle:hover .mobileMenu-toggleIcon {
  background-color: #333333; }
  .italiano-layout--fashion .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle:hover .mobileMenu-toggleIcon:before, .italiano-layout--fashion .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle:hover .mobileMenu-toggleIcon:after, .italiano-layout--decor .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle:hover .mobileMenu-toggleIcon:before, .italiano-layout--decor .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle:hover .mobileMenu-toggleIcon:after {
    background-color: #333333; }

.italiano-layout--fashion .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle.is-open:hover .mobileMenu-toggleIcon, .italiano-layout--decor .header.headerstyletwo .desktopmenu-icon .desktopMenu-toggle.is-open:hover .mobileMenu-toggleIcon {
  background-color: transparent; }

.headersidebar-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.35);
  cursor: unset !important;
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none; }
  @media screen and (max-width: 1259px) {
    .headersidebar-overlay {
      top: 117px; } }
  .headersidebar-overlay.overlayactive {
    display: block; }

.jewelry-variant-logo .header-logo-image {
  filter: grayscale(1) invert(1);
  mix-blend-mode: color-dodge; }

/* ===================== header style3 css start =================== */
.headerstylthree .header-main .grid {
  width: 42.5%; }
  .headerstylthree .header-main .grid.grid-logo {
    width: 15%;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .headerstylthree .header-main .grid.grid-logo {
        width: 33.33%; } }
  .headerstylthree .header-main .grid:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  @media screen and (max-width: 1023px) {
    .headerstylthree .header-main .grid {
      width: 33.33%; }
      .headerstylthree .header-main .grid.navPages-container {
        width: 100%; } }
  .headerstylthree .header-main .grid .navPages {
    text-align: left; }
    @media screen and (max-width: 1439px) {
      .headerstylthree .header-main .grid .navPages > ul > li {
        margin: 0px 10px; } }
    @media (max-width: 1160px) {
      .headerstylthree .header-main .grid .navPages > ul > li {
        margin: 0 6px; } }
    @media (max-width: 1160px) {
      .headerstylthree .header-main .grid .navPages > ul > li .navPages-action {
        font-size: 13px; } }
    @media screen and (max-width: 1023px) {
      .headerstylthree .header-main .grid .navPages > ul > li .navPages-action {
        font-size: 16px; } }
  .headerstylthree .header-main .grid nav.navUser {
    width: auto;
    margin-left: 20px; }
    @media screen and (max-width: 1580px) {
      .headerstylthree .header-main .grid nav.navUser {
        margin-left: 6px; } }
    @media screen and (max-width: 1023px) {
      .headerstylthree .header-main .grid nav.navUser {
        width: 100%;
        margin-left: 0px; } }
    @media screen and (max-width: 1580px) {
      .headerstylthree .header-main .grid nav.navUser > ul > li + li {
        margin-left: 20px; } }
    @media screen and (max-width: 1439px) {
      .headerstylthree .header-main .grid nav.navUser > ul > li + li {
        margin-left: 15px; } }
    @media (max-width: 1160px) {
      .headerstylthree .header-main .grid nav.navUser > ul > li svg {
        width: 18px;
        height: 18px; } }
    @media screen and (max-width: 1023px) {
      .headerstylthree .header-main .grid nav.navUser > ul > li svg {
        width: 24px;
        height: 24px; } }
    @media (max-width: 1160px) {
      .headerstylthree .header-main .grid nav.navUser > ul > li.compare-header svg {
        width: 15px;
        height: 15px; } }
    @media screen and (max-width: 1023px) {
      .headerstylthree .header-main .grid nav.navUser > ul > li.compare-header svg {
        width: 24px;
        height: 24px; } }

/* Custom CSS */
@media (max-width: 1023px) {
  .header-main .navPages-container {
    display: none !important; }
  .header-main .navPages-container.is-open {
    display: none !important; }
  .navPages ul.mobileNavigation {
    height: auto;
    /*   overflow: initial; */ }
  .extra-mobile-menu {
    background: rgba(237, 236, 232, 0.2);
    padding: 25px; }
  .nav-mobile-contact {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 10px; }
  .nav-mobile-contact ul {
    margin-top: 10px;
    margin-left: 10px; }
  .extra-mobile-menu ul li {
    margin: 14px auto; }
  .nav-mobile-contact ul li {
    margin-bottom: -10px;
    list-style: disc; }
  .header-main .navPages-container {
    padding: 13px 0px; }
  .navPages-container .mobileNavigation {
    padding: 0px 25px !important; }
  .header-main .navPages-container {
    background-color: #fff; }
  .navPages ul li .navPages-action:hover, .extra-mobile-menu a:hover {
    color: #1A1B1C; }
  .navPages ul li .navPages-action, .extra-mobile-menu a {
    color: #000; }
  .nav-mobile-contact, .extra-mobile-menu {
    text-align: left; }
  .nav-mobile-contact a, .extra-mobile-menu a, .nav-mobile-contact ul li::marker {
    font-size: 16px !important;
    text-align: left !important; } }

@media (max-width: 1280px) {
  /*    .slick-track {
      width: 3600px !important;
    }
   section.productCarousel .productCarousel-slide{
    width:317px !important; 
    margin:10px !important;
    }     */ }

@media (max-width: 1094px) {
  .navPages ul li {
    margin: 0 8px; } }

/*@media (min-width:667px) and (max-width:1200px) {

    .heroCarousel .heroCarousel-image {
        -o-object-fit: contain !important;
        object-fit:  contain !important;
    }
    .heroCarousel .slick-arrow, .heroCarousel .slick-next, .heroCarousel .slick-prev, .heroCarousel .carousel-play-pause-button {
        bottom: 83px !important;
    }
    .heroCarousel .slick-dots {
        bottom: 80px !important;
    }
}*/
@media (min-width: 642px) and (max-width: 700px) {
  [data-sub-layout="c497ae8a-345d-49cd-a91f-f68c69e6e99a"] {
    max-width: 40% !important; }
  [data-sub-layout="32538220-ca6a-436b-9403-67fd8dc867ec"] {
    max-width: 60% !important; } }

@media (max-width: 428px) {
  .slick-list.draggable {
    padding: 0px !important; }
  /* section.productCarousel .productCarousel-slide {
   width: 396px !important; 
} */
  section.productCarousel .productCarousel-slide article {
    margin: 0px auto; } }

@media screen and (max-width: 666px) {
  nav.navUser.mobile-navigation-link {
    display: none; }
  .header .navUser ul li.navUser-item--account a, .header .navUser ul li.navUser-item--cart a {
    background: #fff; }
  .header .navUser ul li.navUser-item--account, .header .navUser ul li.navUser-item--cart {
    display: block;
    margin-top: 0 !important; }
  .header .navUser ul li.navUser-item--account a {
    margin-left: 10px; } }

@media screen and (max-width: 550px) {
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem;
    display: flex; } }

@media screen and (max-width: 1352px) {
  .navPages ul li {
    margin: 0px 15px; } }

@media (max-width: 1136px) {
  .navPages ul li {
    margin: 0 7px !important; } }

.header .navUser ul li.navUser-item--account a {
  width: 100% !important;
  margin-left: 0px; }

.navPages .navPage-subMenu-simplelist li .navPages-action:hover, .page-sidebar a:hover {
  text-decoration: underline; }

.fns-form #input_2:hover {
  background: 0 0;
  color: #1A1B1C !important;
  border: 1px solid #1A1B1C !important; }

.fns-form #input_2 {
  background-color: #1A1B1C !important;
  color: #fff;
  width: 100%;
  padding: 10px;
  border: 1px solid #1A1B1C !important; }

.fns-form form input {
  border: none;
  border-bottom: 1px solid #1A1B1C !important; }

.header-main .navPages-container {
  padding: 0px; }

[contenteditable=true]:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, button:focus, details:focus, input:focus, select:focus, textarea:focus {
  outline: 0px !important;
  outline-offset: 0px !important; }

.pagination-item--current a, a.pagination-link:hover {
  color: #fff !important; }

.navBar--sub .navBar-section li:last-child {
  display: none; }

.view-all-btn a {
  color: #1A1B1C;
  border-color: #1A1B1C; }

.view-all-btn a:hover {
  background: #1A1B1C;
  color: #fff;
  border-color: #1A1B1C; }

.pagination-item--next svg:hover, .pagination-item--previous svg:hover {
  stroke: #fff !important; }

section.previewCartCheckout .button, .previewCartAction-viewCart .button--action, button.cancel.button, .form-actions [type="reset"], .panel--address .secondary, .account--fixed .button {
  color: #1A1B1C;
  border: 1px solid #1A1B1C; }

section.previewCartCheckout .button:hover, .previewCartAction-viewCart .button--action:hover, button.cancel.button:hover, .form-actions [type="reset"]:hover, .panel--address .secondary:hover, .account--fixed .button:hover {
  color: #fff;
  background: #1A1B1C; }

section.previewCartCheckout .button--primary, .account--fixed .button--primary {
  color: #fff; }

.navUser-item--account ul {
  z-index: 999;
  margin-top: 0;
  margin-right: 0; }

nav.navBar .navBar-section li:nth-child(4), nav.navBar .navBar-section li:nth-child(2), .account-orderStatus, .panel.panel--large, nav.navBar.navBar--sub.search-nav {
  display: none; }

/* shipping estimator */
.estimator-form dt:nth-child(1), .estimator-form dt:nth-child(3), .estimator-form dd:nth-child(4), .estimator-form dt:nth-child(5), .estimator-form dd:nth-child(2), .estimator-form dd:nth-child(6) {
  display: none; }

.alertBox--error {
  color: #ea9fa5;
  background-color: #fff5f6; }

.alertBox--error svg {
  fill: #fff5f6; }

[data-sub-layout-container="407176ad-1a3d-45f7-b140-dbb80e773f75"]:after {
  opacity: .5; }

section.previewCartCheckout [data-primary-checkout-now-action], .previewCartAction .previewCartAction-checkout {
  display: none !important; }

.previewCartAction-viewCart, .previewCartAction-viewCart a {
  width: 85% !important;
  text-align: center; }

.footer-bar, .footer-bar a {
  font-size: 14px;
  text-align: center; }

.footer-bar {
  margin-bottom: 15px; }

.f-col-four ul li i {
  font-size: 32px !important;
  float: left !important;
  margin-right: 17px !important;
  color: #1A1B1C !important; }

@media (max-width: 1023px) {
  .navUser-item--account ul {
    margin-top: 0px; }
  div#add-to-cart-wrapper div button {
    margin-top: 0px; }
  div#add-to-cart-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%; } }

/* ------ header layout (Figma 1440) ------ */
.header {
  background-color: #fff; }

.header .header-main {
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important; }

.header .header-main .container-lg {
  max-width: 100%;
  padding-left: 48px;
  padding-right: 48px; }

.header .header-nav .container-lg {
  max-width: 100%;
  padding-left: 48px;
  padding-right: 48px; }

.header .header-main .custom-row {
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important; }

.header .header-main .grid,
.header .header-nav .grid {
  padding-left: 0;
  padding-right: 0; }

.header .header-main .navUser-action {
  padding-top: 0;
  padding-bottom: 0;
  height: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.header .header-main .navUser-item--greeting {
  margin-left: 8px; }

.header .header-main .navUser-action--greeting {
  height: auto;
  padding: 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #1A1B1C;
  max-width: 132px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.header .header-main .navUser-action--greeting:hover,
.header .header-main .navUser-action--greeting:focus {
  color: #1A1B1C;
  text-decoration: none; }

.header .header-logo__link--mobile {
  display: none; }

.header .header-nav {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08); }

.header .header-nav .custom-row {
  min-height: 48px; }

.header .header-nav .navPages {
  line-height: normal; }

.header .header-nav .navPages ul.navPages-list {
  padding: 0; }

.header .header-nav .navPages ul.navPages-list > li > .navPages-action {
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: none; }

.header .header-nav .navPages ul.navPages-list > li {
  margin: 0; }

.header .header-nav .navPages ul.navPages-list > li > .navPages-action {
  padding-left: 20px;
  padding-right: 20px;
  color: #1A1B1C;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  position: relative; }

.header .header-nav .navPages ul.navPages-list > li > .navPages-action span::after {
  display: none; }

.header .header-nav .navPages ul.navPages-list > li > .navPages-action::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 6px;
  height: 1px;
  background-color: #1A1B1C;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 0.2s linear, transform 0.2s linear; }

.header .header-nav .navPages-action-moreIcon {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s linear; }

.header .header-nav .navPages-action-moreIcon svg {
  width: 14px;
  height: 8px; }

.header .header-nav .navPages ul.navPages-list > li:first-child > .navPages-action {
  padding-left: 0; }

.header .header-nav .navPages ul.navPages-list > li:first-child > .navPages-action::after {
  left: 0; }

.header .header-nav .navPages ul.navPages-list > li:hover > .navPages-action::after,
.header .header-nav .navPages ul.navPages-list > li.sfHover > .navPages-action::after,
.header .header-nav .navPages ul.navPages-list > li > .navPages-action.activePage::after {
  opacity: 1;
  transform: scaleX(1); }

.header .header-nav .navPages ul.navPages-list > li:hover > .navPages-action .navPages-action-moreIcon,
.header .header-nav .navPages ul.navPages-list > li.sfHover > .navPages-action .navPages-action-moreIcon,
.header .header-nav .navPages ul.navPages-list > li > .navPages-action.activePage .navPages-action-moreIcon {
  transform: rotate(180deg); }

@media (max-width: 1023px) {
  .header .header-nav {
    display: none; } }

@media (max-width: 1023px) {
  .header .header-main .custom-row {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    justify-content: unset;
    min-height: 64px; }
  .header .header-main .custom-row .mobilemenu-icon {
    order: 3;
    margin-left: 0;
    flex: 0 0 auto;
    justify-self: end;
    display: flex !important;
    align-items: center;
    z-index: 2;
    width: 40px;
    height: 40px; }
  .header .header-main .custom-row .mobilemenu-icon .mobileMenu-toggle {
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: auto;
    padding: 0;
    width: 40px;
    height: 40px; }
  .header .header-main .custom-row .mobilemenu-icon .mobileMenu-toggle svg {
    width: 24px;
    height: 24px;
    display: block; }
  .header .header-main .custom-row .header-logo-wrap {
    order: 2;
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    justify-self: center; }
  .header .header-logo__link--mobile {
    display: inline-flex;
    align-items: center;
    width: 177px !important; }
  .header .header-logo__link:not(.header-logo__link--mobile) {
    display: none; }
  .header .header-logo-image--mobile {
    height: 14px;
    width: auto;
    display: block; }
  .header .header-main .custom-row .header-navuser {
    order: 1;
    margin-right: 0;
    flex: 0 0 auto;
    justify-self: start; }
  .header .header-main .custom-row .header-navuser .navUser-section {
    justify-content: flex-start; }
  .header .navUser-item--account {
    display: none !important; }
  .header .navUser-item--search,
  .header .navUser-item--searchToggle {
    display: none !important; }
  .header .navUser-item--cart {
    order: 1; }
  .header .header-main .navUser-item--greeting {
    display: none !important; } }

@media (max-width: 1023px) {
  body.has-activeNavPages {
    overflow: hidden; }
  .header .header-main {
    position: relative;
    z-index: 10; }
  .header .header-main .custom-row {
    position: relative;
    z-index: 10; }
  .oc-mobile-menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.59);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    opacity: 0;
    z-index: 999;
    transition: opacity 0.25s ease;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    display: flex;
    align-items: flex-start;
    justify-content: stretch; }
  .oc-mobile-menu-shell {
    min-height: 0;
    background: #eaeaea;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
    transform: translateY(-24px);
    transition: transform 0.3s ease;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column; }
  .oc-mobile-menu-head {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px; }
  .oc-mobile-menu-cart,
  .oc-mobile-menu-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    position: relative;
    text-decoration: none; }
  .oc-mobile-menu-cart .countPill.cart-quantity {
    position: absolute;
    right: 2px;
    bottom: 2px; }
  .oc-mobile-menu-logo {
    display: flex;
    justify-content: center;
    text-decoration: none; }
  .oc-mobile-menu-logo-image {
    height: 16px;
    width: auto; }
  .oc-mobile-menu-search {
    padding-bottom: 16px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(26, 27, 28, 0.12); }
  .oc-mobile-menu-search .header-search,
  .oc-mobile-menu-search .header-search-form,
  .oc-mobile-menu-search .form-fieldset,
  .oc-mobile-menu-search .form-field {
    width: 100%; }
  .oc-mobile-menu-search .header-search-input {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box; }
  .oc-mobile-menu-scroll {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0; }
  .oc-mobile-menu-account {
    padding: 12px 0;
    border-bottom: 1px solid rgba(26, 27, 28, 0.1); }
  .oc-mobile-menu-account-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #1A1B1C;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2; }
  .oc-mobile-menu-account-icon {
    display: inline-flex;
    width: 24px;
    height: 24px; }
  .oc-mobile-menu-section-label {
    padding: 12px 0 8px;
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(26, 27, 28, 0.4);
    border-bottom: 1px solid rgba(26, 27, 28, 0.1); } }

@media (max-width: 1023px) and (max-width: 1023px) {
  .oc-mobile-menu-section-label {
    padding: 16px 0;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: rgba(26, 27, 28, 0.4); } }

@media (max-width: 1023px) {
  .oc-mobile-menu-nav .mobileNavigation {
    display: block !important;
    padding: 0 !important;
    margin: 0;
    list-style: none;
    height: auto;
    overflow: visible; }
  .oc-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .oc-mobile-menu-list li,
  .oc-mobile-submenu li {
    list-style: none !important; }
  .oc-mobile-menu-list li::before,
  .oc-mobile-submenu li::before {
    content: none !important;
    display: none !important; }
  .oc-mobile-menu-item {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(26, 27, 28, 0.12); }
  .oc-mobile-menu-item:first-child {
    border-top: 0; }
  .oc-mobile-menu-item:last-child {
    border-bottom: 1px solid rgba(26, 27, 28, 0.12); }
  .oc-mobile-menu-link,
  .oc-mobile-menu-trigger {
    width: 100%;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #1A1B1C;
    text-decoration: none;
    text-align: left; }
  .oc-mobile-menu-trigger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    transition: transform 0.2s ease; }
  .oc-mobile-menu-item.is-open .oc-mobile-menu-trigger-icon {
    transform: rotate(180deg); }
  .oc-mobile-submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 0 16px; }
  .oc-mobile-menu-item.is-open .oc-mobile-submenu {
    display: block; }
  .oc-mobile-submenu-item {
    margin: 0;
    padding: 0; }
  .oc-mobile-submenu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: rgba(26, 27, 28, 0.8);
    text-decoration: none; }
  .oc-mobile-submenu-link::after {
    content: "";
    width: 14px;
    height: 14px;
    margin-left: 12px;
    flex: 0 0 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L10 7L5 12' stroke='%231A1B1C' stroke-opacity='0.8' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E"); }
  .oc-mobile-menu-nav .mobileNavigation > li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(26, 27, 28, 0.12); }
  .oc-mobile-menu-nav .mobileNavigation > li:last-child {
    border-bottom: 0; }
  .oc-mobile-menu-nav .mobileNavigation > li > .navPages-action {
    width: 100%;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #1A1B1C;
    text-transform: none;
    text-decoration: none; }
  .oc-mobile-menu-nav .mobileNavigation > li > .navPages-action > span {
    display: block; }
  .oc-mobile-menu-nav .mobileNavigation > li > .navPages-action .navPages-action-moreIcon,
  .oc-mobile-menu-nav .mobileNavigation > li > .navPages-action .icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 12px; }
  .oc-mobile-menu-nav .mobileNavigation > li > .navPages-action .navPages-action-moreIcon svg,
  .oc-mobile-menu-nav .mobileNavigation > li > .navPages-action .icon svg {
    width: 14px;
    height: 8px; }
  .oc-mobile-menu-nav .mobileNavigation > li > ul,
  .oc-mobile-menu-nav .mobileNavigation > li > .navPage-subMenu-simplelist {
    padding: 0 0 16px;
    margin: 0;
    list-style: none; }
  .oc-mobile-menu-nav .mobileNavigation > li > ul li,
  .oc-mobile-menu-nav .mobileNavigation > li > .navPage-subMenu-simplelist li {
    margin: 0;
    padding: 0; }
  .oc-mobile-menu-nav .mobileNavigation > li > ul a,
  .oc-mobile-menu-nav .mobileNavigation > li > .navPage-subMenu-simplelist a {
    display: block;
    padding: 8px 0;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: rgba(26, 27, 28, 0.8);
    text-decoration: none; }
  .oc-mobile-menu-nav .simple-megamenu-inner {
    display: block;
    padding: 0;
    margin: 0; }
  .oc-mobile-menu-panel .navPages-list,
  .oc-mobile-menu-panel .extra-mobile-menu,
  .oc-mobile-menu-panel .navPages-list--user {
    display: none !important; }
  .oc-mobile-menu-panel.is-open,
  body.has-activeNavPages .oc-mobile-menu-panel {
    opacity: 1;
    pointer-events: auto; }
  .oc-mobile-menu-panel.is-open .oc-mobile-menu-shell,
  body.has-activeNavPages .oc-mobile-menu-panel .oc-mobile-menu-shell {
    transform: translateY(0); }
  .header .header-nav {
    display: none !important; }
  .header .header-nav .navPages-container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    padding: 24px 20px !important;
    background-color: #ffffff !important;
    transform: translateX(-100%) !important;
    opacity: 0 !important;
    z-index: 999 !important;
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none !important; }
  .header .header-nav .navPages-container.is-open {
    transform: translateX(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important; }
  .header .header-nav .navPages {
    height: 100%; }
  .header .header-nav .navPages .mobileNavigation {
    height: 100%;
    overflow-y: auto; }
  .header .header-main .custom-row .mobilemenu-icon {
    display: flex !important;
    pointer-events: auto;
    position: relative;
    z-index: 20; }
  .header .header-main .custom-row .mobilemenu-icon .mobileMenu-toggle {
    display: flex !important;
    pointer-events: auto;
    position: relative;
    z-index: 21; } }

@media (min-width: 1024px) {
  .oc-mobile-menu-panel {
    display: none; } }

@media (max-width: 1023px) {
  .header .header-main .container-lg {
    padding-left: 24px;
    padding-right: 24px; } }

@media (max-width: 666px) {
  .header .header-main .container-lg {
    padding-left: 16px;
    padding-right: 16px; } }

/* ------ header inline search (desktop) ------ */
@media (min-width: 1024px) {
  .header-main .custom-row {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    gap: 24px; }
  .header-main .custom-row .grid {
    width: auto; }
  .header-main .mobilemenu-icon {
    display: none; }
  .header-main .navPages-container {
    flex: 1 1 auto; }
  .header .navUser-item--searchToggle {
    display: none; }
  .dropdown--quickSearch {
    display: none; } }

.header .navUser .navUser-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.header .navUser-item--search {
  margin-right: 0px; }

.header .navUser-item--search + .navUser-item--account,
.header .navUser-item--search + .navUser-item--searchToggle + .navUser-item--account {
  margin-left: 32px !important;
  display: flex; }

.header .navUser-item--account,
.header .navUser-item--cart {
  width: 40px;
  height: 40px;
  margin-left: 0px !important;
  display: flex;
  position: relative; }

.header .navUser-item--account .navUser-action,
.header .navUser-item--cart .navUser-action {
  width: 40px;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.header .header-search {
  position: relative; }

.header .header-search,
.header .header-search * {
  margin-bottom: 0 !important; }

.header .header-search-form .form-field {
  position: relative; }

.header .header-search-input {
  width: 320px;
  height: 40px;
  padding: 0 12px 0 42px;
  border: 1px solid #BCBDBD;
  border-radius: 0px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 38px;
  color: #1A1B1C !important;
  background-color: white; }

.header .header-search-input::placeholder,
.header .header-search-input::-webkit-input-placeholder,
.header .header-search-input::-moz-placeholder,
.header .header-search-input:-ms-input-placeholder,
.header .header-search-input::-ms-input-placeholder {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: #1a1b1c66 !important;
  opacity: 1 !important; }

.header .header-search-button {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  cursor: pointer; }

.header .header-search-button svg {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: none; }

.header .navUser-item--account svg {
  width: 24px;
  height: 24px; }

.header .header-logo-image {
  height: 20px;
  width: auto;
  display: block; }

.header .quickSearchResults--header {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 200;
  background: white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  margin: 0;
  height: auto;
  max-height: 420px;
  overflow: auto; }

.header .quickSearchResults--header .productGrid {
  height: auto;
  overflow: visible;
  margin: 0; }

.header .quickSearchResults--header:empty {
  display: none; }

.header .header-search-loader {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 201;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

@media (max-width: 1023px) {
  .header .navUser-item--search {
    display: none; }
  .header .navUser-item--searchToggle {
    display: block; } }

.header .navUser-item--cart .countPill.cart-quantity {
  position: absolute;
  bottom: -2px;
  right: -2px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #FF3D3D;
  border: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

@media screen and (max-width: 1259px) {
  nav .navUser-item--cart .navUser-action svg {
    width: 24px;
    height: 24px;
    margin-top: 0px; } }

.header .header-main nav.navUser {
  padding: 0;
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end; }

/* ---- Mobile header reset (64px, 3 columns) ---- */
@media (max-width: 1023px) {
  .header .header-main {
    height: 64px; }
  .header .header-main .container-lg {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .header .header-main .custom-row {
    display: grid !important;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    gap: 0; }
  .header .header-main .custom-row .header-navuser {
    order: 1;
    justify-self: start;
    width: 40px; }
  .header .header-main .custom-row .header-logo-wrap {
    order: 2;
    justify-self: center; }
  .header .header-main .custom-row .mobilemenu-icon {
    order: 3;
    justify-self: end;
    width: 40px;
    margin: 0; }
  .header .header-main .custom-row .mobilemenu-icon .mobileMenu-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .header .header-main .custom-row .mobilemenu-icon .mobileMenu-toggle svg {
    width: 24px;
    height: 24px; }
  .header .header-main .header-logo-image {
    height: 14px;
    width: auto; }
  .header .header-main .header-navuser .navUser-section {
    justify-content: flex-start; }
  .header .header-main .header-navuser .navUser-item {
    display: none !important; }
  .header .header-main .header-navuser .navUser-item--cart {
    display: block !important;
    width: 40px;
    height: 40px;
    margin: 0 !important; }
  .header .header-main .header-navuser .navUser-item--cart .navUser-action {
    width: 40px;
    height: 40px;
    padding: 0; }
  .header .header-main .header-navuser .navUser-item--cart .navUser-item-cartLabel svg {
    width: 24px;
    height: 24px; }
  .header .header-main .navUser-item--cart .countPill.cart-quantity {
    bottom: -2px;
    right: -2px; } }

.footer-bottom .custom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px; }

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px; }

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 24px; }

.footer-bottom-links a {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.8);
  text-decoration: none; }

.footer-bottom-copy .powered-by {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.8);
  margin: 0; }

.footer {
  padding-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
  background-color: #ffffff !important;
  border-top: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.footer-inner {
  padding: 80px 96px; }

.footer-logo-full {
  width: 100%;
  margin: 0;
  padding: 0; }

.footer-logo-full img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none; }

.header.sticky-header {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  position: fixed;
  box-shadow: 0px 4px 20px rgba(102, 102, 102, 0.1);
  top: 0; }
  .header.sticky-header .pencilbar {
    display: none; }
  .header.sticky-header .headersidebar-overlay {
    top: 80px; }
    @media screen and (max-width: 1259px) {
      .header.sticky-header .headersidebar-overlay {
        top: 75px; } }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.dropdown--quickSearch {
  top: 0px !important;
  background-color: transparent;
  padding: 0px;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: 0;
  z-index: 11;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }
  .dropdown--quickSearch.is-open {
    opacity: 1;
    visibility: visible; }
  .dropdown--quickSearch .form {
    max-width: 100%; }
  .dropdown--quickSearch .form-input {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 11px 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 50px; }
  .dropdown--quickSearch .form-field {
    position: relative;
    overflow: hidden; }
  .dropdown--quickSearch .search-btn {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: auto;
    padding: 0;
    line-height: 0; }
    .dropdown--quickSearch .search-btn svg {
      fill: transparent;
      stroke: #666666;
      width: 18px;
      height: 18px; }
  .dropdown--quickSearch .search-cancle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    transform: translateY(-50%) translateX(0%);
    padding: 15px 0;
    background-color: white;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    cursor: pointer;
    color: #0f4026; }
    .dropdown--quickSearch .search-cancle:hover {
      color: #333333; }
  .dropdown--quickSearch .search-wrapper {
    max-width: 560px;
    margin-left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    padding: 30px;
    background: white;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .dropdown--quickSearch .search-wrapper {
        padding: 50px 30px 30px; } }
    @media screen and (max-width: 666px) {
      .dropdown--quickSearch .search-wrapper {
        max-width: 100%; } }
    .dropdown--quickSearch .search-wrapper .container {
      padding: 0px; }
  .dropdown--quickSearch.is-open .search-wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  .dropdown--quickSearch .searchloader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: calc(100% - 90px);
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 60px; }
    .dropdown--quickSearch .searchloader .lazyload, .dropdown--quickSearch .searchloader .lazyloaded {
      width: 100px;
      height: 100px; }

.search-ovelary {
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.35);
  cursor: unset !important; }

.quickSearchMessage {
  font-size: 16px;
  margin-top: 0px; }

.dropdown--quickSearch .form-input:placeholder-shown + .search-cancle {
  transform: translateY(-50%) translateX(100%);
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out; }

.quickSearchResults {
  position: absolute;
  z-index: 99;
  width: 100%;
  margin: 30px auto 0;
  left: 0;
  right: 0;
  top: 100%;
  height: 100vh; }
  .quickSearchResults .productGrid {
    padding-top: 0px;
    margin: 0 -12px;
    height: calc(100vh - 175px);
    overflow-y: scroll; }
    @media (max-width: 1100px) {
      .quickSearchResults .productGrid {
        height: calc(100vh - 245px); } }
    @media (max-width: 900px) {
      .quickSearchResults .productGrid {
        height: calc(100vh - 245px); } }
    @media screen and (max-width: 666px) {
      .quickSearchResults .productGrid {
        height: calc(100vh - 320px); } }
    .quickSearchResults .productGrid li {
      width: 50%;
      margin: 0px;
      padding: 0 12px; }
  .quickSearchResults .card-img-container {
    height: 155px; }
  .quickSearchResults .brandrating-section {
    display: none; }
  .quickSearchResults .card-figcaption {
    display: none; }
  .quickSearchResults .card {
    margin-bottom: 33px; }
  .quickSearchResults .card-body .card-text {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .quickSearchResults .card-body .card-title {
    font-size: 14px; }
  .quickSearchResults .price-section span {
    font-size: 14px; }
  .quickSearchResults .view-all-btn .button {
    width: 100%; }

.searchactive {
  overflow: hidden; }

.search-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
  border: 1px solid #333333; }
  .search-close svg {
    stroke: #333333; }
  @media screen and (max-width: 767px) {
    .search-close {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; } }

.oc-footer-top-policy .custom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center; }

.oc-footer-top-policy .grid {
  width: 25%; }
  @media screen and (max-width: 1259px) {
    .oc-footer-top-policy .grid {
      width: 50%;
      margin-bottom: 16px; } }
  @media screen and (max-width: 1023px) {
    .oc-footer-top-policy .grid:last-child {
      margin-bottom: 0px; } }
  @media screen and (max-width: 666px) {
    .oc-footer-top-policy .grid {
      width: 100%;
      margin-bottom: 0px; }
      .oc-footer-top-policy .grid + .grid {
        margin-top: 24px; } }

.footer-policy-category {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 23px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .footer-policy-category {
      padding: 15px 15px; } }
  .footer-policy-category h5 {
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.28px;
    margin-bottom: 8px; }
    @media screen and (max-width: 1300px) {
      .footer-policy-category h5 {
        font-size: 18px; } }
    @media screen and (max-width: 1259px) {
      .footer-policy-category h5 {
        width: 100%;
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .footer-policy-category h5 {
        line-height: 23px;
        margin-bottom: 5px; } }
  .footer-policy-category p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    flex: 1 auto; }

.footer {
  background: #f8f8f8;
  /* $theme-primary-black; */
  padding-bottom: 0px; }
  .footer .custom-row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .footer .grid {
    width: 324px; }
    @media screen and (max-width: 1900px) {
      .footer .grid {
        width: 20%; }
        .footer .grid.footer-social {
          width: 100%; } }
    @media (max-width: 900px) {
      .footer .grid {
        width: 25%; }
        .footer .grid.newsletter-box {
          width: 100%;
          margin: 25px auto; } }
    @media screen and (max-width: 767px) {
      .footer .grid {
        width: 100%; }
        .footer .grid.newsletter-box {
          margin: 0;
          width: 100%; }
          .footer .grid.newsletter-box .footer-title {
            background-image: none; } }
  .footer span, .footer p, .footer .footer-newsletter-summary, .footer .navUser-or {
    color: #3e3e3e;
    /* $color-greyLighter; */ }
  .footer .navUser-or {
    margin: 0 2px;
    padding: 0px; }
  .footer p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px; }
    @media screen and (max-width: 1580px) {
      .footer p {
        font-size: 16px; } }
  .footer .form-prefixPostfix .form-input {
    background-color: transparent;
    color: #999999;
    border-width: 2px;
    border-color: #666666; }
    @media screen and (max-width: 1580px) {
      .footer .form-prefixPostfix .form-input {
        padding: 8px 20px; } }
    @media (max-width: 900px) {
      .footer .form-prefixPostfix .form-input {
        width: 80%;
        margin-right: 10px; } }
    @media screen and (max-width: 767px) {
      .footer .form-prefixPostfix .form-input {
        width: 100%;
        margin-right: 0px; } }
    .footer .form-prefixPostfix .form-input::-webkit-input-placeholder {
      color: #999999 !important;
      opacity: 1 !important;
      line-height: normal; }
    .footer .form-prefixPostfix .form-input::-moz-placeholder {
      color: #999999 !important;
      opacity: 1 !important;
      line-height: normal; }
    .footer .form-prefixPostfix .form-input:-ms-input-placeholder {
      color: #999999 !important;
      opacity: 1 !important;
      line-height: normal; }
    .footer .form-prefixPostfix .form-input:-moz-placeholder {
      color: #999999 !important;
      opacity: 1 !important;
      line-height: normal; }
  .footer .form-prefixPostfix .button {
    margin: 0px;
    margin-top: 16px;
    color: #333333; }
    @media screen and (max-width: 1580px) {
      .footer .form-prefixPostfix .button {
        height: unset; } }
    @media (max-width: 900px) {
      .footer .form-prefixPostfix .button {
        width: 20%;
        margin-top: 0px; } }
    @media screen and (max-width: 767px) {
      .footer .form-prefixPostfix .button {
        width: 100%;
        margin-right: 0px;
        margin-top: 15px; } }
    .footer .form-prefixPostfix .button:hover {
      background-color: transparent;
      color: #0f4026; }
    .footer .form-prefixPostfix .button:focus {
      background-color: transparent;
      color: #0f4026; }
  .footer form {
    margin: 0px; }
    .footer form .form-field {
      margin: 0px; }

.footer-title {
  font-size: 18px;
  color: #0f4026;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (max-width: 666px) {
    .footer-title {
      color: #1A1B1C;
      /* $color-greyLighter; */
      text-transform: capitalize; } }
  .footer-title svg {
    display: none; }
    @media screen and (max-width: 767px) {
      .footer-title svg {
        position: absolute;
        top: 50%;
        right: 0px;
        width: 14px;
        height: 14px;
        stroke: #0f4026;
        fill: transparent;
        display: block;
        transform: translateY(-50%); } }
  @media screen and (max-width: 1023px) {
    .footer-title {
      font-size: 16px;
      line-height: 23px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .footer-title {
      display: block; } }
  @media screen and (max-width: 767px) {
    .footer-title.active svg {
      transform: translateY(-50%) rotate(-180deg); } }

.footer-info-list {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  @media screen and (max-width: 767px) {
    .footer-info-list {
      display: none;
      margin-bottom: 25px;
      padding-left: 10px; } }
  .footer-info-list li {
    padding-left: 0;
    font-size: 16px; }
    @media screen and (max-width: 1580px) {
      .footer-info-list li {
        font-size: 16px; } }
    .footer-info-list li + li {
      margin-top: 0; }
    .footer-info-list li::before {
      display: none; }
    .footer-info-list li a {
      color: #cccccc; }
      .footer-info-list li a:hover {
        color: #0f4026; }
    .footer-info-list li.last-list a {
      font-style: italic; }
  .footer-info-list.footer-contact li + li {
    margin-top: 30px; }
    @media screen and (max-width: 1023px) {
      .footer-info-list.footer-contact li + li {
        margin-top: 22px; } }

.navUser-or {
  padding: 0 10px; }

.footer-address {
  padding-right: 80px; }
  @media screen and (max-width: 1300px) {
    .footer-address {
      padding-right: 0px; } }

.footer-contact li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .footer-contact li:first-child {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }

.footer-contact .footer-icon {
  width: 20px;
  height: 20px;
  margin-right: 17px;
  min-width: 20px; }
  .footer-contact .footer-icon svg {
    width: 100%;
    height: 100%;
    stroke: #888888;
    fill: transparent; }

.footer-social {
  width: 100%; }
  .footer-social .socialLinks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      .footer-social .socialLinks {
        -webkit-justify-content: center;
        justify-content: center; } }
    .footer-social .socialLinks li {
      margin: 0px; }
      .footer-social .socialLinks li:before {
        display: none; }
      .footer-social .socialLinks li + li {
        margin-left: 25px; }
      .footer-social .socialLinks li .icon {
        width: 16px;
        height: 16px;
        border: none; }
        .footer-social .socialLinks li .icon svg {
          width: 100%;
          height: 100%;
          fill: #0f4026; }
        .footer-social .socialLinks li .icon:hover svg {
          fill: #888888; }
        .footer-social .socialLinks li .icon.icon--instagram {
          width: 14px;
          height: 14px; }
        .footer-social .socialLinks li .icon.icon--youtube {
          width: 19px;
          height: 19px; }

.footer-bottom {
  background: white;
  padding: 6px 0;
  margin-top: 45px; }
  @media (max-width: 890px) {
    .footer-bottom {
      padding: 24px 0;
      margin-top: 30px; } }
  .footer-bottom .custom-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .footer-bottom .grid {
    width: calc(50% - 56px); }
    @media (max-width: 890px) {
      .footer-bottom .grid {
        width: 100%; } }
    .footer-bottom .grid.footer-currency {
      width: 112px; }
      @media (max-width: 890px) {
        .footer-bottom .grid.footer-currency {
          width: 100%;
          margin-bottom: 14px; } }
  .footer-bottom.jewelry-footer-bottom .footer-currency {
    display: none; }
  .footer-bottom.jewelry-footer-bottom .grid {
    width: 50%; }
    @media (max-width: 890px) {
      .footer-bottom.jewelry-footer-bottom .grid {
        width: 100%; } }
  .footer-bottom .grid.full-wdith-payment {
    width: 100%; }
  .footer-bottom .grid.footer-currency + .full-wdith-payment {
    width: calc(100% - 112px); }
  .footer-bottom.fullwidth .footer-copyright {
    width: 50%; }
    @media (max-width: 890px) {
      .footer-bottom.fullwidth .footer-copyright {
        width: 100%; } }
    .footer-bottom.fullwidth .footer-copyright + .grid {
      width: 50%; }
      @media (max-width: 890px) {
        .footer-bottom.fullwidth .footer-copyright + .grid {
          width: 100%; } }
  .footer-bottom .powered-by {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666; }
    @media (max-width: 890px) {
      .footer-bottom .powered-by {
        max-width: 100%;
        margin: 0 auto 0px;
        text-align: center; } }
    .footer-bottom .powered-by a {
      color: #666666; }
      .footer-bottom .powered-by a:hover {
        color: #0f4026; }
  .footer-bottom .footer-payment-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media (max-width: 890px) {
      .footer-bottom .footer-payment-icons {
        -webkit-justify-content: center;
        justify-content: center;
        margin: 24px auto 0; } }
    @media (max-width: 890px) {
      .footer-bottom .footer-payment-icons {
        margin: 14px auto 0; } }
    .footer-bottom .footer-payment-icons .footer-payment-icon {
      height: 40px;
      margin: 0; }
      @media (max-width: 890px) {
        .footer-bottom .footer-payment-icons .footer-payment-icon {
          height: 18px; } }
      @media (max-width: 550px) {
        .footer-bottom .footer-payment-icons .footer-payment-icon {
          margin-top: 10px;
          height: 20px; } }
      .footer-bottom .footer-payment-icons .footer-payment-icon + .footer-payment-icon {
        margin-left: 17px; }

.footer-currency ul {
  margin: 0px;
  float: none; }
  .footer-currency ul li {
    padding: 0px;
    float: none; }
    @media (max-width: 890px) {
      .footer-currency ul li {
        display: block;
        width: 80px;
        margin: 0 auto; } }
    .footer-currency ul li:before {
      display: none; }
    .footer-currency ul li .navUser-action {
      padding: 5px 7px;
      font-weight: 400;
      font-size: 12px;
      color: #111111;
      line-height: 10px;
      border: 1px solid #dddddd;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative; }
      .footer-currency ul li .navUser-action .code {
        color: #111111; }
      .footer-currency ul li .navUser-action .icon svg {
        fill: transparent;
        stroke: #666666; }
      .footer-currency ul li .navUser-action:hover .icon svg {
        fill: transparent;
        stroke: #333333; }
    .footer-currency ul li .code {
      font-weight: 400;
      font-size: 12px;
      line-height: 10px;
      color: #111111; }
      .footer-currency ul li .code:hover {
        color: #0f4026; }

/* CUSTOM CSS */
.oc-cu-list li {
  font-size: 15px;
  margin-top: 0px !important;
  list-style: disc;
  margin-left: 20px; }

.footer-info-list li a {
  color: #3e3e3e; }

.footer-bottom.fullwidth {
  display: none; }

.footer-last {
  border-top: 1px solid #e3e3e3;
  margin-top: 25px;
  padding: 10px 0px; }

ul.footer-last-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 0px; }

ul.footer-last-list li {
  margin-left: -5px;
  margin-top: 0px;
  font-size: 12px; }

ul.footer-last-list li:before {
  content: none !important; }

ul.footer-last-list li a {
  color: #000; }

.fl-fnr-img {
  max-width: 225px;
  height: 170px;
  background: url(https://cdn11.bigcommerce.com/s-nmz9qjc2t0/images/stencil/original/image-manager/footer-image-001.jpg);
  background-size: cover;
  display: block;
  background-position: center;
  margin-bottom: 10px; }

ul.oc-cu-list.li {
  overflow-wrap: break-word; }

.f-col-five {
  width: 25% !important; }

@media (max-width: 641px) {
  ul.footer-last-list {
    justify-content: center; }
  [data-sub-layout="c497ae8a-345d-49cd-a91f-f68c69e6e99a"] {
    align-items: center; } }

footer .container {
  max-width: 1360px; }

.footer-info-list li a {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  color: rgba(26, 27, 28, 0.8); }

@media (max-width: 1994px) {
  .footer-info-list > li > ul > li {
    margin-left: 3px; }
  .footer-info-list > li > ul > li::marker {
    content: none !important; } }

@media (min-width: 817px) and (max-width: 1032px) {
  footer .custom-row.flex > .grid {
    width: 30%;
    margin: 20px auto; }
  footer .custom-row.flex {
    display: flex;
    justify-content: center; }
  .f-col-four {
    width: 100% !important; }
  .f-col-three {
    width: 100% !important; }
  .f-col-two {
    width: 100% !important; }
  .f-col-one {
    width: 100% !important; }
  .f-col-five {
    width: 35% !important; }
  .footer .form-prefixPostfix input {
    width: 100% !important;
    margin-bottom: 11px; } }

@media (min-width: 768px) and (max-width: 816px) {
  footer .custom-row.flex > .grid {
    width: 45%;
    margin: 20px auto; }
  footer .custom-row.flex {
    display: flex;
    justify-content: center; }
  footer .custom-row.flex > .grid > ul {
    display: block !important; }
  .f-col-four {
    width: 100% !important; }
  .f-col-three {
    width: 100% !important; }
  .f-col-two {
    width: 100% !important; }
  .f-col-one {
    width: 100% !important; }
  .f-col-five {
    width: 35% !important; }
  .footer .form-prefixPostfix input {
    width: 100% !important;
    margin-bottom: 11px; } }

@media screen and (max-width: 767px) {
  .footer .grid {
    width: 100% !important; } }

.f-col-two {
  width: 100% !important; }

footer .form-prefixPostfix-button--postfix {
  color: #fff !important; }

footer .form-prefixPostfix-button--postfix:hover {
  color: #1A1B1C !important; }

footer a:hover {
  text-decoration: underline; }

@media (max-width: 900px) {
  .footer .form-prefixPostfix .form-input {
    margin-right: 0px; } }

div#cid_3 {
  background: none;
  border: none; }

ul.form-section.page-section li::before, .form-error-arrow {
  display: none; }

ul.form-section.page-section li, ul.form-section.page-section li div {
  padding: 5px 0; }

button#input_2 {
  padding: 2px 20px; }

.button.button--primary.form-prefixPostfix-button--postfix {
  margin-left: 0; }

li#id_2 {
  margin-top: 0; }

.form-error-message img {
  width: 15px; }

.form-error-message {
  margin-bottom: -15px; }

i#id_3 {
  padding-bottom: 0; }

.grid.footer-social {
  margin-top: -28px;
  padding-left: 0; }

.error-navigation-container {
  margin-top: -25px;
  margin-bottom: 10px; }

.footer.mt-80 {
  margin-top: 0 !important; }

.footer {
  padding-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
  background-color: #ffffff !important;
  border-top: 0 !important;
  box-sizing: border-box; }

.footer-inner {
  padding: 80px 96px 0; }

.footer .custom-row.flex {
  display: grid;
  grid-template-columns: repeat(3, 20.513%) 38.461%;
  justify-content: start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  margin: 0 auto; }

@media (max-width: 1200px) {
  .footer-inner {
    padding: 64px 48px 0; }
  .footer .custom-row.flex {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px; }
  .footer .custom-row.flex .f-col-four {
    grid-column: auto; } }

@media (max-width: 1023px) {
  .footer-inner {
    padding: 64px 48px 0; }
  .footer .custom-row.flex {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px; }
  .footer .custom-row.flex .f-col-four {
    grid-column: auto; }
  .footer-newsletter-form {
    flex-direction: column;
    align-items: stretch;
    gap: 12px; }
  .footer-newsletter-input,
  .footer-newsletter-button {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1032px) {
  .footer .custom-row.flex {
    grid-template-columns: 1fr 1fr 1fr 1.6fr;
    gap: 32px; } }

@media (max-width: 767px) {
  .footer-inner {
    padding: 32px 20px 0; }
  .footer .custom-row.flex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    grid-auto-flow: row; }
  .footer .custom-row.flex .grid {
    width: 100%; }
  .footer .custom-row.flex .f-col-four {
    grid-column: 1 / -1; }
  .footer .custom-row.flex .f-col-one {
    order: 1;
    grid-column: 1; }
  .footer .custom-row.flex .f-col-three {
    order: 2;
    grid-column: 1; }
  .footer .custom-row.flex .f-col-two {
    order: 3;
    grid-column: 2;
    grid-row: 1 / span 2; }
  .footer .custom-row.flex .f-col-four {
    order: 4;
    grid-column: 1 / -1; }
  .footer-title {
    margin-bottom: 16px; }
  .footer-title.footer-toggle-title.footer-info-heading {
    margin-bottom: 16px !important; }
  .footer-title svg {
    display: none; }
  .footer-info-list {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .footer-info-list > li + li {
    margin-top: 0; }
  .footer-follow {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    flex-direction: row; }
  .footer-follow-icons {
    gap: 12px; }
  .footer-newsletter-form {
    margin-top: 24px !important;
    display: flex;
    gap: 12px;
    flex-direction: row; }
  .footer-newsletter-input,
  .footer-newsletter-button {
    width: 100%; }
  .footer-contact-list li {
    align-items: flex-start; }
  .footer-bottom .custom-row {
    padding: 16px 20px; }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; }
  .footer-bottom-links {
    flex-direction: column;
    gap: 8px; }
  .footer-logo-full::after {
    content: "";
    display: block;
    height: 92px; } }

.footer-columns-divider {
  margin: 32px 0;
  height: 1px;
  background: rgba(26, 27, 28, 0.2);
  width: 100%; }

.footer .custom-row.flex .grid {
  width: auto;
  max-width: none; }

.footer .grid {
  padding-left: 0;
  padding-right: 0; }

.footer-follow {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between; }

.footer-follow-text {
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1A1B1C; }

.footer-follow-icons {
  display: flex;
  align-items: center;
  gap: 16px; }

.footer-follow-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0; }

.footer-follow-divider {
  margin-top: 24px;
  margin-bottom: 24px;
  height: 1px;
  background: rgba(26, 27, 28, 0.2);
  width: 100%; }

.footer-newsletter-title {
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1A1B1C;
  margin: 0 0 4px 0; }

.footer-newsletter-desc {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(26, 27, 28, 0.8);
  margin: 0; }

.footer-newsletter-form {
  margin-top: 24px !important;
  display: flex;
  gap: 12px; }

.footer-newsletter-input {
  height: 40px;
  width: 263px;
  padding: 0 12px;
  border: 1px solid rgba(26, 27, 28, 0.2);
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px; }

.footer-newsletter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #1A1B1C;
  background: #1A1B1C;
  color: #ffffff;
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer; }

.footer-newsletter-button.is-loading {
  position: relative;
  line-height: 1;
  padding-left: 38px;
  pointer-events: none; }

.footer-newsletter-button.is-loading::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite; }

@media (min-width: 768px) and (max-width: 1032px) {
  .footer-newsletter-form {
    margin-top: 24px !important;
    display: flex;
    gap: 12px;
    flex-direction: column; }
  .footer-newsletter-input {
    height: 40px;
    width: 100%;
    padding: 0 12px;
    border: 1px solid rgba(26, 27, 28, 0.2);
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 14px; } }

.footer-newsletter-legal {
  margin-top: 12px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: rgba(26, 27, 28, 0.8); }

.footer-newsletter-divider {
  margin: 24px 0;
  height: 1px;
  background: rgba(26, 27, 28, 0.1);
  width: 100%; }

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px; }

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative; }

.footer-contact-list li::before {
  display: none !important; }

.footer ul li {
  padding-left: 0;
  margin-top: 0; }

.footer-contact-text {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #1A1B1C; }

.footer-title.footer-toggle-title.footer-info-heading {
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1A1B1C;
  text-transform: uppercase;
  margin-bottom: 24px; }

.footer span, .footer p, .footer .footer-newsletter-summary, .footer .navUser-or {
  color: #3e3e3e;
  display: flex; }

.navUser-item--cart {
  position: relative;
  z-index: 2147483647; }
  .navUser-item--cart .dropdown-menu {
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    max-width: 280px;
    min-width: 280px;
    border: none;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    padding: 16px; }
    .navUser-item--cart .dropdown-menu#cart-preview-dropdown {
      position: fixed !important;
      top: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      left: auto !important;
      inset: 0 0 0 auto !important;
      width: 480px !important;
      max-width: 480px !important;
      min-width: 480px !important;
      height: 100vh !important;
      max-height: 100vh !important;
      min-height: 100vh !important;
      height: 100dvh !important;
      max-height: 100dvh !important;
      min-height: 100dvh !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: -12px 0 32px rgba(0, 0, 0, 0.16) !important;
      transform: none !important;
      z-index: 2147483647 !important; }
    .navUser-item--cart .dropdown-menu::before, .navUser-item--cart .dropdown-menu::after {
      display: none !important; }
    .navUser-item--cart .dropdown-menu ul li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin: 0px; }
      .navUser-item--cart .dropdown-menu ul li + li {
        margin-top: 16px;
        border: none; }
      .navUser-item--cart .dropdown-menu ul li:before {
        display: none; }
    .navUser-item--cart .dropdown-menu .previewCartItem-image {
      background-color: whitesmoke;
      width: 72px; }
      .navUser-item--cart .dropdown-menu .previewCartItem-image img {
        mix-blend-mode: darken; }
    .navUser-item--cart .dropdown-menu .previewCartItem-content {
      padding: 0px;
      padding-left: 16px;
      width: calc(100% - 72px); }
    .navUser-item--cart .dropdown-menu .previewCartItem-brand {
      display: none; }
    .navUser-item--cart .dropdown-menu .previewCartItem-name {
      font-weight: 400;
      font-size: 14px;
      color: #333333;
      line-height: 23px;
      margin-bottom: 4px; }
      @media screen and (max-width: 1580px) {
        .navUser-item--cart .dropdown-menu .previewCartItem-name {
          font-size: 15px;
          margin-bottom: 0; } }
      .navUser-item--cart .dropdown-menu .previewCartItem-name a {
        color: #666666; }
        .navUser-item--cart .dropdown-menu .previewCartItem-name a:hover {
          color: #0f4026; }
    .navUser-item--cart .dropdown-menu .previewCartItem-price {
      font-weight: 600;
      font-size: 14px;
      line-height: 23px;
      color: #333333; }
      @media screen and (max-width: 1580px) {
        .navUser-item--cart .dropdown-menu .previewCartItem-price {
          font-size: 14px; } }
    .navUser-item--cart .dropdown-menu .previewCartAction {
      margin: 0px;
      padding: 0px;
      padding-top: 16px;
      margin-top: 16px;
      border-color: rgba(0, 0, 0, 0.1); }
      .navUser-item--cart .dropdown-menu .previewCartAction > div {
        padding: 0px;
        width: auto; }
      .navUser-item--cart .dropdown-menu .previewCartAction .button {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        padding: 6px 18px; }
        .navUser-item--cart .dropdown-menu .previewCartAction .button.button--primary:hover {
          background-color: transparent; }
      .navUser-item--cart .dropdown-menu .previewCartAction .previewCartAction-viewCart {
        margin-left: 16px; }
    .navUser-item--cart .dropdown-menu .previewCart-additionalCheckoutButtons {
      padding: 0px; }
      .navUser-item--cart .dropdown-menu .previewCart-additionalCheckoutButtons .CheckoutButton {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .navUser-item--cart .dropdown-menu .previewCart-additionalCheckoutButtons .CheckoutButton div input {
          border: none;
          padding: 0px; }
      .navUser-item--cart .dropdown-menu .previewCart-additionalCheckoutButtons .or-use-label {
        text-align: center; }
  .navUser-item--cart .dropdown-menu.is-open,
  .navUser-item--cart .dropdown-menu.is-open.f-open-dropdown {
    top: calc(100% + 12px) !important;
    bottom: auto !important;
    right: 0 !important;
    left: auto !important;
    margin-top: 0 !important;
    transform: none !important; }
    .navUser-item--cart .dropdown-menu.is-open#cart-preview-dropdown,
    .navUser-item--cart .dropdown-menu.is-open.f-open-dropdown#cart-preview-dropdown {
      top: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      left: auto !important;
      inset: 0 0 0 auto !important;
      margin-top: 0 !important;
      transform: none !important; }

.heroCarousel {
  margin: 0;
  margin-bottom: 40px;
  height: 640px; }
  @media screen and (max-width: 1023px) {
    .heroCarousel {
      margin-bottom: 40px; } }
  .heroCarousel.slick-initialized {
    max-height: 640px;
    height: 640px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1023px) {
      .heroCarousel.slick-initialized {
        margin-bottom: 40px; } }
    @media screen and (max-width: 666px) {
      .heroCarousel.slick-initialized {
        height: auto; } }
  .heroCarousel .heroCarousel-image-wrapper {
    max-height: 640px;
    height: 640px; }
    @media screen and (max-width: 666px) {
      .heroCarousel .heroCarousel-image-wrapper {
        max-height: 240px;
        height: 240px; } }
  .heroCarousel .carousel-tooltip {
    display: none; }
  .heroCarousel .slick-next, .heroCarousel .slick-prev, .heroCarousel .slick-arrow {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    width: auto;
    height: auto;
    padding: 0px;
    background-color: transparent;
    border: none;
    top: auto;
    bottom: 28px;
    transform: none;
    right: 24px;
    left: auto;
    position: absolute;
    display: block;
    z-index: 1;
    text-transform: uppercase; }
    .heroCarousel .slick-next::before, .heroCarousel .slick-prev::before, .heroCarousel .slick-arrow::before {
      display: none; }
    .heroCarousel .slick-next:hover, .heroCarousel .slick-prev:hover, .heroCarousel .slick-arrow:hover {
      color: white; }
    @media screen and (max-width: 666px) {
      .heroCarousel .slick-next, .heroCarousel .slick-prev, .heroCarousel .slick-arrow {
        display: none !important; } }
  .heroCarousel .slick-prev, .heroCarousel span.slick-arrow {
    right: 204px;
    cursor: pointer; }
  .heroCarousel .slick-dots {
    bottom: 23px;
    width: auto;
    right: 76px;
    left: auto;
    counter-reset: section;
    list-style-type: none;
    line-height: 1; }
    @media screen and (max-width: 666px) {
      .heroCarousel .slick-dots {
        bottom: 140px;
        right: 0px;
        width: 100%; } }
    .heroCarousel .slick-dots li {
      background-color: transparent;
      padding: 0px;
      width: auto;
      height: auto;
      width: 24px;
      text-align: left; }
      .heroCarousel .slick-dots li + li {
        margin-left: 20px; }
        @media screen and (max-width: 666px) {
          .heroCarousel .slick-dots li + li {
            margin-left: 6px; } }
      .heroCarousel .slick-dots li:before {
        counter-increment: section;
        content: "0" counter(section) "";
        width: auto;
        height: auto;
        background-color: transparent;
        border-radius: 0px;
        position: relative;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.8);
        top: 0; }
        @media screen and (max-width: 666px) {
          .heroCarousel .slick-dots li:before {
            display: none; } }
      .heroCarousel .slick-dots li:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0px;
        width: 100%;
        background: #0f4026;
        height: 2px;
        left: 0px;
        opacity: 0; }
      .heroCarousel .slick-dots li button {
        width: 100%;
        border-radius: 0;
        height: 2px;
        background: rgba(255, 255, 255, 0.6);
        border: none;
        display: block; }
        .heroCarousel .slick-dots li button:before {
          display: none; }
      .heroCarousel .slick-dots li:hover:before {
        color: white; }
      .heroCarousel .slick-dots li:hover:after {
        opacity: 1; }
      .heroCarousel .slick-dots li.slick-active:before {
        color: white; }
      .heroCarousel .slick-dots li.slick-active:after {
        opacity: 1;
        -webkit-animation: linear;
        -webkit-animation-name: run;
        -webkit-animation-duration: 5.1s; }
  .heroCarousel .heroCarousel-image {
    object-fit: cover;
    height: 640px; }
    @media screen and (max-width: 666px) {
      .heroCarousel .heroCarousel-image {
        object-position: 100% 0%; } }
  .heroCarousel .slick-active .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
  .heroCarousel .slick-active .slideInUp {
    animation-name: slideInUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
  .heroCarousel .slick-active .slideInDown {
    animation-name: slideInDown; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .heroCarousel .slick-active .fadeIn {
    animation-name: fadeIn; }
  .heroCarousel .carousel-play-pause-button {
    font-size: 0px;
    width: 24px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.65 19.11V4.89C10.65 3.54 10.08 3 8.64 3H5.01C3.57 3 3 3.54 3 4.89V19.11C3 20.46 3.57 21 5.01 21H8.64C10.08 21 10.65 20.46 10.65 19.11Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0001 19.11V4.89C21.0001 3.54 20.4301 3 18.9901 3H15.3601C13.9301 3 13.3501 3.54 13.3501 4.89V19.11C13.3501 20.46 13.9201 21 15.3601 21H18.9901C20.4301 21 21.0001 20.46 21.0001 19.11Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 18px auto;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    min-width: 18px;
    max-width: inherit;
    left: 24px;
    bottom: 24px; }
    @media screen and (max-width: 666px) {
      .heroCarousel .carousel-play-pause-button {
        left: 11px;
        bottom: 135px; } }
    .heroCarousel .carousel-play-pause-button[aria-label="Play carousel"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10V6.44002C1 2.02002 4.13 0.210017 7.96 2.42002L11.05 4.20002L14.14 5.98002C17.97 8.19002 17.97 11.81 14.14 14.02L11.05 15.8L7.96 17.58C4.13 19.79 1 17.98 1 13.56V10Z' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    .heroCarousel .carousel-play-pause-button:hover {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.65 19.11V4.89C10.65 3.54 10.08 3 8.64 3H5.01C3.57 3 3 3.54 3 4.89V19.11C3 20.46 3.57 21 5.01 21H8.64C10.08 21 10.65 20.46 10.65 19.11Z' stroke='%2301bc82' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0001 19.11V4.89C21.0001 3.54 20.4301 3 18.9901 3H15.3601C13.9301 3 13.3501 3.54 13.3501 4.89V19.11C13.3501 20.46 13.9201 21 15.3601 21H18.9901C20.4301 21 21.0001 20.46 21.0001 19.11Z' stroke='%2301bc82' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
      .heroCarousel .carousel-play-pause-button:hover[aria-label="Play carousel"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10V6.44002C1 2.02002 4.13 0.210017 7.96 2.42002L11.05 4.20002L14.14 5.98002C17.97 8.19002 17.97 11.81 14.14 14.02L11.05 15.8L7.96 17.58C4.13 19.79 1 17.98 1 13.56V10Z' stroke='%2301bc82' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .heroCarousel.slidercount-1 .slick-prev {
    right: 116px; }
  .heroCarousel.slidercount-2 .slick-prev {
    right: 159px; }
  .heroCarousel.slidercount-4 .slick-prev {
    right: 248px; }
  .heroCarousel.slidercount-5 .slick-prev {
    right: 296px; }

.heroCarousel-content {
  background-color: transparent;
  text-align: left;
  width: auto;
  padding: 0;
  left: 96px;
  top: 0;
  transform: none;
  overflow: inherit; }
  @media screen and (max-width: 1580px) {
    .heroCarousel-content {
      left: 96px; } }
  @media screen and (max-width: 1023px) {
    .heroCarousel-content {
      left: 100px; } }
  @media screen and (max-width: 666px) {
    .heroCarousel-content {
      position: relative;
      left: auto;
      top: auto;
      transform: none;
      margin-top: 15px; } }
  .heroCarousel-content .hercarousel-content-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 196px; }
    @media screen and (max-width: 666px) {
      .heroCarousel-content .hercarousel-content-inner {
        gap: 12px;
        padding-top: 0; } }
  .heroCarousel-content .heroCarousel-description {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
    color: #fff;
    text-transform: uppercase;
    order: 2;
    margin: 0; }
    @media screen and (max-width: 1580px) {
      .heroCarousel-content .heroCarousel-description {
        font-size: 32px; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-content .heroCarousel-description {
        font-size: 20px;
        line-height: 1.35; } }
  .heroCarousel-content .heroCarousel-title {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.05;
    color: #fff;
    text-transform: uppercase;
    order: 1;
    margin: 0px; }
    @media screen and (max-width: 1580px) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 64px; } }
    @media screen and (max-width: 1023px) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 56px;
        line-height: 1.08; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 9px; } }
  .heroCarousel-content .button {
    background-color: rgba(0, 0, 255, 0);
    color: #333333;
    border-color: #333333; }
    @media screen and (max-width: 1580px) {
      .heroCarousel-content .button {
        margin-top: 7px; } }
    .heroCarousel-content .button:hover {
      background-color: #333333;
      color: white;
      border-color: #333333; }
    @media (max-width: 666px) {
      .heroCarousel-content .button {
        color: white;
        background: white;
        border: 2px solid #333333; }
        .heroCarousel-content .button:hover {
          background: #333333;
          color: white;
          border-color: #333333; }
        .heroCarousel-content .button:active, .heroCarousel-content .button:focus {
          background: #333333;
          color: white;
          border-color: #333333; } }

/* Custom CSS */
.heroCarousel .slick-dots {
  display: block !important;
  line-height: 0;
  position: absolute;
  left: 96px;
  right: auto;
  bottom: 40px;
  width: auto; }

/* Slide 2 only */
.heroCarousel [data-hero-slide="1"] .heroCarousel-content {
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  transform: none;
  box-sizing: border-box;
  padding-left: 96px;
  padding-right: 96px; }

.heroCarousel [data-hero-slide="1"] .hercarousel-content-inner {
  align-items: center;
  gap: 20px; }

.heroCarousel [data-hero-slide="1"] .heroCarousel-title {
  font-size: 120px;
  color: #fff; }

.heroCarousel [data-hero-slide="1"] .heroCarousel-description {
  font-size: 32px;
  color: #fff; }

.heroCarousel .slick-dots li:before,
.heroCarousel .slick-dots li:after {
  display: none !important; }

.heroCarousel .slick-dots li {
  width: auto;
  height: auto; }

.heroCarousel .slick-dots li + li {
  margin-left: 8px; }

.heroCarousel .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #1A1B1C;
  padding: 0; }

.heroCarousel .slick-dots li.slick-active button {
  background: #1A1B1C;
  border: 1px solid #ffffff; }

.heroCarousel .heroBannerText {
  position: absolute;
  left: 96px;
  top: 40px;
  color: #ffffff;
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none; }

.heroCarousel .heroBannerText-line + .heroBannerText-line {
  margin-top: 8px; }

@media (max-width: 1023px) and (min-width: 768px) {
  .heroCarousel .heroBannerText {
    left: 48px;
    font-size: 72px; } }

.heroCarousel-slide .heroCarousel-image {
  object-position: 50% 50% !important; }

.heroCarousel .slick-next::after {
  content: '>';
  font-size: 35px;
  font-weight: 100;
  color: #fff; }

.heroCarousel .slick-prev::after {
  content: '<';
  font-size: 35px;
  font-weight: 100;
  color: #fff; }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  background: #1A1B1C;
  font-size: 0;
  padding: 5px 10px 0px 10px;
  transform: scale(0.55, 0.9); }

button.carousel-play-pause-button {
  display: none !important; }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  position: absolute;
  display: block;
  float: right;
  bottom: auto !important;
  top: 50%;
  opacity: .5;
  transition: opacity .5s; }

.heroCarousel .slick-prev {
  right: auto !important;
  left: -20px; }

.heroCarousel .slick-next {
  left: auto !important;
  right: -16px; }

.heroCarousel .slick-prev:hover, .heroCarousel .slick-next:hover {
  opacity: 1;
  transition: opacity .5s; }

@media screen and (max-width: 666px) {
  .heroCarousel .slick-arrow, .heroCarousel .slick-next, .heroCarousel .slick-prev {
    display: block !important; } }

@media (min-width: 1024px) {
  .heroCarousel.slick-initialized,
  .heroCarousel .slick-list,
  .heroCarousel .slick-track,
  .heroCarousel-slide,
  .heroCarousel .heroCarousel-image-wrapper {
    max-height: 640px !important;
    height: 640px !important; } }

@media (max-width: 767px) {
  .heroCarousel,
  .heroCarousel.slick-initialized {
    height: 560px;
    max-height: 560px;
    padding: 0; }
  .heroCarousel-image-wrapper,
  .heroCarousel-slide,
  .heroCarousel .heroCarousel-image-wrapper {
    height: 560px;
    max-height: 560px; }
  .heroCarousel-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    z-index: 2;
    padding: 40px 20px;
    box-sizing: border-box; }
  .heroCarousel-content .heroCarousel-title {
    font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1; }
  .heroCarousel .heroBannerText {
    left: 20px;
    top: 40px;
    font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1; }
  .heroCarousel .heroBannerText-line + .heroBannerText-line {
    margin-top: 6px; }
  .heroCarousel .slick-dots {
    left: 50%;
    right: auto;
    transform: translateX(-50%); }
  /* Mobile slide 3 (first mobile slide): data-hero-slide="2" */
  .heroCarousel [data-hero-slide="2"] .heroCarousel-content {
    padding-top: 110px;
    margin-top: 40px; }
  .heroCarousel [data-hero-slide="2"] .hercarousel-content-inner {
    gap: 24px; }
  .heroCarousel [data-hero-slide="2"] .heroCarousel-title {
    font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1; }
  .heroCarousel [data-hero-slide="2"] .heroCarousel-description {
    font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2; }
  /* Mobile slide 4: data-hero-slide="3" */
  .heroCarousel [data-hero-slide="3"] .heroCarousel-content {
    padding-top: 0;
    margin-top: 20px;
    text-align: center; }
  .heroCarousel [data-hero-slide="3"] .hercarousel-content-inner {
    align-items: center;
    gap: 20px; }
  .heroCarousel [data-hero-slide="3"] .heroCarousel-title {
    font-size: 48px;
    text-transform: uppercase; }
  .heroCarousel [data-hero-slide="3"] .heroCarousel-description {
    font-size: 22px;
    text-transform: uppercase; }
  /* Mobile slide 5: data-hero-slide="4" */
  .heroCarousel [data-hero-slide="4"] .heroCarousel-content {
    text-align: center;
    padding-top: 300px; }
  .heroCarousel [data-hero-slide="4"] .hercarousel-content-inner {
    align-items: center; }
  .heroCarousel [data-hero-slide="4"] .heroCarousel-title {
    font-size: 32px; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .heroCarousel .slick-dots {
    left: 48px;
    right: auto; } }

.hero-carousel-container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media screen and (max-width: 767px) {
  .shopby-section {
    margin-bottom: 25px; } }

@media screen and (max-width: 767px) {
  .shopby-section .container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: block;
    padding-right: 0px;
    max-width: inherit; } }

@media screen and (max-width: 767px) {
  .shopby-section ul:not(.slick-initialized) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; } }

@media screen and (max-width: 767px) {
  .shopby-section ul:not(.slick-initialized) li {
    min-width: 110px; } }

.shopby-section label {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #888888;
  letter-spacing: 1.28px;
  min-width: 80px;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .shopby-section label {
      font-size: 14px;
      line-height: 20px;
      margin-top: 0px;
      margin-bottom: 8px;
      display: block; } }

.shopby-section ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0px;
  margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .shopby-section ul {
      margin-left: 0px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .shopby-section ul .slick-list {
      padding-left: 0px !important; } }
  .shopby-section ul li {
    margin: 0px 5px;
    padding: 0px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .shopby-section ul li {
        margin: 0px;
        width: auto !important; }
        .shopby-section ul li + li {
          margin-left: 8px; } }
    .shopby-section ul li:before {
      display: none; }
    .shopby-section ul li a {
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      color: #666666;
      border: 2px solid #e8e8e8;
      border-radius: 30px;
      padding: 7px 15px;
      display: block; }
      @media screen and (max-width: 1023px) {
        .shopby-section ul li a {
          font-size: 16px;
          line-height: 24px;
          padding: 8px 15px; } }
      .shopby-section ul li a:hover {
        color: #333333;
        border-color: #0f4026; }

/*---- hometopbannercss Start---- */
.hometopbanner {
  margin-bottom: 86px; }
  @media screen and (max-width: 1580px) {
    .hometopbanner {
      margin-bottom: 46px; } }
  @media screen and (max-width: 1023px) {
    .hometopbanner {
      margin-bottom: 17px; } }
  .hometopbanner > .custom-row > .grid {
    width: 408px; }
    @media screen and (max-width: 1300px) {
      .hometopbanner > .custom-row > .grid {
        width: 350px; } }
    @media screen and (max-width: 1259px) {
      .hometopbanner > .custom-row > .grid {
        width: 300px; } }
    @media screen and (max-width: 1023px) {
      .hometopbanner > .custom-row > .grid {
        width: 250px; } }
    @media screen and (max-width: 666px) {
      .hometopbanner > .custom-row > .grid {
        width: 100%; } }
    @media screen and (max-width: 666px) {
      .hometopbanner > .custom-row > .grid {
        margin-bottom: 16px; } }
    .hometopbanner > .custom-row > .grid:last-child {
      width: calc(100% - 408px); }
      @media screen and (max-width: 1300px) {
        .hometopbanner > .custom-row > .grid:last-child {
          width: calc(100% - 350px); } }
      @media screen and (max-width: 1259px) {
        .hometopbanner > .custom-row > .grid:last-child {
          width: calc(100% - 300px); } }
      @media screen and (max-width: 1023px) {
        .hometopbanner > .custom-row > .grid:last-child {
          width: calc(100% - 250px); } }
      @media screen and (max-width: 666px) {
        .hometopbanner > .custom-row > .grid:last-child {
          width: 100%; } }
    .hometopbanner > .custom-row > .grid .grid {
      width: 408px;
      margin-bottom: 32px; }
      @media screen and (max-width: 1300px) {
        .hometopbanner > .custom-row > .grid .grid {
          width: 330px; } }
      @media screen and (max-width: 1259px) {
        .hometopbanner > .custom-row > .grid .grid {
          width: 350px; } }
      @media screen and (max-width: 1023px) {
        .hometopbanner > .custom-row > .grid .grid {
          width: 280px;
          margin-bottom: 16px; } }
      @media screen and (max-width: 767px) {
        .hometopbanner > .custom-row > .grid .grid {
          width: 50%; } }
      @media screen and (max-width: 666px) {
        .hometopbanner > .custom-row > .grid .grid {
          width: 100%;
          margin-bottom: 16px; } }
      .hometopbanner > .custom-row > .grid .grid:first-child, .hometopbanner > .custom-row > .grid .grid:last-child {
        width: calc(100% - 408px); }
        @media screen and (max-width: 1300px) {
          .hometopbanner > .custom-row > .grid .grid:first-child, .hometopbanner > .custom-row > .grid .grid:last-child {
            width: calc(100% - 330px); } }
        @media screen and (max-width: 1259px) {
          .hometopbanner > .custom-row > .grid .grid:first-child, .hometopbanner > .custom-row > .grid .grid:last-child {
            width: calc(100% - 350px); } }
        @media screen and (max-width: 1023px) {
          .hometopbanner > .custom-row > .grid .grid:first-child, .hometopbanner > .custom-row > .grid .grid:last-child {
            width: calc(100% - 280px); } }
        @media screen and (max-width: 767px) {
          .hometopbanner > .custom-row > .grid .grid:first-child, .hometopbanner > .custom-row > .grid .grid:last-child {
            width: 50%; } }
        @media screen and (max-width: 666px) {
          .hometopbanner > .custom-row > .grid .grid:first-child, .hometopbanner > .custom-row > .grid .grid:last-child {
            width: 100%; } }
  .hometopbanner.promostionalbannerstyle3 > .custom-row .grid {
    width: 512px; }
    @media screen and (max-width: 1300px) {
      .hometopbanner.promostionalbannerstyle3 > .custom-row .grid {
        width: 350px; } }
    @media screen and (max-width: 1259px) {
      .hometopbanner.promostionalbannerstyle3 > .custom-row .grid {
        width: 300px; } }
    @media screen and (max-width: 1023px) {
      .hometopbanner.promostionalbannerstyle3 > .custom-row .grid {
        width: 250px; } }
    @media screen and (max-width: 666px) {
      .hometopbanner.promostionalbannerstyle3 > .custom-row .grid {
        width: 100%; } }
    .hometopbanner.promostionalbannerstyle3 > .custom-row .grid:last-child {
      width: calc(100% - 512px); }
      @media screen and (max-width: 1300px) {
        .hometopbanner.promostionalbannerstyle3 > .custom-row .grid:last-child {
          width: calc(100% - 350px); } }
      @media screen and (max-width: 1259px) {
        .hometopbanner.promostionalbannerstyle3 > .custom-row .grid:last-child {
          width: calc(100% - 300px); } }
      @media screen and (max-width: 1023px) {
        .hometopbanner.promostionalbannerstyle3 > .custom-row .grid:last-child {
          width: calc(100% - 250px); } }
      @media screen and (max-width: 666px) {
        .hometopbanner.promostionalbannerstyle3 > .custom-row .grid:last-child {
          width: 100%; } }
  .hometopbanner .custom-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .hometopbanner.promostionalbannerstyle2 .custom-row {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse; }
  .hometopbanner .hometopbannerinner {
    height: 100%;
    position: relative; }
  .hometopbanner h3 {
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 6px; }
    @media screen and (max-width: 666px) {
      .hometopbanner h3 {
        line-height: 35px; } }
  .hometopbanner p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 44px; }
    @media screen and (max-width: 1580px) {
      .hometopbanner p {
        font-size: 16px; } }
    @media screen and (max-width: 1023px) {
      .hometopbanner p {
        padding-right: 25px;
        margin-bottom: 16px; } }
    @media screen and (max-width: 666px) {
      .hometopbanner p {
        margin-bottom: 22px;
        line-height: normal;
        padding-right: 0px; } }
  .hometopbanner .homebanner-info {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 9; }
    @media screen and (max-width: 1259px) {
      .hometopbanner .homebanner-info {
        top: 15px;
        left: 15px; } }
    @media screen and (max-width: 666px) {
      .hometopbanner .homebanner-info {
        top: 30px;
        left: 24px;
        padding-right: 150px; } }
    .hometopbanner .homebanner-info svg {
      stroke: #666666;
      fill: transparent;
      width: 62px;
      opacity: 0.5; }
  .hometopbanner .middle-text {
    width: 100%;
    height: 100%;
    position: relative;
    display: block; }
    .hometopbanner .middle-text:before, .hometopbanner .middle-text:after {
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    .hometopbanner .middle-text:before {
      border-top: 1px solid #666666;
      border-bottom: 1px solid #666666;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); }
    .hometopbanner .middle-text:after {
      border-right: 1px solid #666666;
      border-left: 1px solid #666666;
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0); }
    .hometopbanner .middle-text:hover:before, .hometopbanner .middle-text:hover:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .hometopbanner .middle-text .homebanner-info {
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      left: 50%;
      text-align: center;
      z-index: 9; }
      @media screen and (max-width: 767px) {
        .hometopbanner .middle-text .homebanner-info {
          left: 0;
          right: 0;
          transform: translate(0px, -50%); } }
      @media screen and (max-width: 666px) {
        .hometopbanner .middle-text .homebanner-info {
          padding: 0px; } }
  .hometopbanner .smallbanner {
    height: 380px;
    min-height: 380px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1300px) {
      .hometopbanner .smallbanner {
        height: 294px;
        min-height: 294px; } }
    @media screen and (max-width: 1259px) {
      .hometopbanner .smallbanner {
        height: 200px;
        min-height: 200px; } }
    @media screen and (max-width: 767px) {
      .hometopbanner .smallbanner {
        height: 200px;
        min-height: 200px; } }
    @media screen and (max-width: 666px) {
      .hometopbanner .smallbanner {
        height: 300px;
        min-height: 300px; } }
  .hometopbanner .bigbanner {
    height: 792px;
    min-height: 792px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1300px) {
      .hometopbanner .bigbanner {
        height: 620px;
        min-height: 620px; } }
    @media screen and (max-width: 1259px) {
      .hometopbanner .bigbanner {
        height: 432px;
        min-height: 432px; } }
    @media screen and (max-width: 1023px) {
      .hometopbanner .bigbanner {
        height: 417px;
        min-height: 417px; } }
    @media screen and (max-width: 767px) {
      .hometopbanner .bigbanner {
        height: 417px;
        min-height: 417px; } }
    @media screen and (max-width: 666px) {
      .hometopbanner .bigbanner {
        height: 300px;
        min-height: 300px; } }
  .hometopbanner .hommebannerimg {
    overflow: hidden; }
    @media screen and (max-width: 666px) {
      .hometopbanner .hommebannerimg {
        width: 100%; }
        .hometopbanner .hommebannerimg img {
          width: 100%; } }
    .hometopbanner .hommebannerimg a {
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
      z-index: 9; }
      .hometopbanner .hommebannerimg a:before, .hometopbanner .hommebannerimg a:after {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        z-index: 9; }
      .hometopbanner .hommebannerimg a:before {
        border-top: 1px solid #666666;
        border-bottom: 1px solid #666666;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1); }
      .hometopbanner .hommebannerimg a:after {
        border-right: 1px solid #666666;
        border-left: 1px solid #666666;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0); }
  .hometopbanner .hometopbannerinner img {
    height: 100%;
    transform: scale(1);
    transition: transform 0.55s; }
    @media screen and (max-width: 1300px) {
      .hometopbanner .hometopbannerinner img {
        object-fit: cover; } }
    .hometopbanner .hometopbannerinner img.sub-no-img {
      width: auto; }
  .hometopbanner .hometopbannerinner:hover .hommebannerimg a:before, .hometopbanner .hometopbannerinner:hover .hommebannerimg a:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .hometopbanner .hometopbannerinner:hover .hommebannerimg a img {
    transform: scale(1.04);
    -webkit-transition: transform 0.55s;
    transition: transform 0.55s; }
  .hometopbanner .firstbanner h3 {
    color: white; }
  .hometopbanner .firstbanner p {
    color: white; }
  .hometopbanner .firstbanner .border-link {
    color: white; }
  .hometopbanner .middle-text.firstbanner {
    background-color: white; }
  .hometopbanner .middle-text.secondbanner {
    background-color: white; }
  .hometopbanner .middle-text.thirdbanner {
    background-color: white; }
  .hometopbanner .middle-text.fourthbanner {
    background-color: white; }
  .hometopbanner .middle-text.fifthbanner {
    background-color: white; }
  .hometopbanner .secondbanner h3 {
    color: white; }
  .hometopbanner .secondbanner p {
    color: white; }
  .hometopbanner .secondbanner .border-link {
    color: #666666; }
  .hometopbanner .thirdbanner h3 {
    color: white; }
  .hometopbanner .thirdbanner p {
    color: white; }
  .hometopbanner .thirdbanner .border-link {
    color: white; }
  .hometopbanner .fourthbanner h3 {
    color: white; }
  .hometopbanner .fourthbanner p {
    color: white; }
  .hometopbanner .fourthbanner .border-link {
    color: white; }
  .hometopbanner .fifthbanner h3 {
    color: white; }
  .hometopbanner .fifthbanner p {
    color: white; }
  .hometopbanner .fifthbanner .border-link {
    color: white; }
  .hometopbanner.promostionalbannerstyle3 > .custom-row > .grid .grid {
    width: 50%; }
    @media screen and (max-width: 666px) {
      .hometopbanner.promostionalbannerstyle3 > .custom-row > .grid .grid {
        width: 100%; } }
  .hometopbanner .hometopbannerinner.placeholderbg {
    background-color: #f1f1f1; }
    .hometopbanner .hometopbannerinner.placeholderbg:before, .hometopbanner .hometopbannerinner.placeholderbg:after {
      display: none; }
    .hometopbanner .hometopbannerinner.placeholderbg .homebanner-info {
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      left: 50%;
      text-align: center;
      z-index: 9; }
      @media screen and (max-width: 767px) {
        .hometopbanner .hometopbannerinner.placeholderbg .homebanner-info {
          left: 0;
          right: 0;
          transform: translate(0px, -50%); } }
      @media screen and (max-width: 666px) {
        .hometopbanner .hometopbannerinner.placeholderbg .homebanner-info {
          padding: 0px; } }

/*---- hometopbannercss End---- */
/*---- responsvetabscss Start---- */
.h-product-row #tab-1, .h-product-row #tab-2, .h-product-row #tab-3 {
  padding-left: 7.2vw; }
  @media screen and (max-width: 1900px) {
    .h-product-row #tab-1, .h-product-row #tab-2, .h-product-row #tab-3 {
      padding-left: 0px; } }
  @media screen and (max-width: 1580px) {
    .h-product-row #tab-1, .h-product-row #tab-2, .h-product-row #tab-3 {
      padding-left: 24px; } }
  @media screen and (max-width: 1023px) {
    .h-product-row #tab-1, .h-product-row #tab-2, .h-product-row #tab-3 {
      padding-left: 10px; } }
  @media screen and (max-width: 666px) {
    .h-product-row #tab-1, .h-product-row #tab-2, .h-product-row #tab-3 {
      padding-left: 8px; } }

.h-product-row #tab-2 {
  margin: 0px auto; }

.h-product-row ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 68px; }
  @media screen and (max-width: 1580px) {
    .h-product-row ul {
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .h-product-row ul {
      margin-bottom: 36px; } }
  .h-product-row ul li {
    margin: 0px 0px;
    padding: 0px; }
    .h-product-row ul li:before {
      display: none; }
    .h-product-row ul li a {
      font-weight: 400;
      font-size: 18px;
      line-height: 26px;
      text-align: center;
      text-transform: uppercase;
      color: #666666; }
      @media screen and (max-width: 1023px) {
        .h-product-row ul li a {
          font-size: 16px;
          line-height: 20px; } }
      @media screen and (max-width: 767px) {
        .h-product-row ul li a {
          font-size: 14px;
          line-height: 20px; } }
      .h-product-row ul li a:after {
        display: block;
        content: '';
        width: 32px;
        height: 4px;
        background-color: #0f4026;
        position: absolute;
        bottom: -12px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        transition: all 0.2s linear;
        opacity: 0; }
      .h-product-row ul li a:hover {
        color: #333333; }
        .h-product-row ul li a:hover:after {
          width: 100%;
          transition: all 0.2s linear;
          opacity: 1; }
    .h-product-row ul li.r-tabs-state-active a:after {
      opacity: 1; }
  .h-product-row ul li.homeTab-title--new {
    margin-left: 96px;
    margin-top: 0;
    margin-bottom: 40px; }
  .h-product-row ul li.homeTab-title--new a {
    font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #1A1B1C;
    text-transform: uppercase;
    text-align: left; }
  .h-product-row ul li.homeTab-title--new {
    text-align: left; }
  .h-product-row ul li.homeTab-title--new a span {
    display: block; }
  .h-product-row ul li.homeTab-title--new a:after {
    display: none; }

@media (max-width: 767px) {
  .h-product-row ul li.homeTab-title--new {
    margin-left: 20px !important; } }

@media (max-width: 767px) {
  .h-product-row .h-product-row .productCarousel .slick-track {
    width: 100% !important; } }

@media (max-width: 1023px) {
  .h-product-row .h-product-row .productCarousel.slick-slider .slick-track {
    width: auto !important;
    max-width: none !important; }
  .h-product-row .h-product-row .productCarousel .slick-list {
    padding: 0 24px !important; } }

@media (max-width: 1200px) and (min-width: 1024px) {
  .h-product-row .home-sustain-title {
    font-size: 96px;
    text-align: left;
    margin-bottom: 24px; } }

.h-product-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  margin-bottom: 0; }

.h-product-row .r-tabs-accordion-title {
  display: none !important; }

.h-product-row.mb-120 {
  margin-bottom: 0 !important; }

.h-product-row .card-img-container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.h-product-row .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.h-product-row .card {
  width: 320px;
  border: 1px solid rgba(26, 27, 28, 0.2);
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative; }

.h-product-row .card-figure {
  background: #fff;
  padding: 0;
  margin-top: 0; }

.h-product-row .card-figcaption {
  display: none; }

.h-product-row .card-figure .sale-flag-side,
.h-product-row .card-figure .sold-out-flag-side,
.h-product-row .card-figure .sale-flag-sash,
.h-product-row .card-figure .sold-out-flag-sash,
.h-product-row .card-figure .starwrap {
  display: none; }

.h-product-row .card-badge {
  grid-column: 1 / -1;
  grid-row: 1;
  margin-bottom: 10px;
  margin-top: 15px; }

.h-product-row .card-badge .sale-flag-side,
.h-product-row .card-badge .sold-out-flag-side,
.h-product-row .card-badge .sale-flag-sash,
.h-product-row .card-badge .sold-out-flag-sash,
.h-product-row .card-badge .starwrap,
.h-product-row .card-badge .sale-text-burst,
.h-product-row .card-badge .sold-out-text-burst {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 4px 12px;
  border: 1px solid rgba(26, 27, 28, 0.2);
  background: transparent;
  color: #1A1B1C;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em; }

.h-product-row .card-badge .sale-text,
.h-product-row .card-badge .sold-out-text {
  color: #1A1B1C; }

.h-product-row .card-body {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 8px;
  align-items: start;
  align-content: start;
  margin: 0;
  padding: 10px 16px;
  flex: 1 1 auto;
  min-height: 0;
  min-height: 122px;
  height: auto;
  box-sizing: border-box; }

.h-product-row .card-body .card-title {
  grid-column: 1;
  grid-row: 2;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #1A1B1C;
  margin: 0;
  min-height: 2.8em; }

.h-product-row .card-body .card-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  color: #1A1B1C;
  font-weight: 600;
  text-decoration: none; }

@media (max-width: 767px) {
  .h-product-row .card-body .card-title {
    min-height: 4.2em; }
  .h-product-row .card-body .card-title a {
    -webkit-line-clamp: 3;
    max-height: 4.2em; } }

.h-product-row .product-listview-option {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  text-align: right;
  align-self: start;
  min-width: 92px; }

.h-product-row .product-listview-option .card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  width: 100%; }

.h-product-row .product-listview-option .price-section {
  width: 100%;
  text-align: right; }

.h-product-row .product-listview-option .price-section--withTax.rrp-price--withTax,
.h-product-row .product-listview-option .price-section--withTax.non-sale-price--withTax {
  order: 2; }

.h-product-row .product-listview-option .price-section--withTax:not(.rrp-price--withTax):not(.non-sale-price--withTax) {
  order: 1; }

.h-product-row .product-listview-option .price-section {
  line-height: 1.4;
  margin-right: 0; }

.h-product-row .product-listview-option .price--rrp,
.h-product-row .product-listview-option .price--non-sale,
.h-product-row .product-listview-option .price--withTax {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1A1B1C;
  line-height: 1.4;
  display: inline-block; }

.h-product-row .product-listview-option .price--rrp,
.h-product-row .product-listview-option .price--non-sale {
  color: rgba(26, 27, 28, 0.5); }

.h-product-row .card-summary {
  grid-column: 1 / -1;
  grid-row: 3; }

.home-legacy-full {
  width: 100%;
  height: 800px;
  box-sizing: border-box;
  background-image: url("../img/cover_legacy.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 96px; }

.home-legacy-image {
  width: 350px;
  height: 194px;
  max-width: 100%;
  object-fit: cover;
  display: none;
  margin-bottom: 24px; }

.home-dark-section {
  width: 100%;
  height: 984px;
  background-color: #1A1B1C;
  padding: 80px 96px;
  box-sizing: border-box; }

.home-sustain-full {
  width: 100%;
  height: 760px;
  background-image: url("../img/back_sustain.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 96px;
  box-sizing: border-box; }

.home-sustain-image {
  width: 350px;
  height: 194px;
  max-width: 100%;
  object-fit: cover;
  display: none;
  margin-bottom: 24px; }

.home-sustain-content {
  height: 100%; }

.home-sustain-title {
  margin: 0;
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  margin-bottom: 37px; }

.home-sustain-desc {
  max-width: 406px;
  margin: 0 80px 0 auto;
  text-align: left;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff; }

@media (min-width: 1127px) {
  .home-sustain-desc {
    margin: 0 auto;
    transform: translateX(290px); } }

.home-sustain-desc p {
  margin: 0 0 16px 0; }

.home-sustain-desc p:last-child {
  margin-bottom: 0; }

.home-category-section {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 80px 96px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0; }

.home-category-inner {
  display: grid;
  grid-template-columns: 426px 1fr;
  gap: 0;
  height: 100%;
  max-width: 100%;
  overflow: hidden; }

.home-category-col {
  min-width: 0;
  max-width: 100%;
  overflow: hidden; }

.home-category-title {
  margin: 0;
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: #1A1B1C;
  text-transform: uppercase; }

.home-category-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 100%;
  overflow: hidden; }

.home-category-entry {
  display: flex;
  flex-direction: column; }

.home-category-item {
  height: 120px;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(26, 27, 28, 0.2);
  cursor: pointer;
  position: relative; }

.home-category-link {
  flex: 1 1 auto;
  height: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: inherit;
  padding-right: 56px; }

.home-category-expand {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0; }

.home-category-expand-icon {
  width: 16px;
  height: 16px;
  position: relative; }

.home-category-expand-icon::before,
.home-category-expand-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #1A1B1C;
  transform: translateY(-50%); }

.home-category-expand-icon::after {
  transform: translateY(-50%) rotate(90deg); }

.home-category-entry.is-open .home-category-expand-icon::after {
  opacity: 0; }

.home-category-image {
  width: 73.05px;
  height: 100%;
  background-color: #e5e5e5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.home-category-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.home-category-text {
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #1A1B1C; }

.home-white-section {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 80px 96px;
  box-sizing: border-box; }

.home-white-content {
  height: auto; }

.home-white-title {
  margin: 0;
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: #1A1B1C; }

.home-white-blog {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; }

.home-white-blog-carousel {
  display: none;
  margin-top: 32px; }

.home-white-blog-slide {
  min-width: 0; }

.home-white-blog-carousel .blog {
  border: 1px solid rgba(26, 27, 28, 0.2);
  padding: 16px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0; }

.home-white-blog-carousel .slick-dots {
  position: static;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none; }

.home-white-blog-carousel .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

.home-white-blog-carousel .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 999px;
  border: none;
  background: rgba(26, 27, 28, 0.25); }

.home-white-blog-carousel .slick-dots li button::before {
  display: none; }

.home-white-blog-carousel .slick-dots li.slick-active button {
  background: #1a1b1c; }

.home-white-blog-left,
.home-white-blog-right {
  min-width: 0; }

.home-white-blog-right {
  display: grid;
  gap: 12px;
  grid-template-rows: 1fr 1fr;
  align-content: stretch; }

.home-white-blog-left .blog,
.home-white-blog-right .blog {
  border: 1px solid rgba(26, 27, 28, 0.2);
  padding: 16px;
  box-sizing: border-box;
  overflow: hidden; }

.home-white-blog-left .blog {
  height: 100%; }

.home-white-blog-right .blog {
  height: auto; }

.home-white-blog-right .blog .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  height: 100%; }

.home-white-blog-right .blog .blog-img-pan {
  height: 100%; }

.home-white-blog-right .blog .blog-img-pan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.home-white-blog-right .blog .blog-post-custom {
  height: 100%;
  overflow: hidden; }

.home-white-skeleton {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px; }

.home-white-skeleton-left,
.home-white-skeleton-card {
  background: #f1f1f1;
  border-radius: 4px;
  min-height: 420px;
  position: relative;
  overflow: hidden; }

.home-white-skeleton-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px; }

.home-white-skeleton-card {
  min-height: 198px; }

.home-white-skeleton-left::after,
.home-white-skeleton-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  animation: homeWhiteShimmer 1.2s infinite; }

@keyframes homeWhiteShimmer {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(250%); } }

.home-white-blog-left,
.home-white-blog-right {
  min-width: 0; }

.home-white-blog-right {
  display: grid;
  gap: 12px; }

.home-white-section .blog {
  margin: 0; }

.home-white-section .blog-thumbnail {
  margin: 0;
  height: 100%; }

.home-white-section .blog-post-custom {
  position: static;
  padding: 16px; }

.home-white-section .blog-title {
  margin-bottom: 8px;
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #1A1B1C; }

.home-white-blog-right .blog-title {
  font-size: 20px; }

.home-white-section .blog-post {
  margin-bottom: 16px; }

.home-white-section .blog-date {
  margin-bottom: 0; }

.home-white-section .blog-title a {
  color: inherit; }

.home-white-section .blog-post {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.7); }

.home-white-section .blog-date {
  margin-bottom: 8px; }

.home-white-empty {
  margin-top: 32px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #1A1B1C; }

[data-sub-layout="8cfc0a5d-6581-452b-8431-c81fabc6866a"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.home-category-sub {
  display: none;
  height: auto;
  background: #1A1B1C;
  color: #ffffff;
  padding: 0;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4; }

.home-category-sub-item {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  padding: 0 40px 0 20px;
  box-sizing: border-box;
  background: #1A1B1C; }

.home-category-sub-item,
.home-category-sub-item:hover,
.home-category-sub-item:focus,
.home-category-sub-item:active {
  text-decoration: none !important;
  color: #ffffff; }

.home-category-sub-desc {
  display: none; }

.home-category-sub-item:hover {
  text-decoration: none;
  color: #ffffff;
  background: #101010; }

@media (max-width: 1032px) {
  .home-category-sub-item {
    height: 88px; } }

.home-category-tooltip {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-9999px, -9999px, 0);
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  width: 480px;
  max-width: calc(100vw - 80px); }

.home-category-tooltip.is-visible {
  opacity: 1; }

.home-category-tooltip-inner {
  background: #ffffff;
  border: 1px solid rgba(26, 27, 28, 0.15);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0; }

.home-category-tooltip-media {
  width: 100%;
  height: 480px;
  background: #f1f1f1;
  overflow: hidden;
  position: relative; }

.home-category-tooltip-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease; }

.home-category-tooltip-media.is-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
  animation: homeWhiteShimmer 1.2s infinite; }

.home-category-tooltip-title {
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #1A1B1C;
  margin-bottom: 10px; }

.home-category-tooltip-desc {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(26, 27, 28, 0.8);
  max-height: 96px;
  overflow: hidden; }

.home-category-tooltip-content {
  display: none; }

@media (max-width: 1023px) {
  .home-category-tooltip {
    display: none; } }

.home-category-sub-item:hover {
  text-decoration: underline; }

.home-category-sub-text {
  display: inline-block; }

.home-category-sub-icon {
  display: inline-block; }

.home-dark-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: stretch; }

.home-dark-col {
  min-width: 0; }

.home-dark-col--left {
  display: flex; }

@media (max-width: 767px) {
  .home-dark-col--left {
    display: none; } }

.home-dark-col--right {
  display: flex;
  flex-direction: column; }

.home-dark-preview {
  width: 100%;
  height: 100%;
  min-height: 520px;
  flex: 1 1 auto;
  background-color: #2b2b2b;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease;
  opacity: 1;
  margin-top: 0; }

.home-dark-preview.is-fading {
  opacity: 0; }

.home-dark-title {
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 80px 0;
  text-transform: uppercase; }

.home-dark-title span {
  display: block; }

.home-dark-carousel {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden; }

.home-dark-section .productCarousel {
  margin: 0; }

.home-dark-section .productCarousel--best-seller .slick-list {
  padding: 0 !important; }

.home-dark-section .productCarousel--best-seller .slick-track {
  gap: 0 !important; }

.home-dark-section .productCarousel--best-seller .slick-slide {
  width: 320px !important;
  margin-right: 8px; }

.home-dark-section .home-best-seller-swiper {
  overflow: hidden; }

.home-dark-section .home-best-seller-swiper .swiper-wrapper {
  align-items: stretch; }

.home-dark-section .home-best-seller-swiper .swiper-slide {
  width: 320px !important;
  margin: 0; }

.home-dark-section .productCarousel--best-seller .card-figure > a,
.home-dark-section .productCarousel--best-seller .card-figure > a + a,
.home-dark-section .productCarousel--best-seller .card-figure > .card-figure__link,
.home-dark-section .productCarousel--best-seller .card-figure > .card-figure__link + a {
  display: block;
  width: 100%; }

.home-dark-section .productCarousel--best-seller .card-img-container {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  overflow: hidden; }

.home-dark-section .productCarousel--best-seller .card-img-container .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.home-dark-section .productCarousel .slick-slide {
  opacity: 0.2;
  transition: opacity 0.2s ease; }

.home-dark-section .productCarousel .slick-center {
  opacity: 1; }

.home-dark-section .home-best-seller-swiper .swiper-slide {
  opacity: 0.2;
  transition: opacity 0.2s ease; }

.home-dark-section .home-best-seller-swiper .swiper-slide-active {
  opacity: 1; }

@media (max-width: 767px) {
  .home-dark-section .home-best-seller-swiper .swiper-slide {
    width: 80vw !important;
    max-width: 320px; } }

.home-dark-section .slick-dots {
  position: static;
  display: flex !important;
  gap: 8px;
  margin: 80px 0 0;
  padding: 0;
  list-style: none; }

.home-dark-section .home-dark-pagination {
  position: static;
  display: flex !important;
  gap: 8px;
  margin: 80px 0 0;
  padding: 0;
  list-style: none; }

.home-dark-section .slick-dots,
.home-dark-section .slick-dots li {
  list-style: none; }

.home-dark-section .home-dark-pagination,
.home-dark-section .home-dark-pagination .swiper-pagination-bullet {
  list-style: none; }

.home-dark-section .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: static; }

.home-dark-section .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 0; }

.home-dark-section .slick-dots li button::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: '';
  display: block; }

.home-dark-section .slick-dots li.slick-active button {
  background: #1A1B1C;
  border: 1px solid #ffffff; }

.home-dark-section .slick-dots li.slick-active button::before {
  background: #1a1b1c;
  border: #fff 1px solid; }

.home-dark-section .home-dark-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #ffffff;
  opacity: 1;
  margin: 0; }

.home-dark-section .home-dark-pagination .swiper-pagination-bullet-active {
  background: #1A1B1C;
  border: 1px solid #ffffff; }

.home-dark-section .slick-dots .carousel-tooltip {
  display: none; }

.home-dark-arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 32px; }

.home-dark-arrow {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }

.home-dark-arrow svg {
  width: 24px;
  height: 24px; }

.home-dark-arrow--prev svg {
  transform: rotate(180deg); }

.home-dark-arrow:hover,
.home-dark-arrow:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff; }

@media (max-width: 1023px) {
  .home-dark-arrows {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 42px;
    gap: 8px;
    margin-left: 32px; }
  .home-dark-arrow {
    position: static;
    width: 42px;
    height: 42px; }
  .home-dark-arrow svg {
    width: 18px;
    height: 18px; } }

@media (min-width: 1024px) {
  .home-dark-carousel {
    position: relative;
    overflow: visible; }
  .home-dark-arrows {
    position: absolute;
    inset: 0;
    margin-top: 0;
    pointer-events: none;
    z-index: 3; }
  .home-dark-arrow {
    position: absolute;
    top: 50%;
    pointer-events: auto;
    transform: translate(-100%, -50%); }
  .home-dark-arrow--next {
    transform: translate(0, -50%); } }

.home-legacy-content {
  color: #ffffff;
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.home-legacy-title {
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif !important;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #ffffff; }

.home-legacy-body {
  max-width: 560px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0; }

.home-legacy-body p {
  margin: 0 0 16px 0; }

.home-legacy-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px; }

.home-legacy-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.home-legacy-feature .legacy-icon {
  width: 24px;
  height: 24px; }

.home-legacy-feature .legacy-title {
  margin-top: 32px;
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2; }

.home-legacy-feature .legacy-desc {
  margin-top: 20px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8); }

.productCarousel {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 80px; }
  .productCarousel:not(.slick-initialized) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
  .productCarousel .productCarousel-slide {
    padding-left: 16px;
    padding-right: 16px;
    width: 25%;
    padding: 0; }
    @media (max-width: 1023px) {
      .productCarousel .productCarousel-slide {
        padding: 0 8px; } }

.productCarousel .slick-list {
  margin: 0; }

.productCarousel .slick-track {
  display: flex !important;
  gap: 8px;
  align-items: stretch;
  justify-content: center; }

@media (max-width: 1024px) {
  .productCarousel .slick-list {
    padding: 0 24px !important; }
  .productCarousel .slick-track {
    justify-content: flex-start; }
  .productCarousel .productCarousel-slide {
    padding: 0; } }

.h-product-row #tab-2 {
  padding: 0;
  margin: 0;
  max-width: none; }

.h-product-row .productCarousel .productCarousel-slide {
  width: 320px !important;
  max-width: 320px;
  flex: 0 0 320px;
  height: auto !important; }

@media (min-width: 389px) and (max-width: 552px) {
  .h-product-row .productCarousel.slick-initialized article.card,
  .home-dark-section .productCarousel--best-seller.slick-initialized article.card {
    transform: translateX(-80px) !important; } }

@media (min-width: 389px) and (max-width: 428px) {
  .h-product-row .productCarousel.slick-initialized article.card,
  .home-dark-section .productCarousel--best-seller.slick-initialized article.card {
    -webkit-transform: translateX(-80px) !important;
    transform: translateX(-7px) !important; } }

.h-product-row .productCarousel .slick-slide {
  height: auto !important; }

/*---- responsvetabscss End---- */
/*---- Product Category css Start ---- */
.product-section {
  margin-bottom: 112px; }
  @media screen and (max-width: 1580px) {
    .product-section {
      margin-bottom: 63px; } }
  @media screen and (max-width: 1023px) {
    .product-section {
      margin-bottom: 40px; } }
  .product-section .custom-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .product-section .grid {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .product-section .grid {
        width: 100%; }
        .product-section .grid + .grid {
          margin-top: 24px; } }
  .product-section .page-heading {
    text-align: left;
    margin-bottom: 13px; }
    @media screen and (max-width: 767px) {
      .product-section .page-heading {
        margin-bottom: 6px; } }
  .product-section .shop-category img {
    height: 513px; }
    @media screen and (max-width: 1580px) {
      .product-section .shop-category img {
        height: 420px; } }
    @media screen and (max-width: 1023px) {
      .product-section .shop-category img {
        height: 360px; } }
    @media screen and (max-width: 767px) {
      .product-section .shop-category img {
        height: 300px; } }
  .product-section .shop-category .shop-categoryinfo {
    top: 50px;
    bottom: auto;
    padding: 0 50px; }
    @media screen and (max-width: 1023px) {
      .product-section .shop-category .shop-categoryinfo {
        top: 25px;
        padding: 0 25px; } }
  .product-section .product-loader {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%; }
  .product-section .productGrid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -16px; }
    @media screen and (max-width: 1023px) {
      .product-section .productGrid {
        margin: 0 -8px; } }
    .product-section .productGrid li {
      padding: 0 16px;
      width: 50%;
      margin: 0px; }
      @media screen and (max-width: 1023px) {
        .product-section .productGrid li {
          padding: 0 8px; } }
      .product-section .productGrid li:before {
        display: none; }
      .product-section .productGrid li .card {
        margin-bottom: 0px; }

/*---- Product Category css End ---- */
/*---- Shop Category css Start ---- */
.oc-shop-category .custom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.oc-shop-category .grid {
  width: 25%; }
  @media screen and (max-width: 767px) {
    .oc-shop-category .grid {
      width: 50%;
      margin-bottom: 16px; } }
  @media (max-width: 551px) {
    .oc-shop-category .grid {
      width: 100%;
      margin-bottom: 0px; }
      .oc-shop-category .grid + .grid {
        margin-top: 16px; } }

.shop-category {
  overflow: hidden;
  position: relative; }
  .shop-category a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    height: 100%; }
    .shop-category a:after {
      content: '';
      display: block;
      width: 100%;
      height: 87px;
      bottom: -1px;
      position: absolute;
      left: 0px;
      background: linear-gradient(180deg, #F4F4F4 9.38%, rgba(244, 244, 244, 0) 100%);
      transform: matrix(1, 0, 0, -1, 0, 0); }
  .shop-category .shop-categoryinfo {
    position: absolute;
    bottom: 22px;
    left: 0px;
    transition: all 0.2s linear;
    width: 100%;
    padding: 0 30px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .shop-category .shop-categoryinfo {
        padding: 0 25px;
        bottom: 20px; } }
  .shop-category h4, .shop-category h5 {
    font-style: normal;
    font-weight: 500;
    margin: 0px; }
  .shop-category .product-count {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.28px;
    color: #555555;
    margin: 0px;
    margin-bottom: -15px;
    transition: all 0.2s linear;
    opacity: 0; }
  .shop-category img {
    transform: scale(1);
    transition: transform 0.35s;
    height: 280px;
    object-fit: cover; }
    @media screen and (max-width: 1259px) {
      .shop-category img {
        height: 190px; } }
    @media screen and (max-width: 666px) {
      .shop-category img {
        height: 232px; } }
  .shop-category:hover .shop-categoryinfo {
    bottom: 25px;
    transition: all 0.2s linear; }
  .shop-category:hover .product-count {
    transition: all 0.2s linear;
    margin-bottom: 0px;
    opacity: 1; }
  @media screen and (max-width: 767px) {
    .shop-category .shop-categoryimg {
      width: 100%; }
      .shop-category .shop-categoryimg img {
        width: 100%; } }

/*---- Shop Category css End ---- */
/*---- Categories Block css Start ---- */
.categoriesblocks {
  background: #EEEEEE; }
  .categoriesblocks .custom-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .categoriesblocks .custom-row {
        margin: 0px; } }
    .categoriesblocks .custom-row .grid {
      width: 50%;
      margin-bottom: 40px; }
      .categoriesblocks .custom-row .grid:last-child, .categoriesblocks .custom-row .grid:nth-last-of-type(2) {
        margin-bottom: 0px; }
      @media screen and (max-width: 1259px) {
        .categoriesblocks .custom-row .grid {
          margin-bottom: 16px; } }
      @media screen and (max-width: 767px) {
        .categoriesblocks .custom-row .grid {
          margin-bottom: 0px; } }
  @media screen and (max-width: 767px) {
    .categoriesblocks .container {
      padding: 0px;
      padding-left: 8px; } }
  @media screen and (max-width: 767px) {
    .categoriesblocks .container > .custom-row {
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse; }
      .categoriesblocks .container > .custom-row .slick-list {
        padding-left: 0px !important; } }
  .categoriesblocks .container > .custom-row > .grid {
    width: 37.35%;
    margin-bottom: 0px; }
    @media screen and (max-width: 1259px) {
      .categoriesblocks .container > .custom-row > .grid {
        width: 45%; } }
    @media screen and (max-width: 767px) {
      .categoriesblocks .container > .custom-row > .grid {
        width: 100%;
        padding: 0px; } }
    .categoriesblocks .container > .custom-row > .grid:last-child {
      width: 57vw;
      height: 100%;
      max-height: inherit;
      position: absolute;
      left: 41%;
      padding-right: 0; }
      @media screen and (max-width: 1580px) {
        .categoriesblocks .container > .custom-row > .grid:last-child {
          width: 60vw;
          left: 39%; } }
      @media screen and (max-width: 1259px) {
        .categoriesblocks .container > .custom-row > .grid:last-child {
          width: 53vw;
          left: 47%; } }
      @media screen and (max-width: 767px) {
        .categoriesblocks .container > .custom-row > .grid:last-child {
          position: relative;
          left: -16px;
          width: calc(100% + 32px);
          padding: 0; } }
  .categoriesblocks .shop-categoryimg {
    height: 268px;
    background-color: white;
    width: 100%; }
    @media screen and (max-width: 1580px) {
      .categoriesblocks .shop-categoryimg {
        height: 230px; } }
    @media screen and (max-width: 1259px) {
      .categoriesblocks .shop-categoryimg {
        height: 180px; } }
    @media screen and (max-width: 767px) {
      .categoriesblocks .shop-categoryimg {
        height: 227px; } }
    .categoriesblocks .shop-categoryimg img {
      height: 100%; }
  .categoriesblocks .big-image {
    height: 100%; }
    @media screen and (max-width: 767px) {
      .categoriesblocks .big-image {
        height: 300px; } }
    .categoriesblocks .big-image .shop-categoryimg {
      height: 100%; }
    .categoriesblocks .big-image img {
      height: 100%; }
    .categoriesblocks .big-image .shop-categoryinfo {
      padding: 0 80px;
      bottom: auto;
      top: 80px; }
  .categoriesblocks .page-heading {
    text-align: left;
    margin-bottom: 6px; }
  .categoriesblocks p {
    font-size: 18px; }
    @media screen and (max-width: 1580px) {
      .categoriesblocks p {
        font-size: 16px; } }
  .categoriesblocks h4, .categoriesblocks h5 {
    margin: 0px;
    font-weight: 600; }
  .categoriesblocks .shop-category.big-image .shop-categoryinfo {
    bottom: auto; }
    @media screen and (max-width: 1023px) {
      .categoriesblocks .shop-category.big-image .shop-categoryinfo {
        bottom: auto;
        top: 36px;
        padding: 0 25px;
        width: calc(100% - 16px); } }
  .categoriesblocks .shop-category .shop-categoryinfo {
    bottom: 27px; }
    @media screen and (max-width: 1259px) {
      .categoriesblocks .shop-category .shop-categoryinfo {
        bottom: 10px;
        padding: 0 15px; } }
    @media screen and (max-width: 767px) {
      .categoriesblocks .shop-category .shop-categoryinfo {
        padding: 0 25px; } }
  .categoriesblocks .shop-category a:after {
    background: linear-gradient(180deg, #FFFFFF 9.38%, rgba(255, 255, 255, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0); }
  .categoriesblocks.categoryblockstyle2 .custom-row {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .categoriesblocks.categoryblockstyle2 .container > .custom-row {
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse; } }
  .categoriesblocks.categoryblockstyle2 .container > .custom-row > .grid {
    width: 37.35%;
    margin-bottom: 0px; }
    @media screen and (max-width: 1259px) {
      .categoriesblocks.categoryblockstyle2 .container > .custom-row > .grid {
        width: 45%; } }
    @media screen and (max-width: 767px) {
      .categoriesblocks.categoryblockstyle2 .container > .custom-row > .grid {
        width: 100%;
        padding: 0px; } }
    .categoriesblocks.categoryblockstyle2 .container > .custom-row > .grid:last-child {
      width: 57vw;
      height: 100%;
      max-height: inherit;
      position: absolute;
      left: -9%;
      padding-left: 0;
      padding-right: 16px; }
      @media (max-width: 1600px) {
        .categoriesblocks.categoryblockstyle2 .container > .custom-row > .grid:last-child {
          left: 0px; } }
      @media screen and (max-width: 1580px) {
        .categoriesblocks.categoryblockstyle2 .container > .custom-row > .grid:last-child {
          width: 60vw;
          left: 0px; } }
      @media screen and (max-width: 1259px) {
        .categoriesblocks.categoryblockstyle2 .container > .custom-row > .grid:last-child {
          width: 53vw;
          left: 0px; } }
      @media screen and (max-width: 1023px) {
        .categoriesblocks.categoryblockstyle2 .container > .custom-row > .grid:last-child {
          left: 0px; } }
      @media screen and (max-width: 767px) {
        .categoriesblocks.categoryblockstyle2 .container > .custom-row > .grid:last-child {
          position: relative;
          left: -8px;
          width: calc(100% + 32px);
          padding: 0; } }
      @media screen and (max-width: 1259px) {
        .categoriesblocks.categoryblockstyle2 .container > .custom-row > .grid:last-child .shop-categoryinfo {
          padding: 0 40px; } }
      @media screen and (max-width: 1023px) {
        .categoriesblocks.categoryblockstyle2 .container > .custom-row > .grid:last-child .shop-categoryinfo {
          padding: 0 20px; } }
      .categoriesblocks.categoryblockstyle2 .container > .custom-row > .grid:last-child .shop-categoryimg {
        background-color: transparent; }

/*---- Categories Block css End ---- */
/*---- Brand logo css start ---- */
@media screen and (max-width: 767px) {
  .oc-brand-logos .container-small {
    padding: 0px;
    padding-left: 8px; } }

.oc-brand-logos .custom-row {
  margin: 0px; }

.oc-brand-logos .slick-list {
  margin: auto; }
  @media screen and (max-width: 767px) {
    .oc-brand-logos .slick-list {
      padding-left: 0px !important; } }

.oc-brand-logos .grid {
  padding: 0; }

.oc-brand-logos .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.oc-brand-logos a {
  width: 100%; }
  .oc-brand-logos a img {
    width: auto;
    max-height: 55px;
    margin: auto; }
    @media screen and (max-width: 1259px) {
      .oc-brand-logos a img {
        max-width: 100px;
        max-height: inherit; } }
    @media screen and (max-width: 767px) {
      .oc-brand-logos a img {
        max-height: inherit;
        padding: 0 10px; } }
    @media (max-width: 370px) {
      .oc-brand-logos a img {
        padding: 0px; } }

/*---- Brand logo css End ---- */
/*---- home below bottom banner logo css Start ---- */
[data-content-region="home_below_bottom_banner"] div:after {
  background-attachment: fixed; }

@media screen and (max-width: 767px) {
  [data-content-region="home_below_bottom_banner"] div div[class^=sd-hero-image] > div > div {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 21px 42px 25px; } }

@media (max-width: 800px) {
  [data-content-region="home_below_bottom_banner"] div div[class^=sd-hero-image] > div > div:last-child {
    display: none; } }

@media (max-width: 800px) {
  [data-content-region="home_below_bottom_banner"] div div[class^=sd-hero-image] > div > div > div {
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: auto; } }

[data-content-region="home_below_bottom_banner"] [data-test-id="hero-image-title"] {
  font-weight: 500;
  font-size: 32px;
  line-height: 52px;
  color: #333333;
  text-align: center;
  margin-bottom: 7px; }
  @media screen and (max-width: 1580px) {
    [data-content-region="home_below_bottom_banner"] [data-test-id="hero-image-title"] {
      font-size: 32px;
      line-height: 42px; } }

[data-content-region="home_below_bottom_banner"] [data-test-id="hero-image-subtitle"] {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  margin: 0px; }

[data-content-region="home_below_bottom_banner"] [data-test-id="hero-image-button"] {
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #333333;
  background: transparent;
  border: 2px solid #333333;
  font-size: 18px;
  line-height: 26px;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  height: auto;
  padding: 9px 22px;
  margin-bottom: 0;
  font-weight: 500;
  border-radius: 0px;
  margin-top: 18px; }
  @media screen and (max-width: 1580px) {
    [data-content-region="home_below_bottom_banner"] [data-test-id="hero-image-button"] {
      font-size: 16px;
      line-height: 22px;
      padding: 8px 18px; } }
  @media screen and (max-width: 767px) {
    [data-content-region="home_below_bottom_banner"] [data-test-id="hero-image-button"] {
      margin-top: 15px; } }
  [data-content-region="home_below_bottom_banner"] [data-test-id="hero-image-button"]:hover {
    background: #333333;
    color: white;
    border-color: #333333; }
  [data-content-region="home_below_bottom_banner"] [data-test-id="hero-image-button"]:active, [data-content-region="home_below_bottom_banner"] [data-test-id="hero-image-button"]:focus {
    background: #333333;
    color: white;
    border-color: #333333; }

div[id^="sd-product-set-container"] div[id^="sd-product-set-carousel"] div[data-test-id="product-set-widget-brand"] {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.28px;
  margin: 0px;
  padding: 0px;
  width: calc(100% - 100px);
  text-align: left; }

div[id^="sd-product-set-container"] div[id^="sd-product-set-carousel"] div[data-test-id="product-set-widget-name"] {
  text-align: left;
  padding: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  width: 100%;
  margin-bottom: 8px; }
  div[id^="sd-product-set-container"] div[id^="sd-product-set-carousel"] div[data-test-id="product-set-widget-name"] a {
    color: #333333; }
    div[id^="sd-product-set-container"] div[id^="sd-product-set-carousel"] div[data-test-id="product-set-widget-name"] a:hover {
      color: #0f4026; }

div[id^="sd-product-set-container"] div[id^="sd-product-set-carousel"] div[data-test-id="product-set-widget-ratings"] {
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 0;
  margin-bottom: 7px; }

div[id^="sd-product-set-container"] div[id^="sd-product-set-carousel"] div[data-test-id="product-set-widget-price"] {
  color: #333333;
  text-align: left;
  padding: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  margin: 0px; }

/*---- home below bottom banner css End ---- */
/*---- home  bottom product css Start ---- */
@media screen and (max-width: 1023px) {
  .oc-home-bottom-products .container {
    padding-right: 0px; } }

@media screen and (max-width: 767px) {
  .oc-home-bottom-products .container {
    padding: 0 8px; } }

[data-content-region="home_below_bottom_products"] [data-sub-layout-container] {
  margin-left: -16px;
  margin-right: -16px;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 1580px) {
    [data-content-region="home_below_bottom_products"] [data-sub-layout-container] {
      margin-bottom: 60px; } }
  @media screen and (max-width: 1023px) {
    [data-content-region="home_below_bottom_products"] [data-sub-layout-container] {
      margin-left: -8px;
      margin-right: -8px;
      margin-bottom: 35px; } }
  @media screen and (max-width: 767px) {
    [data-content-region="home_below_bottom_products"] [data-sub-layout-container] {
      margin-left: 0px;
      margin-right: 0px; } }

[data-content-region="home_below_bottom_products"] [data-sub-layout] {
  padding: 0 16px;
  width: 20%;
  flex-basis: 20%;
  max-width: 20%; }
  @media screen and (max-width: 1023px) {
    [data-content-region="home_below_bottom_products"] [data-sub-layout] {
      padding: 0 8px; } }
  @media screen and (max-width: 1023px) {
    [data-content-region="home_below_bottom_products"] [data-sub-layout] {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

@media screen and (max-width: 1259px) {
  [data-content-region="home_below_bottom_products"] .slick-list {
    padding-left: 0px !important; } }

[data-content-region="home_below_bottom_products"] [data-test-id="product-widget-image"] {
  background: whitesmoke;
  margin-bottom: 24px; }
  [data-content-region="home_below_bottom_products"] [data-test-id="product-widget-image"] > div {
    height: 320px;
    mix-blend-mode: multiply;
    margin: 0px; }
    @media screen and (max-width: 1023px) {
      [data-content-region="home_below_bottom_products"] [data-test-id="product-widget-image"] > div {
        height: 270px; } }
    @media screen and (max-width: 767px) {
      [data-content-region="home_below_bottom_products"] [data-test-id="product-widget-image"] > div {
        height: 218px; } }

[data-content-region="home_below_bottom_products"] [data-test-id="product-widget-brand"] {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.28px;
  margin: 0px;
  padding: 0px;
  width: calc(100% - 100px);
  text-align: left; }

[data-content-region="home_below_bottom_products"] [data-test-id="product-widget-name"] {
  text-align: left;
  padding: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  width: 100%;
  margin-bottom: 8px; }
  [data-content-region="home_below_bottom_products"] [data-test-id="product-widget-name"] a {
    color: #333333; }
    [data-content-region="home_below_bottom_products"] [data-test-id="product-widget-name"] a:hover {
      color: #0f4026; }

[data-content-region="home_below_bottom_products"] [data-test-id="product-widget-ratings"] {
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 0;
  margin-bottom: 7px; }

[data-content-region="home_below_bottom_products"] [data-test-id="product-widget-price"] {
  color: #333333;
  text-align: left;
  padding: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  margin: 0px; }

/*---- home  bottom product css End ---- */
/*---- home  recent blog css Start ---- */
.blog-list-section .blog-list-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .blog-list-section .blog-list-title {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-bottom: 25px; } }
  .blog-list-section .blog-list-title a {
    text-transform: capitalize; }

.blog-list-section .page-heading {
  text-align: left;
  margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .blog-list-section .page-heading {
      margin-bottom: 8px;
      width: 100%; } }

.blog-list-section .custom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.blog-list-section .oc-blog-right {
  width: 58.3%; }
  @media screen and (max-width: 767px) {
    .blog-list-section .oc-blog-right {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-top: 20px; }
      .blog-list-section .oc-blog-right .grid {
        width: 50%; } }
  @media screen and (max-width: 767px) {
    .blog-list-section .oc-blog-right {
      margin-top: 0px; }
      .blog-list-section .oc-blog-right .grid {
        width: 100%; } }

.blog-list-section .oc-blog-left {
  width: 41.7%; }
  @media screen and (max-width: 767px) {
    .blog-list-section .oc-blog-left {
      width: 100%; } }
  .blog-list-section .oc-blog-left .bigblogimg, .blog-list-section .oc-blog-left .blog, .blog-list-section .oc-blog-left .blog-img-pan, .blog-list-section .oc-blog-left .blog-thumbnail {
    height: 100%; }
    @media screen and (max-width: 767px) {
      .blog-list-section .oc-blog-left .bigblogimg, .blog-list-section .oc-blog-left .blog, .blog-list-section .oc-blog-left .blog-img-pan, .blog-list-section .oc-blog-left .blog-thumbnail {
        height: auto; } }
  .blog-list-section .oc-blog-left img {
    height: 100%;
    object-fit: cover; }

@media screen and (max-width: 767px) {
  .blog-list-section .blog {
    margin-bottom: 25px; } }

.blog-thumbnail {
  max-width: 100%;
  margin: 0px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .blog-thumbnail {
      margin-bottom: 18px; } }
  .blog-thumbnail img {
    transform: scale(1);
    transition: transform 0.55s; }
  .blog-thumbnail:hover img {
    transform: scale(1.04);
    transition: transform 0.55s; }

.blog-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 0px;
  text-transform: inherit;
  margin-bottom: 8px; }
  @media screen and (max-width: 1580px) {
    .blog-title {
      font-size: 22px;
      line-height: 24px; } }
  @media screen and (max-width: 1023px) {
    .blog-title {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 8px; } }
  @media screen and (max-width: 767px) {
    .blog-title {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 18px; } }
  .blog-title a {
    color: #333333; }
    .blog-title a:hover {
      color: #0f4026; }

.blog-post {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px; }

.blog-date,
.blog-author {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #333333;
  margin-bottom: 14px; }
  @media screen and (max-width: 767px) {
    .blog-date,
    .blog-author {
      margin-bottom: 10px; } }

.oc-blog-left .content {
  position: relative;
  height: 100%; }

.oc-blog-left .blog-post-custom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  bottom: 30px;
  padding: 0 40px; }
  @media screen and (max-width: 767px) {
    .oc-blog-left .blog-post-custom {
      position: relative;
      padding: 0px;
      bottom: auto;
      padding: 0px; } }

.oc-blog-left .blog-title a {
  color: white; }
  @media screen and (max-width: 767px) {
    .oc-blog-left .blog-title a {
      color: #333333; } }

.oc-blog-left .blog-post, .oc-blog-left .btn {
  display: none; }
  @media screen and (max-width: 767px) {
    .oc-blog-left .blog-post, .oc-blog-left .btn {
      display: block; } }

@media screen and (max-width: 767px) {
  .oc-blog-left .blog-post {
    font-size: 14px;
    margin-bottom: 20px; } }

.oc-blog-left .blog-date, .oc-blog-left .blog-author {
  color: #cccccc;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .oc-blog-left .blog-date, .oc-blog-left .blog-author {
      color: #999999; } }

.oc-blog-right .grid + .grid {
  margin-top: 32px; }
  @media screen and (max-width: 1023px) {
    .oc-blog-right .grid + .grid {
      margin-top: 25px; } }
  @media screen and (max-width: 767px) {
    .oc-blog-right .grid + .grid {
      margin-top: 25px; } }

@media screen and (max-width: 1023px) {
  .oc-blog-right .blog {
    margin-bottom: 0px; } }

.oc-blog-right .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }
  @media (max-width: 1023px) {
    .oc-blog-right .content {
      margin: 0 -8px; } }

.oc-blog-right .blog-img-pan {
  width: 312px;
  padding-left: 16px;
  padding-right: 16px; }
  @media (max-width: 1023px) {
    .oc-blog-right .blog-img-pan {
      padding: 0 8px; } }
  @media screen and (max-width: 1023px) {
    .oc-blog-right .blog-img-pan {
      width: 180px; } }
  @media screen and (max-width: 767px) {
    .oc-blog-right .blog-img-pan {
      width: 100%; } }

.oc-blog-right .blog-thumbnail {
  height: 100%; }
  @media screen and (max-width: 767px) {
    .oc-blog-right .blog-thumbnail {
      height: auto; } }
  .oc-blog-right .blog-thumbnail img {
    height: 100%;
    object-fit: cover; }

.oc-blog-right .blog-post-custom {
  width: calc(100% - 312px);
  padding-left: 16px;
  padding-right: 16px; }
  @media (max-width: 1023px) {
    .oc-blog-right .blog-post-custom {
      padding: 0 8px; } }
  @media screen and (max-width: 1023px) {
    .oc-blog-right .blog-post-custom {
      width: calc(100% - 180px); } }
  @media screen and (max-width: 767px) {
    .oc-blog-right .blog-post-custom {
      width: 100%; } }

.oc-blog-right .blog-post {
  margin-bottom: 30px; }
  @media screen and (max-width: 1300px) {
    .oc-blog-right .blog-post {
      margin-bottom: 20px; } }
  @media screen and (max-width: 1023px) {
    .oc-blog-right .blog-post {
      margin-bottom: 20px;
      font-size: 14px; } }

/*---- home  recent blog css End ---- */
.home-section-four {
  text-align: center;
  margin-top: 95px; }

.home-section-four h2::after {
  content: '';
  background: #1A1B1C;
  height: 5px !important;
  display: block;
  width: 75px;
  margin: 10px auto; }

.home-intro-text h1::after {
  content: '';
  background: #1A1B1C;
  height: 5px !important;
  display: block;
  width: 75px; }

.home-insta-feed {
  padding-left: 96px;
  padding-right: 96px;
  box-sizing: border-box;
  text-align: right;
  margin-bottom: 40px !important; }

.home-insta-feed h3 {
  margin: 0; }

.home-insta-feed h3 a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  color: transparent;
  text-align: left; }

.home-insta-feed h3 a::before,
.home-insta-feed h3 a::after {
  display: block;
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1A1B1C; }

.home-insta-feed h3 a::before {
  content: "Instagram"; }

.home-insta-feed h3 a::after {
  content: "@thomasandhurley";
  color: #0F4026;
  text-decoration: underline;
  text-decoration-color: #0F4026;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px; }

#eapps-instagram-feed-1 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px; }

.oc-insta-custom {
  padding: 0;
  box-sizing: border-box;
  overflow: hidden; }

.oc-insta-custom-slider {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease; }

.oc-insta-custom.is-ready .oc-insta-custom-slider,
.oc-insta-custom-slider.swiper {
  opacity: 1; }

.oc-insta-custom-slider .swiper-wrapper {
  align-items: stretch; }

.oc-insta-custom-slide {
  width: 240px;
  margin-right: 0; }

.oc-insta-custom .swiper-slide {
  width: auto;
  flex-shrink: 0; }

.oc-insta-custom-card {
  display: block;
  width: 240px;
  height: 300px;
  overflow: hidden;
  text-decoration: none;
  background: #f3f1ed; }

.oc-insta-custom-image {
  display: block;
  width: 240px;
  height: 300px;
  object-fit: cover; }

@media (min-width: 1440px) {
  .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-link {
    width: 240px;
    height: 300px;
    box-sizing: border-box;
    display: flex; } }

@media (max-width: 767px) {
  .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-link {
    width: 96px;
    height: 120px;
    box-sizing: border-box;
    display: flex; }
  .eapps-instagram-feed-posts-item-image-ratio-4-5 .eapps-instagram-feed-posts-item-image-wrapper {
    padding-top: 125%;
    height: 120px;
    width: 96px; } }

/* Mobile responsiveness for home sections */
@media (max-width: 1023px) {
  .home-legacy-full,
  .home-dark-section,
  .home-sustain-full,
  .home-category-section,
  .home-white-section {
    padding: 64px 48px;
    height: auto; }
  .home-legacy-content {
    gap: 40px;
    height: auto; }
  .home-legacy-title,
  .home-dark-title,
  .home-sustain-title,
  .home-category-title,
  .home-white-title {
    font-size: 72px; }
  .home-legacy-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px; }
  .home-dark-inner {
    grid-template-columns: 1fr;
    gap: 40px; }
  .home-dark-preview {
    height: 520px;
    margin-top: 20px; }
  .home-dark-col--left {
    order: 2; }
  .home-dark-col--right {
    order: 1; }
  .home-dark-title {
    margin-bottom: 48px; }
  .home-dark-carousel {
    margin-bottom: 48px; }
  .home-dark-section .slick-dots {
    margin-top: 48px; }
  .home-sustain-title {
    text-align: left;
    margin-bottom: 24px; }
  .home-sustain-desc {
    max-width: 520px;
    font-size: 14px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: 80px;
    text-align: left; }
  .home-category-inner {
    grid-template-columns: 1fr;
    gap: 32px; }
  .home-category-item {
    height: 104px; }
  .home-category-text {
    font-size: 32px; }
  .home-category-sub {
    font-size: 20px;
    gap: 12px; }
  .home-white-blog {
    grid-template-columns: 1fr;
    gap: 24px; }
  .home-white-blog-right {
    grid-template-rows: auto auto; }
  .home-white-skeleton {
    grid-template-columns: 1fr;
    gap: 24px; }
  .home-white-skeleton-right {
    grid-template-rows: auto auto; }
  .h-product-row li.homeTab-title--new {
    margin-left: 48px; }
  .h-product-row ul li.homeTab-title--new {
    margin-left: 48px;
    margin-top: 0;
    margin-bottom: 40px; }
  .home-insta-feed {
    padding-left: 48px;
    padding-right: 48px;
    text-align: left;
    margin-bottom: 40px !important; }
  .home-insta-feed h3 a::before,
  .home-insta-feed h3 a::after {
    font-size: 48px; }
  .oc-insta-custom {
    padding: 0; }
  .oc-insta-custom-slide {
    width: 200px; }
  .oc-insta-custom-card,
  .oc-insta-custom-image {
    width: 200px;
    height: 250px; } }

@media (max-width: 767px) {
  .home-legacy-full,
  .home-dark-section,
  .home-sustain-full,
  .home-category-section,
  .home-white-section {
    padding: 40px 20px;
    height: auto; }
  .home-legacy-full {
    background: #1A1B1C;
    background-image: none; }
  .home-legacy-image {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 0; }
  .home-sustain-full {
    background: #1A1B1C;
    background-image: none; }
  .home-sustain-image {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 0; }
  .home-legacy-title,
  .home-dark-title,
  .home-sustain-title,
  .home-white-title {
    font-size: 44px; }
  .home-category-title {
    font-size: 32px; }
  .home-white-title {
    font-size: 32px; }
  .home-white-blog {
    display: none; }
  .home-white-blog-carousel {
    display: block; }
  .home-legacy-body,
  .home-sustain-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 0;
    margin-right: 0;
    text-align: left; }
  .home-legacy-features {
    grid-template-columns: 1fr;
    gap: 20px; }
  .home-legacy-feature .legacy-title {
    margin-top: 20px;
    font-size: 18px; }
  .home-legacy-feature .legacy-desc {
    margin-top: 12px;
    font-size: 13px; }
  .home-dark-preview {
    height: 320px; }
  .home-dark-inner {
    grid-template-columns: 1fr;
    gap: 0px; }
  .home-dark-title {
    margin-bottom: 32px; }
  .home-dark-carousel {
    margin-bottom: 0; }
  .home-dark-section .productCarousel--best-seller .slick-slide {
    width: auto !important; }
  .home-dark-section .productCarousel--best-seller .slick-list {
    padding: 0 !important; }
  .home-dark-section .slick-dots {
    margin-top: 32px;
    display: none !important; }
  .home-sustain-title {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px; }
  .home-category-item {
    height: 88px;
    gap: 16px; }
  .home-category-expand {
    right: 16px; }
  .home-category-image {
    width: 56px; }
  .home-category-text {
    font-size: 24px; }
  .home-category-sub {
    font-size: 18px;
    gap: 10px; }
  .home-category-sub-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .home-category-sub-icon svg {
    display: none !important; }
  .home-category-sub-icon::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21H20.5' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M14 19L21 12L14 5' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E"); }
  .home-category-sub-icon svg path {
    stroke: #ffffff !important; }
  .home-white-blog {
    margin-top: 24px;
    gap: 20px; }
  .home-white-blog-right .blog .content {
    grid-template-columns: 1fr;
    gap: 12px; }
  .home-white-blog-right .blog .blog-img-pan {
    height: 200px; }
  .home-white-skeleton-left,
  .home-white-skeleton-card {
    min-height: 280px; }
  .home-insta-feed {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px !important;
    text-align: left; }
  .home-insta-feed h3 a::before,
  .home-insta-feed h3 a::after {
    font-size: 32px; }
  .home-insta-feed h3 a::after {
    text-underline-offset: 5px; }
  .oc-insta-custom {
    padding: 0; }
  .oc-insta-custom-slider {
    padding-right: 20px; }
  .oc-insta-custom-slide {
    width: 164px; }
  .oc-insta-custom-card,
  .oc-insta-custom-image {
    width: 164px;
    height: 205px; }
  .h-product-row ul li a {
    font-size: 32px;
    line-height: 1; }
  .h-product-row ul li.homeTab-title--new a {
    font-size: 32px;
    line-height: 1; } }

/* Home Tabs style*/
.tabs {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.tab-link {
  width: 33.33333%; }

.tab-link span {
  margin: 0;
  font-size: 22px; }

.tab-content {
  order: 5;
  width: 100%; }

.tabs .tab-link.active span {
  color: #fff; }

/* Style the buttons inside the tab */
.tabs .tab-link {
  background-color: #f1f1f1;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 3%;
  transition: 0.3s; }

/* Change background color of buttons on hover */
.tabs .tab-link:hover {
  background-color: #1A1B1C; }

/* Create an active/current tablink class */
.tabs .tab-link.active {
  background-color: #1A1B1C; }

/* Style the tab content */
.tab-content {
  display: none;
  padding: 6px 3%;
  border-top: none; }

.tabs .tab-link:hover span {
  color: #fff; }

/* Responsive layout - makes the menu and the content area stack on top of each other */
@media (max-width: 600px) {
  .tabs .tab-link, .tab-content {
    float: none;
    width: 100%; }
  .tab-content {
    order: unset;
    width: 100%; } }

.tab-content .the-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: center;
  width: 80%;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: 20px auto; }

.tab-content .the-content .tab-content-column {
  padding: 10px; }

.tab-content-left-column {
  width: 35%; }

.tab-content-right-column {
  width: 65%; }

/*  Carousel custom css */
.h-product-row .productCarousel .slick-next, .h-product-row .productCarousel .slick-prev {
  display: none !important;
  background: #1A1B1C !important;
  border: none !important;
  height: 3.8125rem !important;
  margin-top: -4.9375rem !important;
  padding: .625rem !important;
  width: 2.5rem !important;
  z-index: 1 !important;
  transform: scale(0.6, 0.6);
  opacity: .7; }

.h-product-row .productCarousel .slick-next:hover, .h-product-row .productCarousel .slick-prev:hover {
  opacity: 1; }

.h-product-row .productCarousel .slick-prev {
  left: 0px;
  right: auto !important;
  top: 50% !important; }

.h-product-row .productCarousel .slick-prev svg, .h-product-row .productCarousel .slick-next svg {
  display: none !important; }

.h-product-row .slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E") !important; }

.h-product-row .slick-next::before, .h-product-row .slick-prev::before {
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  display: block !important;
  height: 2.5625rem !important;
  width: 1.25rem !important; }

.h-product-row .slick-next:before {
  content: "" !important; }

.h-product-row .slick-next:before, .h-product-row .slick-prev:before {
  font-family: inherit !important;
  font-size: 20px !important;
  line-height: 1 !important;
  color: #fff !important;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

.h-product-row .productCarousel .slick-list:after {
  display: none; }

.h-product-row #tab-2 {
  padding-left: 0.2vw;
  max-width: none;
  margin: 0px auto; }

@media (max-width: 700px) {
  [data-sub-layout-container="3ff204f8-ed31-4173-93de-1d3771429d7f"] {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  [data-sub-layout="76c1bd37-379f-448f-b8ae-cb9d508450f3"] {
    padding: 0px !important; } }

/* Homepage shop by category tile grid */
.home-category-section {
  padding: 80px 96px !important;
  overflow: visible !important; }

.home-category-inner {
  display: block !important;
  margin: 0 auto !important;
  overflow: visible !important; }

.home-category-col {
  overflow: visible !important; }

.home-category-title {
  margin: 0 0 24px !important;
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-size: 64px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  color: #1A1B1C !important;
  text-transform: uppercase !important; }

.home-category-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  max-width: 100% !important;
  overflow: visible !important; }

.home-category-entry,
.home-category-item,
.home-category-link {
  min-width: 0 !important; }

.home-category-entry {
  display: block !important; }

.home-category-item {
  display: block !important;
  height: 400px !important;
  border: 0 !important;
  overflow: hidden !important; }

.home-category-link {
  display: block !important;
  position: relative !important;
  height: 100% !important;
  padding: 0 !important;
  color: #fff !important; }

.home-category-image {
  width: 100% !important;
  height: 100% !important; }

.home-category-image-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform .45s ease !important;
  will-change: transform; }

.home-category-link:hover .home-category-image-img,
.home-category-link:focus-visible .home-category-image-img {
  transform: scale(1.06); }

.home-category-text {
  position: absolute !important;
  left: 12px !important;
  bottom: 16px !important;
  z-index: 2 !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important; }

.home-category-link::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 !important;
  height: 45% !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.42)) !important;
  pointer-events: none !important; }

.home-category-expand,
.home-category-sub,
.home-category-tooltip,
.home-category-tooltip.is-visible {
  display: none !important; }

@media (max-width: 1023px) {
  .home-category-section {
    padding: 48px 24px !important; }
  .home-category-list {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .home-category-item {
    height: 300px !important; } }

@media (max-width: 767px) {
  .home-category-section {
    padding: 40px 16px !important; }
  .home-category-title {
    font-size: 32px !important; }
  .home-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .home-category-item {
    height: 240px !important; } }

.productGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.card {
  width: 320px;
  height: 400px;
  border: 1px solid rgba(26, 27, 28, 0.2);
  box-sizing: border-box; }

.card-img-container {
  margin: auto;
  position: relative; }

.card-image {
  mix-blend-mode: darken;
  height: 100%;
  transition: all .7s; }
  .card-image.item-1 {
    opacity: 0; }

.productGrid .card-img-container,
.productCarousel .card-img-container,
.home-new-products-swiper .card-img-container,
.search-suggested-products .card-img-container,
.swiper .card-img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block !important;
  margin: 0 !important; }

.type-category #product-listing-container .productGrid .card-img-container {
  height: auto !important;
  display: block !important;
  align-items: initial !important;
  justify-content: initial !important; }

@supports (aspect-ratio: 1/1) {
  .productGrid .card-img-container,
  .productCarousel .card-img-container,
  .home-new-products-swiper .card-img-container,
  .search-suggested-products .card-img-container,
  .swiper .card-img-container {
    aspect-ratio: 344 / 258; }
  .type-category #product-listing-container .productGrid .card-img-container {
    aspect-ratio: 1 / 1; }
  .type-search #product-listing-container .productGrid .card-img-container,
  .page-type-search #product-listing-container .productGrid .card-img-container {
    aspect-ratio: 1 / 1 !important; }
  .h-product-row #tab-2 .productCarousel .card-img-container {
    aspect-ratio: 1 / 1; }
  .home-new-products-swiper .card-img-container {
    aspect-ratio: 1 / 1; }
  .home-dark-section .productCarousel--best-seller .card-img-container {
    aspect-ratio: 1 / 1; }
  .home-dark-section .home-best-seller-swiper .card-img-container {
    aspect-ratio: 1 / 1; }
  .productGrid .card-img-container::after,
  .productCarousel .card-img-container::after,
  .home-new-products-swiper .card-img-container::after,
  .search-suggested-products .card-img-container::after,
  .swiper .card-img-container::after {
    content: none !important; } }

.h-product-row #tab-2 .productCarousel .card-img-container,
.home-new-products-swiper .card-img-container {
  height: 320px !important;
  aspect-ratio: 1 / 1 !important;
  flex: 0 0 320px; }

@supports not (aspect-ratio: 1/1) {
  .productGrid .card-img-container::after,
  .productCarousel .card-img-container::after,
  .home-new-products-swiper .card-img-container::after,
  .search-suggested-products .card-img-container::after,
  .swiper .card-img-container::after {
    padding-bottom: 75% !important; }
  .type-category #product-listing-container .productGrid .card-img-container::after {
    padding-bottom: 100% !important; }
  .type-search #product-listing-container .productGrid .card-img-container::after,
  .page-type-search #product-listing-container .productGrid .card-img-container::after {
    padding-bottom: 100% !important; }
  .h-product-row #tab-2 .productCarousel .card-img-container::after {
    padding-bottom: 100% !important; }
  .home-new-products-swiper .card-img-container::after {
    padding-bottom: 100% !important; }
  .home-dark-section .productCarousel--best-seller .card-img-container::after {
    padding-bottom: 100% !important; }
  .home-dark-section .home-best-seller-swiper .card-img-container::after {
    padding-bottom: 100% !important; } }

.productGrid .card-img-container .card-image,
.productCarousel .card-img-container .card-image,
.home-new-products-swiper .card-img-container .card-image,
.search-suggested-products .card-img-container .card-image,
.swiper .card-img-container .card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  /* Object-fit polyfill hint */
  font-family: "object-fit: cover;"; }

.card-figure {
  background: whitesmoke;
  padding: 0px; }
  .card-figure:hover .card-image.item-0 {
    opacity: 0; }
  .card-figure:hover .card-image.item-1 {
    opacity: 1;
    transition: all .5s; }

.card-body {
  padding-top: 0;
  margin-top: 10px;
  padding-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .card-body {
      margin-top: 12px; } }
  .card-body .brandName {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.28px;
    margin: 0px;
    width: calc(100% - 100px); }
    @media screen and (max-width: 767px) {
      .card-body .brandName {
        text-align: left; } }
    @media screen and (max-width: 666px) {
      .card-body .brandName {
        width: 100%;
        order: 2;
        margin-top: 2px; } }
  .card-body .card-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    width: 100%;
    margin-bottom: 3px; }
    @media screen and (max-width: 767px) {
      .card-body .card-title {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 5px; } }
  .card-body .card-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .card-body .card-text[data-test-info-type="price"] {
    justify-content: flex-end;
    text-align: right; }
  .card-body .card-text[data-test-info-type="price"] .price-section {
    margin-right: 0;
    width: 100%;
    text-align: right; }
  .card-body .card-text[data-test-info-type="price"] .price {
    display: inline-block;
    text-align: right;
    white-space: nowrap; }
  .card-body .card-member-tax-note {
    display: inline-flex;
    align-items: center;
    min-height: 0px;
    margin-left: auto;
    padding: 4px 12px;
    border: 1px solid rgba(26, 27, 28, 0.1);
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #1A1B1C;
    white-space: nowrap; }
  .card-body .card-badge {
    display: flex;
    align-items: center;
    width: 100%; }
  .card-body .product-option-type {
    margin-top: 7px;
    padding-bottom: 4px; }
    .card-body .product-option-type ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin: 0px;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      @media screen and (max-width: 1023px) {
        .card-body .product-option-type ul {
          text-align: left; } }
      .card-body .product-option-type ul li {
        margin: 0px;
        padding: 0px;
        width: auto; }
        .card-body .product-option-type ul li:before {
          display: none; }
        .card-body .product-option-type ul li + li {
          margin-left: 16px; }
        .card-body .product-option-type ul li a {
          line-height: 0;
          display: block; }
          .card-body .product-option-type ul li a:after {
            display: none; }
          .card-body .product-option-type ul li a:before {
            content: ' ';
            position: absolute;
            top: -4px;
            left: -4px;
            width: calc(100% + 8px);
            height: calc(100% + 8px);
            border-radius: 50%;
            border: 2px solid #333333;
            opacity: 0;
            visibility: hidden; }
          .card-body .product-option-type ul li a.active:before {
            opacity: 1;
            visibility: visible; }
        .card-body .product-option-type ul li.more-swatches {
          line-height: 16px; }
        .card-body .product-option-type ul li .form-option-swatch {
          margin: 0px;
          border: none;
          width: 16px;
          height: 16px;
          position: relative;
          box-sizing: content-box;
          padding: 0; }
        .card-body .product-option-type ul li .form-option-variant--color, .card-body .product-option-type ul li .form-option-variant--pattern {
          border-radius: 50%;
          width: 100%;
          height: 100%; }
        .card-body .product-option-type ul li .form-option-variant--color {
          clip-path: polygon(0 49%, 48% 50%, 80% 100%, 0 100%);
          position: absolute;
          left: auto;
          right: 0;
          transform: rotate(235deg);
          box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
          -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1); }
          .card-body .product-option-type ul li .form-option-variant--color:first-child {
            clip-path: none !important;
            transform: none !important; }
          .card-body .product-option-type ul li .form-option-variant--color:nth-child(2) {
            transform: rotate(90deg);
            left: 0; }
            .card-body .product-option-type ul li .form-option-variant--color:nth-child(2) + :last-child {
              clip-path: polygon(0% 35%, 50% 50%, 60% 100%, 0 100%); }
          .card-body .product-option-type ul li .form-option-variant--color:last-child {
            transform: none;
            left: 0;
            right: auto;
            transform: rotate(-45deg);
            left: 0;
            right: auto;
            clip-path: polygon(0% 0%, 50% 50%, 100% 100%, 0 100%); }

.price-section {
  margin-right: 8px; }
  .price-section .price-label, .price-section .price-now-label {
    display: none !important; }
  .price-section span {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #333333; }
    @media screen and (max-width: 666px) {
      .price-section span {
        font-size: 14px;
        line-height: 20px; } }
  .price-section .price--rrp, .price-section .price--non-sale, .price-section .price--discounted {
    color: #999999;
    font-weight: 400;
    text-decoration: none;
    position: relative; }
    .price-section .price--rrp:before, .price-section .price--non-sale:before, .price-section .price--discounted:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #999999;
      width: 100%;
      height: 1px; }

.brandrating-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 666px) {
    .brandrating-section {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .brandrating-section .brandName + .card-text {
    width: 100px; }
  .brandrating-section .card-text {
    width: 100%;
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media screen and (max-width: 666px) {
      .brandrating-section .card-text {
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
  .brandrating-section .icon svg {
    fill: #e7e7e7; }
  .brandrating-section .icon.icon--ratingFull svg {
    fill: #ffb800; }

.card-hover-icon {
  height: 48px;
  width: 48px;
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 1580px) {
    .card-hover-icon {
      height: 42px;
      width: 42px; } }
  @media screen and (max-width: 1300px) {
    .card-hover-icon {
      height: 34px;
      width: 34px; } }
  .card-hover-icon svg {
    stroke: #333333;
    fill: transparent;
    width: 100%; }
  .card-hover-icon:hover {
    background: #0f4026; }
    .card-hover-icon:hover svg {
      stroke: white;
      fill: transparent; }

.compare-btn:hover .card-hover-icon {
  background: #0f4026; }
  .compare-btn:hover .card-hover-icon svg {
    stroke: white;
    fill: transparent; }

.compare-active-lbl .card-hover-icon {
  background: #0f4026; }
  .compare-active-lbl .card-hover-icon svg {
    stroke: white;
    fill: transparent; }

.addtocart-icon svg {
  height: 22px; }
  @media screen and (max-width: 1580px) {
    .addtocart-icon svg {
      height: 18px; } }
  @media screen and (max-width: 1300px) {
    .addtocart-icon svg {
      height: 14px; } }

.quickview-icon svg {
  height: 14px; }
  @media screen and (max-width: 1580px) {
    .quickview-icon svg {
      height: 12px; } }
  @media screen and (max-width: 1300px) {
    .quickview-icon svg {
      height: 10px; } }

.out-of-stock-icon svg {
  height: 24px; }
  @media screen and (max-width: 1300px) {
    .out-of-stock-icon svg {
      height: 14px; } }

.compare-icon svg {
  height: 18px; }
  @media screen and (max-width: 1580px) {
    .compare-icon svg {
      height: 15px; } }
  @media screen and (max-width: 1300px) {
    .compare-icon svg {
      height: 10px; } }

.chooseoption-icon svg {
  height: 22px;
  stroke: none;
  fill: #333333; }
  @media screen and (max-width: 1580px) {
    .chooseoption-icon svg {
      height: 19px; } }
  @media screen and (max-width: 1300px) {
    .chooseoption-icon svg {
      height: 14px; } }

.chooseoption-icon:hover svg {
  fill: white;
  stroke: none; }

.compare-btn input[type=checkbox] {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

.card-figcaption .card-figcaption-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
  -webkit-justify-content: center;
  justify-content: center;
  transform: none;
  bottom: 32px;
  position: absolute;
  top: auto;
  z-index: 11;
  transition: all 0.5s;
  transform: translateX(-50%);
  left: 50%; }
  .card-figcaption .card-figcaption-body .button- {
    padding: 0 8px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden; }
    @media screen and (max-width: 1300px) {
      .card-figcaption .card-figcaption-body .button- {
        padding: 0 5px; } }
    .card-figcaption .card-figcaption-body .button-:nth-child(odd) {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    .card-figcaption .card-figcaption-body .button-:before {
      content: attr(data-title);
      position: absolute;
      padding: 4px 10px;
      background: #333333;
      color: #fff;
      top: -30px;
      white-space: nowrap;
      left: 50%;
      z-index: 10;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      text-transform: capitalize; }
      @media screen and (max-width: 1300px) {
        .card-figcaption .card-figcaption-body .button-:before {
          font-size: 10px;
          padding: 4px 5px; } }
    .card-figcaption .card-figcaption-body .button-:after {
      top: -5px;
      content: "";
      position: absolute;
      top: -7px;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #333333 transparent transparent;
      pointer-events: none;
      opacity: 0;
      visibility: hidden; }
    .card-figcaption .card-figcaption-body .button-:hover:before {
      opacity: 1;
      visibility: visible; }
    .card-figcaption .card-figcaption-body .button-:hover:after {
      opacity: 1;
      visibility: visible; }

.card-figure:hover .card-figcaption:after {
  transition: opacity 0.35s; }

.card-figure:hover .card-figcaption-body .button- {
  transform: translateY(0px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
  visibility: visible; }
  .card-figure:hover .card-figcaption-body .button-:nth-child(odd) {
    transform: translateY(0px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

.productCarousel .slick-list {
  padding: 0 136px 0 0; }
  @media (max-width: 1900px) {
    .productCarousel .slick-list {
      padding: 0px; } }
  @media (max-width: 1580px) {
    .productCarousel .slick-list {
      padding: 0 24px 0 0; } }
  @media (max-width: 1024px) {
    .productCarousel .slick-list {
      padding: 0 136px 0 0; } }
  .productCarousel .slick-list:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 128px;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 9.38%, rgba(255, 255, 255, 0.8) 58.41%, rgba(255, 255, 255, 0) 118.75%); }
    @media screen and (max-width: 1300px) {
      .productCarousel .slick-list:after {
        width: 85px; } }
    @media screen and (max-width: 1023px) {
      .productCarousel .slick-list:after {
        display: none; } }

.productCarousel.no-slider .slick-list:after {
  display: none; }

.productCarousel .slick-track {
  margin: 0; }

.productCarousel .slick-prev {
  right: 30px;
  left: auto;
  top: 50%;
  margin-top: -30px; }
  @media screen and (max-width: 1580px) {
    .productCarousel .slick-prev {
      margin-top: -65px; } }

.productCarousel .slick-next {
  right: 30px;
  top: 50%;
  margin-top: 30px; }
  @media screen and (max-width: 1580px) {
    .productCarousel .slick-next {
      margin-top: 0px; } }

.productCarousel .slick-arrow {
  background: transparent;
  border: 0;
  height: 34px;
  width: 22px;
  padding: 0; }
  .productCarousel .slick-arrow::before {
    height: 24px;
    width: 12px;
    margin: auto; }

.carousel-tooltip {
  display: none; }

.sale-flag-side {
  color: #f35555;
  background: white;
  border-radius: 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 5px 10px;
  height: auto; }

.discount-salebadge {
  position: absolute;
  z-index: 10;
  background: white;
  border-radius: 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  padding: 5px 10px;
  height: auto;
  top: 8px;
  right: auto;
  left: 0; }

/*-------- siderbar css start ------ */
.oc-catgory-image {
  margin-bottom: 60px; }
  .oc-catgory-image img {
    max-width: 150px; }

.sidebarBlock + .sidebarBlock {
  padding: 0px;
  margin: 0px;
  margin-top: 60px;
  border: none; }

.sidebarBlock.category-sidebar {
  margin-bottom: 60px; }
  @media screen and (max-width: 1023px) {
    .sidebarBlock.category-sidebar {
      margin-bottom: 0px; } }

.sidebarBlock ul {
  margin: 0px; }

.sidebarBlock li {
  padding: 0px; }
  .sidebarBlock li:before {
    display: none; }
  .sidebarBlock li + li {
    margin-top: 24px; }

.sidebarBlock .navList-action {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  padding: 0px;
  margin: 0px; }
  @media screen and (max-width: 1580px) {
    .sidebarBlock .navList-action {
      font-size: 16px;
      line-height: 20px; } }
  .sidebarBlock .navList-action.activePage {
    color: #0f4026; }

.sidebarBlock .navigation-treeview > .navList-item {
  position: relative;
  border-top: 1px solid rgba(26, 27, 28, 0.1);
  padding-top: 16px;
  margin-top: 16px; }
  .sidebarBlock .navigation-treeview > .navList-item:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0; }
  .sidebarBlock .navigation-treeview > .navList-item > .navList-action {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: rgba(26, 27, 28, 0.8); }

.sidebarBlock .navigation-treeview ul {
  display: none;
  margin-top: 24px;
  padding-left: 0px; }
  .sidebarBlock .navigation-treeview ul .navList-action {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(26, 27, 28, 0.8); }

.sidebarBlock .navList-item > ul {
  display: none;
  margin-top: 24px;
  padding-left: 0px; }

.sidebarBlock .facetedSearch-clearLink {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  margin-top: -4px;
  color: #666666; }
  @media screen and (max-width: 767px) {
    .sidebarBlock .facetedSearch-clearLink {
      margin: 0px;
      right: 8px; } }
  .sidebarBlock .facetedSearch-clearLink:hover {
    color: #0f4026; }

.sidebarBlock .navList-action--checkbox {
  padding-left: 28px; }
  .sidebarBlock .navList-action--checkbox:before {
    width: 16px;
    height: 16px;
    border-radius: 0px;
    border: 1px solid #c4c4c4; }
  .sidebarBlock .navList-action--checkbox:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.38087L3.66667 7.04754L9 1.33325' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-color: #0f4026;
    background-size: 10px auto;
    background-position: center top 4px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    left: 0; }
  .sidebarBlock .navList-action--checkbox.is-selected:before {
    border-color: #0f4026; }

.sidebarBlock .form-minMaxRow .form-input {
  border-color: #dddddd;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #999999;
  padding: 8px 20px;
  text-align: center; }
  @media screen and (max-width: 1439px) {
    .sidebarBlock .form-minMaxRow .form-input {
      padding: 6px 0px; } }

.sidebarBlock .form-minMaxRow .button {
  padding: 7px 22px; }
  @media screen and (max-width: 1439px) {
    .sidebarBlock .form-minMaxRow .button {
      padding: 7px 0px; } }

.sidebarBlock .facetedSearch-refineFilters {
  margin-bottom: 60px; }
  @media screen and (max-width: 1023px) {
    .sidebarBlock .facetedSearch-refineFilters {
      display: block; }
      .sidebarBlock .facetedSearch-refineFilters ul.treeview {
        display: block; } }
  .sidebarBlock .facetedSearch-refineFilters li {
    margin: 0px;
    margin-bottom: 8px;
    margin-right: 8px; }
  .sidebarBlock .facetedSearch-refineFilters p {
    margin-bottom: 0px; }
  .sidebarBlock .facetedSearch-refineFilters .facetLabel {
    background-color: #eeeeee;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    border-radius: 0px;
    padding: 8px 12px; }
    @media screen and (max-width: 1580px) {
      .sidebarBlock .facetedSearch-refineFilters .facetLabel {
        font-size: 16px; } }
    .sidebarBlock .facetedSearch-refineFilters .facetLabel .icon {
      width: 12px;
      height: 12px;
      fill: transparent;
      stroke: #000000; }

.sidebarBlock .clear-all-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #999999; }
  .sidebarBlock .clear-all-link:hover {
    color: #333333; }

.sidebarBlock .hitarea {
  background-image: none !important;
  width: 26px;
  height: 26px;
  background-position: center center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.35s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .sidebarBlock .hitarea svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: transparent;
    stroke: #777777; }
  .sidebarBlock .hitarea.collapsable-hitarea {
    transition: all 0.35s; }

.sidebarBlock .rotatearrow.expandable > .hitarea {
  transition: all 0.35s; }

.sidebarBlock .rotatearrow.collapsable > .hitarea {
  transition: all 0.35s; }

.sidebarBlock .navList-item ul {
  display: block;
  margin-top: 24px;
  padding-left: 0px; }

.sidebarBlock .navList-item-hitarea {
  top: 16px !important;
  transform: none !important;
  height: 24px; }

.sidebarBlock .navigation-treeview > .navList-item > .hitarea {
  top: 16px !important;
  transform: none !important;
  height: 24px !important; }

.sidebarBlock .sidebarBlock .navigation-treeview > .navList-item > .hitarea {
  top: 16px !important;
  transform: none !important;
  height: 24px !important; }

.sidebarBlock .sidebar-title {
  position: relative; }
  .sidebarBlock .sidebar-title .icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 12px; }
    .sidebarBlock .sidebar-title .icon svg {
      fill: transparent;
      stroke: #777777; }
    .sidebarBlock .sidebar-title .icon.active {
      transform: translateY(-50%) rotate(180deg); }

.sidebarBlock .navList-item .navList-action--toggle {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
  width: 100%;
  font: inherit;
  color: inherit; }

.sidebarBlock .navList-item.collapsable > .navList-action {
  color: rgba(26, 27, 28, 0.8); }

.sidebarBlock .navList-item.collapsable .hitarea {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .sidebarBlock .navList-item.collapsable .hitarea svg {
    stroke: rgba(26, 27, 28, 0.8); }

.sidebarBlock .navList-item:hover .hitarea {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .sidebarBlock .navList-item:hover .hitarea svg {
    stroke: rgba(26, 27, 28, 0.8); }

@media screen and (max-width: 1023px) {
  .sidebarBlock .form-minMaxRow {
    margin: 0px; } }

.accordion-navigation svg {
  fill: transparent;
  stroke: #777777;
  width: 14px;
  height: 12px; }
  @media screen and (max-width: 1023px) {
    .accordion-navigation svg {
      display: none !important; } }
  .accordion-navigation svg:hover {
    stroke: #0f4026; }

.accordion--navList {
  margin-bottom: 40px; }
  @media screen and (max-width: 1023px) {
    .accordion--navList {
      border: none;
      height: 100%;
      overflow-y: auto; } }
  .accordion--navList .accordion-navigation {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px;
    margin-bottom: 24px !important; }
    @media screen and (max-width: 1023px) {
      .accordion--navList .accordion-navigation {
        padding: 0px;
        border: none;
        margin-bottom: 13px !important; } }
    .accordion--navList .accordion-navigation .accordion-title {
      width: calc(100% - 30px);
      text-align: left; }
      @media screen and (max-width: 1023px) {
        .accordion--navList .accordion-navigation .accordion-title {
          padding: 0px;
          width: 100%; } }
  .accordion--navList .accordion-block {
    margin-top: 0px; }
    .accordion--navList .accordion-block .facetedSearch-content--rating li + li {
      margin-top: 11px; }
    .accordion--navList .accordion-block .rating--small .icon {
      height: 20px;
      width: 20px; }
      .accordion--navList .accordion-block .rating--small .icon svg {
        fill: #e7e7e7; }
      .accordion--navList .accordion-block .rating--small .icon.icon--ratingFull svg {
        fill: #ffb800; }
  .accordion--navList .accordion-content {
    margin-bottom: 61px; }
    @media screen and (max-width: 1023px) {
      .accordion--navList .accordion-content {
        padding: 0px;
        display: block; } }
    .accordion--navList .accordion-content ul + .toggleLink {
      margin-top: 12px;
      display: inline-block; }
  .accordion--navList .navList-action-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #EEEEEE; }
    .accordion--navList .navList-action-close .icon {
      fill: black; }
    .accordion--navList .navList-action-close:hover {
      background-color: #333333; }
      .accordion--navList .navList-action-close:hover .icon {
        fill: white; }

.sidebarBlock-heading, .accordion-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #333333;
  margin: 0px; }
  @media screen and (max-width: 1580px) {
    .sidebarBlock-heading, .accordion-title {
      font-size: 20px;
      line-height: 28px; } }

.sidebarBlock-heading {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 7px;
  margin-bottom: 24px; }

.reset-btn {
  position: relative;
  display: inline-block; }
  .reset-btn:after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    bottom: -5px;
    left: 0px;
    transition: all 0.2s linear; }
  .reset-btn:hover:after {
    width: 100%;
    transition: all 0.2s linear; }

.sidebarblock-image {
  margin-top: 55px; }
  @media screen and (max-width: 1023px) {
    .sidebarblock-image {
      display: none; } }
  .sidebarblock-image a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block; }

/* ------- sidebar css end ------ */
.italiano-layout--jewelry .page-inner {
  padding-top: 20px; }
  @media screen and (max-width: 1023px) {
    .italiano-layout--jewelry .page-inner {
      padding-top: 25px; } }

.page-inner {
  padding-top: 40px;
  border-top: none; }
  @media screen and (max-width: 1023px) {
    .page-inner {
      padding-top: 40px; } }

.category-title .breadcrumbs .breadcrumb.is-active {
  display: none; }

.category-header {
  width: 100%;
  float: none;
  clear: both;
  margin-bottom: 40px;
  line-height: normal; }
  .category-header .breadcrumbs .breadcrumb.is-active {
    display: none; }
  @media screen and (max-width: 1023px) {
    .category-header .category-header {
      margin-bottom: 24px; }
    .category-header .category-header .breadcrumbs {
      margin-bottom: 8px; } }

.category-title .page-heading {
  text-align: left;
  font-family: "Geist", "Schibsted Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  color: #1A1B1C;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 33px;
  margin-top: 5px; }
  @media screen and (max-width: 1580px) {
    .category-title .page-heading {
      font-size: 48px;
      line-height: 1.1;
      margin-bottom: 20px; } }
  @media screen and (max-width: 1023px) {
    .category-title .page-heading {
      margin-top: 8px;
      font-size: 32px;
      line-height: 1.4; } }

.category-title img {
  width: 100%;
  max-height: 280px;
  object-fit: cover; }
  @media screen and (max-width: 767px) {
    .category-title img {
      max-height: 160px; } }

.actionBar {
  margin: 0px; }
  .actionBar .form-field {
    margin-bottom: 0px;
    border: 1px solid #e5e5e5;
    padding: 0 16px; }
  .actionBar .form-label {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; }
  .actionBar select {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='%23777777' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-size: 10px auto;
    background-position: center right;
    padding-right: 16px; }
    @media screen and (max-width: 1023px) {
      .actionBar select {
        background-position: top 17px right; } }

.product-top-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 8px 0 32px; }
  @media screen and (max-width: 1023px) {
    .product-top-actions {
      margin-bottom: 24px; } }
  @media (max-width: 800px) {
    .product-top-actions {
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      flex-direction: column;
      -webkit-flex-direction: column; } }
  .product-top-actions .product-left-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .product-top-actions .product-left-section .actionBar-section .form-select {
      width: 40px; }
    @media (max-width: 800px) {
      .product-top-actions .product-left-section {
        margin-bottom: 16px; } }
    @media (max-width: 800px) {
      .product-top-actions .product-left-section {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%; } }
    .product-top-actions .product-left-section .CustomProductCount {
      margin-left: 24px; }
      @media screen and (max-width: 1259px) {
        .product-top-actions .product-left-section .CustomProductCount {
          margin-left: 12px; } }
      @media screen and (max-width: 1023px) {
        .product-top-actions .product-left-section .CustomProductCount {
          margin-left: 12px;
          font-size: 14px; } }
      @media screen and (max-width: 666px) {
        .product-top-actions .product-left-section .CustomProductCount {
          margin-left: 4px; } }
      .product-top-actions .product-left-section .CustomProductCount p {
        margin-bottom: 0px; }
  .product-top-actions .product-right-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media (max-width: 800px) {
      .product-top-actions .product-right-action {
        justify-content: flex-end;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .product-top-actions .product-right-action {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%; } }
  .product-top-actions form {
    margin-bottom: 0px !important; }

.product-view-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  margin-right: 24px; }
  @media screen and (max-width: 1259px) {
    .product-view-button {
      margin-right: 12px; } }
  @media screen and (max-width: 1023px) {
    .product-view-button {
      margin-right: 12px; } }
  @media screen and (max-width: 767px) {
    .product-view-button {
      display: none; } }
  .product-view-button > a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .product-view-button > a + a {
      border-left: 1px solid #e5e5e5; }
  .product-view-button svg {
    fill: rgba(94, 108, 132, 0.4);
    width: 16px;
    height: 16px; }
  .product-view-button a:hover svg, .product-view-button a.active svg {
    fill: #0f4026; }

.productGrid li {
  margin: 0px; }
  .productGrid li:before {
    display: none; }
  .productGrid li .card {
    margin-bottom: 25px; }

.page-content-right .category-description {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(26, 27, 28, 0.8);
  margin: 0 0 24px; }
  @media screen and (max-width: 1023px) {
    .page-content-right .category-description {
      font-size: 14px;
      margin-bottom: 16px; } }
  .page-content-right .category-description p {
    margin: 0 0 12px; }
  .page-content-right .category-description p:last-child {
    margin-bottom: 0; }

@media (max-width: 1440px) {
  .page-content-right .productGrid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important; }
  .page-content-right .productGrid > li,
  .page-content-right .productGrid > .grid {
    width: auto !important;
    padding: 0 !important; }
  .page-content-right .productGrid .card {
    margin-bottom: 0 !important; } }

@media (min-width: 1441px) {
  .page-content-right .productGrid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important; }
  .page-content-right .productGrid > li,
  .page-content-right .productGrid > .grid {
    width: auto !important;
    padding: 0 !important; }
  .page-content-right .productGrid .card {
    margin-bottom: 0 !important; } }

@media (max-width: 767px) {
  .page-content-right .productGrid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important; }
  .page-content-right .productGrid > li,
  .page-content-right .productGrid > .grid {
    width: auto !important;
    padding: 0 !important; }
  .page-content-right .productGrid .card {
    margin-bottom: 0 !important; }
  .type-category #product-listing-container .productGrid .card-body {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto auto !important;
    align-items: start;
    padding: 12px !important; }
  .page-content-right .card-badge {
    text-align: left; }
  .category-sort-trigger {
    font-size: 14px !important;
    padding: 8px 12px; }
  .type-category #product-listing-container .productGrid .card-body {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important; }
  .type-category #product-listing-container .productGrid .listview-cardbody {
    grid-column: 1 !important;
    grid-row: 2 !important; }
  .type-category #product-listing-container .productGrid .product-listview-option {
    grid-column: 1 !important;
    grid-row: 3 !important;
    justify-self: start !important;
    text-align: left !important;
    width: 100% !important;
    margin-top: 4px !important; }
  .type-category #product-listing-container .productGrid .card-text[data-test-info-type="price"],
  .type-category #product-listing-container .productGrid .card-text[data-test-info-type="price"] .price-section,
  .type-category #product-listing-container .productGrid .card-text[data-test-info-type="price"] .price {
    align-items: flex-start !important;
    text-align: left !important; } }

.type-category #product-listing-container .productGrid .card-body {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  grid-template-rows: auto auto !important;
  column-gap: 12px !important;
  row-gap: 8px !important;
  align-items: start !important;
  align-content: start !important;
  margin: 0 !important;
  padding: 10px 16px !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: auto !important;
  box-sizing: border-box !important; }

.type-category #product-listing-container .productGrid .brandrating-section,
.type-category #product-listing-container .productGrid .card-summary {
  display: none !important; }

.type-category #product-listing-container .productGrid .listview-cardbody {
  display: block !important;
  grid-column: 1 !important;
  grid-row: 2 !important;
  min-height: 4.2em !important; }

.type-category #product-listing-container .productGrid .card-title {
  min-height: 4.2em !important; }

.type-category #product-listing-container .productGrid .card-title a {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-height: 4.2em !important; }

.page-content-right .card-badge {
  order: 0;
  width: 100%;
  margin-bottom: 0;
  position: static;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  grid-column: 1 / -1 !important;
  grid-row: 1 !important; }

.page-content-right .card-badge .card-member-tax-note {
  margin-left: auto; }

.page-content-right .card-badge .sale-flag-side,
.page-content-right .card-badge .sold-out-flag-side,
.page-content-right .card-badge .sale-flag-sash,
.page-content-right .card-badge .sold-out-flag-sash,
.page-content-right .card-badge .sale-text-burst,
.page-content-right .card-badge .sold-out-text-burst {
  position: static;
  border: 1px solid rgba(26, 27, 28, 0.1);
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  width: auto; }

.page-content-right .card-badge .sale-text,
.page-content-right .card-badge .sold-out-text {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1A1B1C; }

.page-content-right .card-badge .sale-text {
  font-size: 0; }

.page-content-right .card-badge .sale-text::after {
  content: "SALE";
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1A1B1C; }

.page-content-right .card-title {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #1A1B1C;
  width: auto;
  margin: 0 !important; }

.page-content-right .card-title a {
  color: #1A1B1C;
  font-weight: 600; }

.type-category #product-listing-container .productGrid .product-listview-option {
  grid-column: 2 !important;
  grid-row: 2 !important;
  justify-self: end !important;
  text-align: right !important;
  margin-top: 0 !important; }

.type-category #product-listing-container .productGrid .card-text[data-test-info-type="price"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  width: 100%; }

.type-category #product-listing-container .productGrid .card-text[data-test-info-type="price"] .price-section {
  margin-right: 0;
  width: 100%;
  text-align: right; }

.type-category #product-listing-container .productGrid .card-text[data-test-info-type="price"] .price {
  display: inline-block;
  text-align: right;
  white-space: nowrap; }

.type-category #product-listing-container .productGrid .price-section--withTax.rrp-price--withTax,
.type-category #product-listing-container .productGrid .price-section--withTax.non-sale-price--withTax {
  order: 2; }

.type-category #product-listing-container .productGrid .price-section--withTax:not(.rrp-price--withTax):not(.non-sale-price--withTax) {
  order: 1; }

.type-category #product-listing-container .price--withTax {
  font-weight: 600; }

.type-category #product-listing-container .productGrid .price--rrp,
.type-category #product-listing-container .productGrid .price--non-sale,
.type-category #product-listing-container .productGrid .price--withTax,
.type-category #product-listing-container .productGrid .price--withoutTax {
  font-weight: 600 !important; }

@media (max-width: 767px) {
  body.type-category main#main-content.body > div.container {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .type-category #product-listing-container .productGrid .card-body {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important; }
  .type-category #product-listing-container .productGrid .listview-cardbody {
    grid-column: 1 !important;
    grid-row: 2 !important; }
  .type-category #product-listing-container .productGrid .product-listview-option {
    grid-column: 1 !important;
    grid-row: 3 !important;
    justify-self: start !important;
    text-align: left !important;
    width: 100% !important;
    margin-top: 4px !important; }
  .type-category #product-listing-container .productGrid .card-text[data-test-info-type="price"],
  .type-category #product-listing-container .productGrid .card-text[data-test-info-type="price"] .price-section,
  .type-category #product-listing-container .productGrid .card-text[data-test-info-type="price"] .price {
    align-items: flex-start !important;
    text-align: left !important; } }

.card-summary {
  display: none; }

.category-product-count {
  display: none;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #1A1B1C;
  margin-bottom: 24px; }

.category-product-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px; }

.category-product-toolbar .category-product-count {
  margin-bottom: 0; }

.category-sort {
  position: relative;
  margin: 0; }

.category-sort-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.category-sort::before {
  display: none; }

.category-sort-select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.category-sort-select option {
  padding-left: 0; }

.category-sort-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 184px;
  width: auto;
  box-sizing: border-box;
  border: 1px solid rgba(26, 27, 28, 0.2);
  background: #fff;
  padding: 8px 12px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1A1B1C;
  line-height: 1.2;
  cursor: pointer; }

.category-sort-trigger,
.category-sort-menu,
.category-sort-overlay {
  display: none !important; }

.category-sort-trigger-text {
  display: inline-flex;
  gap: 6px; }

.category-sort-trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease; }

.category-sort-trigger[aria-expanded="true"] .category-sort-trigger-icon {
  transform: rotate(180deg); }

.category-sort-menu {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  min-width: 184px;
  width: max-content;
  background: #fff;
  border: 1px solid rgba(26, 27, 28, 0.2);
  padding: 16px;
  box-sizing: border-box;
  flex-direction: column;
  z-index: 20;
  gap: 16px; }

.category-sort-menu.is-open {
  display: flex; }

.category-sort-overlay {
  display: none; }

.category-sort-sheet-header {
  display: none; }

.category-sort-option {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1A1B1C;
  cursor: pointer; }

.category-sort-option:hover {
  text-decoration: underline; }

@media (max-width: 767px) {
  .category-sort-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 40; }
  .category-sort-overlay.is-open {
    display: block; }
  .category-sort-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 16px;
    z-index: 50; }
  .category-sort-sheet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(26, 27, 28, 0.1);
    margin-bottom: 0; }
  .category-sort-sheet-title {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1A1B1C; }
  .category-sort-close {
    border: 0;
    background: transparent;
    font-size: 18px;
    line-height: 1;
    color: #1A1B1C;
    cursor: pointer; }
  .category-sort-option {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(26, 27, 28, 0.1); }
  .category-sort-option:last-of-type {
    border-bottom: 0; } }

.sub-category-wrap {
  margin-top: 36px; }
  @media screen and (max-width: 1023px) {
    .sub-category-wrap {
      width: calc(100% + 8px);
      margin-top: 48px; } }
  .sub-category-wrap h3 {
    margin-bottom: 28px; }
    @media screen and (max-width: 1023px) {
      .sub-category-wrap h3 {
        margin-bottom: 14px; } }

.sub-category-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 0px; }
  @media screen and (max-width: 1023px) {
    .sub-category-block .slick-list {
      padding-left: 0 !important; } }
  .sub-category-block .custom-row {
    margin: 0 -12px; }
    @media screen and (max-width: 1023px) {
      .sub-category-block .custom-row {
        margin-right: 0px; } }
  .sub-category-block .grid {
    padding: 0 12px;
    margin-bottom: 24px; }
  .sub-category-block li {
    margin: 0px;
    width: 16.66%;
    margin-bottom: 0px; }
    .sub-category-block li:before {
      display: none; }
    @media screen and (max-width: 1259px) {
      .sub-category-block li {
        width: 20%; } }
    @media screen and (max-width: 1023px) {
      .sub-category-block li {
        width: 100%; } }
  .sub-category-block .sub-category-img {
    height: 200px;
    background-color: whitesmoke;
    overflow: hidden;
    padding: 5px; }
    @media screen and (max-width: 1580px) {
      .sub-category-block .sub-category-img {
        height: 150px; } }
    @media screen and (max-width: 1300px) {
      .sub-category-block .sub-category-img {
        height: 120px; } }
    @media screen and (max-width: 1023px) {
      .sub-category-block .sub-category-img {
        height: 200px; } }
    .sub-category-block .sub-category-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      mix-blend-mode: darken; }
  .sub-category-block .sub-category-name {
    margin: 0px;
    text-align: center;
    margin-top: 15px; }
    .sub-category-block .sub-category-name a {
      color: #333333;
      font-weight: 500;
      font-size: 16px;
      line-height: 23px; }
      .sub-category-block .sub-category-name a:hover {
        color: #0f4026; }
  .sub-category-block .category-image-inner:hover .sub-category-name a {
    color: #0f4026; }

/* ------ listview ----- */
.productGrid.product-list-view li {
  width: 50%; }
  @media (max-width: 767px) {
    .productGrid.product-list-view li {
      width: 100%; } }
  .productGrid.product-list-view li .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 35px; }
  .productGrid.product-list-view li .card-figure {
    width: 39.5%; }
  .productGrid.product-list-view li .card-body {
    width: 60.5%;
    padding-left: 16px;
    margin-top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column; }
  .productGrid.product-list-view li .product-option-type ul li {
    width: auto; }

.productGrid.product-list-view .card-summary {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
  text-align: left; }

/* ====== brands ====== */
.type-brands .page-heading {
  text-align: left; }

.brandGrid .card-img-container {
  height: inherit; }
  .brandGrid .card-img-container .card-image {
    max-width: 150px; }
    @media (max-width: 1280px) {
      .brandGrid .card-img-container .card-image {
        max-width: 110px; } }
    @media screen and (max-width: 1023px) {
      .brandGrid .card-img-container .card-image {
        max-width: 130px; } }

.brandGrid li {
  margin: 0px; }
  .brandGrid li.brand {
    width: 16.66%; }
    @media screen and (max-width: 1259px) {
      .brandGrid li.brand {
        width: 20%; } }
    @media screen and (max-width: 1023px) {
      .brandGrid li.brand {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      .brandGrid li.brand {
        width: 33.33%; } }
    @media screen and (max-width: 666px) {
      .brandGrid li.brand {
        width: 50%; } }
    @media screen and (max-width: 1259px) {
      .brandGrid li.brand .card {
        margin-bottom: 20px; } }
  .brandGrid li:before {
    display: none; }

.brandGrid .card-img-container {
  height: 220px; }
  @media screen and (max-width: 1300px) {
    .brandGrid .card-img-container {
      height: 190px; } }
  @media screen and (max-width: 767px) {
    .brandGrid .card-img-container {
      height: 160px; } }

.mobile-filter {
  display: none;
  padding: 8px 14px;
  border: 1px solid #e5e5e5; }
  @media screen and (max-width: 1023px) {
    .mobile-filter {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-left: 12px; } }
  @media screen and (max-width: 767px) {
    .mobile-filter {
      margin-left: 0px; } }
  .mobile-filter .filter-icon {
    margin-right: 8px; }
  .mobile-filter svg {
    width: 18px;
    height: 18px;
    fill: #666666; }
  .mobile-filter span {
    font-size: 16px;
    line-height: 23px;
    color: #666666; }

.faceted-close-mobile {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  left: 20px;
  display: none;
  border: 1px solid #333333; }
  .faceted-close-mobile svg {
    stroke: #333333; }
  @media screen and (max-width: 1023px) {
    .faceted-close-mobile {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; } }

@media screen and (max-width: 1023px) {
  .facetedSearch {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: white;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 50px 20px !important;
    display: none;
    margin-top: 0 !important; }
    .facetedSearch.is-open {
      display: block; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-navList {
    display: block;
    height: calc(100% - 130px); } }

@media screen and (max-width: 1023px) {
  .facetedactive {
    overflow: hidden; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-toggle {
    display: none; } }

@media screen and (max-width: 1023px) {
  .category-sidebar .sidebarBlock-heading {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L7 2L13 8' stroke='%23777777' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: top 15px right;
    background-repeat: no-repeat;
    background-size: 14px auto;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px; }
    .category-sidebar .sidebarBlock-heading.active {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23777777' stroke-width='2'/%3E%3C/svg%3E%0A"); } }

@media screen and (max-width: 1023px) {
  .category-sidebar ul.treeview {
    display: none; } }

.category-suggestion-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0px; }
  .category-suggestion-list .category-suggestion {
    margin: 5px 0px;
    padding-left: 0px; }
    .category-suggestion-list .category-suggestion:before {
      display: none; }
    @media screen and (max-width: 1259px) {
      .category-suggestion-list .category-suggestion {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .category-suggestion-list .category-suggestion {
        width: 50%; } }
    @media screen and (max-width: 666px) {
      .category-suggestion-list .category-suggestion {
        width: 100%; } }

/* Custom CSS */
.card-figcaption .card-figcaption-body {
  display: none !important; }

.loginformemberpricing {
  font-size: 13px;
  display: block;
  text-align: left; }

@media screen and (max-width: 1023px) {
  .page-inner {
    padding: 40px 20px; } }

.productView {
  padding-top: 40px; }
  @media screen and (max-width: 1023px) {
    .productView {
      margin: 0px;
      padding: 0px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.type-product #main-content > .container {
    padding-left: 32px;
    padding-right: 32px; } }

.productView-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch; }
  @media (min-width: 1024px) {
    .productView-images {
      position: sticky;
      top: 24px;
      align-self: flex-start; } }
  @media screen and (max-width: 1023px) {
    .productView-images {
      padding: 0px;
      margin-bottom: 14px; } }
  .productView-images .productView-image {
    width: 100%;
    margin: 0;
    height: 652px;
    background: #f6f6f6;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .productView-images .productView-image.full-width {
      width: 100%;
      background-color: whitesmoke; }
    @media screen and (max-width: 1023px) {
      .productView-images .productView-image {
        width: 100%;
        margin-bottom: 16px; } }
    .productView-images .productView-image .sale-flag-side {
      left: 0; }
  .productView-images .sale-flag-side,
  .productView-images .sale-text,
  .productView-images .sale-text-burst {
    display: none !important; }
  .productView-images .productView-img-container {
    background-color: whitesmoke;
    width: 100%;
    height: 652px;
    margin: 0px; }
    .productView-images .productView-img-container.swiper .swiper-wrapper {
      height: 100%; }
    .productView-images .productView-img-container.swiper .swiper-slide {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .productView-images .productView-img-container .slick-list, .productView-images .productView-img-container .slick-track {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .productView-images .productView-img-container:not(.slick-initialized) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; }
      .productView-images .productView-img-container:not(.slick-initialized) a {
        width: 100%; }
        .productView-images .productView-img-container:not(.slick-initialized) a + a {
          display: none; }
    .productView-images .productView-img-container img {
      mix-blend-mode: darken;
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .productView-images .productView-thumbnails {
    width: 100%;
    margin: 16px 0 0;
    margin-left: 0px;
    position: relative;
    overflow: hidden;
    padding: 0 56px; }
    @media screen and (max-width: 1023px) {
      .productView-images .productView-thumbnails {
        width: 100%;
        margin: 16px 0 0;
        padding: 0 56px; } }
    .productView-images .productView-thumbnails .slick-list {
      margin: 0px;
      padding-top: 0px !important; }
      @media screen and (max-width: 1023px) {
        .productView-images .productView-thumbnails .slick-list {
          margin: 0; } }
    .productView-images .productView-thumbnails .slick-track {
      display: flex !important;
      gap: 0; }
    .productView-images .productView-thumbnails .swiper-wrapper {
      display: flex;
      gap: 0; }
    .productView-images .productView-thumbnails:before {
      display: none; }
    .productView-images .productView-thumbnails .productView-thumbnail {
      width: 80px;
      border: none;
      padding: 0px; }
      @media screen and (max-width: 1023px) {
        .productView-images .productView-thumbnails .productView-thumbnail {
          width: 80px; } }
      .productView-images .productView-thumbnails .productView-thumbnail:before {
        display: none; }
  .productView-images .productView-thumbnails:not(.slick-initialized):not(.swiper-initialized) {
    height: 100%; }
    .productView-images .productView-thumbnails:not(.slick-initialized):not(.swiper-initialized) .productView-thumbnail + .productView-thumbnail {
      display: none; }
  .productView-images .productView-thumbnails .slick-slide {
    border: none;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 24px;
    float: left;
    padding: 1px;
    width: 80px !important; }
    @media screen and (max-width: 1023px) {
      .productView-images .productView-thumbnails .slick-slide {
        padding: 0;
        margin-bottom: 0px;
        width: 80px !important; } }
    .productView-images .productView-thumbnails .slick-slide:before {
      display: none; }
    .productView-images .productView-thumbnails .slick-slide.slick-current .productView-thumbnail-link {
      box-shadow: 0px 0px 0px 1px #0f4026; }
    .productView-images .productView-thumbnails .slick-slide .productView-thumbnail-link:hover {
      box-shadow: 0px 0px 0px 1px #0f4026; }
  .productView-images .productView-thumbnails .swiper-slide {
    border: none;
    padding: 1px;
    margin-right: 24px;
    width: 80px !important; }
    @media screen and (max-width: 1023px) {
      .productView-images .productView-thumbnails .swiper-slide {
        margin-bottom: 0;
        width: 80px !important; } }
  .productView-images .productView-thumbnails .swiper-slide-thumb-active .productView-thumbnail-link {
    box-shadow: 0px 0px 0px 1px #0f4026; }
  .productView-images .productView-thumbnails .slick-arrow {
    margin-top: 0 !important;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    bottom: auto;
    width: 40px;
    height: 40px;
    border: 0;
    left: 0;
    right: auto;
    z-index: 2; }
    @media screen and (max-width: 1023px) {
      .productView-images .productView-thumbnails .slick-arrow {
        width: 40px;
        height: 40px;
        left: 0; } }
    .productView-images .productView-thumbnails .slick-arrow:hover {
      transform: translateY(-50%) !important; }
    .productView-images .productView-thumbnails .slick-arrow:active, .productView-images .productView-thumbnails .slick-arrow:focus {
      transform: translateY(-50%) !important; }
    .productView-images .productView-thumbnails .slick-arrow:before {
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4141 3.5L8.91406 12L17.4141 20.5L16 21.9141L6.08594 12L16 2.08594L17.4141 3.5Z' fill='%23212121'/%3E%3C/svg%3E");
      width: 100%;
      height: 100%;
      background-size: 24px 24px; }
    .productView-images .productView-thumbnails .slick-arrow.slick-next {
      left: auto;
      right: 0; }
      .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.58594 20.5L15.0859 12L6.58594 3.5L8 2.08594L17.9141 12L8 21.9141L6.58594 20.5Z' fill='%23212121'/%3E%3C/svg%3E"); }
    .productView-images .productView-thumbnails .slick-arrow:hover:before {
      opacity: 1;
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4141 3.5L8.91406 12L17.4141 20.5L16 21.9141L6.08594 12L16 2.08594L17.4141 3.5Z' fill='%23212121'/%3E%3C/svg%3E"); }
    .productView-images .productView-thumbnails .slick-arrow:hover.slick-next:before {
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.58594 20.5L15.0859 12L6.58594 3.5L8 2.08594L17.9141 12L8 21.9141L6.58594 20.5Z' fill='%23212121'/%3E%3C/svg%3E"); }
    .productView-images .productView-thumbnails .slick-arrow.slick-disabled {
      opacity: 0.5;
      cursor: no-drop; }
      .productView-images .productView-thumbnails .slick-arrow.slick-disabled:hover:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.585 10.8001L10.1109 2.00011L1.63682 10.8001' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A"); }
        @media screen and (max-width: 1023px) {
          .productView-images .productView-thumbnails .slick-arrow.slick-disabled:hover:before {
            background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6001 1.43848L2.0001 8.02811L8.6001 14.6177' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
            background-size: 10px auto; } }
      .productView-images .productView-thumbnails .slick-arrow.slick-disabled.slick-next:hover:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.363 1.00006L9.88897 9.80006L1.4149 1.00006' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A"); }
        @media screen and (max-width: 1023px) {
          .productView-images .productView-thumbnails .slick-arrow.slick-disabled.slick-next:hover:before {
            background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.38232L7.6 7.97196L1 14.5616' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A"); } }
  .productView-images .productView-thumbnails .oc-product-gallery-swiper-arrow.swiper-button-disabled {
    opacity: 0.5;
    cursor: no-drop; }
  .productView-images .productView-thumbnails .slick-prev.slick-disabled:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4141 3.5L8.91406 12L17.4141 20.5L16 21.9141L6.08594 12L16 2.08594L17.4141 3.5Z' fill='%23212121'/%3E%3C/svg%3E") !important;
    opacity: 0.5;
    transform: none !important; }
  .productView-images .productView-thumbnails .slick-next.slick-disabled:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.58594 20.5L15.0859 12L6.58594 3.5L8 2.08594L17.9141 12L8 21.9141L6.58594 20.5Z' fill='%23212121'/%3E%3C/svg%3E") !important;
    opacity: 0.5;
    transform: none !important; }
  .productView-images .productView-video-link {
    position: relative; }
  .productView-images .play-btn {
    fill: #333333;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 80px;
    height: 80px; }
  .productView-images .productView-thumbnail-link {
    max-width: 100%;
    padding: 0;
    width: 80px;
    height: 80px;
    border: none;
    background-color: whitesmoke; }
    @media screen and (max-width: 1580px) {
      .productView-images .productView-thumbnail-link {
        height: 80px; } }
    @media screen and (max-width: 1023px) {
      .productView-images .productView-thumbnail-link {
        height: 80px; } }
    .productView-images .productView-thumbnail-link img {
      mix-blend-mode: darken;
      height: 100%; }
    .productView-images .productView-thumbnail-link .play-btn {
      fill: #333333;
      width: 22px;
      height: 22px; }
  .productView-images .productView-img-container:after {
    display: none; }
  .productView-images .productView-img-container img {
    mix-blend-mode: darken;
    height: 100%;
    position: inherit;
    width: 100%;
    max-width: 100%;
    max-height: 648px;
    margin: 0 auto;
    display: inline-block;
    object-fit: contain; }

/* Custom fields (Materials/Assembly/Dispatch) are meaningful for PDP.
   Previously this hid the last 3 items and could hide everything when only 3 exist. */
section.warning {
  float: right;
  width: 47%;
  clear: right;
  margin-top: 30px; }

section.warning .product-warning,
.warning .product-warning,
.warning-two .product-warning {
  background: none !important;
  border: none !important;
  color: #565a5e !important;
  font-size: 14px !important;
  margin-top: 0 !important;
  padding: 0 !important; }

.product-warning svg {
  float: inline-start;
  margin-right: 8px;
  margin-bottom: 20px !important; }

.product-warning__trigger {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer; }

.has-product-warning-modal {
  overflow: hidden; }

.product-warning-modal[hidden] {
  display: none !important; }

.product-warning-modal {
  position: fixed;
  inset: 0;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box; }

.product-warning-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 27, 28, 0.5); }

.product-warning-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 760px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  padding: 32px;
  box-sizing: border-box; }

.product-warning-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer; }

.product-warning-modal__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1A1B1C; }

.product-warning-modal__badge svg {
  fill: #1A1B1C; }

.product-warning-modal__body,
.product-warning-modal__footer {
  margin-top: 24px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #1A1B1C; }

.product-warning-modal__list {
  margin: 16px 0 0;
  padding-left: 20px; }

.product-warning-modal__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px; }

.product-warning-modal__images img {
  display: block;
  width: 100%;
  height: auto; }

.product-warning-modal__footer a {
  font-weight: 700;
  text-decoration: underline; }

@media (max-width: 767px) {
  section.warning {
    width: 100% !important;
    float: none;
    margin-top: 24px; }
  .product-warning svg {
    margin-bottom: 0 !important; }
  .product-warning-modal {
    padding: 16px; }
  .product-warning-modal__dialog {
    max-height: calc(100vh - 32px);
    padding: 24px 20px; }
  .product-warning-modal__badge {
    font-size: 20px; }
  .product-warning-modal__images {
    grid-template-columns: 1fr; } }

.product-data > .productView-product {
  padding-bottom: 23px; }
  .product-data > .productView-product.productoptiopnborder {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 28px; }

.productView-brand {
  margin: 0px;
  display: inline-block;
  margin-bottom: 14px; }
  @media screen and (max-width: 1580px) {
    .productView-brand {
      margin-bottom: 0px; } }
  @media screen and (max-width: 1023px) {
    .productView-brand {
      margin-bottom: 9px; } }
  .productView-brand a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    letter-spacing: 1.28px;
    display: block; }
    .productView-brand a:hover {
      color: #333333; }

.productView-title {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 20px 0; }
  @media screen and (max-width: 1580px) {
    .productView-title {
      font-size: 32px;
      margin: 20px 0; } }
  @media screen and (max-width: 1300px) {
    .productView-title {
      font-size: 28px;
      margin: 20px 0; } }
  @media screen and (max-width: 1023px) {
    .productView-title {
      font-size: 24px;
      line-height: 35px;
      margin: 16px 0; } }

.productView-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.productView-title-wrap--mobile {
  display: none; }
  @media screen and (max-width: 1023px) {
    .productView-title-wrap--mobile {
      display: flex; } }

.productView-price-wrap--mobile {
  display: none; }
  @media screen and (max-width: 1023px) {
    .productView-price-wrap--mobile {
      display: block;
      margin-bottom: 16px; } }

@media screen and (max-width: 1023px) {
  .productView-title-wrap--details {
    display: none; } }

@media screen and (max-width: 1023px) {
  .productView-price--details,
  .login-for-pricing-p--details {
    display: none !important; } }

.productView-preorder-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background: #8a8a8a;
  color: #fff;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1rem; }

.productView-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .productView-rating {
      font-size: 12px; } }
  .productView-rating .icon {
    height: 20px;
    width: 20px; }
    @media screen and (max-width: 1023px) {
      .productView-rating .icon {
        height: 16px;
        width: 16px; } }
    .productView-rating .icon svg {
      fill: transparent;
      stroke: #cccccc; }
    .productView-rating .icon.icon--ratingFull svg {
      fill: #ffb800;
      stroke: #ffb800; }
  .productView-rating [role="img"] + span {
    margin-left: 10px;
    margin-top: 2px; }
  .productView-rating a {
    margin-top: 2px;
    margin-left: 10px; }

.productView-reviewLink--new:hover {
  color: #0f4026; }

.productView-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 8px;
  margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .productView-price {
      margin-top: 0; } }
  .productView-price .price-section {
    margin-right: 8px; }
    .productView-price .price-section span {
      font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 24px;
      line-height: 1.4;
      color: #1A1B1C; }
      .productView-price .price-section span.price-label, .productView-price .price-section span.price-now-label {
        display: none !important; }
    .productView-price .price-section .price--rrp, .productView-price .price-section .price--non-sale, .productView-price .price-section .price--discounted, .productView-price .price-section .price--withTax, .productView-price .price-section .price--withoutTax {
      font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 24px;
      line-height: 1.4;
      color: #1A1B1C; }
    .productView-price .price-section .price--rrp {
      color: rgba(26, 27, 28, 0.5) !important; }
    .productView-price .price-section .price--non-sale {
      color: rgba(26, 27, 28, 0.5) !important; }
    .productView-price .price-section.price-section--withoutTax {
      order: 1; }
    .productView-price .price-section.rrp-price--withoutTax {
      order: 2; }
    .productView-price .price-section.non-sale-price--withoutTax {
      order: 3; }
    .productView-price .price-section.price-section--saving {
      order: 4;
      font-size: 24px;
      width: 100%; }
      .productView-price .price-section.price-section--saving span {
        font-size: 24px; }
  .productView-price .price-section--withTax,
  .productView-price .price-section--withoutTax {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 8px;
    align-items: flex-end; }
  .productView-price .price-discount-percent {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 1.4;
    color: #FF3D3D !important;
    white-space: nowrap; }
  .productView-price .login-price {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: normal; }

.productView-member-tax-note {
  display: inline-flex;
  align-items: center;
  align-self: center;
  min-height: 34px;
  margin-left: 8px;
  padding: 0 12px;
  border: 1px solid rgba(26, 27, 28, 0.28);
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #1A1B1C;
  white-space: nowrap; }

.productView-trade-price {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #1A1B1C;
  white-space: nowrap; }

.productView-trade-price__label {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-left: 4px;
  padding: 0 7px;
  border: 1px solid rgba(26, 27, 28, 0.28);
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  color: #1A1B1C; }

.productView-price-text {
  margin: 0px;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  text-transform: capitalize; }

.relase-date,
.productView-purchasing-message {
  margin: -4px 0 16px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.7); }
  @media screen and (max-width: 1023px) {
    .relase-date,
    .productView-purchasing-message {
      margin: -2px 0 14px;
      font-size: 14px; } }

.productView-info {
  margin-bottom: 0px; }
  .productView-info dt, .productView-info dd {
    margin: 0px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    float: left;
    margin-top: 16px; }
    @media screen and (max-width: 1023px) {
      .productView-info dt, .productView-info dd {
        font-size: 14px;
        line-height: 20px;
        margin-top: 7px; } }
  .productView-info dd {
    font-weight: 400;
    margin-left: 6px; }
  .productView-info a {
    font-weight: 400; }

[data-product-option-change] {
  display: block !important; }

.productView-options {
  margin: 0px;
  position: relative; }
  .productView-options label.form-label--alternate.form-label--inlineSmall {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: rgba(26, 27, 28, 0.7); }
  .productView-options .form {
    display: inline;
    margin: 0px;
    float: none; }
  .productView-options .oc-radio-list--deposit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
    padding: 16px 20px;
    border: 1px solid rgba(26, 27, 28, 0.1);
    border-radius: 2px; }
    .productView-options .oc-radio-list--deposit .oc-radio-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(26, 27, 28, 0.12); }
      .productView-options .oc-radio-list--deposit .oc-radio-item:last-child {
        border-bottom: none;
        padding-bottom: 0; }
    .productView-options .oc-radio-list--deposit .form-radio {
      width: 16px;
      height: 16px;
      margin: 0;
      accent-color: #1A1B1C; }
    .productView-options .oc-radio-list--deposit .form-radio-label {
      font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
      font-weight: 500;
      font-size: 14px;
      color: rgba(26, 27, 28, 0.8);
      line-height: 1.2; }
    .productView-options .oc-radio-list--deposit .form-radio + .form-label::before {
      border-color: rgba(33, 33, 33, 0.7); }
    .productView-options .oc-radio-list--deposit .form-radio:checked + .form-label::before {
      background-color: transparent;
      border-color: rgba(33, 33, 33, 0.7); }
    .productView-options .oc-radio-list--deposit .form-radio:checked + .form-label::after {
      background: #212121; }
  .productView-options .form-wishlist {
    position: relative;
    bottom: 0px;
    right: 0px;
    float: left; }
    @media screen and (max-width: 1023px) {
      .productView-options .form-wishlist {
        right: auto; } }
    .productView-options .form-wishlist .button {
      width: 48px;
      height: 48px;
      background-color: #f3f3f3;
      padding: 0px;
      border: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 0px; }
      .productView-options .form-wishlist .button svg {
        width: 18px;
        height: 18px;
        fill: #333333; }
      .productView-options .form-wishlist .button:hover {
        background-color: #0f4026; }
        .productView-options .form-wishlist .button:hover svg {
          fill: white; }
  .productView-options .product-other-actions {
    float: left; }
    @media screen and (max-width: 1023px) {
      .productView-options .product-other-actions {
        margin-top: 64px; }
        .productView-options .product-other-actions.productnotpurchase-actions {
          margin-top: 0px; } }
  .productView-options .compare-btn {
    width: 48px;
    height: 48px;
    background-color: #f3f3f3;
    padding: 0px;
    position: relative;
    display: block;
    position: relative;
    bottom: 0px;
    right: 0px;
    float: left;
    margin-right: 16px; }
    @media screen and (max-width: 1023px) {
      .productView-options .compare-btn {
        right: auto;
        left: 0; } }
    .productView-options .compare-btn:hover {
      background-color: #0f4026; }
    .productView-options .compare-btn .card-hover-icon {
      background-color: transparent; }
      @media screen and (max-width: 1580px) {
        .productView-options .compare-btn .card-hover-icon {
          width: 48px;
          height: 48px; } }
    .productView-options .compare-btn svg {
      height: 16px; }
    .productView-options .compare-btn.compare-active-lbl {
      background: #0f4026; }
      .productView-options .compare-btn.compare-active-lbl svg {
        stroke: white;
        fill: transparent; }
  .productView-options .alertBox {
    margin-bottom: 30px; }

[data-product-option-change] .form-field, [data-product-attributes-wrapper] .form-field {
  margin: 0px; }
  [data-product-option-change] .form-field + .form-field, [data-product-attributes-wrapper] .form-field + .form-field {
    margin-top: 25px; }
    @media screen and (max-width: 1023px) {
      [data-product-option-change] .form-field + .form-field, [data-product-attributes-wrapper] .form-field + .form-field {
        margin-top: 15px; } }
  [data-product-option-change] .form-field:last-child, [data-product-attributes-wrapper] .form-field:last-child {
    margin-bottom: 30px; }
    @media screen and (max-width: 1023px) {
      [data-product-option-change] .form-field:last-child, [data-product-attributes-wrapper] .form-field:last-child {
        margin-bottom: 16px; } }
  [data-product-option-change] .form-field .form-option-variant--color, [data-product-option-change] .form-field .form-option-variant--pattern, [data-product-attributes-wrapper] .form-field .form-option-variant--color, [data-product-attributes-wrapper] .form-field .form-option-variant--pattern {
    width: 22px;
    height: 22px; }
  [data-product-option-change] .form-field .form-label, [data-product-attributes-wrapper] .form-field .form-label {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400; }
    [data-product-option-change] .form-field .form-label small, [data-product-attributes-wrapper] .form-field .form-label small {
      margin-left: 0px; }
  [data-product-option-change] .form-field .form-option, [data-product-attributes-wrapper] .form-field .form-option {
    border-color: #e5e5e5;
    line-height: normal;
    margin-bottom: 0px;
    padding: 0px; }
    [data-product-option-change] .form-field .form-option .form-option-variant, [data-product-attributes-wrapper] .form-field .form-option .form-option-variant {
      font-size: 14px;
      font-weight: 500;
      color: #333333;
      padding: 7px 15px; }
    [data-product-option-change] .form-field .form-option .form-option-variant--color, [data-product-attributes-wrapper] .form-field .form-option .form-option-variant--color {
      padding: 0px;
      width: 24px;
      height: 24px; }
    [data-product-option-change] .form-field .form-option .form-option-variant--pattern, [data-product-attributes-wrapper] .form-field .form-option .form-option-variant--pattern {
      padding: 0px;
      width: 24px;
      height: 24px; }
    [data-product-option-change] .form-field .form-option.form-option-swatch, [data-product-attributes-wrapper] .form-field .form-option.form-option-swatch {
      padding: 0px; }
      @media screen and (max-width: 666px) {
        [data-product-option-change] .form-field .form-option.form-option-swatch, [data-product-attributes-wrapper] .form-field .form-option.form-option-swatch {
          margin-right: 6px; } }
  [data-product-option-change] .form-field[data-product-attribute="set-rectangle"] .form-option:hover, [data-product-attributes-wrapper] .form-field[data-product-attribute="set-rectangle"] .form-option:hover {
    border-color: #0f4026; }
  [data-product-option-change] .form-field .form-radio:checked + .form-option, [data-product-attributes-wrapper] .form-field .form-radio:checked + .form-option {
    box-shadow: 0 0 0 2px #333333; }
    [data-product-option-change] .form-field .form-radio:checked + .form-option:hover, [data-product-attributes-wrapper] .form-field .form-radio:checked + .form-option:hover {
      border-color: transparent; }
  [data-product-option-change] .form-field[data-product-attribute="date"], [data-product-attributes-wrapper] .form-field[data-product-attribute="date"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    [data-product-option-change] .form-field[data-product-attribute="date"] .form-label, [data-product-attributes-wrapper] .form-field[data-product-attribute="date"] .form-label {
      width: 100%; }
    [data-product-option-change] .form-field[data-product-attribute="date"] .form-select, [data-product-attributes-wrapper] .form-field[data-product-attribute="date"] .form-select {
      width: calc(33.33% - 8px); }
      [data-product-option-change] .form-field[data-product-attribute="date"] .form-select + .form-select, [data-product-attributes-wrapper] .form-field[data-product-attribute="date"] .form-select + .form-select {
        margin-left: 12px; }
  [data-product-option-change] .form-field .form-fileDescription, [data-product-attributes-wrapper] .form-field .form-fileDescription {
    font-size: 14px; }
  [data-product-option-change] .form-field[data-product-attribute="input-file"] input, [data-product-attributes-wrapper] .form-field[data-product-attribute="input-file"] input {
    border: none;
    padding: 12px 0px;
    margin: 0px; }
    [data-product-option-change] .form-field[data-product-attribute="input-file"] input[type="file"]::-webkit-file-upload-button, [data-product-attributes-wrapper] .form-field[data-product-attribute="input-file"] input[type="file"]::-webkit-file-upload-button {
      -webkit-transform: perspective(0px) translateZ(0);
      transform: perspective(0px) translateZ(0);
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      color: white;
      background: #333333;
      border: 2px solid #333333;
      font-size: 16px;
      line-height: 26px;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      text-transform: capitalize;
      height: auto;
      padding: 6px 22px 4px;
      margin-bottom: 0;
      font-weight: 500;
      border-radius: 0px;
      cursor: pointer;
      margin-right: 15px; }
    [data-product-option-change] .form-field[data-product-attribute="input-file"] input[type="file"]::-webkit-file-upload-button:hover, [data-product-attributes-wrapper] .form-field[data-product-attribute="input-file"] input[type="file"]::-webkit-file-upload-button:hover {
      background: white;
      color: white;
      border-color: #333333; }
  [data-product-option-change] .form-field .form-input, [data-product-option-change] .form-field .form-select, [data-product-attributes-wrapper] .form-field .form-input, [data-product-attributes-wrapper] .form-field .form-select {
    padding: 8px 16px;
    font-size: 16px; }
  [data-product-option-change] .form-field .form-select, [data-product-attributes-wrapper] .form-field .form-select {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 7L1 1' stroke='%23777777' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 10px auto;
    background-position: right 15px center; }
  [data-product-option-change] .form-field .form-fileDescription, [data-product-attributes-wrapper] .form-field .form-fileDescription {
    color: #333333;
    font-weight: 300;
    font-size: 16px;
    margin: 18px 0 6px; }
    [data-product-option-change] .form-field .form-fileDescription strong, [data-product-attributes-wrapper] .form-field .form-fileDescription strong {
      font-weight: 500; }

[data-product-option-change] .productOptions-list-item, [data-product-attributes-wrapper] .productOptions-list-item {
  padding: 15px; }
  [data-product-option-change] .productOptions-list-item:before, [data-product-attributes-wrapper] .productOptions-list-item:before {
    display: none; }
  [data-product-option-change] .productOptions-list-item + .productOptions-list-item, [data-product-attributes-wrapper] .productOptions-list-item + .productOptions-list-item {
    margin-top: 0px; }

.wishlist-comparebtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .wishlist-comparebtn .compare-btn, .wishlist-comparebtn .form-wishlist {
    position: relative;
    right: auto;
    left: 0px; }

.add-to-cart-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  float: none; }
  @media screen and (max-width: 1023px) {
    .add-to-cart-wrapper {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start; } }
  .add-to-cart-wrapper .form-field--increments {
    order: 2;
    margin-bottom: 0px;
    margin-right: 15px;
    float: none;
    flex: 0 0 auto; }
  .add-to-cart-wrapper .form-action {
    order: 3;
    width: auto;
    flex: 1 1 auto; }
    @media screen and (max-width: 1023px) {
      .add-to-cart-wrapper .form-action {
        clear: both; } }
    .add-to-cart-wrapper .form-action .button {
      padding: 4px 29px;
      margin: 0px; }
      @media screen and (max-width: 1023px) {
        .add-to-cart-wrapper .form-action .button {
          margin-left: 0px;
          margin-top: 16px; } }
      .add-to-cart-wrapper .form-action .button[disabled] {
        color: #666666;
        background-color: #f3f3f3; }
        .add-to-cart-wrapper .form-action .button[disabled]:hover {
          background-color: #f3f3f3;
          border-color: #f3f3f3; }
      .add-to-cart-wrapper .form-action .button.oc-pre-order {
        padding: 4px 14px; }
  .add-to-cart-wrapper .productAttributes-message {
    margin: 25px 0;
    order: 1;
    width: 100%; }

.add-to-cart-wrapper .oc-deposit-option-label--mobile-fixed {
  display: none; }

.add-to-cart-wrapper .productView-purchasing-message--mobile {
  display: none; }

@media screen and (max-width: 767px) {
  .productView-details {
    padding-bottom: 140px; }
  body.body-type-product .body {
    padding-bottom: 120px; }
  body.body-type-product .footer-logo-full {
    margin-bottom: 120px; }
  body.body-type-product .footer-logo-full::after {
    content: "";
    display: block;
    height: 120px; }
  .product-data > .productView-product.productoptiopnborder {
    margin-bottom: 0; }
  .productView-options:before, .productView-options:after {
    content: none; }
  .productView-options .oc-deposit-option-label {
    display: none; }
  .productView-title-wrap--details .productView-purchasing-message,
  .productView-title-wrap--mobile .productView-purchasing-message {
    display: none; }
  .productView-purchasing-message {
    margin: 10px 0 14px; }
  .productView-purchasing-message--mobile {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(26, 27, 28, 0.7); }
  .add-to-cart-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 20px 20px 32px 20px;
    -webkit-box-shadow: 0 -8px 24px rgba(26, 27, 28, 0.12);
    box-shadow: 0 -8px 24px rgba(26, 27, 28, 0.12);
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .add-to-cart-wrapper .oc-deposit-option-label--mobile-fixed {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(26, 27, 28, 0.7); }
  .add-to-cart-wrapper .form-field--increments {
    flex: 0 0 140px;
    margin: 0; }
  .add-to-cart-wrapper .productView-purchasing-message--mobile {
    display: block;
    flex: 0 0 100%;
    order: 0; }
  .add-to-cart-wrapper .form-action {
    width: auto;
    flex: 1 1 auto; }
  .add-to-cart-wrapper .form-action .button {
    margin-top: 0; }
  .add-to-cart-wrapper #form-action-addToCart {
    height: 48px;
    padding: 0; } }

@media screen and (max-width: 430px) {
  .add-to-cart-wrapper {
    gap: 12px;
    align-items: center;
    flex-wrap: wrap; }
  .add-to-cart-wrapper .productView-purchasing-message--mobile {
    margin-bottom: 10px;
    font-size: 14px; }
  .add-to-cart-wrapper .form-field--increments {
    flex: 0 0 140px;
    width: 140px;
    max-width: 140px; }
  .add-to-cart-wrapper .form-field--increments .form-increment {
    width: 140px;
    max-width: 140px; }
  .add-to-cart-wrapper .form-action {
    width: auto;
    flex: 1 1 auto;
    min-width: 0; }
  .add-to-cart-wrapper .form-action .button,
  .add-to-cart-wrapper #form-action-addToCart {
    width: 100%; } }

.productView-details {
  padding-left: 24px;
  padding-right: 1rem; }
  @media screen and (max-width: 767px) {
    .productView-details {
      padding: 0px; }
      .productView-details.product-data {
        order: 0; } }

.productView-details.product-options {
  float: none;
  width: 100%;
  clear: both;
  padding-left: 0;
  padding-right: 0; }

.socialLinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 30px; }
  @media screen and (max-width: 1023px) {
    .socialLinks {
      margin-top: 24px; } }
  .socialLinks li + li {
    margin-left: 16px; }
  .socialLinks li::before {
    display: none; }
  .socialLinks li .icon {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 1580px) {
      .socialLinks li .icon {
        width: 30px;
        height: 30px; } }
    .socialLinks li .icon svg {
      width: 12px;
      height: 20px;
      fill: #828282; }
      @media screen and (max-width: 1580px) {
        .socialLinks li .icon svg {
          width: 10px;
          height: 14px; } }
    .socialLinks li .icon:hover {
      border-color: #0f4026; }
      .socialLinks li .icon:hover svg {
        fill: #0f4026; }
    .socialLinks li .icon.icon--email svg {
      width: 17px;
      height: 24px; }
      @media screen and (max-width: 1580px) {
        .socialLinks li .icon.icon--email svg {
          width: 14px;
          height: 22px; } }
    .socialLinks li .icon.icon--print svg {
      width: 17px;
      height: 24px; }
      @media screen and (max-width: 1580px) {
        .socialLinks li .icon.icon--print svg {
          width: 14px;
          height: 18px; } }
    .socialLinks li .icon.icon--twitter svg {
      width: 18px;
      height: 25px; }
      @media screen and (max-width: 1580px) {
        .socialLinks li .icon.icon--twitter svg {
          width: 14px;
          height: 24px; } }
    .socialLinks li .icon.icon--linkedin svg {
      width: 19px;
      height: 25px; }
      @media screen and (max-width: 1580px) {
        .socialLinks li .icon.icon--linkedin svg {
          width: 14px;
          height: 25px; } }
    .socialLinks li .icon.icon--pinterest svg {
      width: 17px;
      height: 24px; }
      @media screen and (max-width: 1580px) {
        .socialLinks li .icon.icon--pinterest svg {
          width: 14px;
          height: 24px; } }

.productView-description .oc-product-review .tab-content {
  display: block;
  padding: 0px; }

.oc-description-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.oc-description-toggle {
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1A1B1C;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer; }

.oc-description-tabrow.is-expanded .oc-description-summary {
  -webkit-line-clamp: unset;
  max-height: none; }

@media screen and (max-width: 767px) {
  .oc-description-summary {
    text-overflow: ellipsis; }
  .oc-description-toggle {
    display: inline-block; } }

.productView-story-label {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 27, 28, 0.7);
  margin-bottom: 8px; }

.form-increment {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #1A1B1C;
  padding: 8px 16px;
  width: 160px;
  height: 40px; }

.form-increment .button svg {
  margin: 0px;
  width: 16px;
  height: 16px;
  stroke: #1A1B1C; }

.form-increment .form-input {
  padding: 0px;
  border: none;
  border-radius: 0px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #1A1B1C !important;
  width: 70px;
  padding: 0 10px;
  font-size: 16px; }

.add-to-cart-wrapper #form-action-addToCart {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #1A1B1C;
  border-color: #1A1B1C;
  height: 40px;
  width: 100%;
  text-transform: uppercase;
  padding: 0; }

.add-to-cart-wrapper .form-field--increments {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 0px;
  margin-right: 16px;
  float: left; }

.oc-description-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .oc-description-tabs .oc-description-tabrow {
    width: 100%; }
  .oc-description-tabs .tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    float: none;
    padding-bottom: 4px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    border-top: none;
    cursor: pointer; }
    @media screen and (max-width: 1023px) {
      .oc-description-tabs .tab {
        margin-bottom: 22px; } }
  .oc-description-tabs .tab-title {
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333; }
  .oc-description-tabs .active .tab-title {
    color: #0f4026; }
  .oc-description-tabs .icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer; }
    .oc-description-tabs .icon svg {
      width: 16px;
      height: 10px;
      fill: transparent;
      stroke: #777777;
      transition: transform 0.35s; }
    .oc-description-tabs .icon.active svg {
      transform: rotate(-180deg);
      transition: transform 0.35s;
      stroke: #0f4026; }
    .oc-description-tabs .icon:hover svg {
      stroke: #0f4026; }
  .oc-description-tabs .tab:hover .tab-title {
    color: #0f4026; }
  .oc-description-tabs .tab:hover .icon svg {
    stroke: #0f4026; }
  .oc-description-tabs .tab-content {
    padding: 0px;
    margin-bottom: 0px; }
    .oc-description-tabs .tab-content img {
      display: block;
      margin-bottom: 15px; }
    .oc-description-tabs .tab-content p, .oc-description-tabs .tab-content span {
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .oc-description-tabs .tab-content p, .oc-description-tabs .tab-content span {
          font-size: 14px;
          line-height: 22px; } }
    @media screen and (max-width: 767px) {
      .oc-description-tabs .tab-content p iframe {
        width: 100%; } }
    .oc-description-tabs .tab-content p + p {
      margin-top: 14px; }
  .oc-description-tabs .oc-productView-description {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(26, 27, 28, 0.9); }
    .oc-description-tabs .oc-productView-description p {
      margin-bottom: 12px; }

.oc-customfield .custom-row {
  margin: 0;
  padding: 0;
  list-style: none; }

.productView-dimensions-title {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 27, 28, 0.7); }

.productView-dimensions-content {
  margin-top: 12px;
  color: rgba(26, 27, 28, 0.8);
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px; }

.productView-enquiry-divider {
  border-top: 1px solid rgba(26, 27, 28, 0.2);
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.oc-customfield-row {
  width: 100%;
  list-style-type: none; }
  .oc-customfield-row:before {
    display: none; }
  .oc-customfield-row:nth-child(odd) .oc-customfield-inner {
    background-color: #f2f2f2; }
  .oc-customfield-row .oc-customfield-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0 24px; }
    @media screen and (max-width: 1023px) {
      .oc-customfield-row .oc-customfield-inner {
        padding: 0 12px; } }
  .oc-customfield-row dt, .oc-customfield-row dd {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    padding: 13px 0; }
    @media screen and (max-width: 767px) {
      .oc-customfield-row dt, .oc-customfield-row dd {
        font-size: 14px; } }
  .oc-customfield-row dt {
    width: 160px; }
    @media screen and (max-width: 1023px) {
      .oc-customfield-row dt {
        width: 125px; } }
    @media screen and (max-width: 767px) {
      .oc-customfield-row dt {
        width: 115px; } }
  .oc-customfield-row dd {
    width: calc(100% - 160px);
    padding-left: 35px; }
    @media screen and (max-width: 1023px) {
      .oc-customfield-row dd {
        padding-left: 15px;
        line-height: 24px;
        width: calc(100% - 125px); } }
    @media screen and (max-width: 767px) {
      .oc-customfield-row dd {
        padding-left: 15px;
        line-height: 24px;
        width: calc(100% - 115px); } }

.productReviews .productReviews-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .productReviews .productReviews-list li {
    width: 50%;
    margin-bottom: 15px; }
    @media screen and (max-width: 1023px) {
      .productReviews .productReviews-list li {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .productReviews .productReviews-list li {
        width: 100%; } }
    .productReviews .productReviews-list li:before {
      display: none; }
    .productReviews .productReviews-list li + li {
      margin-top: 0px; }
  .productReviews .productReviews-list .productReview .productReview-title {
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .productReviews .productReviews-list .productReview .productReview-title {
        font-size: 16px; } }
  .productReviews .productReviews-list .productReview-rating > span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

.productReviews .icon {
  width: 20px;
  height: 20px; }
  .productReviews .icon + .icon {
    margin-left: 5px; }
  .productReviews .icon svg {
    width: 18px;
    height: 18px;
    fill: #e7e7e7;
    stroke: none; }
  .productReviews .icon.icon--ratingFull svg {
    fill: #ffb800; }
  .productReviews .icon:hover svg {
    stroke: none; }

.videoGallery .videoGallery-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .videoGallery .videoGallery-list li {
    width: 50%; }
    .videoGallery .videoGallery-list li:before {
      display: none; }
    .videoGallery .videoGallery-list li + li {
      margin-top: 0px; }
    @media screen and (max-width: 767px) {
      .videoGallery .videoGallery-list li .video {
        margin-bottom: 0px; } }

.oc-tabing-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 100px; }
  @media screen and (max-width: 1023px) {
    .oc-tabing-section {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      width: calc(100% + 20px);
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .oc-tabing-section {
      width: calc(100% + 16px); } }
  .oc-tabing-section .productView-description {
    float: none;
    padding: 0px;
    width: 66%; }
    @media screen and (max-width: 1023px) {
      .oc-tabing-section .productView-description {
        width: 100%;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      .oc-tabing-section .productView-description {
        padding-right: 16px; } }
  .oc-tabing-section .oc-related-product {
    width: 30%;
    position: sticky;
    top: 80px;
    position: -webkit-sticky; }
    @media screen and (max-width: 1023px) {
      .oc-tabing-section .oc-related-product {
        width: 100%;
        position: inherit; } }

.oc-related-product h2 {
  margin-bottom: 31px;
  font-size: 28px; }
  @media screen and (max-width: 1259px) {
    .oc-related-product h2 {
      font-size: 24px; } }

.oc-related-product .productCarousel {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .oc-related-product .productCarousel .slick-list {
    padding-bottom: 0;
    padding-left: 0px !important; }
    .oc-related-product .productCarousel .slick-list:after {
      display: none; }

.oc-related-product .productCarousel-slide {
  padding: 0px;
  margin-bottom: 22px;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .oc-related-product .productCarousel-slide {
      padding: 0 8px; } }

.oc-related-product .card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 1023px) {
    .oc-related-product .card {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.oc-related-product .card-figure {
  width: 104px; }
  @media screen and (max-width: 1023px) {
    .oc-related-product .card-figure {
      width: 100%; } }
  .oc-related-product .card-figure:hover .card-figcaption-button- {
    opacity: 0;
    visibility: hidden; }
  .oc-related-product .card-figure:hover .quickview {
    opacity: 1;
    visibility: visible; }
  .oc-related-product .card-figure .card-hover-icon {
    width: 28px;
    height: 28px; }

.oc-related-product .card-figcaption-body {
  inset: auto 0px 42px; }

.oc-related-product .card-body {
  width: calc(100% - 104px);
  padding-left: 24px;
  margin-top: 0px;
  padding-bottom: 0px; }
  @media screen and (max-width: 1023px) {
    .oc-related-product .card-body {
      width: 100%;
      padding-left: 0px;
      margin-top: 12px; } }

.oc-related-product .brandrating-section {
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.oc-related-product .card-text {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.oc-customer-also-view .page-heading {
  text-align: left; }

.oc-customer-also-view .page-heading--might-interest-you {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1A1B1C;
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .oc-customer-also-view .page-heading--might-interest-you {
    font-size: 32px; } }

.oc-customer-also-view .oc-might-interest-you {
  padding: 0;
  margin-top: 80px; }

@media screen and (max-width: 767px) {
  .oc-customer-also-view .oc-might-interest-you {
    margin-top: 0; } }

.oc-customer-also-view .oc-might-interest-you > .container {
  box-sizing: border-box;
  padding: 0 96px; }

@media screen and (max-width: 767px) {
  .oc-customer-also-view .oc-might-interest-you > .container {
    padding: 0 20px; }
  .oc-customer-also-view .oc-might-interest-you .swiper-slide {
    width: 240px !important; }
  .oc-customer-also-view .oc-might-interest-you .card {
    width: 240px;
    max-width: 240px; } }

.oc-customer-also-view .oc-might-interest-you .swiper-slide {
  height: auto; }

.oc-customer-also-view .oc-might-interest-you .card-figure,
.oc-customer-also-view .oc-might-interest-you .card-img-container {
  overflow: hidden; }

.oc-customer-also-view .oc-might-interest-you .card-img-container {
  display: block;
  aspect-ratio: 1 / 1; }

@supports not (aspect-ratio: 1/1) {
  .oc-customer-also-view .oc-might-interest-you .card-img-container::after {
    content: "";
    display: block;
    padding-bottom: 100%; } }

.oc-customer-also-view .oc-might-interest-you .card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.oc-customer-also-view .oc-might-interest-you .card-body {
  min-height: 128px; }

.oc-customer-also-view .oc-might-interest-you .card-title a {
  min-height: 2.8em; }

.oc-customer-also-view .oc-might-interest-you-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 96px;
  box-sizing: border-box; }

.oc-customer-also-view .oc-might-interest-you-item {
  width: 320px;
  max-width: 100%; }

.productView-info-bulkPricing .productView-info-name {
  font-weight: 400;
  color: #666666;
  float: none; }

.bulk-table {
  display: block;
  margin-top: 10px;
  margin-bottom: 28px; }
  .bulk-table .modal-body-wrp {
    overflow-x: auto;
    border: 1px solid #e5e5e5; }
  .bulk-table ul {
    margin: 0px; }
  .bulk-table table {
    border: none; }
    .bulk-table table td, .bulk-table table th {
      min-width: 92px; }
    .bulk-table table td {
      text-align: center;
      padding: 15px; }
      .bulk-table table td:first-child {
        text-align: center;
        text-transform: capitalize;
        font-weight: 600;
        background-color: #f3f3f3;
        position: -webkit-sticky;
        position: sticky;
        left: 0; }
    .bulk-table table tr:last-child td {
      border-bottom: none; }

.oc-product-review .tab-title {
  padding: 0px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  text-align: left; }
  .oc-product-review .tab-title span {
    margin-left: 7px; }

.oc-product-review .productReview-author {
  margin-bottom: 9px; }

.outof-stock-whishlistcomparebtn, .productnotpurchase-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .outof-stock-whishlistcomparebtn .compare-btn, .productnotpurchase-actions .compare-btn {
    position: relative;
    left: 0;
    right: auto;
    margin-right: 16px; }
  .outof-stock-whishlistcomparebtn .form-wishlist, .productnotpurchase-actions .form-wishlist {
    position: relative; }
    @media screen and (max-width: 1023px) {
      .outof-stock-whishlistcomparebtn .form-wishlist, .productnotpurchase-actions .form-wishlist {
        left: 0px; } }

.writeReview-form .g-recaptcha > div {
  margin-left: 0px; }

#wishlist-dropdown {
  min-width: 170px;
  padding: 0px;
  text-align: left;
  margin-bottom: 0px;
  background-color: #f3f3f3;
  margin-top: 10px;
  padding: 8px 0; }
  #wishlist-dropdown li {
    padding: 0px;
    margin: 0px; }
    #wishlist-dropdown li:before {
      display: none; }
    #wishlist-dropdown li .button {
      text-align: left;
      justify-content: flex-start;
      height: auto;
      padding: 5px 10px;
      font-size: 16px;
      font-weight: 400; }

/* Custom CSS */
.product-back-button .go-back {
  border: solid 2px;
  background-color: #1A1B1C;
  border-color: #1A1B1C;
  color: #fff;
  padding: 10px 25px;
  margin: 16px; }

.product-back-button .go-back:hover {
  background: #fff;
  color: #1A1B1C;
  border-color: #1A1B1C; }

/*.paccordion {
background-color: #01bc82;
color: #fff;
cursor: pointer;
padding: 10px;
width: 100%;
border: none;
text-align: left;
outline: 0;
transition: .4s;
margin-bottom: 15px;
}*/
.paccordion {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: rgba(26, 27, 28, 0.7);
  padding: 12px 0px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid rgba(26, 27, 28, 0.2);
  text-align: left;
  outline: 0;
  -webkit-transition: .4s;
  transition: .4s; }

/*.paccordion:hover {
  background-color: #000; 
}*/
.ppanel {
  padding: 12px 0px;
  display: none;
  background-color: white;
  overflow: hidden;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(26, 27, 28, 0.9); }

.oc-enquire-modal[hidden] {
  display: none !important; }

.has-enquire-modal {
  overflow: hidden; }

.oc-enquire-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  box-sizing: border-box; }

body.has-enquire-modal .header,
body.has-enquire-modal .header.sticky-header,
body.has-enquire-modal .header .header-main,
body.has-enquire-modal .header .header-nav,
body.has-enquire-modal .header .navPages-container {
  z-index: 1 !important; }

.oc-enquire-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 27, 28, 0.45); }

.oc-enquire-modal__dialog {
  position: relative;
  width: calc(100vw - 32px);
  max-width: 560px;
  max-height: calc(100vh - 48px);
  margin: 0;
  padding: 24px;
  background: #fff;
  overflow: auto;
  box-sizing: border-box; }

.oc-enquire-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1A1B1C;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto; }

.oc-enquire-modal .ppanel {
  display: block;
  padding: 0; }

.oc-enquire-modal .ppanel form {
  border: 0;
  padding: 0; }

.oc-enquire-modal__content {
  width: 100%;
  position: relative; }

.oc-enquire-modal .ppanel #header_1 {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px; }

.oc-enquire-modal .oc-enquire-form .form-all {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none; }

.oc-enquire-modal .oc-enquire-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 20px;
  margin: 0;
  padding: 0; }

.oc-enquire-modal .oc-enquire-form .form-line {
  width: 100%;
  margin: 0;
  padding: 0; }

.oc-enquire-modal .oc-enquire-form__half {
  grid-column: span 1; }

.oc-enquire-modal .oc-enquire-form__full {
  grid-column: 1 / -1; }

.oc-enquire-modal .oc-enquire-form__header {
  margin-bottom: 4px; }

.oc-enquire-modal .oc-enquire-form__hidden {
  display: none !important; }

.oc-enquire-modal .oc-enquire-form label.form-label {
  display: block !important;
  margin-bottom: 8px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #1A1B1C; }

.oc-enquire-modal .oc-enquire-form .form-required {
  display: none; }

.oc-enquire-modal .oc-enquire-form .form-input,
.oc-enquire-modal .oc-enquire-form .form-input-wide,
.oc-enquire-modal .oc-enquire-form #cid_3,
.oc-enquire-modal .oc-enquire-form #cid_11,
.oc-enquire-modal .oc-enquire-form #cid_4,
.oc-enquire-modal .oc-enquire-form #cid_13,
.oc-enquire-modal .oc-enquire-form #cid_6,
.oc-enquire-modal .oc-enquire-form #cid_2 {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent;
  box-sizing: border-box; }

.oc-enquire-modal ul.form-section.page-section li,
.oc-enquire-modal ul.form-section.page-section li div {
  padding: 0; }

.oc-enquire-modal .oc-enquire-form input,
.oc-enquire-modal .oc-enquire-form textarea {
  width: 100% !important;
  padding: 12px 8px !important;
  border: 1px solid rgba(26, 27, 28, 0.16) !important;
  border-radius: 0 !important;
  background: #fff;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #1A1B1C;
  box-sizing: border-box; }

.oc-enquire-modal .oc-enquire-form input::placeholder,
.oc-enquire-modal .oc-enquire-form textarea::placeholder {
  color: rgba(26, 27, 28, 0.45); }

.oc-enquire-modal .oc-enquire-form textarea {
  min-height: 92px;
  resize: vertical; }

.oc-enquire-modal .oc-enquire-form .form-buttons-wrapper {
  width: 100%;
  margin: 8px 0 0;
  text-align: left; }

.oc-enquire-modal .oc-enquire-form .form-submit-button {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #1A1B1C;
  color: #fff;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.oc-enquire-modal .oc-enquire-form .form-submit-button.is-loading {
  opacity: 0.7;
  cursor: progress; }

.oc-enquire-success-card[hidden] {
  display: none !important; }

.oc-enquire-success-card {
  width: 560px;
  height: 441px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto; }

.oc-enquire-success {
  min-height: 360px;
  padding: 40px 0px 0px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto; }

.oc-enquire-success__body {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box; }

.oc-enquire-success__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 18px; }

.oc-enquire-success__title {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #1A1B1C;
  margin-bottom: 10px; }

.oc-enquire-success__text {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(26, 27, 28, 0.8);
  max-width: 440px; }

.oc-enquire-success__close {
  width: 100%;
  height: 40px;
  margin-top: auto;
  border: 0;
  border-radius: 0;
  background: #1A1B1C;
  color: #fff;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer; }

.oc-enquire-loading[hidden] {
  display: none !important; }

.oc-enquire-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-sizing: border-box;
  text-align: center; }

.oc-enquire-loading__spinner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(26, 27, 28, 0.22);
  border-top-color: #1A1B1C;
  animation: ocEnquireSpin 0.75s linear infinite;
  margin-bottom: 12px; }

.oc-enquire-loading__text {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(26, 27, 28, 0.8); }

@keyframes ocEnquireSpin {
  to {
    transform: rotate(360deg); } }

.oc-enquire-modal .oc-enquire-form .form-line-error input,
.oc-enquire-modal .oc-enquire-form .form-line-error textarea,
.oc-enquire-modal .oc-enquire-form input.form-validation-error,
.oc-enquire-modal .oc-enquire-form textarea.form-validation-error {
  border-color: #006400 !important; }

.oc-enquire-modal .oc-enquire-form .error-navigation-message {
  display: none !important; }

.oc-enquire-modal .oc-enquire-form .form-error-message,
.oc-enquire-modal .oc-enquire-form .form-button-error {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 8px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35;
  color: #006400; }

.oc-enquire-modal .oc-enquire-form .form-error-message img,
.oc-enquire-modal .oc-enquire-form .form-button-error img {
  display: none !important; }

.oc-enquire-modal .oc-enquire-form .form-error-message::before,
.oc-enquire-modal .oc-enquire-form .form-button-error::before {
  content: "";
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 1L14 13H1L7.5 1Z' stroke='%23006400' stroke-width='1.2'/%3E%3Cpath d='M7.5 5V8.5' stroke='%23006400' stroke-width='1.2' stroke-linecap='round'/%3E%3Ccircle cx='7.5' cy='10.9' r='0.7' fill='%23006400'/%3E%3C/svg%3E"); }

.oc-enquire-modal .oc-enquire-form .form-button-error {
  margin-top: 12px; }

@media screen and (max-width: 767px) {
  .oc-enquire-modal {
    padding: 16px; }
  .oc-enquire-modal__dialog {
    width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    margin: 0;
    padding: 20px 16px 16px; }
  .oc-enquire-modal .oc-enquire-form__grid {
    grid-template-columns: 1fr; }
  .oc-enquire-modal .oc-enquire-form__half,
  .oc-enquire-modal .oc-enquire-form__full {
    grid-column: 1 / -1; } }

button.paccordion .icon {
  float: right;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.cfield-accordion .active .icon {
  transform: none; }

.paccordion .icon svg {
  display: none; }

.paccordion .icon::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2617 13.3333L10 5.07162L1.73828 13.3333L2.91667 14.5117L10 7.42839L17.0833 14.5117L18.2617 13.3333Z' fill='%231A1B1C'/%3E%3C/svg%3E");
  transform: rotate(180deg);
  transition: transform 0.2s ease; }

.cfield-accordion .active .icon::before {
  transform: rotate(0deg); }

/*.cfield-accordion .active {
background: #000;
}

button.paccordion .icon svg {
stroke: #01bc82 !important;
fill: transparent !important;
}

.productView-description {
float: right;
width:100%;
margin-top: 35px;
padding:0px;
}

.oc-tabing-section .oc-related-product {
    width: 100%;
}
section.productCarousel .productCarousel-slide {
    min-width: 100px !important;
    width: 340px;
}
section.productCarousel .productCarousel-slide article {
    width: 299px;
}
*/
@media (max-width: 1023px) {
  button.go-back {
    margin-left: 0px !important; }
  .sidebarBlock.category-sidebar {
    display: none; }
  aside#faceted-search-container {
    display: none; } }

/*  Carousel custom css */
.oc-customer-also-view .productCarousel .slick-next, .oc-customer-also-view .productCarousel .slick-prev {
  display: block !important;
  background: #1A1B1C !important;
  border: none !important;
  height: 3.8125rem !important;
  margin-top: -4.9375rem !important;
  padding: .625rem !important;
  width: 2.5rem !important;
  z-index: 1 !important;
  transform: scale(0.6, 0.6);
  opacity: .7; }

.oc-customer-also-view .productCarousel .slick-prev {
  left: 30px !important;
  right: auto !important;
  top: 50% !important; }

.oc-customer-also-view .productCarousel .slick-prev svg, .oc-customer-also-view .productCarousel .slick-next svg {
  display: none !important; }

.oc-customer-also-view .slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E") !important; }

.oc-customer-also-view .slick-next::before, .oc-customer-also-view .slick-prev::before {
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  display: block !important;
  height: 2.5625rem !important;
  width: 1.25rem !important; }

.oc-customer-also-view .slick-next:before {
  content: "" !important; }

.oc-customer-also-view .slick-next:before, .oc-customer-also-view .slick-prev:before {
  font-family: inherit !important;
  font-size: 20px !important;
  line-height: 1 !important;
  color: #fff !important;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

@media (min-width: 429px) and (max-width: 551px) {
  .productCarousel .slick-track {
    margin: 0 70px; } }

.p-enquiry {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px; }

.p-enquiry-text {
  width: 318px;
  flex: 0 0 318px;
  min-width: 318px;
  max-width: 318px;
  box-sizing: border-box;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: #1A1B1C; }

.p-enquiry iframe {
  max-height: 430px !important;
  min-height: 230px !important;
  height: 100vh !important; }

.p-enquiry button {
  text-align: center;
  width: 100%;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1A1B1C;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px;
  height: 40px; }

@media (max-width: 1144px) {
  .p-enquiry iframe {
    max-height: 480px !important; } }

@media (max-width: 836px) {
  .p-enquiry iframe {
    max-height: 520px !important; } }

@media (max-width: 767px) {
  .p-enquiry {
    width: 100%; }
  .p-enquiry iframe {
    max-height: 430px !important; } }

@media (max-width: 548px) {
  .p-enquiry iframe {
    max-height: 477px !important; } }

@media (max-width: 348px) {
  .p-enquiry iframe {
    max-height: 517px !important; } }

.product-top-actions {
  display: none; }

@media (max-width: 1200px) {
  .oc-customer-also-view .productCarousel .slick-prev {
    left: 0px !important; }
  .productCarousel .slick-next {
    right: 0px !important; } }

.price-section.price-section--saving.price {
  display: none; }

aside#faceted-search-container {
  display: none; }

.productView img {
  pointer-events: none; }

@media screen and (max-width: 1023px) {
  /* .productView-images .productView-thumbnails {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .productView-images .productView-thumbnails.slider-nav.swiper {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding-left: 56px;
        padding-right: 56px;
        overflow: hidden;
    }

    .productView-images .productView-thumbnails.slider-nav.swiper .swiper-wrapper {
        min-width: 0;
        margin: 0;
    }

    .productView-images .productView-thumbnails.slider-nav.swiper .slick-prev.slick-arrow,
    .productView-images .productView-thumbnails.slider-nav.swiper .slick-next.slick-arrow {
        width: 56px;
        height: 82px;
        top: 0 !important;
        bottom: 0;
        margin: auto 0 !important;
        transform: none !important;
        background: #fff;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productView-images .productView-thumbnails.slider-nav.swiper .slick-prev.slick-arrow {
        left: 0;
    }

    .productView-images .productView-thumbnails.slider-nav.swiper .slick-next.slick-arrow {
        right: 0;
        left: auto;
    }
}
.productView-thumbnails .slick-arrow, .productView-thumbnails .slick-prev, .productView-thumbnails .slick-next {
    display: none !important;
}*/
  .productView-images .productView-thumbnails button.slick-next.slick-arrow {
    right: -41px;
    top: 20px; }
  .productView-images .productView-thumbnails button.slick-prev.slick-arrow {
    right: 0px;
    left: -41px;
    top: 40px; }
  .productView-images .productView-thumbnails button.slick-prev.slick-arrow, .productView-images .productView-thumbnails button.slick-next.slick-arrow {
    display: block !important;
    border: 0 !important;
    padding: .625rem !important;
    transform: translateY(-50%) !important;
    background: #1A1B1C;
    z-index: 5;
    pointer-events: auto; }
  .productView-images .productView-thumbnails button.slick-prev.slick-arrow:hover:before, .productView-images .productView-thumbnails button.slick-prev.slick-arrow:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6001 1.43848L2.0001 8.02811L8.6001 14.6177' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A"); }
  .productView-images .productView-thumbnails button.slick-next.slick-arrow:hover:before, .productView-images .productView-thumbnails button.slick-next.slick-arrow:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.38232L7.6 7.97196L1 14.5616' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A"); }
  .productView-images .productView-thumbnails {
    width: calc(100% - 79px);
    margin-left: 40px; }
  .p-enquiry {
    width: 100%; } }

@media screen and (max-width: 1023px) {
  .productView-images {
    margin-bottom: 0; }
  .productView-images .productView-thumbnails {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box; }
  .productView-images .productView-thumbnails .slick-slide {
    margin-right: 12px; }
  .productView-images .productView-thumbnails button.slick-prev.slick-arrow, .productView-images .productView-thumbnails button.slick-next.slick-arrow {
    width: 40px;
    height: auto;
    top: 0;
    bottom: 0;
    padding: 0 !important;
    transform: none !important;
    background: #fff;
    border: 0 !important;
    z-index: 7;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center; }
  .p-enquiry {
    flex-direction: column;
    align-items: stretch;
    gap: 12px; }
  .p-enquiry-text {
    width: 100%;
    flex: 0 0 auto;
    min-width: 0;
    max-width: none; }
  .productView-images .productView-thumbnails button.slick-prev.slick-arrow {
    left: 0;
    right: auto; }
  .productView-images .productView-thumbnails button.slick-next.slick-arrow {
    right: 0; }
  .productView-images .productView-thumbnails button.slick-prev.slick-arrow::before,
  .productView-images .productView-thumbnails button.slick-next.slick-arrow::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px; }
  .productView-images .productView-thumbnails button.slick-next.slick-arrow:hover::before,
  .productView-images .productView-thumbnails button.slick-next.slick-arrow::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9141 12L8 21.9141L6.58594 20.5L15.0859 12L6.58594 3.5L8 2.08594L17.9141 12Z' fill='%23212121'/%3E%3C/svg%3E"); }
  .productView-images .productView-thumbnails button.slick-prev.slick-arrow:hover::before,
  .productView-images .productView-thumbnails button.slick-prev.slick-arrow::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.08594 12L16 2.08594L17.4141 3.5L8.91406 12L17.4141 20.5L16 21.9141L6.08594 12Z' fill='%23212121'/%3E%3C/svg%3E"); } }

@media screen and (max-width: 767px) {
  .card-img-container img:first-child {
    opacity: 1 !important; }
  .card-img-container img:last-child {
    display: none !important; } }

.p-enquiry form ul li::before {
  display: none; }

.ppanel form {
  border: 1px solid #1A1B1C;
  padding: 10px 0px; }

.p-enquiry .always-hidden, .p-enquiry .form-label, .p-enquiry .form-error-message img {
  display: none; }

.p-enquiry input, .p-enquiry textarea {
  border: none;
  border-bottom: 1px solid #1A1B1C;
  resize: none; }

.p-enquiry .form-input {
  border: none; }

.p-enquiry button {
  text-align: center;
  width: 100%;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #1A1B1C;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px;
  height: 40px;
  border: 1px solid #1A1B1C; }

.p-enquiry .form-error-message {
  color: #9f3e4c; }

.p-enquiry form #header_1 {
  text-align: center;
  font-size: 22px;
  margin-top: 15px; }

.p-enquiry form li {
  padding-left: 0px; }

.p-enquiry form .form-button-error {
  margin: 10px;
  text-align: center; }

.product-stock-status {
  display: none !important; }

.price-section--saving.price {
  display: none !important; }

/*.productView-options {
    display: none;
}*/
.login-for-pricing-p {
  margin: 0px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px; }

.productView-description {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media (max-width: 768px) {
  .productView-img-container a {
    pointer-events: none; }
  .productView-images .productView-image,
  .productView-images .productView-img-container {
    height: auto !important;
    aspect-ratio: 1 / 1; }
  .productView-images .productView-img-container .slick-list,
  .productView-images .productView-img-container .slick-track,
  .productView-images .productView-img-container .slick-slide,
  .productView-images .productView-img-container .slick-slide > a {
    height: 100%; }
  .productView-images .productView-img-container .slick-slide > a {
    display: block; }
  .productView-images .productView-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain !important; } }

/* Good to pair with */
.oc-good-pair {
  margin-top: 48px;
  margin-left: 96px;
  margin-right: 96px;
  padding: 0; }
  .oc-good-pair .oc-good-pair__header {
    margin-bottom: 16px; }
  .oc-good-pair .oc-good-pair__title {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #1A1B1C;
    text-transform: uppercase;
    letter-spacing: 0.02em; }
  .oc-good-pair .oc-good-pair__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    box-sizing: border-box; }
  .oc-good-pair .oc-good-pair__item {
    width: 320px;
    max-width: 100%; }
  .oc-good-pair.search-suggested-products .card {
    border: 1px solid rgba(26, 27, 28, 0.2);
    background: #fff;
    display: flex;
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    width: 320px;
    max-width: 320px; }
  .oc-good-pair.search-suggested-products .card-body {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 16px;
    align-items: start;
    align-content: start;
    margin: 0;
    padding: 10px 16px;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    box-sizing: border-box; }
  .oc-good-pair.search-suggested-products .card-figure {
    overflow: hidden; }
  .oc-good-pair.search-suggested-products .card-img-container {
    overflow: hidden;
    display: block;
    aspect-ratio: 1 / 1; }
  @supports not (aspect-ratio: 1/1) {
    .oc-good-pair.search-suggested-products .card-img-container::after {
      content: "";
      display: block;
      padding-bottom: 100%; } }
  .oc-good-pair.search-suggested-products .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .oc-good-pair.search-suggested-products .card-badge {
    order: 0;
    width: 100%;
    margin-bottom: 0;
    position: static;
    min-height: 24px;
    text-align: left;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    grid-column: 1 / -1;
    grid-row: 1; }
  .oc-good-pair.search-suggested-products .listview-cardbody {
    grid-column: 1 / 2;
    grid-row: 2;
    min-height: 2.8em; }
  .oc-good-pair.search-suggested-products .product-listview-option {
    grid-column: 2 / 3;
    grid-row: 2;
    justify-self: end;
    width: max-content;
    min-width: 92px;
    text-align: right; }
  .oc-good-pair.search-suggested-products .card-body .card-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: flex-start;
    text-align: right;
    align-items: flex-end; }
  .oc-good-pair.search-suggested-products .card-body .card-text .price-section {
    margin-right: 0; }
  .oc-good-pair.search-suggested-products .card-member-tax-note {
    min-height: 0px;
    margin: 0 0 0 auto;
    padding: 4px 12px;
    border: 1px solid rgba(26, 27, 28, 0.1);
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #1A1B1C;
    white-space: nowrap; }
  .oc-good-pair.search-suggested-products .card-summary {
    display: none; }
  .oc-good-pair.search-suggested-products .card-title {
    margin-top: 0;
    min-height: 4.2em; }
  .oc-good-pair.search-suggested-products .card-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.2em;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px; }
  .oc-good-pair.search-suggested-products .price--rrp,
  .oc-good-pair.search-suggested-products .price--non-sale,
  .oc-good-pair.search-suggested-products .price--withTax,
  .oc-good-pair.search-suggested-products .price--withoutTax {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    white-space: nowrap; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .oc-customer-also-view .oc-good-pair.search-suggested-products {
    margin-left: 32px;
    margin-right: 32px; } }

@media screen and (max-width: 767px) {
  .oc-customer-also-view .oc-good-pair.search-suggested-products {
    width: auto;
    margin: 0 !important;
    padding: 40px 0px 0px !important;
    box-sizing: border-box; }
  .oc-good-pair .oc-good-pair__grid {
    display: block;
    padding: 0 20px;
    box-sizing: border-box; }
  .oc-good-pair .oc-good-pair__item {
    width: 240px;
    max-width: 240px;
    margin-right: 8px; }
  .oc-good-pair.search-suggested-products .card {
    width: 240px;
    max-width: 240px; }
  .oc-good-pair .oc-good-pair__grid .slick-list {
    overflow: visible; }
  .oc-good-pair .oc-good-pair__grid .slick-track {
    display: flex; }
  .oc-good-pair .oc-good-pair__grid .slick-slide {
    width: 240px !important; } }

@media screen and (max-width: 767px) {
  .oc-good-pair .oc-good-pair__title {
    font-size: 32px;
    padding: 0px 20px; } }

@media screen and (max-width: 1023px) {
  .productView-images .productView-thumbnails.slider-nav.swiper {
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
    box-sizing: border-box !important;
    display: block !important;
    overflow: hidden !important;
    position: relative; }
  .productView-images .productView-thumbnails.slider-nav.swiper .swiper-wrapper {
    min-width: 0;
    margin: 0 !important; }
  .productView-images .productView-thumbnails.slider-nav.swiper .slick-prev.slick-arrow,
  .productView-images .productView-thumbnails.slider-nav.swiper .slick-next.slick-arrow {
    width: 48px !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 9 !important; }
  .productView-images .productView-thumbnails.slider-nav.swiper .slick-prev.slick-arrow {
    left: 0 !important; }
  .productView-images .productView-thumbnails.slider-nav.swiper .slick-next.slick-arrow {
    right: 0 !important; }
  .productView-images .productView-thumbnails.slider-nav.swiper .slick-prev.slick-arrow,
  .productView-images .productView-thumbnails.slider-nav.swiper .slick-next.slick-arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important; }
  .productView-images .productView-thumbnails.slider-nav.swiper .slick-prev.slick-arrow::before,
  .productView-images .productView-thumbnails.slider-nav.swiper .slick-next.slick-arrow::before {
    margin: 0 auto !important;
    background-position: center !important;
    transform: none !important; } }

.oc-product-swiper-poc {
  display: none !important;
  margin-top: 20px; }

body.has-pdp-swiper-experiment .oc-product-swiper-poc {
  display: none !important; }

/* PDP thumbnail rail desktop hard-fix: keep slides between left/right arrows */
@media screen and (min-width: 1024px) {
  .productView-images .productView-thumbnails.slider-nav.swiper {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 68px !important;
    padding-right: 56px !important;
    overflow: hidden !important; }
  .productView-images .productView-thumbnails.slider-nav.swiper .swiper-wrapper {
    min-width: 0 !important;
    margin: 0 !important; }
  .productView-images .productView-thumbnails.slider-nav.swiper .slick-prev.slick-arrow,
  .productView-images .productView-thumbnails.slider-nav.swiper .slick-next.slick-arrow {
    width: 56px !important;
    height: 82px !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto 0 !important;
    transform: none !important;
    background: #fff !important;
    z-index: 9 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; }
  .productView-images .productView-thumbnails.slider-nav.swiper .slick-prev.slick-arrow {
    left: 0 !important; }
  .productView-images .productView-thumbnails.slider-nav.swiper .slick-next.slick-arrow {
    right: 0 !important;
    left: auto !important; } }

.oc-product-swiper-poc-main .swiper-slide > a {
  display: block; }

.oc-product-swiper-poc-main img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #fff; }

.oc-product-swiper-poc-thumbs-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px; }

.oc-product-swiper-poc-thumbs {
  flex: 1 1 auto;
  min-width: 0; }
  .oc-product-swiper-poc-thumbs .swiper-slide {
    height: auto; }
  .oc-product-swiper-poc-thumbs .productView-thumbnail-link {
    display: block;
    border: 1px solid #efefef; }
  .oc-product-swiper-poc-thumbs .swiper-slide-thumb-active .productView-thumbnail-link {
    border-color: #244331; }

.oc-product-swiper-poc-arrow {
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  position: relative; }
  .oc-product-swiper-poc-arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%; }

.oc-product-swiper-poc-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg); }

.oc-product-swiper-poc-next::before {
  transform: translate(-65%, -50%) rotate(45deg); }

@media screen and (max-width: 767px) {
  .oc-product-swiper-poc-thumbs-wrap {
    gap: 8px; } }

#previewModal {
  top: 0 !important;
  right: 0;
  left: auto;
  transform: none;
  margin: 0;
  width: 480px;
  max-width: 480px;
  min-width: 480px;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  min-height: 100dvh;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #fff; }
  @media (max-width: 767px) {
    #previewModal {
      width: 100vw;
      max-width: 100vw;
      min-width: 100vw; } }

#cart-preview-dropdown {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: 0 !important;
  inset: 0 0 0 auto !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 480px;
  max-width: 480px;
  min-width: 480px;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  min-height: 100dvh;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: -12px 0 32px rgba(26, 27, 28, 0.16);
  overflow: hidden;
  z-index: 2147483647 !important; }
  @media (max-width: 767px) {
    #cart-preview-dropdown {
      width: 100vw;
      max-width: 100vw;
      min-width: 100vw; } }

body.has-cart-preview-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(26, 27, 28, 0.4);
  z-index: 99999; }

.previewCartDrawer-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1A1B1C;
  font-size: 34px;
  line-height: 1;
  cursor: pointer; }

.previewCartDrawer--header {
  position: relative; }

#previewModal > .modal-close {
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  z-index: 3;
  color: #1A1B1C; }
  #previewModal > .modal-close:before, #previewModal > .modal-close:after {
    display: none; }
  #previewModal > .modal-close .icon {
    width: 20px;
    height: 20px;
    stroke: #1A1B1C; }

#previewModal .modal-header,
#previewModal .modal-body {
  padding: 0; }

#previewModal .modal-content {
  height: 100%; }

.previewCartDrawer {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  color: #1A1B1C;
  background: #fff; }

.previewCartDrawer--loading {
  align-items: center;
  justify-content: center;
  padding: 24px; }

.previewCartDrawer-loadingInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center; }

.previewCartDrawer-loadingSpinner {
  width: 36px;
  height: 36px;
  border: 2px solid rgba(26, 27, 28, 0.16);
  border-top-color: #1A1B1C;
  border-radius: 50%;
  animation: previewCartDrawerSpin 0.8s linear infinite; }

.previewCartDrawer-loadingText {
  margin: 0;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #1A1B1C; }

.previewCartDrawer-header {
  flex: 0 0 auto;
  padding: 32px 24px 20px; }

.previewCartDrawer-title {
  margin: 0;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #1A1B1C; }

.previewCartDrawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto; }

.previewCartDrawer-items {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 0 24px; }

.previewCartDrawer-item {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 8px 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(26, 27, 28, 0.2); }

.previewCartDrawer-itemMedia {
  width: 80px; }

.previewCartDrawer-itemImage {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #1a1b1c30; }

.previewCartDrawer-itemMain {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0; }

.previewCartDrawer-itemTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px; }

.previewCartDrawer-itemMeta {
  min-width: 0;
  flex: 1 1 auto; }

.previewCartDrawer-itemRemove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer; }

.previewCartDrawer-itemRemove svg,
.previewCartDrawer-itemRemove path,
.previewCartDrawer-itemRemove g {
  pointer-events: none; }

.previewCartDrawer-itemBrand {
  display: none;
  margin-bottom: 12px;
  padding: 4px 12px;
  background: #1A1B1C;
  color: #fff;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.previewCartDrawer-itemBrand--loading {
  display: none; }

.previewCartDrawer-itemName {
  margin: 0 0 4px 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4; }

.previewCartDrawer-itemName a {
  color: #1A1B1C;
  text-decoration: none; }

.previewCartDrawer-itemReleaseDate {
  margin: 4px 0 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.7); }

.previewCartDrawer-itemReleaseDate--loading {
  display: block;
  width: 220px;
  max-width: 100%;
  height: 20px;
  border-radius: 999px;
  color: transparent;
  background: linear-gradient(90deg, rgba(26, 27, 28, 0.08) 25%, rgba(26, 27, 28, 0.16) 50%, rgba(26, 27, 28, 0.08) 75%);
  background-size: 200% 100%;
  animation: previewCartSkeleton 1.2s ease-in-out infinite; }

.previewCartDrawer-itemPrices {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .previewCartDrawer-itemPrices {
      display: grid;
      grid-template-columns: auto auto;
      justify-content: flex-start;
      align-items: center;
      row-gap: 4px;
      column-gap: 8px; } }

.previewCartDrawer-itemPrices--loading,
.previewCartDrawer-itemLineTotal--loading {
  position: relative;
  min-height: 20px; }

.previewCartDrawer-itemPrices--loading > *,
.previewCartDrawer-itemLineTotal--loading > * {
  opacity: 0; }

.previewCartDrawer-itemPrices--loading::before,
.previewCartDrawer-itemLineTotal--loading::before {
  content: "";
  display: block;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(26, 27, 28, 0.08) 25%, rgba(26, 27, 28, 0.16) 50%, rgba(26, 27, 28, 0.08) 75%);
  background-size: 200% 100%;
  animation: previewCartSkeleton 1.2s ease-in-out infinite; }

.previewCartDrawer-itemPrices--loading::before {
  width: 168px; }

.previewCartDrawer-itemLineTotal--loading::before {
  width: 124px; }

.previewCartDrawer-itemPrice {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3; }

.previewCartDrawer-itemPrice--rrp {
  color: rgba(26, 27, 28, 0.45);
  text-decoration: line-through; }
  @media (max-width: 767px) {
    .previewCartDrawer-itemPrice--rrp {
      grid-column: 1 / -1; } }

.previewCartDrawer-itemPrice--sale {
  color: #1A1B1C;
  font-weight: 600; }

.previewCartDrawer-itemPrice--incl {
  color: #1A1B1C;
  font-weight: 600; }

.previewCartDrawer-taxLabel {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 7px;
  border: 1px solid rgba(26, 27, 28, 0.28);
  color: #1A1B1C;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap; }

.previewCartDrawer-itemDiscount {
  color: #ff3d3d;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .previewCartDrawer-itemDiscount {
      grid-column: 2; } }

.previewCartDrawer-itemBottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 2px; }

.previewCartDrawer-itemLineTotal {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2; }

.previewCartDrawer-itemLineTotalValue--rrp {
  color: rgba(26, 27, 28, 0.45);
  text-decoration: line-through;
  font-weight: 400; }

.previewCartDrawer-itemLineTotalValue--sale {
  color: #1A1B1C;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2; }

@keyframes previewCartSkeleton {
  0% {
    background-position: 200% 0; }
  100% {
    background-position: -200% 0; } }

.previewCartDrawer-itemQty {
  flex: 0 0 auto; }

.previewCartDrawer-qtyControl {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(26, 27, 28, 0.2);
  height: 40px; }

.previewCartDrawer-qtyButton,
.previewCartDrawer-qtyInput {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  color: #1A1B1C; }

.previewCartDrawer-qtyButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer; }

.previewCartDrawer-qtyButton svg,
.previewCartDrawer-qtyButton path {
  pointer-events: none; }

.previewCartDrawer-qtyButton:disabled {
  opacity: 0.4;
  cursor: default; }

.previewCartDrawer-qtyInput {
  width: 32px;
  height: 40px;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  pointer-events: none; }

.previewCartDrawer-item.is-loading .previewCartDrawer-qtyControl {
  opacity: 0.6; }

.previewCartDrawer-footer {
  flex: 0 0 auto;
  padding: 20px 24px 24px;
  padding-bottom: calc(24px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(26, 27, 28, 0.12);
  background: #fff; }

@supports (-webkit-touch-callout: none) {
  #previewModal,
  #cart-preview-dropdown,
  .previewCartDrawer {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
    max-height: -webkit-fill-available; } }

.previewCartDrawer-subtotalRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px; }

.previewCartDrawer-subtotalLabel {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.7); }

.previewCartDrawer-subtotalValue {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2; }

.previewCartDrawer-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; }
  @media (max-width: 767px) {
    .previewCartDrawer-actions {
      grid-template-columns: 1fr; } }

.previewCartDrawer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none; }

.previewCartDrawer-button--secondary {
  background: #fff;
  color: #1A1B1C;
  border: 1px solid rgba(26, 27, 28, 0.24); }
  @media (max-width: 767px) {
    .previewCartDrawer-button--secondary {
      order: 2; } }

.previewCartDrawer-button--primary {
  background: #1A1B1C;
  color: #fff;
  border: 1px solid #1A1B1C;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px; }
  @media (max-width: 767px) {
    .previewCartDrawer-button--primary {
      order: 1; } }

.previewCartDrawer-empty {
  padding: 24px; }

@keyframes previewCartDrawerSpin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.quickView .productView-images {
  width: 55%; }
  @media screen and (max-width: 767px) {
    .quickView .productView-images {
      width: 50%; } }
  @media screen and (max-width: 666px) {
    .quickView .productView-images {
      width: 100%; } }
  .quickView .productView-images .slick-vertical .slick-arrow {
    width: 40px;
    height: 42px; }
    @media (max-width: 1610px) {
      .quickView .productView-images .slick-vertical .slick-arrow {
        bottom: -40px; } }
    @media screen and (max-width: 1580px) {
      .quickView .productView-images .slick-vertical .slick-arrow {
        bottom: -50px; } }
    @media screen and (max-width: 1023px) {
      .quickView .productView-images .slick-vertical .slick-arrow {
        bottom: 0; } }

.quickView .productView-details {
  width: 45%; }
  @media (max-width: 1280px) {
    .quickView .productView-details {
      padding-left: 16px; } }
  @media screen and (max-width: 767px) {
    .quickView .productView-details {
      width: 50%;
      padding-left: 20px; } }
  @media screen and (max-width: 666px) {
    .quickView .productView-details {
      width: 100%;
      padding-left: 0px; } }

.quickView .productView {
  margin: 0px; }
  @media screen and (max-width: 767px) {
    .quickView .productView {
      display: block; } }
  @media screen and (max-width: 666px) {
    .quickView .productView {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column; } }

.quickView .productView-title {
  font-size: 28px;
  line-height: 32px; }
  @media screen and (max-width: 1023px) {
    .quickView .productView-title {
      margin: 5px 0 10px;
      font-size: 24px; } }

.quickView .productView-images .productView-thumbnails {
  margin-left: 20px; }

.type-cart ol.breadcrumbs {
  margin-top: 0; }

.type-cart .page-heading {
  text-align: left;
  margin-bottom: 36px; }
  @media screen and (max-width: 1023px) {
    .type-cart .page-heading {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .type-cart .page-heading[data-cart-page-title]::before {
      content: "YOUR CART";
      display: block;
      font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 32px; } }

.type-cart .alertBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px; }
  .type-cart .alertBox p {
    width: auto;
    margin: 0px; }

.type-cart .page-inner {
  min-height: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box; }

.type-cart .page-inner > .page,
.type-cart .page-inner > .page > .page-content[data-cart] {
  height: 100%; }

.type-cart .page-inner > .page > .page-content[data-cart] {
  display: flex;
  flex-direction: column; }

.type-cart .cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  column-gap: 40px;
  align-items: stretch;
  flex: 1 1 auto;
  height: 100%;
  min-height: calc(800px - 80px); }

.type-cart .cart-layout .cart-panel-left {
  min-width: 0; }

.type-cart .cart-layout .cart-panel-right {
  width: 100%;
  margin-top: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column; }

.type-cart .cart-layout .cart-panel-right .cart-totals-wrap,
.type-cart .cart-layout .cart-panel-right .cart-total-cont {
  height: 100%; }

.type-cart .cart-layout .cart-left,
.type-cart .cart-layout .cart-right {
  width: 100%;
  padding-right: 0; }

.type-cart .cart-layout .cart-totals {
  padding-left: 0; }

@media screen and (max-width: 1023px) {
  .type-cart .page-inner {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .type-cart .page-inner > .page > .page-content[data-cart] {
    display: block; }
  .type-cart .cart-layout {
    display: block;
    gap: 24px;
    height: auto;
    min-height: 0; }
  .type-cart .cart-layout .cart-panel-right {
    width: 100%;
    min-height: 0;
    display: block; }
  .type-cart .cart-layout .cart-panel-right.cart-bottom {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .type-cart .page-inner {
    min-height: 800px;
    padding-top: 40px;
    padding-bottom: 40px; }
  .type-cart .page-inner > .page > .page-content[data-cart] {
    display: flex; }
  .type-cart .cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    column-gap: 8px;
    align-items: stretch;
    height: 100%;
    min-height: calc(800px - 80px); }
  .type-cart .cart-layout .cart-panel-right {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column; }
  .type-cart .cart-layout .cart-panel-right.cart-bottom {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  .type-cart .cart-header {
    display: table-header-group; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .type-cart .cart-header tr {
      display: grid !important;
      grid-template-columns: 150px 75px 70px 1fr;
      -webkit-column-gap: 24px;
      -moz-column-gap: 24px;
      column-gap: 8px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .type-cart .cart .cart-item {
    padding: 0;
    display: table-row;
    position: static; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .type-cart .cart .cart-item {
      display: grid !important;
      grid-template-columns: 150px 75px 70px 1fr;
      -webkit-column-gap: 24px;
      -moz-column-gap: 24px;
      column-gap: 8px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 0;
      border-bottom: 1px solid whitesmoke; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .type-cart .cart td {
    padding: 27px 0;
    border: none; }
  .type-cart .cart-item-figure {
    margin: 0;
    width: auto;
    float: none;
    display: table-cell;
    vertical-align: middle; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .type-cart .cart-item-figure {
      grid-column: 1;
      grid-row: 1;
      display: block !important;
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .type-cart .cart-item-figure .cart-item-image,
  .type-cart .cart-item-figure .cart-item-fixed-image {
    width: 104px;
    max-width: 104px;
    max-height: 104px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .type-cart .cart-item-figure .cart-item-image,
    .type-cart .cart-item-figure .cart-item-fixed-image {
      width: 48px;
      height: 48px;
      max-width: 48px;
      max-height: 48px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .type-cart .cart-item-title {
    display: table-cell;
    height: auto;
    margin-bottom: 0;
    overflow: visible;
    padding: 27px 30px;
    position: relative;
    vertical-align: middle; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .type-cart .cart-item-title {
      grid-column: 1;
      grid-row: 2;
      display: block !important;
      padding: 0 !important;
      margin: 0 !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .type-cart .cart-item-title-stack {
    padding-left: 20px;
    padding-bottom: 52px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .type-cart .cart-item-title-stack {
      padding-left: 0 !important;
      padding-top: 8px !important;
      padding-bottom: 0 !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .type-cart .cart-item-title-bottom {
    position: absolute;
    left: 20px;
    bottom: 20px; }
  .type-cart .cart-item-info {
    clear: none;
    float: none;
    overflow: visible;
    width: auto;
    display: table-cell;
    padding-left: 0;
    text-align: left;
    vertical-align: middle; }
  .type-cart .cart-item-info:last-child {
    padding-right: 0; }
  .type-cart .cart-item-info:last-child strong.cart-item-value {
    font-size: 20px;
    line-height: 1.2; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .type-cart .cart-item-info:last-child strong.cart-item-value {
      font-size: 16px !important;
      line-height: 1.2 !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .type-cart td.cart-item-info:nth-child(3),
  .type-cart td.cart-item-info:nth-child(4),
  .type-cart td.cart-item-info:nth-child(5) {
    display: table-cell !important;
    grid-template-columns: none !important;
    column-gap: 0 !important;
    align-items: stretch !important; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .type-cart td.cart-item-info:nth-child(3),
    .type-cart td.cart-item-info:nth-child(4),
    .type-cart td.cart-item-info:nth-child(5) {
      display: block !important;
      padding: 0 !important;
      margin: 0 !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .type-cart td.cart-item-info:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2; } }

@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .type-cart td.cart-item-info:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / span 2; } }

@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .type-cart td.cart-item-info:nth-child(5) {
    grid-column: 4;
    grid-row: 1 / span 2; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .type-cart td.cart-item-info:nth-child(3) .cart-item-label,
  .type-cart td.cart-item-info:nth-child(4) .cart-item-label,
  .type-cart td.cart-item-info:nth-child(5) .cart-item-label {
    display: none !important; }
  .type-cart td.cart-item-info:nth-child(4) .form-increment,
  .type-cart td.cart-item-info:nth-child(5) .cart-item-totalRow {
    grid-column: auto;
    justify-self: auto; }
  .type-cart .cart-item-totalRow {
    justify-content: flex-end; }
  .type-cart .cart-bottom {
    display: flex;
    flex-wrap: wrap; }
  .type-cart .cart-bottom .cart-left {
    width: 50%;
    padding-right: 150px; }
  .type-cart .cart-bottom .cart-right {
    width: 50%; }
  .type-cart .cart-bottom .cart-content-padding-right {
    width: 50%;
    margin-left: auto; }
  .type-cart .cart-bottom .cart-totals {
    padding-left: 50px;
    margin-bottom: 0; }
  .type-cart .cart-bottom .cart-left .button {
    width: 25.2%;
    min-width: 240px; } }

.cart {
  border: none;
  margin-bottom: 50px; }
  @media screen and (max-width: 1023px) {
    .cart {
      margin-bottom: 35px; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-header {
      display: none; } }
  .cart .cart-header .cart-header-item {
    padding: 0 !important;
    padding-bottom: 4px !important;
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    color: #333333 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important; }
    .cart .cart-header .cart-header-item + th {
      border-left: none; }
  .cart .cart-item {
    border-bottom-color: whitesmoke;
    padding: 0px; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item {
        padding: 20px 0;
        padding-left: 25%;
        display: block;
        position: relative; }
        .cart .cart-item:after {
          display: block;
          content: ' ';
          clear: both; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cart .cart-item {
        display: table-row;
        padding: 0;
        padding-left: 0;
        position: static; }
        .cart .cart-item:after {
          display: none; } }
  .cart td {
    padding: 27px 0px; }
    @media screen and (max-width: 1023px) {
      .cart td {
        border: none;
        padding: 0px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cart td {
        padding: 20px 8px; } }
    .cart td + td {
      border-left: none; }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.3333333333%;
      width: 33.3333333333%;
      float: left; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .cart .cart-item-figure {
      display: table-cell;
      vertical-align: middle;
      float: none;
      width: 48px !important;
      min-width: 48px !important;
      margin-left: 0;
      padding-right: 0 !important; } }
  .cart .cart-item-figure .cart-item-image, .cart .cart-item-figure .cart-item-fixed-image {
    width: 104px;
    max-height: 104px;
    max-width: 104px; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-figure .cart-item-image, .cart .cart-item-figure .cart-item-fixed-image {
        width: 140px;
        max-height: 140px;
        max-width: 140px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cart .cart-item-figure .cart-item-image, .cart .cart-item-figure .cart-item-fixed-image {
        width: 80px;
        max-height: 80px;
        max-width: 80px; } }
    @media screen and (max-width: 767px) {
      .cart .cart-item-figure .cart-item-image, .cart .cart-item-figure .cart-item-fixed-image {
        width: 95px;
        max-height: 95px;
        max-width: 95px; } }
    @media screen and (max-width: 666px) {
      .cart .cart-item-figure .cart-item-image, .cart .cart-item-figure .cart-item-fixed-image {
        width: 75px;
        max-height: 75px;
        max-width: 75px; } }
  .cart .cart-item-figure::after {
    display: none; }
  .cart .cart-item-brand {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    letter-spacing: 1.28px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cart .cart-item-brand {
        display: none !important; } }
  .cart .cart-item-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-name {
        display: block; } }
    .cart .cart-item-name a {
      color: #333333; }
      .cart .cart-item-name a:hover {
        color: #0f4026; }
  .cart .cart-item-value {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #333333; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-value {
        padding-left: 0px; } }
  .cart .cart-item-priceCurrent {
    display: block; }
    .cart .cart-item-priceCurrent .cart-item-value {
      padding-left: 0; }
  .cart .cart-item-tax-label {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin-top: 4px;
    padding: 0 7px;
    border: 1px solid rgba(26, 27, 28, 0.28);
    color: #1A1B1C;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap; }
  .cart strong.cart-item-value {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2; }
  .cart .cart-item-info:last-child, .cart .cart-header-item:last-child {
    text-align: right;
    position: relative; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-info:last-child, .cart .cart-header-item:last-child {
        text-align: center;
        position: static; } }
  .cart .cart-item-info .cart-item-value {
    display: block; }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.3333333333%;
      text-align: left;
      padding-left: 15px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .cart .cart-item-info {
      display: table-cell;
      float: none;
      width: auto;
      padding-left: 8px;
      vertical-align: middle; } }
  @media screen and (max-width: 767px) {
    .cart .cart-item-info {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .cart .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  .cart .cart-item-label {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #1A1B1C;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-label {
        display: block;
        padding: 0px;
        line-height: 1.2; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cart .cart-item-label {
        display: none !important; } }
    @media screen and (max-width: 767px) {
      .cart .cart-item-label {
        text-align: left;
        margin-bottom: 0px;
        width: auto;
        min-width: 95px; } }
  .cart .cart-item-totalRow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px; }
  .cart .cart-item-totalValues {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px; }
    .cart .cart-item-totalValues .cart-item-value {
      padding-left: 0; }
  .cart .cart-remove {
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f500;
    position: static;
    right: auto;
    margin: 0;
    top: auto;
    transform: none; }
    @media screen and (max-width: 1023px) {
      .cart .cart-remove {
        top: 20px;
        transform: none; } }
    .cart .cart-remove svg {
      display: block;
      width: 20px;
      height: 24px;
      fill: none; }
    .cart .cart-remove svg * {
      fill: none; }
    .cart .cart-remove svg path {
      stroke: rgba(26, 27, 28, 0.7); }
    .cart .cart-remove:hover {
      background-color: #0f4026; }
      .cart .cart-remove:hover svg path {
        stroke: white; }
    @media screen and (max-width: 767px) {
      .cart .cart-remove {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2; } }
  .cart .icon svg {
    fill: unset; }
  .cart .cart-item-title {
    padding: 27px 30px;
    position: relative; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-title {
        display: block;
        height: auto;
        margin-bottom: 20px;
        overflow: hidden;
        padding: 0;
        padding-left: 15px; } }
  .cart .cart-item-title-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    min-height: 0;
    padding-bottom: 52px;
    padding-left: 20px; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-title-stack {
        padding-bottom: 44px; } }
  .cart .cart-item-title-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    min-height: 0; }
    .cart .cart-item-title-meta .definitionList {
      display: none; }
    .cart .cart-item-title-meta.cart-item-title-meta--options-ready .definitionList {
      display: block; }
  .cart .cart-item-release-date {
    margin: -4px 0 0;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(26, 27, 28, 0.7); }
  .cart .cart-item-release-date--loading {
    display: block;
    width: 240px;
    max-width: 100%;
    height: 22px;
    border-radius: 999px;
    color: transparent;
    background: linear-gradient(90deg, rgba(26, 27, 28, 0.08) 25%, rgba(26, 27, 28, 0.16) 50%, rgba(26, 27, 28, 0.08) 75%);
    background-size: 200% 100%;
    animation: cartReleaseDateSkeleton 1.2s ease-in-out infinite; }
  .cart .cart-item-title-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    gap: 8px;
    position: absolute;
    left: 20px;
    bottom: 20px; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-title-bottom {
        left: 20px;
        bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .cart .cart-item {
      display: grid;
      grid-template-columns: 95px minmax(0, 1fr) 24px;
      -webkit-column-gap: 12px;
      -moz-column-gap: 12px;
      column-gap: 12px;
      row-gap: 16px;
      padding: 20px 0 0;
      position: relative; }
    .cart .cart-item-figure {
      grid-column: 1;
      grid-row: 1;
      margin: 0;
      width: 72px;
      float: none; }
    .cart .cart-item-title {
      grid-column: 2;
      grid-row: 1;
      margin: 0;
      padding: 0;
      padding-right: 36px;
      min-width: 0; }
    .cart .cart-item-title-stack {
      padding-left: 0;
      padding-bottom: 0;
      min-height: 0; }
    .cart .cart-item-title-bottom {
      position: static;
      left: auto;
      bottom: auto;
      margin-top: 8px;
      flex-wrap: nowrap;
      white-space: nowrap; }
    .cart .cart-item-release-date {
      margin-top: -2px;
      font-size: 14px; }
    .cart .cart-item-release-date--loading {
      width: 200px;
      height: 20px; }
    .cart .cart-item-info {
      grid-column: 1 / -1;
      width: 100%;
      float: none;
      padding-left: 0; }
    .cart td.cart-item-info:nth-child(3) {
      display: grid !important;
      grid-template-columns: 95px minmax(0, 1fr) 24px;
      column-gap: 12px;
      align-items: start; }
      .cart td.cart-item-info:nth-child(3) .cart-item-label {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 0;
        min-width: 0;
        width: auto; }
      .cart td.cart-item-info:nth-child(3) .cart-item-value {
        grid-column: 2;
        display: block; }
      .cart td.cart-item-info:nth-child(3) .cart-item-priceCurrent {
        grid-column: 2;
        grid-row: 1;
        justify-self: start; }
      .cart td.cart-item-info:nth-child(3) .cart-item-value:not(.price--discounted) {
        grid-row: auto; }
      .cart td.cart-item-info:nth-child(3) .cart-item-value.price--discounted {
        grid-row: auto;
        margin-top: 4px; }
      .cart td.cart-item-info:nth-child(3) .cart-item-tax-label {
        grid-column: 2;
        grid-row: auto;
        justify-self: start; }
    .cart td.cart-item-info:nth-child(4),
    .cart td.cart-item-info:nth-child(5) {
      display: grid !important;
      grid-template-columns: 95px minmax(0, 1fr) 24px;
      column-gap: 12px;
      align-items: start; }
    .cart td.cart-item-info:nth-child(4) .cart-item-label,
    .cart td.cart-item-info:nth-child(5) .cart-item-label {
      grid-column: 1;
      margin-bottom: 0;
      min-width: 0;
      width: auto; }
    .cart td.cart-item-info:nth-child(4) .form-increment {
      grid-column: 2;
      margin: 0;
      justify-self: start; }
    .cart td.cart-item-info:nth-child(5) .cart-item-totalRow {
      grid-column: 2;
      justify-content: flex-start; }
    .cart td.cart-item-info:nth-child(5) .cart-item-totalValues {
      align-items: flex-start; }
    .cart .cart-item-info:last-child {
      padding-right: 0;
      margin-top: 0; }
    .cart .cart-item-totalRow {
      justify-content: space-between;
      padding-right: 0; }
    .cart .cart-remove {
      position: absolute;
      right: 0;
      top: 20px;
      margin-top: 0;
      z-index: 3; }
    .cart td.cart-item-info:last-child strong.cart-item-value {
      font-size: 18px;
      line-height: 1.2; } }
  .cart .cart-item-options--giftWrapping {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 0px; }
    .cart .cart-item-options--giftWrapping dt, .cart .cart-item-options--giftWrapping dd {
      margin: 0px;
      font-weight: 400;
      font-size: 14px; }
    .cart .cart-item-options--giftWrapping dt {
      margin-right: 5px; }
    .cart .cart-item-options--giftWrapping dd {
      width: calc(100% - 100px); }
  .cart .change-link {
    font-size: 14px; }
  .cart .change-link--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0; }
    .cart .change-link--icon svg {
      display: block; }
    .cart .change-link--icon:hover {
      opacity: 0.85; }
  .cart .cart-item-title-bottom .cart-item-stock-status,
  .cart .cart-item-title-bottom .cart-item-stock-status--loading {
    display: none; }
  .cart .cart-item-quantity .form-increment {
    height: 40px;
    padding: 8px 12px;
    border: 1px solid rgba(26, 27, 28, 0.3);
    box-sizing: border-box; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-quantity .form-increment {
        margin: 0px; }
        .cart .cart-item-quantity .form-increment .form-input {
          width: 50px; } }

@keyframes cartReleaseDateSkeleton {
  0% {
    background-position: 200% 0; }
  100% {
    background-position: -200% 0; } }
    @media screen and (min-width: 768px) and (max-width: 1259px) {
      .cart .cart-item-quantity .form-increment {
        height: 32px;
        padding: 4px 0px; }
        .cart .cart-item-quantity .form-increment .form-input {
          width: 24px;
          font-size: 12px;
          padding: 0 0px; }
        .cart .cart-item-quantity .form-increment .button svg {
          width: 7px;
          height: 7px; } }
    @media screen and (max-width: 767px) {
      .cart .cart-item-quantity .form-increment {
        padding: 8px 16px;
        width: auto; } }

.cart-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .cart-bottom .cart-totals-wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .cart-bottom .cart-left {
    width: 50%;
    padding-right: 150px; }
    @media screen and (max-width: 1259px) {
      .cart-bottom .cart-left {
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      .cart-bottom .cart-left {
        width: 100%;
        padding-right: 0px; } }
    .cart-bottom .cart-left .cart-totals {
      padding-left: 0;
      margin-bottom: 0; }
    .cart-bottom .cart-left .form {
      margin: 0px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%; }
    .cart-bottom .cart-left .cart-total-label {
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      color: #333333;
      padding: 0px;
      margin-bottom: 15px; }
      @media screen and (max-width: 1023px) {
        .cart-bottom .cart-left .cart-total-label {
          font-size: 16px;
          margin-bottom: 10px; } }
      .cart-bottom .cart-left .cart-total-label strong {
        font-weight: 500; }
    .cart-bottom .cart-left .button {
      margin-left: 0px;
      width: 25.2%; }
      @media screen and (max-width: 1023px) {
        .cart-bottom .cart-left .button {
          width: 20%; } }
    @media screen and (max-width: 1023px) {
      .cart-bottom .cart-left .form-input {
        width: 80%; } }
    .cart-bottom .cart-left .cart-total {
      margin: 0px; }
      .cart-bottom .cart-left .cart-total:last-child {
        border: none; }
      .cart-bottom .cart-left .cart-total + .cart-total {
        border: none; }
  .cart-bottom .cart-right {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .cart-bottom .cart-right {
        width: 100%; } }
  .cart-bottom .cart-content-padding-right {
    width: 50%;
    padding-right: 0px;
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      .cart-bottom .cart-content-padding-right {
        width: 100%;
        margin-top: 0; } }
  .cart-bottom .cart-totals {
    width: 100%;
    padding-left: 50px;
    float: none; }
    @media screen and (max-width: 1023px) {
      .cart-bottom .cart-totals {
        padding-left: 20px; } }
    @media screen and (max-width: 767px) {
      .cart-bottom .cart-totals {
        padding-left: 0px;
        margin-bottom: 0 !important; } }
  .cart-bottom .cart-actions {
    width: 100%; }
    .cart-bottom .cart-actions .button {
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.64px;
      padding: 12px 22px;
      min-width: 240px; }
      @media screen and (max-width: 1023px) {
        .cart-bottom .cart-actions .button {
          font-size: 18px;
          padding: 7px 22px;
          min-width: 150px; } }

.cart-total-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%; }

.cart-totals li {
  padding: 18px 0 14px; }
  .cart-totals li:before {
    display: none; }

.cart-totals .cart-total {
  margin: 0px; }
  .cart-totals .cart-total:last-child {
    border-bottom: 1px solid #e5e5e5; }
  .cart-totals .cart-total + .cart-total {
    border-top: 1px solid #e5e5e5; }

.cart-totals .cart-total-label, .cart-totals .cart-total-value {
  padding: 0px;
  font-weight: 500;
  color: #333333;
  font-size: 20px; }
  @media screen and (max-width: 1023px) {
    .cart-totals .cart-total-label, .cart-totals .cart-total-value {
      width: 50%;
      text-align: left;
      font-size: 16px;
      line-height: 22px; } }
  .cart-totals .cart-total-label strong, .cart-totals .cart-total-value strong {
    font-weight: 500; }

.cart-totals .cart-total-value {
  font-size: 16px; }
  @media screen and (max-width: 1023px) {
    .cart-totals .cart-total-value {
      text-align: right; } }

.cart-totals .shipping-estimate-show {
  color: #666666;
  font-weight: 400;
  text-decoration-color: #666666;
  font-style: normal; }

@media screen and (max-width: 1023px) {
  .estimator-form {
    margin-bottom: 10px !important; } }

.estimator-form dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin: 0px; }

.estimator-form .estimator-form-label {
  width: 40%;
  text-align: left; }
  .estimator-form .estimator-form-label .form-label {
    padding: 0px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    text-transform: capitalize; }
    @media screen and (max-width: 1023px) {
      .estimator-form .estimator-form-label .form-label {
        text-align: left;
        font-size: 16px;
        line-height: 22px; } }

.estimator-form .estimator-form-input {
  width: 60%; }

.estimator-form dt, .estimator-form dd {
  margin: 8px 0; }

.shipping-quotes {
  line-height: 1.2;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .shipping-quotes {
      font-size: 14px; } }
  .shipping-quotes form {
    width: 100%;
    max-width: 100%;
    margin-left: 0; }
  .shipping-quotes ul {
    margin: 15px 0;
    width: 100%; }
    .shipping-quotes ul li {
      padding: 0px;
      width: 100%; }
      .shipping-quotes ul li + li {
        margin-top: 10px; }
  .shipping-quotes .estimator-form-row dl {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    row-gap: 10px;
    width: 100%;
    margin: 0px;
    padding: 16px 18px;
    border: 1px solid rgba(26, 27, 28, 0.12);
    background: #fcfcfc; }
    .shipping-quotes .estimator-form-row dl dt, .shipping-quotes .estimator-form-row dl dd {
      margin: 0px;
      width: auto; }
    .shipping-quotes .estimator-form-row dl dt {
      min-width: 0;
      display: flex;
      align-items: flex-start;
      gap: 10px; }
    .shipping-quotes .estimator-form-row dl dd {
      justify-self: end;
      text-align: right; }
      .shipping-quotes .estimator-form-row dl dd label {
        color: #333333;
        margin: 0; }
        .shipping-quotes .estimator-form-row dl dd label b {
          font-weight: 700;
          white-space: nowrap; }
    .shipping-quotes .estimator-form-row dl .form-radio {
      margin: 2px 0 0; }
      .shipping-quotes .estimator-form-row dl .form-radio + .form-label {
        display: block;
        flex: 1 1 auto;
        min-width: 0;
        margin: 0px;
        color: #666666;
        text-align: left;
        text-transform: none;
        letter-spacing: 0;
        white-space: normal;
        word-break: normal;
        overflow-wrap: anywhere; }
        .shipping-quotes .estimator-form-row dl .form-radio + .form-label:before {
          top: 50%;
          transform: translateY(-50%); }
        .shipping-quotes .estimator-form-row dl .form-radio + .form-label:after {
          top: 3px; }
  .shipping-quotes .estimator-form-row dl .form-radio:checked + .form-label::before {
    background-color: #1a1b1c;
    border-color: #1a1b1c; }
  .shipping-quotes .estimator-form-label-text {
    display: block;
    margin-left: 0;
    min-width: 0;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere; }
  @media screen and (max-width: 767px) {
    .shipping-quotes .estimator-form-row dl {
      grid-template-columns: 1fr;
      row-gap: 10px; }
    .shipping-quotes .estimator-form-row dl dt {
      width: 100%;
      align-items: flex-start; }
    .shipping-quotes .estimator-form-row dl dd {
      width: 100%;
      justify-self: stretch;
      text-align: right; }
    .shipping-quotes .estimator-form-label-text.form-label {
      text-transform: none;
      letter-spacing: 0;
      font-size: 14px;
      line-height: 1.4;
      text-align: left;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: anywhere; }
    .shipping-quotes .estimator-form-input--price label {
      display: block;
      width: 100%;
      font-size: 16px;
      line-height: 1.2; } }
  .shipping-quotes .button {
    width: 100%; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.type-cart .cart {
    display: table;
    table-layout: fixed;
    width: 100%; }
  body.type-cart .cart-list {
    display: table-row-group; }
  body.type-cart .cart-header {
    display: table-header-group; }
  body.type-cart .cart-item-quantity .form-increment {
    margin-left: 0; }
  body.type-cart .cart-item-totalRow {
    justify-content: flex-end; }
  body.type-cart td.cart-item-info:nth-child(4) .form-increment,
  body.type-cart td.cart-item-info:nth-child(5) .cart-item-totalRow {
    grid-column: auto;
    justify-self: auto;
    width: 100%; }
  body.type-cart .cart-bottom .cart-left {
    width: 50%;
    padding-right: 150px; }
  body.type-cart .cart-bottom .cart-right {
    width: 100%; }
  body.type-cart .cart-bottom .cart-content-padding-right {
    width: 100%; }
  body.type-cart .cart-bottom .cart-totals {
    padding-left: 8px;
    padding-right: 8px; }
  body.type-cart [data-cart-dock] {
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box; }
  body.type-cart .cart-shipping-row .cart-total-label {
    width: 70%; }
  body.type-cart .cart-shipping-row .cart-total-value {
    width: 30%; }
  body.type-cart .cart-grand-total-row .cart-total-label,
  body.type-cart .cart-grand-total-row .cart-total-value {
    font-size: 16px;
    line-height: 1.2; }
  body.type-cart .cart-grand-total-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* gap: 8px; */
    padding: 10px 0px; }
  body.type-cart .cart-grand-total-row .cart-total-label {
    width: 55%;
    float: none; }
  body.type-cart .cart-grand-total-row .cart-total-value {
    width: 45%;
    float: none;
    text-align: right; }
  body.type-cart .cart-grand-total-row .cart-total-grandTotal {
    font-size: 20px;
    line-height: 1.2; }
  body.type-cart .cart-panel-right .cart-right .cart-total-grandTotal span {
    font-size: 20px; }
  body.type-cart .cart-panel-right .cart-right .cart-total:has(.cart-total-grandTotal) .cart-total-label strong {
    font-size: 16px; }
  body.type-cart .cart-panel-right .cart-actions .button.button--primary {
    height: auto; }
  body.type-cart .cart-total-label,
  body.type-cart .cart-total-value {
    padding: 0rem 0 0rem 0rem; } }

form#CartEditProductFieldsForm [data-product-attributes-wrapper] {
  height: auto !important; }

.cart-additionalCheckoutButtons {
  padding: 0px; }
  .cart-additionalCheckoutButtons .CheckoutButton div input {
    border: none;
    padding: 0px; }
  .cart-additionalCheckoutButtons .or-use-label {
    text-align: center; }

/*------ Gift certificate ------ */
.gift-certificate-form .form-field--success .form-radio + .form-label::before {
  border-color: #c4c4c4; }

.gift-certificate-form .form-field--success .form-radio:checked + .form-label::before {
  border-color: transparent; }

/* ========== BLOG GRID STYLE ========== */
.blog-grid-style {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .blog-grid-style {
      margin: 0 -8px; } }
  @media screen and (max-width: 1023px) {
    .blog-grid-style {
      margin-bottom: 50px; } }
  .blog-grid-style .blog-item {
    width: 25%;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 0 32px 0; }
    @media (max-width: 1023px) {
      .blog-grid-style .blog-item {
        padding: 0 8px; } }
    @media screen and (max-width: 1439px) {
      .blog-grid-style .blog-item {
        width: 33.33%; } }
    @media screen and (max-width: 1023px) {
      .blog-grid-style .blog-item {
        width: 50%; } }
    @media screen and (max-width: 666px) {
      .blog-grid-style .blog-item {
        width: 100%;
        margin-bottom: 0; } }
    @media screen and (max-width: 666px) {
      .blog-grid-style .blog-item + .blog-item {
        margin-top: 30px; } }
  .blog-grid-style .blog {
    margin: 0;
    border: 1px solid #dddddd;
    height: 100%; }
    .blog-grid-style .blog + .blog {
      border-top: none;
      padding-top: 0;
      margin-top: 0; }
  .blog-grid-style .blog-thumbnail {
    width: 100%;
    margin: 0;
    max-width: 100%; }
    .blog-grid-style .blog-thumbnail a {
      padding: 0;
      border: none;
      display: block;
      height: 250px;
      overflow: hidden; }
    .blog-grid-style .blog-thumbnail.blog-no-image a {
      display: flex;
      align-items: center;
      justify-content: center; }
      .blog-grid-style .blog-thumbnail.blog-no-image a svg {
        width: 60px; }
    .blog-grid-style .blog-thumbnail img {
      object-position: center center;
      object-fit: cover;
      height: 100%; }
  .blog-grid-style .blog-title {
    font-size: 18px;
    line-height: normal; }
  .blog-grid-style .blog-post-figure {
    width: 100%; }
  .blog-grid-style .blog-post-body {
    padding: 25px 20px;
    width: 100%; }
  .blog-grid-style .blog-date, .blog-grid-style .blog-author, .blog-grid-style .blog-post {
    text-align: center; }

/* ========== BLOG DETAILS STYLE ========== */
.posting .blog-post-figure {
  width: 100%; }

.posting .blog-thumbnail {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .posting .blog-thumbnail:hover img {
    transform: scale(1); }

.posting .blog-header {
  text-align: center;
  margin-top: 25px; }

.posting .blog-date, .posting .blog-author {
  text-align: center; }

.blog .tags {
  margin: 0; }

.blog .socialLinks {
  -webkit-justify-content: center;
  justify-content: center; }

.tags li {
  padding: 0px;
  margin-top: 10px; }
  .tags li:before {
    display: none; }
  .tags li + li {
    margin-left: 8px; }
  .tags li a {
    padding: 5px 10px;
    background-color: #eeeeee; }

@media screen and (max-width: 1023px) {
  .type-blog_post .cat-top-main-banner ol.breadcrumbs {
    white-space: nowrap;
    overflow-x: auto; } }

.type-compare .comparTableCustom {
  overflow-x: scroll; }

.compareTable-headingText {
  position: inherit;
  top: inherit; }

.compareTable-product {
  padding: 15px; }
  .compareTable-product .card-body {
    padding-top: 0px;
    margin-top: 18px;
    padding-bottom: 0px;
    min-height: auto; }
  .compareTable-product .brandName {
    margin-bottom: 3px; }
    .compareTable-product .brandName a {
      color: #999999; }
      .compareTable-product .brandName a:hover {
        color: #333333; }
  .compareTable-product .compareTable-removeProduct {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #0f4026;
    border: 1px solid #0f4026;
    top: 8px;
    right: 8px;
    padding-left: 0px; }
    .compareTable-product .compareTable-removeProduct svg {
      width: 18px;
      height: 18px;
      fill: white;
      margin-top: 0px; }
    .compareTable-product .compareTable-removeProduct:hover {
      background-color: white; }
      .compareTable-product .compareTable-removeProduct:hover svg {
        fill: #0f4026; }

.compareTable-row th {
  width: 319px; }

.compareTable-row th, .compareTable-row td {
  padding: 15px; }

.compareTable-action {
  padding: 15px; }

/* ========== LOGIN PAGE ========== */
.login {
  margin: 0;
  max-width: 100%; }

.login-row {
  margin-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }
  .login-row:after, .login-row:before {
    display: none; }
  @media screen and (max-width: 1259px) {
    .login-row {
      max-width: 100%;
      margin-top: 0; } }

.login-form {
  padding-left: 0;
  padding-right: 16px;
  margin: 0;
  float: none;
  width: 50%; }
  @media screen and (max-width: 1023px) {
    .login-form {
      width: 100%;
      padding: 0;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #dddddd; } }
  .login-form .form-actions .forgot-password {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    text-decoration: underline; }
    @media (max-width: 551px) {
      .login-form .form-actions .forgot-password {
        margin-left: 0px; } }
  .login-form .form-actions .button {
    display: inline-block;
    vertical-align: middle; }

.new-customer {
  padding-left: 16px;
  padding-right: 0;
  float: none;
  width: 50%; }
  @media screen and (max-width: 1023px) {
    .new-customer {
      width: 100%;
      padding: 0; } }
  .new-customer .panel-header {
    background: #eeeeee;
    padding: 20px 30px 0; }
  .new-customer .panel-body {
    background: #eeeeee;
    padding: 20px 30px 30px;
    margin-bottom: 0; }

.new-customer-intro {
  margin-bottom: 10px; }

.new-customer-fact-list {
  margin-left: 0px; }
  .new-customer-fact-list li + li {
    margin-top: 5px; }

/* ========== CREATE ACCOUNT PAGE ========== */
.type-createaccount .account--fixed .account-body {
  margin-left: 0;
  margin-right: 0; }

.g-recaptcha > div {
  margin-left: auto;
  margin-right: auto; }

/* ========== RESET PASSWORD PAGE ========== */
.type-forgotpassword .page-heading + p {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1023px) {
    .type-forgotpassword .page-heading + p {
      max-width: 100%; } }

.type-forgotpassword .forgot-password-form .form-prefixPostfix {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .type-forgotpassword .forgot-password-form .form-prefixPostfix .form-input {
    width: auto; }
    @media (max-width: 1260px) {
      .type-forgotpassword .forgot-password-form .form-prefixPostfix .form-input {
        width: auto; } }
    @media screen and (max-width: 666px) {
      .type-forgotpassword .forgot-password-form .form-prefixPostfix .form-input {
        width: 100%; } }
  .type-forgotpassword .forgot-password-form .form-prefixPostfix .button {
    height: unset;
    order: 0;
    margin: 0px;
    margin-left: 10px; }
    @media (max-width: 1260px) {
      .type-forgotpassword .forgot-password-form .form-prefixPostfix .button {
        width: auto;
        margin-top: 0px;
        margin-left: 10px; } }
    @media screen and (max-width: 666px) {
      .type-forgotpassword .forgot-password-form .form-prefixPostfix .button {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px; } }

.forgot-password-form {
  margin-top: 35px;
  margin-bottom: 0px; }

/* ========== ACCOUNT NAVIGATION ========== */
.gift-navigation {
  margin-bottom: 40px; }

.navBar--account, .account-navigation {
  display: block;
  margin-bottom: 40px; }
  .navBar--account .navBar-item, .account-navigation .navBar-item {
    display: inline-block; }
    @media screen and (max-width: 1023px) {
      .navBar--account .navBar-item, .account-navigation .navBar-item {
        margin-bottom: 10px; } }
    @media (max-width: 800px) {
      .navBar--account .navBar-item, .account-navigation .navBar-item {
        margin: 0 6px 10px; } }
    .navBar--account .navBar-item.is-active, .account-navigation .navBar-item.is-active {
      color: #0f4026;
      border: none; }
      .navBar--account .navBar-item.is-active .navBar-action, .account-navigation .navBar-item.is-active .navBar-action {
        color: #0f4026; }
    .navBar--account .navBar-item .navBar-action, .account-navigation .navBar-item .navBar-action {
      color: #666666;
      position: relative; }
      .navBar--account .navBar-item .navBar-action:after, .account-navigation .navBar-item .navBar-action:after {
        display: block;
        content: '';
        width: 0px;
        height: 2px;
        background-color: #0f4026;
        position: absolute;
        bottom: -5px;
        left: 0px;
        right: 0;
        margin: 0 auto;
        transition: all 0.2s linear;
        opacity: 0;
        visibility: hidden; }
      .navBar--account .navBar-item .navBar-action:hover, .account-navigation .navBar-item .navBar-action:hover {
        color: #0f4026; }
        .navBar--account .navBar-item .navBar-action:hover:after, .account-navigation .navBar-item .navBar-action:hover:after {
          width: 100%;
          transition: all 0.2s linear;
          opacity: 1;
          visibility: visible; }
          @media (max-width: 1100px) {
            .navBar--account .navBar-item .navBar-action:hover:after, .account-navigation .navBar-item .navBar-action:hover:after {
              display: none; } }
    .navBar--account .navBar-item .navBar-action-color--active, .account-navigation .navBar-item .navBar-action-color--active {
      color: #0f4026; }

.navBar--account .navBar-item {
  margin: 0 12px; }
  @media screen and (max-width: 1300px) {
    .navBar--account .navBar-item {
      margin: 0 5px; } }
  @media screen and (max-width: 1023px) {
    .navBar--account .navBar-item {
      margin-bottom: 8px; } }

/* ========== ACCOUNT PAGES COMMON ELEMENT========== */
.account {
  margin-bottom: 0px; }
  .account .form {
    margin-bottom: 0px; }
  @media screen and (max-width: 1023px) {
    .account.account--fixed, .account.account--fixedSmall, .account.account--fixedLarge {
      width: 100%; } }

.account-heading, .account h2:not(.page-heading) {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom-color: #dddddd; }

.account h2:not(.page-heading) {
  margin-bottom: 30px; }

/* ========== ORDER LISTING PAGES ========== */
.account-listItem {
  padding: 20px 0 15px; }
  .account-listItem:first-child {
    padding-top: 0px; }
  @media screen and (max-width: 1023px) {
    .account-listItem {
      padding: 25px 0; } }

.account-product-title {
  font-size: 16px;
  margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .account-product-title {
      font-size: 14px; } }

@media screen and (max-width: 767px) {
  .account-orderStatus {
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; } }

.account-orderStatus-label {
  padding: 8px 10px;
  font-size: 12px;
  background: #dddddd;
  font-weight: 600; }
  @media screen and (max-width: 666px) {
    .account-orderStatus-label {
      margin-bottom: 0px; } }

.account-body {
  margin: 0px; }
  .account-body .form {
    margin-bottom: 0px; }
  .account-body .form-actions {
    margin-top: 0px; }

.account-content {
  padding-left: 16px;
  padding-right: 16px; }
  @media (max-width: 1023px) {
    .account-content {
      padding: 0 8px; } }

.account-sidebar {
  padding-left: 16px;
  padding-right: 16px; }
  @media (max-width: 1023px) {
    .account-sidebar {
      padding: 0 8px; } }
  @media screen and (max-width: 1023px) {
    .account-sidebar {
      float: none;
      width: 100%;
      clear: both; } }

.account-content--fixedSmall {
  width: 60%; }
  @media screen and (max-width: 1023px) {
    .account-content--fixedSmall {
      width: 100%;
      float: none; } }

.account-sidebar-block {
  font-size: 16px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 25px; }
  .account-sidebar-block ul {
    margin-bottom: 0px; }
  .account-sidebar-block li {
    padding: 0px; }

.account-product--alignMiddle .account-product-checkItem, .account-product--alignMiddle .account-product-figure {
  left: auto; }

.account-product--alignMiddle .account-product-body {
  padding-left: 30px; }

@media screen and (max-width: 767px) {
  .account-product-body {
    padding-bottom: 0; } }

.account-product-body .definitionList {
  font-size: 12px; }
  .account-product-body .definitionList + p {
    margin-top: 20px; }

.account-product-figure:after {
  display: none; }

.account-order-address li {
  margin-top: 5px; }

.definitionList-value {
  margin-bottom: 4px; }

@media screen and (max-width: 1023px) {
  .account-orderTotal {
    float: none;
    width: 100%;
    margin-top: 0; } }

.account-product-figure:after {
  display: none; }

.account-product-title {
  font-size: 18px;
  margin-bottom: 5px; }

.account-product-description {
  margin-bottom: 8px; }

.account-product-detail .account-product-detail-heading {
  font-size: 14px;
  font-weight: 600;
  color: #666666; }

.account-product-detail span {
  font-size: 14px; }

.account-orderStatus-action {
  color: #666666; }
  .account-orderStatus-action:hover {
    color: #333333; }

.account-orderStatus-label {
  background-color: #e5e5e5;
  color: #333333;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.account-heading, .account h2:not(.page-heading) {
  font-size: 24px;
  border-bottom-color: #dddddd; }
  @media screen and (max-width: 767px) {
    .account-heading, .account h2:not(.page-heading) {
      font-size: 20px; } }

.type-account_order .account-content .account-heading, .type-account_order .account-content .account h2:not(.page-heading), .account .type-account_order .account-content h2:not(.page-heading) {
  margin-bottom: 0px; }

.account-list {
  margin-bottom: 0px; }

.account-listItem {
  border-bottom-color: #dddddd; }

.account-product--alignMiddle .account-product-checkItem {
  left: 0px; }
  @media screen and (max-width: 767px) {
    .account-product--alignMiddle .account-product-checkItem {
      vertical-align: top; } }
  .account-product--alignMiddle .account-product-checkItem + .account-product-figure {
    left: 0px; }
    .account-product--alignMiddle .account-product-checkItem + .account-product-figure + .account-product-body {
      padding-left: 30px; }

.account-product--alignMiddle .account-product-figure {
  left: 30px; }
  .account-product--alignMiddle .account-product-figure + .account-product-body {
    padding-left: 60px; }

.account-product-body .definitionList {
  font-size: 12px;
  line-height: 26px; }

.account-product-body .definitionList-key {
  font-weight: 600; }

@media screen and (max-width: 1023px) {
  .account-sidebar {
    width: 100%; } }

.account-orderTotal {
  font-size: 16px;
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .account-orderTotal {
      width: 100%; } }
  .account-orderTotal .account-orderTotal-value {
    border-bottom-color: #dddddd; }
    .account-orderTotal .account-orderTotal-value:last-child {
      font-size: 20px;
      font-weight: 600; }
  .account-orderTotal .account-orderTotal-key {
    font-weight: 600;
    color: #666666; }
  .account-orderTotal .account-orderTotal-key, .account-orderTotal .account-orderTotal-value {
    padding: 15px 0; }

/* ========== MESSAGE PAGE ========== */
.account-message .account-product-title {
  color: #666666; }

.messages-list {
  margin-bottom: 30px; }
  .messages-list .account-orderStatus {
    position: relative; }
    @media screen and (max-width: 1023px) {
      .messages-list .account-orderStatus {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .messages-list .account-orderStatus {
        float: none;
        margin-top: 0px;
        margin-bottom: 6px; } }
  .messages-list .account-listItem {
    padding: 15px 0; }
    .messages-list .account-listItem:first-child {
      padding-top: 0px; }
  .messages-list .account-product-title {
    color: #333333; }
  .messages-list p {
    color: #333333;
    margin: 0px; }
    .messages-list p.is-read {
      color: #666666; }
    .messages-list p + p {
      margin-top: 10px; }

/* ========== address list ========= */
.addressList {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 0px; }
  @media (max-width: 1023px) {
    .addressList {
      margin: 0 -8px; } }
  .addressList .address {
    padding-left: 16px;
    padding-right: 16px; }
    @media (max-width: 1023px) {
      .addressList .address {
        padding: 0 8px; } }
  .addressList .panel--address .panel-body {
    padding: 20px;
    padding-bottom: 76px;
    background-color: #f3f3f3;
    min-height: 286px; }
    @media screen and (max-width: 666px) {
      .addressList .panel--address .panel-body {
        padding-bottom: 25px; } }
    .addressList .panel--address .panel-body .address-details--postal {
      font-size: 14px;
      margin-bottom: 0; }
      .addressList .panel--address .panel-body .address-details--postal li {
        padding: 0px; }
    @media screen and (max-width: 666px) {
      .addressList .panel--address .panel-body .form-actions {
        margin: 0px; } }
    .addressList .panel--address .panel-body .form-actions .button {
      margin-bottom: 0px; }
      @media (max-width: 551px) {
        .addressList .panel--address .panel-body .form-actions .button + .button {
          margin-top: 10px; } }
  .addressList .panel--address.panel--newAddress .panel-body {
    background-color: transparent;
    border-color: #dddddd; }

/* ========== WISHLIST PAGE ========== */
.wishlists-table {
  max-width: 100%; }
  @media screen and (max-width: 666px) {
    .wishlists-table thead tr th {
      font-size: 14px;
      font-weight: 600; } }
  .wishlists-table th + th {
    border-left: none; }
  .wishlists-table .table-actions {
    width: 100px; }
    .wishlists-table .table-actions .form-fieldset {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    .wishlists-table .table-actions .button {
      margin: 0;
      display: block;
      width: 60px;
      padding: 10px 0px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .wishlists-table .table-actions .button svg {
        fill: transparent;
        stroke: white;
        width: 18px;
        height: 18px; }
      .wishlists-table .table-actions .button:hover svg {
        stroke: white; }
      .wishlists-table .table-actions .button.button--primary svg {
        fill: transparent;
        stroke: white; }
      .wishlists-table .table-actions .button.button--primary:hover svg {
        stroke: #0f4026; }
      .wishlists-table .table-actions .button + .button {
        margin-left: 0;
        margin-top: 10px; }

.share-wishlist {
  max-width: 60%;
  margin-bottom: 50px; }
  @media screen and (max-width: 1023px) {
    .share-wishlist {
      max-width: 100%; } }
  .share-wishlist .panel-body {
    background: #eeeeee;
    padding: 30px; }
    .share-wishlist .panel-body h5 {
      font-size: 16px;
      margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .share-wishlist .panel-body {
        padding: 20px; } }
  .share-wishlist .form-input[readonly] {
    background: white; }

.type-wishlist .productGrid .product {
  position: relative; }
  .type-wishlist .productGrid .product .form {
    position: absolute;
    margin: 0;
    top: 8px;
    right: 20px; }
    .type-wishlist .productGrid .product .form .button {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11L1 1M11 1L1 11' stroke='%23ffffff' stroke-linecap='round'/%3E%3C/svg%3E%0A");
      font-size: 0;
      background-repeat: no-repeat;
      background-position: center center;
      padding: 10px 10px;
      line-height: normal;
      border-radius: 50%; }
      .type-wishlist .productGrid .product .form .button:hover, .type-wishlist .productGrid .product .form .button:focus {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11L1 1M11 1L1 11' stroke='%2301bc82' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

/* ========= addreturn ======== */
.account--addReturn table {
  margin: 0px; }
  .account--addReturn table.table {
    margin-bottom: 30px; }
  .account--addReturn table th {
    font-size: 16px; }
    .account--addReturn table th + th {
      border-left: none; }

.type-account_orderstatus .pagination .pagination-list .pagination-item {
  width: auto;
  height: auto; }

/* ========== LOGIN REDESIGN ========== */
.type-login .page {
  margin: 0; }

.type-login .login.login-page-layout {
  width: 100%;
  max-width: none;
  margin: 0; }

.type-login .login-page-layout__row {
  display: grid;
  grid-template-columns: 560px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  max-width: none;
  margin: 0; }

.type-login .login-page-layout__left {
  padding: 32px 24px;
  background: #fff; }

.type-login .login-page-layout__crumbs {
  margin-bottom: 18px; }

.type-login .login-page-layout__left .page-heading {
  margin: 0 0 26px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 54px;
  line-height: 0.95;
  font-weight: 700;
  color: #1A1B1C;
  text-transform: uppercase; }

.type-login .login-page-layout .login-form {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none; }

.type-login .login-page-layout .login-form .form-field {
  margin-bottom: 16px; }

.type-login .login-page-layout .login-form .form-label {
  margin-bottom: 8px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: #1A1B1C; }

.type-login .login-page-layout .login-form .form-input {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #BCBDBD;
  border-radius: 0;
  box-shadow: none;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #1A1B1C; }

.type-login .login-page-layout__desc {
  margin: 2px 0 20px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(26, 27, 28, 0.78); }

.type-login .login-page-layout .login-form .form-actions {
  display: block;
  margin: 0; }

.type-login .login-page-layout .login-form .form-actions .button--primary {
  width: 100%;
  min-height: 40px;
  height: 40px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #1A1B1C;
  color: #fff;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700; }

.type-login .login-page-layout .login-form .forgot-password {
  display: block;
  margin: 12px 0 0;
  text-align: center;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  color: #1A1B1C;
  text-decoration: none; }

.type-login .login-page-layout__signup-note {
  margin: 16px 0 0;
  text-align: center;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(26, 27, 28, 0.78); }

.type-login .login-page-layout__signup-note a {
  color: #0F4026;
  text-decoration: none; }

.type-login .login-page-layout__right {
  min-height: 800px;
  background: #ddd; }

.type-login .login-page-layout__image {
  width: 100%;
  height: 100%;
  min-height: 800px;
  background-image: url("../img/bg_login.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

@media screen and (max-width: 1023px) {
  .type-login .login-page-layout__row {
    grid-template-columns: 1fr; }
  .type-login .login-page-layout__right,
  .type-login .login-page-layout__image {
    min-height: 420px; } }

@media screen and (max-width: 767px) {
  .type-login .login-page-layout__left {
    padding: 32px 16px 40px; }
  .type-login .login-page-layout__left .page-heading {
    font-size: 40px; }
  .type-login .login-page-layout__right,
  .type-login .login-page-layout__image {
    min-height: 320px; } }

@media screen and (max-width: 1580px) {
  .container {
    padding: 0 0px; } }

.type-login .login-page-layout__left {
  padding: 40px 48px;
  background: #fff; }

.type-login .login-page-layout .login-form .forgot-password {
  display: none; }

.type-login .container {
  padding: 0; }

.type-login ol.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0;
  text-align: left;
  margin: 0px 0 0; }

.type-login .login-page-layout__crumb-arrow {
  margin-right: 10px;
  line-height: 0; }

.type-login ol.breadcrumbs .login-page-layout__crumb-arrow + .breadcrumb {
  margin-left: 6px; }

.type-login ol.breadcrumbs .login-page-layout__crumb-arrow + .breadcrumb::before {
  content: none;
  display: none; }

.type-login .login-page-layout__left h1.page-heading,
.type-login .login-page-layout__left .page-heading {
  text-align: left !important; }

.type-login .login-page-layout__left .page-heading {
  margin: 0 0 40px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 54px;
  line-height: 0.95;
  font-weight: 700;
  color: #1A1B1C;
  text-transform: uppercase; }

.type-login .login-page-layout__desc {
  margin: 0px 0 40px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(26, 27, 28, 0.78); }

.type-login .login-page-layout .login-form .form-label {
  margin-bottom: 8px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #1A1B1C; }

.type-login .login-page-layout__passwordless-success {
  margin: 0 0 32px;
  padding: 24px;
  background: #f3f3f3; }

.type-login .login-page-layout__passwordless-success h2 {
  margin: 0 0 20px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #1A1B1C; }

.type-login .login-page-layout__passwordless-email-row span,
.type-login .login-page-layout__passwordless-resubmit p {
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #1A1B1C; }

.type-login .login-page-layout__passwordless-resubmit p {
  margin: 0; }

.type-login .login-page-layout__passwordless-success > p {
  margin: 0 0 8px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: #1A1B1C; }

.type-login .login-page-layout__passwordless-email-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 8px 0 0; }

.type-login .login-page-layout__passwordless-change {
  border: 0;
  background: none;
  padding: 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #0F4026;
  cursor: pointer; }

.type-login .login-page-layout__passwordless-resubmit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 0; }

.type-login .login-page-layout__passwordless-resubmit[hidden] {
  display: none !important; }

.type-login .button--primary {
  background: #1A1B1C;
  color: white;
  border-color: #1A1B1C; }

.type-login .login-page-layout__passwordless-divider {
  width: 100%;
  height: 0;
  margin: 32px 0px;
  border: 0;
  border-top: 1px solid rgba(26, 27, 28, 0.2); }

.type-login .login-page-layout__passwordless-resubmit .button--primary {
  width: auto;
  min-width: 130px;
  padding: 8px 16px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700; }

.type-login .login-page-layout__signup-note.login-page-layout__signup-note--submitted {
  text-align: left; }

.type-login .login-page-layout .login-form .form-actions .button--primary.is-loading {
  opacity: 0.7;
  pointer-events: none; }

.type-login .login-page-layout__passwordless-resubmit .button--primary.is-loading {
  opacity: 0.7;
  pointer-events: none;
  position: relative;
  color: transparent; }

.type-login .login-page-layout__passwordless-resubmit .button--primary.is-loading::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  animation: spin 0.7s linear infinite; }

@media screen and (max-width: 767px) {
  .type-login .login-page-layout__left {
    padding: 40px 20px !important;
    min-height: 640px; }
  .type-login .login-page-layout__left .page-heading {
    font-size: 32px; }
  .type-login .login-page-layout__right {
    order: -1;
    min-height: 80px; }
  .type-login .login-page-layout__image {
    min-height: 80px;
    height: 80px;
    background-size: cover;
    background-position: center; }
  .type-login .login-page-layout__passwordless-success {
    padding: 24px; }
  .type-login .login-page-layout__passwordless-success h2 {
    font-size: 24px; }
  .type-login .login-page-layout__passwordless-email-row {
    flex-direction: column;
    align-items: flex-start; } }

.type-login .login-page-layout .login-form .form-input.is-error {
  border-color: #ff3b30; }

.type-login .login-page-layout__passwordless-inline-error {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #ff3b30; }

.type-login .login-page-layout__passwordless-inline-error[hidden] {
  display: none !important; }

.type-login .login-page-layout__passwordless-inline-error-icon {
  line-height: 0;
  flex: 0 0 auto; }

.type-login .login-page-layout .login-form .form-inlineMessage[data-passwordless-inline-error] {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: #ff3d3d; }

.type-login .login-page-layout .login-form .form-field--error .form-inlineMessage[data-passwordless-inline-error]::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4167 1.5L10.635 1.86768L17.708 13.8105L16.6321 16.5H1.36694L0.291016 13.8105L7.36401 1.86768L7.58228 1.5H10.4167ZM1.95801 13.9387L2.38208 15H15.6169L16.0403 13.9387L9.56201 3H8.43701L1.95801 13.9387Z' fill='%23FF3D3D'/%3E%3Cpath d='M9.75732 12V13.5H8.25V12H9.75732Z' fill='%23FF3D3D'/%3E%3Cpath d='M8.25 6H9.75V10.5H8.25V6Z' fill='%23FF3D3D'/%3E%3C/svg%3E"); }

.type-login .login-page-layout .login-form .form-inlineMessage[data-passwordless-inline-error][hidden] {
  display: none !important; }

.type-login.trade-login-page .trade-login-page__apply-card {
  margin: 20px 0 0;
  padding: 14px 16px 16px;
  background: #f3f4f6;
  border: 1px solid rgba(26, 27, 28, 0.1);
  text-align: center; }

.type-login.trade-login-page .trade-login-page__apply-title {
  margin: 0;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #1A1B1C; }

.type-login.trade-login-page .trade-login-page__apply-subtitle {
  margin: 8px 0 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #1A1B1C; }

.type-login.trade-login-page .trade-login-page__apply-button {
  display: inline-block;
  margin: 14px 0 0;
  padding: 12px 22px;
  background: #1a1b1c;
  color: #ffffff;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none; }

.type-login.trade-login-page .trade-login-page__apply-button:hover,
.type-login.trade-login-page .trade-login-page__apply-button:focus {
  background: #092744;
  color: #ffffff; }

.type-createaccount .signup-page-layout {
  margin: 0 auto;
  padding: 40px 24px; }

.type-createaccount .signup-page-layout__row {
  display: grid !important;
  grid-template-columns: 560px minmax(0, 1fr) !important;
  gap: 0px !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.type-createaccount .signup-page-layout__left {
  background: #ffffff;
  padding: 40px 48px; }

.type-createaccount .signup-page-layout__crumbs {
  margin: 0 0 18px; }

.type-createaccount .signup-page-layout__crumb-arrow {
  margin-right: 10px;
  line-height: 0; }

.type-createaccount .signup-page-layout__left .page-heading {
  margin: 0 0 20px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
  color: #1A1B1C;
  text-transform: uppercase;
  text-align: left; }

.type-createaccount .signup-page-layout .account {
  margin: 0; }

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

.type-createaccount .signup-page-layout .form {
  margin: 0; }

.type-createaccount .signup-page-layout .form-row.form-row--half {
  margin: 0; }

.type-createaccount .signup-page-layout .form-row.form-row--half .form-field {
  margin-bottom: 14px; }

.type-createaccount .signup-page-layout .form-label {
  margin-bottom: 6px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  color: #1A1B1C; }

.type-createaccount .signup-page-layout .form-input,
.type-createaccount .signup-page-layout .form-select,
.type-createaccount .signup-page-layout textarea.form-input {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #bcbdbd;
  background: #efefef;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #1A1B1C; }

.type-createaccount .signup-page-layout textarea.form-input {
  min-height: 44px; }

.type-createaccount .signup-page-layout .form-actions {
  margin: 16px 0 0;
  text-align: left; }

.type-createaccount .signup-page-layout .form-actions .button--primary {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 0;
  background: #1A1B1C;
  color: #fff;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase; }

.type-createaccount .signup-page-layout__right {
  min-height: 840px; }

.type-createaccount .signup-page-layout__image {
  width: 100%;
  min-height: 840px;
  background-image: url("../img/img_signup_2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 1023px) {
  .type-createaccount .signup-page-layout {
    padding: 20px 16px; }
  .type-createaccount .signup-page-layout__row {
    grid-template-columns: 1fr; }
  .type-createaccount .signup-page-layout__right,
  .type-createaccount .signup-page-layout__image {
    min-height: 320px; } }

/* ===== CREATE ACCOUNT FINAL OVERRIDE (staging) ===== */
.type-createaccount .signup-page-layout {
  margin: 0 auto !important;
  padding: 0px !important; }

.type-createaccount .signup-page-layout__row {
  display: grid !important;
  grid-template-columns: 560px minmax(0, 1fr) !important;
  gap: 28px !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.type-createaccount .signup-page-layout__left {
  background: #ffffff !important;
  padding: 40px 48px !important; }

/* ===== CREATE ACCOUNT BREADCRUMB OVERRIDE ===== */
.type-createaccount .signup-page-layout__crumbs ol.breadcrumbs {
  text-align: left;
  margin: 0px 0 0; }

.type-createaccount .signup-page-layout__crumbs ol.breadcrumbs .signup-page-layout__crumb-arrow + .breadcrumb {
  margin-left: 6px; }

.type-createaccount .signup-page-layout__crumbs ol.breadcrumbs .signup-page-layout__crumb-arrow + .breadcrumb::before {
  content: none;
  display: none; }

.account ul > li:before {
  display: none; }

.account ul > li + li {
  margin-top: 0; }

.page-content p:empty {
  display: none; }

.page-content .form,
.page-content form {
  margin-bottom: 20px; }

.page-content table:not(.cart) {
  margin-bottom: 20px; }

.contact-map {
  margin-bottom: 30px; }

.gift-certificate-form .form-fieldset {
  padding: 0px; }

.gift-certificate-form .form-checkbox + .form-label, .gift-certificate-form .form-radio + .form-label {
  font-size: 16px; }
  @media screen and (max-width: 666px) {
    .gift-certificate-form .form-checkbox + .form-label, .gift-certificate-form .form-radio + .form-label {
      font-size: 14px; } }

@media (min-width: 667px) {
  #gift-certificate-balance .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 667px) {
  #gift-certificate-balance .form-prefixPostfix .button {
    width: auto;
    margin-top: 0px;
    margin-left: 12px; } }

.type-page .cat-top-main-banner {
  padding-top: 40px;
  padding-left: 48px;
  padding-right: 48px; }
  .type-page .cat-top-main-banner .category-top-banner,
  .type-page .cat-top-main-banner .category-top-banner .breadcrumb-row,
  .type-page .cat-top-main-banner .category-top-banner .container,
  .type-page .cat-top-main-banner .category-top-banner .container-lg {
    margin: 0;
    padding: 0;
    max-width: 100%; }
  .type-page .cat-top-main-banner .breadcrumb-row {
    margin-bottom: 0; }
  .type-page .cat-top-main-banner .page-heading {
    margin: 0; }
  .type-page .cat-top-main-banner ol.breadcrumbs {
    margin: 0;
    margin-bottom: 18px;
    padding: 0; }
  .type-page .cat-top-main-banner .page-heading {
    text-align: left; }

.type-page .cat-top-main-banner.sustainability-page-hero {
  min-height: 320px;
  margin: 0;
  padding: 24px 48px 34px;
  box-sizing: border-box;
  background: #f0f0f0; }
  .type-page .cat-top-main-banner.sustainability-page-hero .category-top-banner,
  .type-page .cat-top-main-banner.sustainability-page-hero .breadcrumb-row,
  .type-page .cat-top-main-banner.sustainability-page-hero .container,
  .type-page .cat-top-main-banner.sustainability-page-hero .container-lg {
    margin: 0;
    max-width: 100%; }
  .type-page .cat-top-main-banner.sustainability-page-hero .breadcrumb-row {
    padding: 0; }
  .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__crumb {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: rgba(26, 27, 28, 0.75); }
  .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__crumb-link,
  .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__crumb-current,
  .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__crumb-separator {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: rgba(26, 27, 28, 0.75);
    text-decoration: none; }
  .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__crumb-link {
    display: inline-flex;
    align-items: center;
    gap: 10px; }
  .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__crumb-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__content {
    padding-top: 70px;
    display: flex;
    justify-content: center; }
  .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__copy {
    width: 100%;
    max-width: 760px;
    text-align: center; }
  .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__eyebrow {
    margin: 0;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    color: #1A1B1C;
    text-transform: uppercase; }
  .type-page .cat-top-main-banner.sustainability-page-hero .page-heading {
    margin: 18px 0 0;
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #1A1B1C;
    text-align: center; }
  .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__subtitle {
    margin: 20px 0 0;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
    color: rgba(26, 27, 28, 0.85);
    text-align: center; }

@media (max-width: 1023px) {
  .type-page .cat-top-main-banner.sustainability-page-hero {
    min-height: 280px;
    padding: 22px 28px 30px; }
    .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__crumb,
    .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__crumb-link,
    .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__crumb-current,
    .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__crumb-separator {
      font-size: 15px; }
    .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__content {
      padding-top: 56px; }
    .type-page .cat-top-main-banner.sustainability-page-hero .page-heading {
      font-size: 56px;
      margin-top: 14px; }
    .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__subtitle {
      font-size: 22px;
      margin-top: 16px; } }

@media (max-width: 767px) {
  .type-page .cat-top-main-banner.sustainability-page-hero {
    min-height: 220px;
    padding: 18px 16px 24px; }
    .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__content {
      padding-top: 38px; }
    .type-page .cat-top-main-banner.sustainability-page-hero .page-heading {
      font-size: 34px;
      margin-top: 10px; }
    .type-page .cat-top-main-banner.sustainability-page-hero .sustainability-page-hero__subtitle {
      font-size: 16px;
      margin-top: 12px; } }

.type-page .cat-top-main-banner.contact-page-hero {
  height: auto;
  min-height: 0;
  padding: 40px 48px;
  margin: 0;
  box-sizing: border-box;
  background-image: linear-gradient(rgba(20, 23, 21, 0.25), rgba(20, 23, 21, 0.25)), var(--contact-hero-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .type-page .cat-top-main-banner.contact-page-hero .category-top-banner,
  .type-page .cat-top-main-banner.contact-page-hero .breadcrumb-row,
  .type-page .cat-top-main-banner.contact-page-hero .container,
  .type-page .cat-top-main-banner.contact-page-hero .container-lg {
    margin: 0;
    max-width: 100%; }
  .type-page .cat-top-main-banner.contact-page-hero .breadcrumb-row {
    padding: 0; }
  .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__crumb {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.15;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.7) !important; }
  .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__crumb-link,
  .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__crumb-current {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none; }
  .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__crumb-separator {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 1; }
  .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__crumb-link {
    display: inline-flex;
    align-items: center;
    gap: 14px; }
  .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__crumb-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px; }
  .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__crumb-icon svg {
    display: block; }
  .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__content {
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 32px 0 0;
    box-sizing: border-box; }
  .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__card {
    width: 100%;
    max-width: 640px;
    padding: 26px 26px 22px;
    box-sizing: border-box;
    background: #fff; }
  .type-page .cat-top-main-banner.contact-page-hero .page-heading {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 62px;
    line-height: 1.05;
    font-weight: 700;
    color: #1A1B1C;
    text-transform: uppercase; }
  .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__subtitle {
    margin: 16px 0 0;
    padding: 0;
    text-align: center;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: rgba(26, 27, 28, 0.8); }
  .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__body {
    margin-top: 14px; }
  .type-page .cat-top-main-banner.contact-page-hero [data-contact-hero-form-slot] {
    width: 100%; }
  .type-page .cat-top-main-banner.contact-page-hero [data-contact-hero-form-slot] > [data-widget-id] {
    width: 100%; }
  .type-page .cat-top-main-banner.contact-page-hero [data-contact-hero-form-slot] iframe {
    width: 100% !important; }

.type-page .cat-top-main-banner.about-page-hero {
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 40px 48px 80px;
  box-sizing: border-box;
  background: #fff; }
  .type-page .cat-top-main-banner.about-page-hero .category-top-banner {
    margin: 0;
    padding: 0;
    max-width: 100%; }

.type-page .about-page-hero__grid {
  display: grid;
  grid-template-columns: 354px minmax(0, 1fr);
  gap: 80px;
  align-items: stretch; }

.type-page .about-page-hero__content {
  display: flex;
  width: 354px;
  min-height: 448px;
  flex-direction: column; }

.type-page .about-page-hero__crumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #4d4f51; }

.type-page .about-page-hero__crumb-link,
.type-page .about-page-hero__crumb-current {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #4d4f51;
  text-decoration: none; }

.type-page .about-page-hero__crumb-link:hover {
  color: #1A1B1C; }

.type-page .about-page-hero__crumb-icon {
  display: inline-flex;
  align-items: center;
  color: #4d4f51; }

.type-page .about-page-hero__crumb-separator {
  color: #b2b4b5; }

.type-page .about-page-hero__copy {
  width: 100%;
  margin-top: auto; }

.type-page .about-page-hero__copy .about-page-hero__eyebrow {
  margin: 0 0 22px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #1A1B1C;
  text-transform: uppercase; }

.type-page .about-page-hero__title {
  margin: 0 0 18px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #1A1B1C;
  text-transform: uppercase; }

.type-page .about-page-hero__copy p {
  margin: 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: #1A1B1C; }

.type-page .about-page-hero__copy p + p {
  margin-top: 24px; }

.type-page .about-page-hero__copy .about-page-hero__lead {
  margin-bottom: 0; }

.type-page .about-page-hero__media {
  height: 455px;
  overflow: hidden; }

.type-page .about-page-hero__media--mobile {
  display: none; }

.type-page .about-page-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.type-page .about-legacy-section {
  position: relative;
  min-height: 800px;
  padding: 96px 96px 80px;
  box-sizing: border-box;
  background-image: linear-gradient(rgba(26, 27, 28, 0), rgba(26, 27, 28, 0)), var(--about-legacy-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }

.type-page .about-legacy-section__content {
  width: 100%;
  max-width: 720px; }

.type-page .about-legacy-section h2 {
  margin: 0 0 64px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 94px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #fff;
  text-transform: uppercase; }

.type-page .about-legacy-section__copy {
  width: 100%;
  max-width: 560px; }

.type-page .about-legacy-section__copy p {
  margin: 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: #fff; }

.type-page .about-legacy-section__copy p + p {
  margin-top: 22px; }

.type-page .about-beginning-section {
  background: #fff; }

.type-page .about-beginning-section__inner {
  position: relative;
  min-height: 560px;
  padding: 80px 48px;
  box-sizing: border-box;
  text-align: center;
  color: #1A1B1C; }

.type-page .about-beginning-section__eyebrow {
  margin: 0 0 24px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #1A1B1C;
  text-transform: uppercase; }

.type-page .about-beginning-section h2 {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02%;
  color: #1A1B1C;
  text-transform: uppercase; }

.type-page .about-beginning-section__spacer {
  height: 80px; }

.type-page .about-beginning-section__cards {
  display: grid;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px; }

.type-page .about-beginning-card {
  color: #1A1B1C;
  text-align: center; }

.type-page .about-beginning-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 22px;
  color: #1A1B1C; }

.type-page .about-beginning-card h3 {
  margin: 0 0 20px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #1A1B1C; }

.type-page .about-beginning-card p {
  max-width: 266px;
  margin: 0 auto;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(26, 27, 28, 0.78); }

.type-page .about-curated-section {
  display: flex;
  min-height: 800px;
  padding: 80px 48px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-image: linear-gradient(rgba(26, 27, 28, 0), rgba(26, 27, 28, 0)), var(--about-curated-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }

.type-page .about-curated-section h2 {
  width: 100%;
  max-width: 860px;
  margin: 0;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: uppercase; }

.type-page .about-relaxed-section {
  padding: 80px 0;
  background: #fff;
  overflow: hidden; }

.type-page .about-relaxed-section__header {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 80px;
  padding: 0 0px;
  box-sizing: border-box;
  text-align: center; }

.type-page .about-relaxed-section__header h2 {
  margin: 0 0 24px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1A1B1C;
  text-transform: uppercase; }

.type-page .about-relaxed-section__header p {
  max-width: 640px;
  margin: 0 auto;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(26, 27, 28, 0.78); }

.type-page .about-relaxed-section .search-suggested-swiper {
  overflow: visible; }

.type-page .about-relaxed-section .search-suggested-swiper .swiper-wrapper {
  align-items: stretch; }

.type-page .about-relaxed-section .swiper-slide {
  display: flex;
  height: auto; }

.type-page .about-relaxed-section .card {
  width: 100%;
  height: 100%; }

.type-page .about-relaxed-section .card-body {
  flex: 1 1 auto; }

.type-page .contact-visit-section {
  padding: 80px 96px;
  background: #fff; }

.type-page .contact-visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: stretch; }

.type-page .contact-visit-map iframe {
  width: 100%;
  min-height: 400px;
  border: 0;
  display: block; }

.type-page .contact-visit-info h2 {
  margin: 0 0 24px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  color: #1A1B1C; }

.type-page .contact-visit-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.type-page .contact-visit-info__top {
  display: block; }

.type-page .contact-visit-info__bottom {
  display: block; }

.type-page .contact-visit-line {
  margin: 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #1A1B1C; }

.type-page .contact-visit-schedule .contact-visit-line + .contact-visit-line {
  margin-top: 8px; }

.type-page .contact-visit-row {
  display: flex;
  align-items: flex-start;
  gap: 8px; }

.type-page .contact-visit-row--address {
  margin-bottom: 16px; }

.type-page .contact-visit-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px; }

.type-page .contact-visit-icon svg {
  display: block; }

.type-page .contact-visit-info hr {
  margin: 20px 0 18px;
  border: 0;
  border-top: 1px solid #d9d9d9; }

.type-page .contact-visit-info h3 {
  margin: 0 0 16px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  color: #1A1B1C; }

.type-page .contact-visit-contact .contact-visit-row + .contact-visit-row {
  margin-top: 16px; }

.type-page .contact-might-interest {
  margin-top: 40px;
  padding-bottom: 80px; }

@media (max-width: 767px) {
  .type-page .contact-might-interest {
    margin-top: 24px;
    padding-bottom: 40px; } }

@media (max-width: 1023px) {
  .type-page .contact-visit-section {
    padding: 56px 32px; }
  .type-page .contact-visit-grid {
    grid-template-columns: 1fr;
    gap: 40px; }
  .type-page .contact-visit-map iframe {
    min-height: 320px; }
  .type-page .contact-visit-info h2 {
    font-size: 44px; }
  .type-page .contact-visit-line {
    font-size: 22px; }
  .type-page .contact-visit-info h3 {
    font-size: 34px; } }

@media (max-width: 767px) {
  .type-page .contact-visit-section {
    padding: 40px 16px; }
  .type-page .contact-visit-map iframe {
    min-height: 240px; }
  .type-page .contact-visit-info h2 {
    margin-bottom: 40px;
    font-size: 34px; }
  .type-page .contact-visit-line {
    margin-bottom: 8px;
    font-size: 16px; }
  .type-page .contact-visit-info h3 {
    font-size: 18px; } }

@media (max-width: 1023px) {
  .type-page .cat-top-main-banner.contact-page-hero {
    height: auto;
    min-height: 0;
    padding: 30px 28px; }
    .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__crumb-link {
      gap: 10px; }
    .type-page .cat-top-main-banner.contact-page-hero .page-heading {
      font-size: 48px; }
    .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__card {
      max-width: 640px; } }

@media (max-width: 767px) {
  .type-page .cat-top-main-banner.contact-page-hero {
    height: auto;
    min-height: 0;
    padding: 40px 16px; }
    .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__crumb-link {
      gap: 8px; }
    .type-page .cat-top-main-banner.contact-page-hero .breadcrumb-row {
      padding: 0; }
    .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__content {
      height: auto;
      padding: 16px 0 0; }
    .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__card {
      padding: 18px 16px; }
    .type-page .cat-top-main-banner.contact-page-hero .page-heading {
      font-size: 34px; } }

.type-page .cat-top-main-banner.contact-us-hero {
  height: 690px;
  padding: 0;
  margin: 0;
  background-image: linear-gradient(rgba(16, 20, 18, 0.2), rgba(16, 20, 18, 0.2)), var(--contact-hero-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .type-page .cat-top-main-banner.contact-us-hero .category-top-banner,
  .type-page .cat-top-main-banner.contact-us-hero .category-top-banner .breadcrumb-row,
  .type-page .cat-top-main-banner.contact-us-hero .category-top-banner .container-lg {
    margin: 0;
    padding: 0;
    max-width: 100%; }
  .type-page .cat-top-main-banner.contact-us-hero .breadcrumb-row {
    padding: 28px 40px 0; }
  .type-page .cat-top-main-banner.contact-us-hero .breadcrumbs a,
  .type-page .cat-top-main-banner.contact-us-hero .breadcrumbs .breadcrumb-label,
  .type-page .cat-top-main-banner.contact-us-hero .breadcrumbs::before,
  .type-page .cat-top-main-banner.contact-us-hero .breadcrumbs li::before {
    color: rgba(255, 255, 255, 0.9); }
  .type-page .cat-top-main-banner.contact-us-hero .contact-us-hero__inner {
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 20px 36px;
    box-sizing: border-box; }
  .type-page .cat-top-main-banner.contact-us-hero .contact-us-hero__card {
    width: 100%;
    max-width: 760px;
    margin: 0;
    padding: 32px 28px 28px;
    background: #fff;
    box-sizing: border-box; }
  .type-page .cat-top-main-banner.contact-us-hero .contact-us-hero__card .page-heading {
    margin: 0 0 8px;
    text-align: center;
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 62px;
    line-height: 1.05;
    font-weight: 700;
    color: #1A1B1C;
    text-transform: uppercase; }
  .type-page .cat-top-main-banner.contact-us-hero .contact-us-hero__subtitle {
    margin: 0 0 24px;
    text-align: center;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(26, 27, 28, 0.8); }
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-row--half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px; }
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-field {
    margin-bottom: 0; }
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-label {
    margin-bottom: 8px;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #1A1B1C; }
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-label small {
    color: rgba(26, 27, 28, 0.45);
    font-weight: 400; }
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-input {
    min-height: 44px;
    border-radius: 0;
    border: 1px solid rgba(26, 27, 28, 0.2);
    background: #fff;
    font-size: 14px;
    color: #1A1B1C; }
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] textarea.form-input {
    min-height: 110px;
    resize: vertical; }
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-actions {
    margin-top: 18px; }
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .button--primary {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 0;
    background: #1A1B1C;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase; }

.contact-us-page-spacer {
  margin: 0;
  min-height: 0; }

@media (max-width: 1023px) {
  .type-page .cat-top-main-banner.contact-us-hero {
    height: auto;
    min-height: 690px; }
    .type-page .cat-top-main-banner.contact-us-hero .contact-us-hero__card .page-heading {
      font-size: 44px; } }

@media (max-width: 767px) {
  .type-page .cat-top-main-banner.contact-us-hero {
    min-height: 0; }
    .type-page .cat-top-main-banner.contact-us-hero .breadcrumb-row {
      padding: 18px 20px 0; }
    .type-page .cat-top-main-banner.contact-us-hero .contact-us-hero__inner {
      height: auto;
      padding: 18px 12px 22px; }
    .type-page .cat-top-main-banner.contact-us-hero .contact-us-hero__card {
      padding: 22px 16px 18px; }
    .type-page .cat-top-main-banner.contact-us-hero .contact-us-hero__card .page-heading {
      font-size: 36px; }
    .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-row--half {
      grid-template-columns: 1fr; } }

.type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__card {
  border: 0;
  box-shadow: none; }

.type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__body {
  margin-top: 48px; }

.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .contact-us-form-row-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 16px;
  margin: 0 0 0; }

.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .contact-us-form-row-two > .form-field,
.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] > .form-field {
  width: auto;
  float: none;
  margin: 0 0 20px; }

.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .contact-us-form-field--full {
  margin-bottom: 24px; }

.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .form-label {
  margin-bottom: 10px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #1A1B1C; }

.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .form-input {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #BCBDBD;
  border-radius: 0;
  box-shadow: none;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #1A1B1C; }

.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .form-input::placeholder {
  color: #a9a9a9; }

.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] textarea.form-input {
  min-height: 96px;
  padding-top: 16px; }

.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .form-actions {
  margin-top: 32px; }

.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .button--primary {
  width: 100%;
  height: 66px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #1A1B1C;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .button--primary:hover,
.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .button--primary:focus,
.type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .button--primary:active {
  color: #fff; }

@media (max-width: 767px) {
  .type-page .cat-top-main-banner.contact-page-hero .contact-page-hero__body {
    margin-top: 40px; }
  .type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .contact-us-form-row-two {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0; }
  .type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .form-label {
    font-size: 15px; }
  .type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .form-input,
  .type-page .cat-top-main-banner.contact-page-hero [data-contact-form] .button--primary {
    min-height: 40px;
    height: 40px;
    font-size: 14px; }
  .type-page .cat-top-main-banner.contact-page-hero [data-contact-form] textarea.form-input {
    min-height: 88px;
    height: auto; } }

body.oc-policy-page .cat-top-main-banner .content .page-heading {
  margin-bottom: 24px !important; }

body.oc-policy-page section.page {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .type-giftcertificates .modal-body {
    padding: 50px 25px;
    overflow-x: auto; } }

.type-404 .page-content--centered {
  max-width: 50%; }
  @media screen and (max-width: 1023px) {
    .type-404 .page-content--centered {
      max-width: 100%; } }

div#contact-us-success {
  text-align: center; }

.type-search .page-inner {
  padding-top: 32px;
  border-top: 1px solid #e5e5e5; }

.type-search .banners-home {
  display: inline-block;
  width: 100%; }

.type-search #search-results-heading {
  display: block;
  margin: 0 0 24px; }
  .type-search #search-results-heading .page-heading {
    margin: 0;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    color: #1A1B1C; }

.type-search #product-listing-container .productGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 24px;
  margin: 0; }
  @media (min-width: 1500px) {
    .type-search #product-listing-container .productGrid {
      grid-template-columns: repeat(5, minmax(0, 1fr)); } }
  @media (max-width: 1280px) {
    .type-search #product-listing-container .productGrid {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (max-width: 900px) {
    .type-search #product-listing-container .productGrid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px 16px; } }
  @media (max-width: 551px) {
    .type-search #product-listing-container .productGrid {
      grid-template-columns: 1fr;
      gap: 20px; } }
  .type-search #product-listing-container .productGrid .product {
    width: auto;
    margin: 0;
    display: block; }
  .type-search #product-listing-container .productGrid .card {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border: 1px solid rgba(26, 27, 28, 0.2);
    background: #fff;
    box-sizing: border-box;
    position: relative; }
  .type-search #product-listing-container .productGrid .card-figure {
    padding: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0; }
  .type-search #product-listing-container .productGrid .card-figure > a,
  .type-search #product-listing-container .productGrid .card-figure > a + a,
  .type-search #product-listing-container .productGrid .card-img-container {
    width: 100%; }
  .type-search #product-listing-container .productGrid .card-figure > .card-figure__link {
    display: none; }
  .type-search #product-listing-container .productGrid .card-figure > .card-figure__link + a {
    display: block;
    width: 100%; }
  .type-search #product-listing-container .productGrid .card-img-container {
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0;
    display: block;
    align-items: initial;
    justify-content: initial; }
  .type-search #product-listing-container .productGrid .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .type-search #product-listing-container .productGrid .card-body {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 8px;
    align-items: start;
    align-content: start;
    margin: 0;
    padding: 10px 16px;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    box-sizing: border-box; }
  .type-search #product-listing-container .productGrid .brandrating-section,
  .type-search #product-listing-container .productGrid .card-summary {
    display: none; }
  .type-search #product-listing-container .productGrid .listview-cardbody {
    display: contents; }
  .type-search #product-listing-container .productGrid .card-title {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600; }
  .type-search #product-listing-container .productGrid .card-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #1A1B1C;
    text-decoration: none;
    font-weight: 600; }
  .type-search #product-listing-container .productGrid .product-listview-option {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    text-align: right;
    margin-top: 0; }
  .type-search #product-listing-container .productGrid .card-text[data-test-info-type="price"] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin: 0;
    width: 100%; }
  .type-search #product-listing-container .productGrid .price-section {
    margin: 0;
    width: 100%;
    text-align: right;
    line-height: 1.4; }
  .type-search #product-listing-container .productGrid .product-listview-option .price-section--withTax.rrp-price--withTax,
  .type-search #product-listing-container .productGrid .product-listview-option .price-section--withTax.non-sale-price--withTax {
    order: 2; }
  .type-search #product-listing-container .productGrid .product-listview-option .price-section--withTax:not(.rrp-price--withTax):not(.non-sale-price--withTax) {
    order: 1; }
  .type-search #product-listing-container .productGrid .price--rrp,
  .type-search #product-listing-container .productGrid .price--non-sale,
  .type-search #product-listing-container .productGrid .price--withTax,
  .type-search #product-listing-container .productGrid .price--withoutTax {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1A1B1C; }
  .type-search #product-listing-container .productGrid .price--rrp,
  .type-search #product-listing-container .productGrid .price--non-sale {
    color: rgba(26, 27, 28, 0.4);
    text-decoration-thickness: 1px; }

.type-search #product-listing-container .pagination {
  margin-top: 40px; }

.type-search #product-listing-container .pagination-item--current .pagination-link,
.type-search #product-listing-container .pagination-link:hover,
.type-search #product-listing-container .pagination-link:focus {
  background-color: #1A1B1C;
  border-color: #1A1B1C; }

.type-category #product-listing-container .productGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 24px;
  margin: 0; }
  @media (max-width: 1280px) {
    .type-category #product-listing-container .productGrid {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (max-width: 900px) {
    .type-category #product-listing-container .productGrid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px 16px; } }
  @media (max-width: 551px) {
    .type-category #product-listing-container .productGrid {
      grid-template-columns: 1fr;
      gap: 20px; } }
  .type-category #product-listing-container .productGrid .product {
    width: auto;
    margin: 0;
    display: block; }
  .type-category #product-listing-container .productGrid .card {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border: 1px solid rgba(26, 27, 28, 0.2);
    background: #fff;
    box-sizing: border-box;
    position: relative; }
  .type-category #product-listing-container .productGrid .card-figure {
    padding: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0; }
  .type-category #product-listing-container .productGrid .card-figure > a,
  .type-category #product-listing-container .productGrid .card-figure > a + a,
  .type-category #product-listing-container .productGrid .card-img-container {
    width: 100%; }
  .type-category #product-listing-container .productGrid .card-figure > .card-figure__link {
    display: none; }
  .type-category #product-listing-container .productGrid .card-figure > .card-figure__link + a {
    display: block;
    width: 100%; }
  .type-category #product-listing-container .productGrid .card-img-container {
    height: 240px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .type-category #product-listing-container .productGrid .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .type-category #product-listing-container .productGrid .card-body {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 8px;
    align-items: start;
    align-content: start;
    margin: 0;
    padding: 10px 16px;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    box-sizing: border-box; }
  .type-category #product-listing-container .productGrid .brandrating-section,
  .type-category #product-listing-container .productGrid .card-summary {
    display: none; }
  .type-category #product-listing-container .productGrid .listview-cardbody {
    display: contents; }
  .type-category #product-listing-container .productGrid .card-title {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600; }
  .type-category #product-listing-container .productGrid .card-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #1A1B1C;
    text-decoration: none;
    font-weight: 600; }
  .type-category #product-listing-container .productGrid .product-listview-option {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    text-align: right;
    margin-top: 0; }
  .type-category #product-listing-container .productGrid .card-text[data-test-info-type="price"] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin: 0;
    width: 100%; }
  .type-category #product-listing-container .productGrid .price-section {
    margin: 0;
    width: 100%;
    text-align: right;
    line-height: 1.4; }
  .type-category #product-listing-container .productGrid .product-listview-option .price-section--withTax.rrp-price--withTax,
  .type-category #product-listing-container .productGrid .product-listview-option .price-section--withTax.non-sale-price--withTax {
    order: 2; }
  .type-category #product-listing-container .productGrid .product-listview-option .price-section--withTax:not(.rrp-price--withTax):not(.non-sale-price--withTax) {
    order: 1; }
  .type-category #product-listing-container .productGrid .price--rrp,
  .type-category #product-listing-container .productGrid .price--non-sale,
  .type-category #product-listing-container .productGrid .price--withTax,
  .type-category #product-listing-container .productGrid .price--withoutTax {
    font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1A1B1C; }
  .type-category #product-listing-container .productGrid .price--rrp,
  .type-category #product-listing-container .productGrid .price--non-sale {
    color: rgba(26, 27, 28, 0.4);
    text-decoration-thickness: 1px; }

.type-category #product-listing-container .pagination {
  margin-top: 40px; }

.type-category #product-listing-container .pagination-item--current .pagination-link,
.type-category #product-listing-container .pagination-link:hover,
.type-category #product-listing-container .pagination-link:focus {
  background-color: #1A1B1C;
  border-color: #1A1B1C; }

.documentation-content h3 span {
  position: relative; }
  .documentation-content h3 span:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #0f4026;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .2s linear; }

.documentation-content p strong {
  color: #333333; }

/* Custom CSS */
.fns-form {
  padding: 15px 15px 15px 0px;
  /*     border: 2px solid #01bc82; */ }

.fns-form form input {
  border: none;
  border-bottom: 1px solid #01bc82; }

.fns-form form li:before {
  display: none; }

@media (min-width: 980px) {
  .fns-form form ul li div#cid_3 div, .fns-form form ul li div#cid_5 div {
    display: flex;
    flex-direction: row; }
  .fns-form form ul li div#cid_3 > div > span:first-child {
    margin-right: 15px; }
  .fns-form form ul li div#cid_3 div span {
    width: 100%; }
  .fns-form form ul li div#cid_5 > div > span:first-child {
    width: 37%;
    margin-right: 10px; } }

input#input_4, input#input_6 {
  width: 100% !important; }

.fns-form input:focus + label, .fns-form input:focus {
  outline: none !important; }

.fns-form li {
  margin-bottom: 25px !important; }

.fns-form #input_2 {
  background-color: #01bc82;
  color: #fff;
  width: 100%;
  padding: 10px;
  border: 1px solid #01bc82; }

.fns-form #input_2:hover {
  background: transparent;
  color: #01bc82;
  border: 1px solid #01bc82; }

.oc-faq-page {
  max-width: 100%; }

.oc-faq-page section.page {
  margin-top: 40px; }

.oc-faq-widget {
  max-width: 100%; }

.oc-faq-layout {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  box-sizing: border-box; }

.oc-faq-toc {
  flex: 0 0 400px;
  width: 400px;
  max-width: 400px;
  padding-right: 40px;
  border-right: 1px solid rgba(26, 27, 28, 0.12);
  box-sizing: border-box; }

.oc-faq-toc__title {
  margin: 0 0 24px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #1A1B1C; }

.oc-faq-toc__toggle {
  display: none; }

.oc-faq-toc__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.oc-faq-toc__list li {
  padding-left: 0 !important; }

.oc-faq-toc__item + .oc-faq-toc__item {
  margin-top: 12px; }

.oc-faq-toc__link {
  display: block;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(26, 27, 28, 0.8);
  text-decoration: none; }

.oc-faq-toc__link:hover {
  color: #1A1B1C; }

.oc-faq-content {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%; }

.oc-faq-content .faq-qa {
  display: block;
  margin: 0;
  padding: 0 0 35px; }

.oc-faq-content .faq-qa.oc-faq-blink {
  animation: ocFaqBlinkHighlight 0.9s ease; }

.oc-faq-content .faq-q h3 {
  margin: 0 0 16px;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #1A1B1C;
  scroll-margin-top: 120px; }

.oc-faq-content .faq-a {
  margin-left: 0; }

.oc-faq-content p {
  margin: 0 0 18px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(26, 27, 28, 0.92); }

.oc-faq-widget a.alinks,
.oc-faq-widget a.btop {
  display: none !important; }

.oc-faq-widget .faq-qlinks {
  display: none !important; }

.oc-faq-page [data-sub-layout="1e76725c-8a02-4d0b-826c-32a77ef609ee"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@keyframes ocFaqBlinkHighlight {
  0% {
    background-color: rgba(224, 228, 232, 0); }
  40% {
    background-color: rgba(224, 228, 232, 0.8); }
  100% {
    background-color: rgba(224, 228, 232, 0); } }

.type-page .cat-top-main-banner .content .page-heading {
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase; }

@media screen and (max-width: 1200px) {
  .oc-faq-layout {
    gap: 48px; }
  .oc-faq-toc {
    flex-basis: 320px;
    width: 320px;
    max-width: 320px; }
  .oc-faq-content .faq-q h3 {
    font-size: 22px; } }

@media screen and (max-width: 1023px) {
  .type-page .cat-top-main-banner.about-page-hero {
    padding: 32px 24px 48px; }
  .type-page .about-page-hero__grid {
    grid-template-columns: 1fr;
    gap: 32px; }
  .type-page .about-page-hero__content {
    min-height: 0; }
  .type-page .about-page-hero__copy {
    max-width: 520px;
    margin-top: 80px; }
  .type-page .about-page-hero__title {
    font-size: 48px; }
  .type-page .about-legacy-section {
    min-height: 640px;
    padding: 72px 48px; }
  .type-page .about-legacy-section h2 {
    margin-bottom: 48px;
    font-size: 68px; }
  .type-page .about-beginning-section {
    padding: 0 24px; }
  .type-page .about-beginning-section__inner {
    min-height: 0;
    padding: 40px 24px 56px; }
  .type-page .about-beginning-section__cards {
    gap: 32px; }
  .type-page .about-curated-section {
    min-height: 640px;
    padding: 72px 24px; }
  .type-page .about-curated-section h2 {
    max-width: 720px;
    font-size: 40px; }
  .type-page .about-relaxed-section {
    padding: 72px 0; }
  .type-page .about-relaxed-section__header {
    margin-bottom: 56px; }
  .type-page .about-relaxed-section__header h2 {
    font-size: 34px; }
  .oc-faq-layout {
    display: block; }
  .oc-faq-toc {
    width: 100%;
    max-width: none;
    padding-right: 0;
    border-right: 0;
    border-bottom: 0;
    padding-bottom: 20px;
    margin-bottom: 24px; }
  .oc-faq-content .faq-q h3 {
    font-size: 22px; }
  .type-page .cat-top-main-banner .content .page-heading {
    font-size: 44px; } }

@media screen and (max-width: 767px) {
  .type-page .cat-top-main-banner.about-page-hero {
    padding: 24px 16px 40px; }
  .type-page .about-page-hero__grid {
    gap: 40px; }
  .type-page .about-page-hero__crumb,
  .type-page .about-page-hero__crumb-link,
  .type-page .about-page-hero__crumb-current {
    font-size: 12px; }
  .type-page .about-page-hero__copy {
    max-width: none;
    margin-top: 40px; }
  .type-page .about-page-hero__eyebrow {
    margin-bottom: 18px; }
  .type-page .about-page-hero__title {
    margin-bottom: 24px;
    font-size: 32px; }
  .type-page .about-page-hero__copy p {
    font-size: 14px; }
  .type-page .about-page-hero__copy p + p {
    margin-top: 20px; }
  .type-page .about-page-hero__grid > .about-page-hero__media {
    display: none; }
  .type-page .about-page-hero__media--mobile {
    display: block;
    width: 100%;
    height: auto;
    margin: 32px 0; }
  .type-page .about-page-hero__media--mobile img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: initial; }
  .type-page .about-legacy-section {
    min-height: 520px;
    padding: 48px 16px;
    background-position: center; }
  .type-page .about-legacy-section h2 {
    margin-bottom: 36px;
    font-size: 44px; }
  .type-page .about-legacy-section__copy p {
    font-size: 14px; }
  .type-page .about-beginning-section {
    padding: 0 16px; }
  .type-page .about-beginning-section__inner {
    padding: 36px 0 48px; }
  .type-page .about-beginning-section h2 {
    max-width: 340px;
    font-size: 28px; }
  .type-page .about-beginning-section__cards {
    grid-template-columns: 1fr;
    gap: 34px; }
  .type-page .about-curated-section {
    min-height: 720px;
    padding: 40px 20px; }
  .type-page .about-curated-section h2 {
    max-width: 360px;
    font-size: 30px; }
  .type-page .about-relaxed-section {
    padding: 40px 20px; }
  .type-page .about-relaxed-section__header {
    margin-bottom: 40px;
    padding: 0 16px; }
  .type-page .about-relaxed-section__header h2 {
    margin-bottom: 16px;
    font-size: 28px; }
  .type-page .about-relaxed-section__header p {
    font-size: 13px; }
  .type-page .cat-top-main-banner.primary-bgwhite {
    padding-left: 20px;
    padding-right: 20px; }
  .type-page .cat-top-main-banner.primary-bgwhite.about-page-hero {
    padding: 40px 20px; }
  .oc-faq-toc {
    margin-bottom: 16px;
    padding-bottom: 0; }
  .oc-faq-toc__title {
    display: none; }
  .oc-faq-toc__toggle {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    color: #1A1B1C;
    text-align: left;
    cursor: pointer; }
  .oc-faq-toc__toggle-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .oc-faq-toc__icon {
    width: 24px;
    height: 24px;
    display: block; }
  .oc-faq-toc__icon--close {
    display: none; }
  .oc-faq-toc.is-open .oc-faq-toc__icon--menu {
    display: none; }
  .oc-faq-toc.is-open .oc-faq-toc__icon--close {
    display: block; }
  .oc-faq-toc__toggle-text {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    color: #1A1B1C; }
  .oc-faq-toc__nav {
    display: none;
    padding-top: 12px; }
  .oc-faq-toc.is-open .oc-faq-toc__nav {
    display: block; }
  .oc-faq-toc__item + .oc-faq-toc__item {
    margin-top: 14px; }
  .type-page .cat-top-main-banner .content .page-heading {
    font-size: 32px;
    line-height: 1.1; }
  .oc-faq-toc__title {
    font-size: 20px; }
  .oc-faq-toc__link,
  .oc-faq-content p {
    font-size: 16px; }
  .oc-faq-content .faq-q h3 {
    font-size: 24px; } }

.type-page .cat-top-main-banner.contact-us-hero #contact-us-error,
.type-page .cat-top-main-banner.contact-us-hero #contact-us-success {
  margin-bottom: 16px;
  text-align: center; }

.type-page .cat-top-main-banner.contact-us-hero #contact-us-error .alertBox {
  margin-bottom: 0;
  text-align: left; }

.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-input:focus {
  border-color: #1A1B1C;
  box-shadow: 0 0 0 1px #1A1B1C; }

.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .button--primary.is-submitting,
.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .button--primary:disabled {
  opacity: 0.75;
  cursor: not-allowed; }

.type-page .cat-top-main-banner.contact-us-hero .contact-us-hero__card {
  border: 0;
  box-shadow: none; }

.type-page .cat-top-main-banner.contact-us-hero .contact-us-hero__subtitle {
  margin: 0; }

.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] {
  margin-top: 48px; }

.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .contact-us-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 16px; }

.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .contact-us-form-field--full {
  grid-column: 1 / -1; }

.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-label {
  margin-bottom: 10px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 33px;
  line-height: 1.15;
  font-weight: 700;
  color: #1A1B1C; }

.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-input {
  width: 100%;
  min-height: 66px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  color: #1A1B1C; }

.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-input::placeholder {
  color: #a9a9a9; }

.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] textarea.form-input {
  min-height: 160px;
  padding-top: 16px; }

.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-actions {
  margin-top: 32px; }

.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .button--primary {
  width: 100%;
  height: 66px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #1A1B1C;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase; }

.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .button--primary.is-submitting,
.type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .button--primary:disabled {
  opacity: 0.75;
  cursor: not-allowed; }

.type-page .cat-top-main-banner.contact-us-hero #contact-us-error,
.type-page .cat-top-main-banner.contact-us-hero #contact-us-success {
  margin: 0 0 16px; }

@media (max-width: 767px) {
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .contact-us-form-grid {
    grid-template-columns: 1fr;
    gap: 18px; }
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-label {
    font-size: 22px; }
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .form-input,
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] .button--primary {
    min-height: 52px;
    height: 52px;
    font-size: 22px; }
  .type-page .cat-top-main-banner.contact-us-hero [data-contact-form] textarea.form-input {
    min-height: 120px;
    height: auto; } }

.type-page .cat-top-main-banner.primary-bgwhite .breadcrumbs .breadcrumb:first-child .breadcrumb-label {
  display: inline-flex;
  align-items: center;
  gap: 8px; }

.type-page .cat-top-main-banner.primary-bgwhite .breadcrumbs .breadcrumb:first-child .breadcrumb-label::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.94531 3L4.94531 8L9.94531 13' stroke='%231A1B1C' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
  opacity: 0.7; }

.type-page .sustainability-intro {
  margin: 0 0 34px;
  padding: 40px 96px; }

.type-page .sustainability-intro__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center; }

.type-page .sustainability-intro__eyebrow {
  margin: 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #1A1B1C;
  text-transform: uppercase; }

.type-page .sustainability-intro__title {
  margin: 24px 0 0;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  color: #1A1B1C;
  text-transform: uppercase; }

.type-page .sustainability-intro__subtitle {
  margin: 20px 0 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: rgba(26, 27, 28, 0.85); }

@media (max-width: 1023px) {
  .type-page .sustainability-intro {
    margin-bottom: 28px;
    padding: 0 16px; }
  .type-page .sustainability-intro__title {
    font-size: 56px;
    margin-top: 14px; }
  .type-page .sustainability-intro__subtitle {
    font-size: 22px;
    margin-top: 16px; } }

@media (max-width: 767px) {
  .type-page .sustainability-intro {
    margin-bottom: 22px; }
  .type-page .sustainability-intro__eyebrow {
    font-size: 12px; }
  .type-page .sustainability-intro__title {
    font-size: 34px;
    margin-top: 10px; }
  .type-page .sustainability-intro__subtitle {
    font-size: 16px;
    margin-top: 12px; } }

.type-page .cat-top-main-banner ol.breadcrumbs {
  margin: 0;
  margin-bottom: 0px;
  padding: 0; }

.type-page .sustainability-full-banner {
  width: 100%;
  height: 560px;
  margin: 0 0 34px;
  background-image: url("../img/bg_sustain.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.type-page .sustainability-responsibility {
  padding: 80px 96px;
  background: #ffffff; }

.type-page .sustainability-responsibility__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 560px;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between; }

.type-page .sustainability-responsibility__media img {
  width: 100%;
  height: auto;
  display: block; }

.type-page .sustainability-responsibility__content {
  justify-self: end;
  text-align: left; }

.type-page .sustainability-responsibility__content h2 {
  margin: 0;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A1B1C;
  max-width: 540px;
  letter-spacing: 0.98%; }

.type-page .sustainability-responsibility__content p {
  margin: 24px 0 0;
  max-width: 600px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(26, 27, 28, 0.85); }

@media (max-width: 1023px) {
  .type-page .sustainability-responsibility {
    padding: 40px 16px 52px; }
  .type-page .sustainability-responsibility__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 760px; }
  .type-page .sustainability-responsibility__content h2 {
    font-size: 44px;
    max-width: none; }
  .type-page .sustainability-responsibility__content p {
    font-size: 18px;
    max-width: none; } }

.type-page .sustainability-pillars {
  padding: 80px 96px;
  background: #ffffff; }

.type-page .sustainability-pillars__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px; }

.type-page .sustainability-pillars__item {
  text-align: center; }

.type-page .sustainability-pillars__icon {
  display: inline-flex;
  width: 24px;
  height: 24px; }

.type-page .sustainability-pillars__item h3 {
  margin: 32px 0 0;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  color: #1A1B1C; }

.type-page .sustainability-pillars__item p {
  margin: 20px auto 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(26, 27, 28, 0.85);
  max-width: 266.67px;
  text-align: center; }

@media (max-width: 1023px) {
  .type-page .sustainability-pillars {
    padding: 40px 16px; }
  .type-page .sustainability-pillars__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 700px; }
  .type-page .sustainability-pillars__item h3 {
    font-size: 28px; }
  .type-page .sustainability-pillars__item p {
    font-size: 18px; } }

.type-page .sustainability-operational {
  padding: 80px 96px;
  background: #ffffff; }

.type-page .sustainability-operational__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 560px 420px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0; }

.type-page .sustainability-operational__content h2 {
  margin: 0;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 0.96;
  font-weight: 700;
  color: #1A1B1C;
  text-transform: uppercase; }

.type-page .sustainability-operational__content p {
  margin: 24px 0 0;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(26, 27, 28, 0.85);
  max-width: 560px; }

.type-page .sustainability-operational__media img {
  width: 100%;
  height: auto;
  display: block; }

@media (max-width: 1023px) {
  .type-page .sustainability-operational {
    padding: 40px 16px; }
  .type-page .sustainability-operational__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 760px; }
  .type-page .sustainability-operational__content h2 {
    font-size: 44px; } }

.type-page .sustainability-bottom-banner {
  min-height: 720px;
  background-image: linear-gradient(rgba(26, 27, 28, 0.22), rgba(26, 27, 28, 0.22)), url("../img/bg_sustain_bottom.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px; }

.type-page .sustainability-bottom-banner__overlay {
  width: 100%;
  max-width: 860px;
  text-align: center;
  color: #ffffff; }

.type-page .sustainability-bottom-banner__overlay h2 {
  margin: 0;
  font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff; }

.type-page .sustainability-bottom-banner__overlay p {
  margin: 24px auto 0;
  max-width: 560px;
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.96); }

@media (max-width: 1023px) {
  .type-page .sustainability-bottom-banner {
    min-height: 520px; }
  .type-page .sustainability-bottom-banner__overlay h2 {
    font-size: 48px; }
  .type-page .sustainability-bottom-banner__overlay p {
    font-size: 18px; } }

.type-page.sustainability-page .container,
.type-page.sustainability-page .container-lg {
  padding-left: 0 !important;
  padding-right: 0 !important; }

ul.sitemap-style {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }
  @media (max-width: 1023px) {
    ul.sitemap-style {
      margin: 0 -8px; } }
  ul.sitemap-style > li {
    padding-left: 16px;
    padding-right: 16px;
    width: 33.33%;
    margin-top: 0px; }
    @media (max-width: 1023px) {
      ul.sitemap-style > li {
        padding: 0 8px; } }
    ul.sitemap-style > li:before {
      display: none; }
    @media screen and (max-width: 767px) {
      ul.sitemap-style > li {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      ul.sitemap-style > li + li {
        margin-top: 30px; } }
    ul.sitemap-style > li ul {
      margin-left: 20px; }
      ul.sitemap-style > li ul li {
        margin-top: 10px; }

ul h2 {
  font-size: 18px;
  line-height: 24px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 999999; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    /* padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left)) */ } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      /* padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right)) */ } } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.care-guide-page {
  --care-guide-ink: #1a1b1c;
  --care-guide-muted: #666a6d;
  --care-guide-line: #e5e5e2;
  --care-guide-soft: #f4f4f2;
  width: 100%;
  background: #fff;
  color: var(--care-guide-ink);
  font-family: "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif; }
  .care-guide-page *,
  .care-guide-page *::before,
  .care-guide-page *::after {
    box-sizing: border-box; }
  .care-guide-page__container {
    width: 100%;
    margin: 0 auto; }
  .care-guide-page__hero {
    position: relative;
    min-height: 286px;
    background-image: var(--care-guide-hero-image);
    background-position: center 46%;
    background-size: cover;
    color: #fff;
    overflow: hidden; }
  .care-guide-page__hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.36) 55%, rgba(0, 0, 0, 0.2) 100%); }
  .care-guide-page__hero-inner {
    position: relative;
    z-index: 1;
    min-height: 286px;
    padding: 36px 48px 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .care-guide-page__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.4; }
  .care-guide-page__breadcrumb-back {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center; }
    .care-guide-page__breadcrumb-back svg {
      display: block; }
    .care-guide-page__breadcrumb-back path {
      fill: rgba(255, 255, 255, 0.6); }
  .care-guide-page__breadcrumb-link, .care-guide-page__breadcrumb-current {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none; }
  .care-guide-page__breadcrumb-link:hover {
    color: #fff; }
  .care-guide-page__breadcrumb-separator {
    color: rgba(255, 255, 255, 0.35); }
  .care-guide-page__hero-copy {
    max-width: 760px; }
  .care-guide-page__hero-title, .care-guide-page__section-title, .care-guide-page__material-title {
    margin: 0;
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit; }
  .care-guide-page__hero-title {
    font-size: clamp(40px, 4.1vw, 64px);
    line-height: 0.96;
    letter-spacing: -0.035em; }
  .care-guide-page__hero-description {
    max-width: 560px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.5; }
  .care-guide-page__basics {
    padding: 80px 96px; }
  .care-guide-page__basics-grid {
    display: grid;
    grid-template-columns: 560px minmax(0, 1fr);
    align-items: center;
    gap: 72px;
    max-width: 1248px;
    margin: 0 auto; }
  .care-guide-page__basics-media {
    width: 560px;
    height: 560px;
    max-width: 100%;
    justify-self: end;
    margin-left: auto;
    overflow: hidden; }
  .care-guide-page__basics-image {
    display: block;
    width: 560px;
    height: 560px;
    max-width: 100%;
    object-fit: cover; }
  .care-guide-page__basics-content {
    max-width: 608px; }
  .care-guide-page__section-title {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -0.02em; }
  .care-guide-page__section-intro {
    max-width: 390px;
    margin: 32px 0;
    color: #1a1b1c;
    font-size: 16px;
    line-height: 1.4; }
  .care-guide-page__eyebrow, .care-guide-page__care-list-title {
    margin: 0 0 20px;
    color: #1a1b1c82;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase; }
  .care-guide-page__rules {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none; }
  .care-guide-page__rule {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    display: grid;
    grid-template-columns: 18px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase; }
  .care-guide-page__rule::marker {
    content: none !important; }
  .care-guide-page__rule-icon {
    color: #252728;
    font-size: 16px;
    text-align: center; }
  .care-guide-page__materials {
    padding: 40px 96px; }
  .care-guide-page__materials > .care-guide-page__materials-grid {
    max-width: 1248px;
    margin: 0 auto; }
  .care-guide-page__materials-grid {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 80px; }
  .care-guide-page__material-nav {
    position: sticky;
    top: 24px; }
  .care-guide-page__material-content {
    max-width: 768px; }
  .care-guide-page__material-nav-title {
    margin: 0 0 36px;
    color: #1a1b1c80;
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4; }
  .care-guide-page__material-link {
    display: block;
    padding: 16px 0;
    color: #777a7c;
    text-decoration: none;
    transition: color 160ms ease, background-color 160ms ease; }
    .care-guide-page__material-link strong,
    .care-guide-page__material-link span {
      display: block; }
    .care-guide-page__material-link strong {
      margin-bottom: 8px;
      color: inherit;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.3; }
    .care-guide-page__material-link span {
      font-size: 14px;
      line-height: 1.4; }
    .care-guide-page__material-link:hover, .care-guide-page__material-link--active {
      color: var(--care-guide-ink);
      background: var(--care-guide-soft); }
    .care-guide-page__material-link--active {
      padding: 16px; }
  .care-guide-page__material-toc-toggle, .care-guide-page__material-toc-overlay {
    display: none; }
  .care-guide-page__material-detail {
    scroll-margin-top: 30px; }
    .care-guide-page__material-detail + .care-guide-page__material-detail {
      margin-top: 112px; }
  .care-guide-page__material-image {
    display: block;
    width: 100%;
    height: 384px;
    aspect-ratio: 1.9 / 1;
    object-fit: cover;
    object-position: center 56%; }
  .care-guide-page__material-image--metal {
    object-position: top center; }
  .care-guide-page__material-placeholder {
    width: 100%;
    aspect-ratio: 1.9 / 1;
    background: #d9d9d9; }
  .care-guide-page__material-title {
    margin-top: 30px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.02em; }
  .care-guide-page__material-description, .care-guide-page__material-note {
    color: #1a1b1c;
    font-size: 16px;
    line-height: 1.4; }
  .care-guide-page__material-description {
    max-width: 790px;
    margin: 32px 0; }
  .care-guide-page__dos-donts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    margin-bottom: 28px; }
  .care-guide-page__care-list ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none; }
  .care-guide-page__care-item {
    position: relative;
    color: #1a1b1c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4; }
    .care-guide-page__care-item::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 16px;
      height: 16px; }
    .care-guide-page__care-item--do::before {
      content: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M14.9453 3.66659L7.66927 10.9426L3.72656 6.99992L4.66927 6.05721L7.66927 9.05721L14.0026 2.72388L14.9453 3.66659Z" fill="%230F4026"/%3E%3Cpath d="M8.0013 0.666626C9.72997 0.666626 11.3188 1.26686 12.5722 2.26754L11.6224 3.21741C10.6157 2.45375 9.3623 1.99996 8.0013 1.99996C4.6876 1.99996 2.0013 4.68625 2.0013 7.99996C2.0013 11.3137 4.6876 14 8.0013 14C11.315 14 14.0013 11.3137 14.0013 7.99996C14.0013 7.53483 13.9468 7.08303 13.847 6.64905L14.9219 5.57418C15.1882 6.33434 15.3346 7.15063 15.3346 7.99996C15.3346 12.05 12.0514 15.3333 8.0013 15.3333C3.95122 15.3333 0.667969 12.05 0.667969 7.99996C0.667969 3.94987 3.95122 0.666626 8.0013 0.666626Z" fill="%230F4026"/%3E%3C/svg%3E'); }
    .care-guide-page__care-item--dont::before {
      content: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M14.2747 2.66671L2.66536 14.2761L1.72266 13.3334L13.332 1.724L14.2747 2.66671Z" fill="%23FF3D3D"/%3E%3Cpath d="M14.2747 13.3334L13.332 14.2761L1.72266 2.66671L2.66536 1.724L14.2747 13.3334Z" fill="%23FF3D3D"/%3E%3C/svg%3E'); }
  .care-guide-page__material-note {
    margin: 0 0 32px; }
  .care-guide-page__routine {
    display: grid;
    grid-template-columns: 144px minmax(0, 1fr);
    gap: 16px 20px;
    margin: 0;
    color: #303335;
    font-size: 20px;
    line-height: 1.45; }
    .care-guide-page__routine dt {
      grid-row: span 3;
      font-weight: 600; }
    .care-guide-page__routine dd {
      margin: 0;
      font-size: 14px; }
    .care-guide-page__routine strong {
      display: block;
      margin-bottom: 4px;
      font-weight: 600; }
  .care-guide-page__material-anchor {
    scroll-margin-top: 30px; }
  .care-guide-page__safety {
    padding: 40px 96px 120px; }
  .care-guide-page__safety-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(560px, 1fr);
    align-items: center;
    gap: 80px;
    max-width: 1248px;
    margin: 0 auto; }
  .care-guide-page__safety-media {
    width: 560px;
    height: 560px;
    max-width: 100%;
    overflow: hidden; }
  .care-guide-page__safety-image {
    display: block;
    width: 560px;
    height: 560px;
    max-width: 100%;
    object-fit: cover;
    object-position: center; }
  .care-guide-page__safety-content {
    max-width: 560px; }
  .care-guide-page__safety-title {
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em; }
  .care-guide-page__safety-intro {
    max-width: 430px;
    margin: 48px 0;
    color: #2e3133;
    font-family: "Schibsted Grotesk", "Geist", "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
  .care-guide-page__safety-list {
    display: grid;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .care-guide-page__safety-list li {
      position: relative;
      padding-left: 28px;
      color: #222526;
      font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
      text-transform: uppercase; }
      .care-guide-page__safety-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.48em;
        width: 5px;
        height: 5px;
        background: currentColor; }

@media screen and (max-width: 900px) {
  .care-guide-page__container {
    padding: 0 24px; }
  .care-guide-page__hero-inner {
    padding: 28px 24px 34px; }
  .care-guide-page__basics-grid, .care-guide-page__materials-grid {
    gap: 40px; }
  .care-guide-page__basics-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr); }
  .care-guide-page__materials-grid, .care-guide-page__safety-grid {
    grid-template-columns: 230px minmax(0, 1fr); }
  .care-guide-page__safety-grid {
    gap: 48px; } }

@media screen and (max-width: 767px) {
  .care-guide-page__container {
    padding: 0 20px; }
  .care-guide-page__hero, .care-guide-page__hero-inner {
    min-height: 224px; }
  .care-guide-page__hero {
    background-position: 62% center; }
  .care-guide-page__hero-inner {
    padding: 40px 24px 40px; }
  .care-guide-page__breadcrumbs {
    gap: 6px;
    font-size: 11px; }
  .care-guide-page__hero-title {
    max-width: 260px;
    font-size: 28px;
    line-height: 0.96; }
  .care-guide-page__hero-description {
    margin-top: 12px;
    max-width: 250px;
    font-size: 11px; }
  .care-guide-page__basics {
    padding: 40px 0 40px; }
  .care-guide-page__basics-grid, .care-guide-page__materials-grid {
    grid-template-columns: 1fr;
    gap: 20px; }
  .care-guide-page__basics-media, .care-guide-page__basics-image {
    width: 100%;
    height: auto;
    min-height: 0; }
  .care-guide-page__basics-content {
    max-width: none; }
  .care-guide-page__section-title {
    font-size: 26px;
    line-height: 0.98;
    letter-spacing: -0.03em; }
  .care-guide-page__section-intro {
    max-width: none;
    margin: 18px 0 22px;
    font-size: 14px; }
  .care-guide-page__materials {
    padding: 12px 0 56px; }
  .care-guide-page__material-toc-toggle {
    position: relative;
    z-index: 55;
    display: none;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 12px;
    padding: 12px 20px;
    border: 0;
    border-bottom: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
    color: #1a1b1c;
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    -webkit-appearance: none;
    appearance: none; }
  .care-guide-page__material-toc-toggle--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    margin: 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04); }
  .care-guide-page__material-toc-icon {
    display: inline-flex;
    flex: 0 0 auto; }
  .care-guide-page__material-toc-overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block; }
  .care-guide-page__material-toc-overlay[hidden] {
    display: none; }
  .care-guide-page__material-toc-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28); }
  .care-guide-page__material-toc-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 12px 20px 28px;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .care-guide-page__material-toc-panel-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px; }
  .care-guide-page__material-toc-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1a1b1c; }
  .care-guide-page__material-toc-title {
    margin: 0;
    color: #1a1b1c;
    font-family: "Geist", "Schibsted Grotesk", "Jost", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2; }
  .care-guide-page__material-toc-nav {
    display: grid;
    gap: 4px; }
  .care-guide-page__material-toc-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 12px;
    align-items: start;
    padding: 8px 0 10px;
    color: #1a1b1c;
    text-decoration: none;
    border-bottom: 1px solid #efefef; }
  .care-guide-page__material-toc-item:last-child {
    border-bottom: 0; }
  .care-guide-page__material-toc-text {
    display: grid;
    gap: 6px;
    min-width: 0; }
  .care-guide-page__material-toc-item strong,
  .care-guide-page__material-toc-item span {
    display: block; }
  .care-guide-page__material-toc-item strong {
    color: #1a1b1cc4;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2; }
  .care-guide-page__material-toc-item span {
    color: #6f7477;
    font-size: 12px;
    line-height: 1.4; }
  .care-guide-page__material-toc-chevron {
    display: inline-flex;
    align-self: center;
    justify-self: end;
    color: #1a1b1c; }
  .care-guide-page__safety {
    padding: 28px 0 64px; }
  .care-guide-page__material-nav {
    position: static; }
  .care-guide-page__material-nav nav {
    display: none; }
  .care-guide-page__material-nav-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #1a1b1c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none; }
    .care-guide-page__material-nav-title::before {
      content: "";
      width: 16px;
      height: 16px;
      flex: 0 0 16px;
      background-color: currentColor;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1.33398 3.3335H14.6673' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M1.33398 8H14.6673' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M1.33398 12.6665H14.6673' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E") center/contain no-repeat;
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1.33398 3.3335H14.6673' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M1.33398 8H14.6673' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E%3Cpath d='M1.33398 12.6665H14.6673' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E") center/contain no-repeat; }
  .care-guide-page__material-link {
    min-width: 0;
    padding: 0; }
  .care-guide-page__material-image {
    height: auto;
    aspect-ratio: 1.92 / 1; }
  .care-guide-page__material-placeholder {
    aspect-ratio: 1.92 / 1; }
  .care-guide-page__material-detail {
    scroll-margin-top: 80px; }
  .care-guide-page__material-detail + .care-guide-page__material-detail {
    margin-top: 56px; }
  .care-guide-page__material-title {
    margin-top: 18px;
    font-size: 28px; }
  .care-guide-page__dos-donts {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px; }
  .care-guide-page__care-list-title {
    margin-bottom: 12px;
    font-size: 12px; }
  .care-guide-page__routine {
    grid-template-columns: 1fr;
    gap: 10px 0;
    font-size: 14px; }
    .care-guide-page__routine dt {
      grid-row: auto;
      margin-bottom: 0;
      font-size: 16px; }
  .care-guide-page__safety-grid {
    grid-template-columns: 1fr;
    gap: 20px; }
  .care-guide-page__safety-title {
    font-size: 28px; }
  .care-guide-page__safety-intro {
    margin: 20px 0 24px;
    font-size: 14px; }
  .care-guide-page__safety-list {
    gap: 14px; }
    .care-guide-page__safety-list li {
      font-size: 13px;
      line-height: 1.35; }
  .care-guide-page__safety-media, .care-guide-page__safety-image {
    width: 100%;
    height: auto; } }

.header.hide {
  display: block !important; }
