@charset "UTF-8";
:root {
  --theme-primary-color: #ff986c;
  --theme-secondary-color: #143a2c;
  --theme-tertiary-color: #b28545;
  --theme-quaternary-color: #a6d1e3;
  --brand-color-peach: #ff986c;
  --brand-color-green: #143a2c;
  --brand-color-beige: #f0eddb;
  --brand-color-orange: #ea602a;
  --brand-color-white: white;
  --brand-color-blue: #a6d1e3;
  --brand-color-gold: #b28545;
  --body-font: "Parabolica";
  --body-font-weight: 400;
  --body-font-size: 16;
  --body-font-size-mobile: 16;
  --body-font-line-height: 1.75em;
  --body-font-primary-color: #143a2c;
  --body-font-secondary-color: #597367;
  --body-font-tertiary-color: #f0eddb;
  --body-font-gray-color: #515151;
  --body-font-black-color: black;
  --body-font-white-color: white;
  --headings-font: "Parabolica";
  --headings-font-weight: 700;
  --h1-font-size: 48;
  --h2-font-size: 32;
  --h3-font-size: 24;
  --h4-font-size: 20;
  --h5-font-size: 18;
  --h6-font-size: 16;
  --h1-font-size-mobile: 36;
  --h2-font-size-mobile: 32;
  --h3-font-size-mobile: 24;
  --h4-font-size-mobile: 20;
  --h5-font-size-mobile: 18;
  --h6-font-size-mobile: 16;
  --headings-font-line-height: 1em;
  --h1-font-line-height: 1.15em;
  --headings-font-primary-color: #143a2c;
  --headings-font-secondary-color: #f0eddb;
  --headings-font-white-color: white;
  --background-primary-color: #f9f8f1;
  --background-secondary-color: #f0eddb;
  --background-tertiary-color: white;
  --background-black-color: black;
  --background-gold-color: #946f39;
  --hr-border-color: #143a2c;
  --hr-border-color-light: #81958c;
  --hr-border-color-lightest: lightgray;
  --button-border-radius: 32px;
  --button-border-width: 1px;
  --button-font: "Parabolica";
  --button-font-weight: 700;
  --button-default-font-size: 18;
  --button-default-font-size-mobile: 16;
  --button-default-font-color: white;
  --button-default-font-hover-color: white;
  --button-default-background-color: #143a2c;
  --button-default-background-hover-color: #123428;
  --button-default-border-color: #143a2c;
  --button-default-border-hover-color: #123428;
  --button-primary-font-size: 16;
  --button-primary-font-size-mobile: 16;
  --button-primary-font-color: #143a2c;
  --button-primary-font-hover-color: #143a2c;
  --button-primary-background-color: #ff986c;
  --button-primary-background-hover-color: #e68961;
  --button-primary-border-color: #ff986c;
  --button-primary-border-hover-color: #e68961;
  --button-secondary-font-size: 16;
  --button-secondary-font-size-mobile: 16;
  --button-secondary-font-color: #143a2c;
  --button-secondary-font-hover-color: #143a2c;
  --button-secondary-background-color: #f0eddb;
  --button-secondary-background-hover-color: #d8d5c5;
  --button-secondary-border-color: #f0eddb;
  --button-secondary-border-hover-color: #d8d5c5;
  --button-light-font-size: 16;
  --button-light-font-size-mobile: 16;
  --button-light-font-color: #143a2c;
  --button-light-font-hover-color: #143a2c;
  --button-light-background-color: white;
  --button-light-background-hover-color: white;
  --button-light-border-color: white;
  --button-light-border-hover-color: white;
  --button-outlined-font-size: 18;
  --button-outlined-font-size-mobile: 16;
  --button-outlined-font-color: #143a2c;
  --button-outlined-font-hover-color: #123428;
  --button-outlined-background-color: rgba(0, 0, 255, 0);
  --button-outlined-background-hover-color: rgba(0, 0, 255, 0);
  --button-outlined-border-color: #143a2c;
  --button-outlined-border-hover-color: #123428;
  --button-disabled-font-color: #c7c9d9;
  --button-disabled-font-hover-color: #c7c9d9;
  --button-disabled-background-color: #f2f4f6;
  --button-disabled-background-hover-color: #f2f4f6;
  --button-disabled-border-color: #757575;
  --button-disabled-border-hover-color: #757575;
  --button-atc-font-size: 16;
  --button-atc-font-size-mobile: 16;
  --button-atc-font-color: #143a2c;
  --button-atc-font-hover-color: #143a2c;
  --button-atc-background-color: #ff986c;
  --button-atc-background-hover-color: #e68961;
  --button-atc-border-color: #ff986c;
  --button-atc-border-hover-color: #e68961;
  --link-font-color: #ff986c;
  --link-font-hover-color: #ff986c;
  --status-error-color: #f13838;
  --status-info-color: #3584f0;
  --status-success-color: #c7f1ce;
  --status-warning-color: #f8ca2d;
  --status-unknown-color: lightgray;
  --border-radius-small: 4px;
  --border-radius-medium: 8px;
  --border-radius-large: 16px;
  --form-label-required-color: #f13838;
  --form-label-font-color: #143a2c;
  --form-label-font-active-color: #143a2c;
  --form-label-font-disabled-color: #9497af;
  --form-field-font-color: #143a2c;
  --form-field-font-error-color: #143a2c;
  --form-field-font-success-color: #143a2c;
  --form-field-font-active-color: #143a2c;
  --form-field-font-disabled-color: #9497af;
  --form-field-background-color: white;
  --form-field-background-error-color: white;
  --form-field-background-success-color: white;
  --form-field-background-active-color: white;
  --form-field-background-disabled-color: #f2f4f6;
  --form-field-border-color: #143a2c;
  --form-field-border-error-color: #f13838;
  --form-field-border-success-color: #3b8179;
  --form-field-border-active-color: #393f40;
  --form-field-border-disabled-color: #c7c9d9;
  --form-field-placeholder-color: #c7c9d9;
  --form-field-placeholder-disabled-color: #c7c9d9;
  --form-field-border-radius: 32px;
  --carousel-background-color: ;
  --carousel-headings-font-size: 0;
  --carousel-headings-font-size-mobile: 0;
  --carousel-headings-font-color: ;
  --carousel-body-font-color: ;
  --carousel-body-font-size: 0;
  --carousel-body-font-size-mobile: 0;
  --carousel-dots-color: ;
  --carousel-dots-hover-color: ;
  --carousel-dots-background-color: ;
  --carousel-arrows-color: ;
  --carousel-arrows-hover-color: ;
  --carousel-arrows-background-color: ;
  --carousel-control-buttons-color: ;
  --carousel-control-buttons-hover-color: ;
  --carousel-control-buttons-background-color: ;
  --widget-spacing-small: 16px;
  --widget-spacing-medium: 32px;
  --widget-spacing-large: 64px;
  --rating-full-color: #b28545;
  --rating-empty-color: #f7f6ee;
  --label-background-color: #143a2c;
  --overlay-background-color: rgba(0,0,0,0.25);
  --border-primary-rgba: rgba(20,58,44,0.25);
  --shadow-color: 0,0,0;
  --white-opacity-null: rgba(255,255,255,0); }

html[lang]:not([lang="nl"]):not([lang="nl-NL"]):not([lang="nl-nl"]) [data-advisor-id],
html[lang]:not([lang="nl"]):not([lang="nl-NL"]):not([lang="nl-nl"]) .widget-aiden-banner {
  display: none !important; }

html[lang]:not([lang="nl"]):not([lang="nl-NL"]):not([lang="nl-nl"]) .widget-home-hero [data-advisor-id] {
  display: block !important; }

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: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

html {
  font-size: 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: "Parabolica", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #143a2c;
  font-family: "Parabolica", Arial, Helvetica, sans-serif;
  font-weight: 700;
  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: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.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: #333333;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 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: "Parabolica", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.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: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

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

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

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

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

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

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

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

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

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

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

.button--small {
  font-size: 13px;
  padding: 0.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: #757575; }

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


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

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

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

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

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

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.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: #143a2c;
  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: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 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: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 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: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

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

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

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

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

.tab.is-active .tab-title {
  color: #333333;
  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: 15px;
  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: #333333;
  font-size: 15px;
  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: #333333; }

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

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

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

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

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

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.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(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.875rem;
    display: block;
    font-family: "Parabolica", 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: 15px;
  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: 25px;
  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: 15px;
  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; }

.breadcrumbs {
  background-color: var(--background-secondary-color);
  height: 48px;
  padding: 5px 0; }
  .breadcrumbs__wrapper {
    display: flex;
    align-items: center;
    gap: 16px; }
  .breadcrumbs__list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem; }
    @media (max-width: 374px) {
      .breadcrumbs__list {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
    @media (max-width: 575px) {
      .breadcrumbs__list:has(.breadcrumbs__list-item:nth-child(2):not(:last-child)) .breadcrumbs__list-item--home {
        display: none !important; } }
  .breadcrumbs__list-item {
    position: relative; }
    @media (max-width: 575px) {
      .breadcrumbs__list-item {
        white-space: nowrap; } }
    .breadcrumbs__list-item:not(.breadcrumbs__list-item:last-of-type) {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px;
      white-space: nowrap; }
      .breadcrumbs__list-item:not(.breadcrumbs__list-item:last-of-type):after {
        content: '';
        display: block;
        margin-top: 2px;
        width: 10px;
        height: 10px;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.86973 1.39401C1.83227 1.35946 1.80239 1.31812 1.78184 1.27242C1.76129 1.22672 1.75047 1.17757 1.75001 1.12783C1.74956 1.0781 1.75949 1.02877 1.7792 0.982739C1.79892 0.936704 1.82804 0.894882 1.86487 0.859712C1.90169 0.824541 1.94548 0.796728 1.99368 0.777894C2.04187 0.759059 2.09352 0.749582 2.14559 0.750014C2.19766 0.750446 2.24912 0.76078 2.29697 0.780411C2.34482 0.800042 2.38809 0.828578 2.42427 0.864355L4.38517 2.73725C4.4587 2.80749 4.5 2.90275 4.5 3.00208C4.5 3.1014 4.4587 3.19666 4.38517 3.2669L2.42427 5.14017C2.35073 5.21046 2.25098 5.24996 2.14694 5.25C2.04291 5.25004 1.94312 5.2106 1.86953 5.14036C1.79594 5.07012 1.75458 4.97484 1.75454 4.87548C1.75451 4.77611 1.7958 4.6808 1.86934 4.61052L3.55336 3.00208L1.86973 1.39401Z' fill='%23919191'/%3E%3C/svg%3E%0A"); }
    .breadcrumbs__list-item:last-of-type {
      color: var(--body-font-black-color);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .breadcrumbs__link {
    display: block;
    padding: 4px 0;
    color: var(--body-font-gray-color);
    transition: color .2s ease-in-out;
    font-size: .875rem; }
    .breadcrumbs__link:hover {
      color: var(--body-font-black-color); }
  .breadcrumbs__name {
    font-size: .875rem; }
  body:has(.body--product) .breadcrumbs {
    background-color: var(--background-secondary-color); }
  .category-parent__hero .breadcrumbs {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%; }
  @media (min-width: 1280px) {
    .category-page__banner .breadcrumbs {
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%;
      z-index: 1;
      background-color: transparent; } }

.header {
  background-color: var(--background-primary-color);
  position: sticky;
  top: -40px;
  z-index: 15; }
  @media (max-width: 767px) {
    .header {
      height: 176px; } }
  .header__back {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
    height: 60px;
    padding: 0 16px;
    width: 100%; }
    @media (min-width: 1024px) {
      .header__back {
        display: none !important; } }
    .header__back svg {
      height: 1rem;
      width: 1rem; }
  .header:has(.mobile-navigation[aria-hidden="false"]) {
    top: 0; }
    .header:has(.mobile-navigation[aria-hidden="false"]) .header-top {
      display: none; }

.skip-link {
  display: none;
  position: absolute; }

.icon-bar__menu {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding-left: 32px; }
  @media (max-width: 767px) {
    .icon-bar__menu {
      gap: 12px;
      padding-left: 12px; } }

.icon-bar__item {
  height: 48px;
  min-width: 48px; }

.icon-bar__compare {
  display: none; }
  .icon-bar__compare:has(.show) {
    display: block; }

.icon-bar__link {
  color: var(--body-font-primary-color);
  font-size: 0.875rem;
  font-weight: 400;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0;
  position: relative;
  gap: 2px; }
  .icon-bar__link svg {
    height: 28px;
    width: 28px;
    flex-shrink: 0; }
    .icon-bar__link svg * {
      fill: var(--body-font-primary-color); }
  .icon-bar__link:hover {
    color: var(--body-font-primary-color); }

.icon-bar__text {
  display: inline-flex;
  line-height: 16px; }
  @media (max-width: 1023px) {
    .icon-bar__text {
      font-size: 0.625rem; } }

.icon-bar__pill {
  background-color: var(--theme-primary-color);
  border-radius: 12px;
  color: var(--body-font-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(2px, -5px); }

.icon-bar__preview-cart {
  position: relative; }
  .icon-bar__preview-cart.open {
    z-index: 15; }
  @media (min-width: 1024px) {
    .icon-bar__preview-cart .icon-bar__link {
      padding-right: 0; } }

.header-top {
  position: relative;
  z-index: 6;
  min-height: 24px;
  background-color: var(--background-primary-color);
  color: var(--body-font-primary-color); }
  .header-top__layout {
    display: flex;
    align-items: stretch;
    gap: 32px; }
  .header-top__usp {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1; }
    @media (max-width: 767px) {
      .header-top__usp {
        justify-content: center; } }
    @media (max-width: 1279px) {
      .header-top__usp {
        padding: 6px 0; } }
    .header-top__usp [data-widget-id] {
      container-type: normal; }
  .header-top__usp-item {
    display: inline-flex;
    align-items: center;
    gap: 4px; }
    .header-top__usp-item svg {
      height: 20px;
      width: 20px; }
      .header-top__usp-item svg * {
        fill: var(--body-font-primary-color); }
  .header-top__usp-text {
    color: var(--body-font-primary-color);
    display: inline-flex;
    font-size: 0.875rem;
    line-height: 40px; }
  .header-top__navigation {
    display: flex;
    align-items: center;
    gap: 16px;
    display: grid;
    min-width: 58px;
    gap: 0; }
    @media (max-width: 1279px) {
      .header-top__navigation {
        display: none; } }
    .header-top__navigation::after {
      content: "";
      clear: both;
      display: table; }

.clonable-lang-switch {
  display: none; }

.clonable-inline-iframe-container > iframe {
  border: none; }

.lang-switch {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 20;
  height: 40px; }
  .lang-switch__wrapper {
    display: flex;
    align-items: center;
    gap: 8px; }
  .lang-switch__icon,
  .lang-switch .icon {
    width: 20px;
    height: 20px;
    transition: transform .2s ease-in-out;
    fill: var(--body-font-primary-color); }
  .lang-switch__arrow {
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .lang-switch__arrow[aria-expanded="true"] .lang-switch__icon {
      transform: scaleY(-1); }
    .lang-switch__arrow:hover .lang-switch__icon {
      transform: scaleY(-1); }
  .lang-switch__active-label {
    cursor: pointer;
    font-size: 1rem; }
  .lang-switch__panel {
    box-shadow: 0 5px 10px 0 rgba(var(--shadow-color), 0.1);
    opacity: 0;
    visibility: hidden;
    transition: grid-template-rows .3s ease-in-out;
    position: absolute;
    min-width: fit-content;
    right: -1px;
    top: 100%;
    padding: 16px;
    background-color: var(--background-primary-color);
    left: auto;
    width: auto; }
    .lang-switch__panel[aria-hidden="false"] {
      grid-template-rows: 1fr;
      opacity: 1;
      visibility: visible; }
  .lang-switch__list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .lang-switch__text {
    display: none; }
  .lang-switch__link {
    color: var(--body-font-primary-color);
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: max-content;
    padding: 8px 0;
    font-size: 1rem;
    text-decoration: none; }
    .lang-switch__link--current {
      font-weight: bold; }
    .lang-switch__link:not(.lang-switch__link--current):hover {
      text-decoration: underline; }
  .lang-switch__flag {
    border: 1px solid var(--body-font-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 20px;
    width: 32px; }
    .lang-switch__flag img {
      object-fit: cover;
      object-position: center center;
      height: 100%;
      width: 100%; }

.lang-switch {
  height: 40px; }
  .lang-switch:hover .lang-switch__icon:not(.lang-switch__icon--decorative), .lang-switch.open .lang-switch__icon:not(.lang-switch__icon--decorative) {
    transform: scaleY(-1); }
  .lang-switch:hover .lang-switch__panel, .lang-switch.open .lang-switch__panel {
    opacity: 1;
    visibility: visible; }

.header-main {
  position: relative;
  z-index: 5;
  background-color: var(--background-tertiary-color);
  border-bottom: 1px solid var(--background-secondary-color); }
  @media (min-width: 1280px) {
    .header-main {
      border-bottom: 1px solid var(--background-tertiary-color); } }
  .header-main__layout {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 0; }
    @media (min-width: 1024px) {
      .header-main__layout {
        padding: 24px 0;
        gap: 16px; } }
    .header-main__layout > .button {
      border: none;
      margin: 0;
      padding: 8px; }
      .header-main__layout > .button[aria-expanded="false"] svg:last-child {
        display: none; }
      .header-main__layout > .button[aria-expanded="true"] svg:first-child {
        display: none; }
  @media (max-width: 767px) {
    .header-main__logo {
      flex: 1; } }
  .header-main__search {
    margin-left: auto;
    position: relative; }
    @media (max-width: 767px) {
      .header-main__search {
        background-color: var(--background-tertiary-color);
        position: absolute;
        top: 80px;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 16px 16px 16px; } }
  .header-main__buttons {
    display: flex;
    gap: 16px; }
  .header-main__button-mobile {
    min-width: 48px;
    margin-right: 12px !important; }

.store-logo__image {
  max-width: 300px;
  width: 100%; }

.footer .store-logo__image {
  filter: invert(1) hue-rotate(180deg); }

.header-navigation {
  position: relative;
  background-color: var(--background-gold-color); }
  .header-navigation:after {
    /* content: ''; */
    background-color: var(--body-font-black-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15; }

.navigation {
  display: flex;
  align-items: center;
  position: relative; }
  @media (max-width: 1279px) {
    .navigation {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      padding: 0; } }
  .navigation__list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex; }
    @media (max-width: 1279px) {
      .navigation__list {
        flex-direction: column;
        width: 100%; } }
    .navigation__list--primary {
      flex: 1;
      gap: 16px; }
      @media (max-width: 1279px) {
        .navigation__list--primary {
          gap: 8px; } }
      .navigation__list--primary .navigation__link {
        font-weight: 700; }
        @media (min-width: 1280px) {
          .navigation__list--primary .navigation__link {
            padding: 20px 0; } }
        .navigation__list--primary .navigation__link:hover {
          color: var(--body-font-tertiary-color); }
    .navigation__list--secondary {
      gap: 24px; }
      @media (max-width: 1279px) {
        .navigation__list--secondary {
          border-top: 1px solid var(--border-primary-rgba);
          border-bottom: 1px solid var(--border-primary-rgba);
          gap: 8px;
          margin: 16px 0;
          padding: 16px 0; } }
      @media (min-width: 1280px) {
        .navigation__list--secondary .navigation__link {
          padding: 18px 0; } }
  .navigation__item {
    display: flex;
    align-items: center;
    gap: 3px;
    z-index: 2; }
    @media (max-width: 1279px) {
      .navigation__item {
        position: relative;
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        padding: 0 16px;
        width: 100%; } }
    @media (min-width: 1024px) {
      .navigation__item .help {
        flex-shrink: 0;
        margin-left: auto;
        max-width: 50%;
        width: 100%; } }
    .navigation__item--icons[data-submenu-type="mega"] .sub-menu__list {
      columns: 4; }
      @media (max-width: 1279px) {
        .navigation__item--icons[data-submenu-type="mega"] .sub-menu__list {
          columns: 1; } }
    @media (min-width: 1280px) {
      .navigation__item--icons[data-submenu-type="mega"] .sub-menu__item {
        padding: 10px 0; } }
    .navigation__item--icons .sub-menu__item {
      position: relative; }
      .navigation__item--icons .sub-menu__item:has(.sub-sub) > .sub-menu__link,
      .navigation__item--icons .sub-menu__item > .sub-menu__link {
        padding: 2px 16px 2px 40px;
        font-weight: 600; }
        @media (max-width: 1279px) {
          .navigation__item--icons .sub-menu__item:has(.sub-sub) > .sub-menu__link,
          .navigation__item--icons .sub-menu__item > .sub-menu__link {
            padding: 10px 16px 10px 40px; } }
      @media (min-width: 1280px) {
        .navigation__item--icons .sub-menu__item:nth-child(4), .navigation__item--icons .sub-menu__item:nth-child(9), .navigation__item--icons .sub-menu__item:nth-child(11) {
          break-after: column; } }
    .navigation__item--icons .sub-menu__icon {
      position: absolute;
      top: 10px;
      width: 2rem;
      height: 2rem; }
    @media (max-width: 1279px) {
      .navigation__item--icons .sub-sub {
        padding: 0 0 0 32px;
        width: 100%; } }
    @media (max-width: 1279px) {
      .navigation__item--icons .sub-sub__item {
        padding: 8px 0; } }
    .navigation__item--columns[data-submenu-type="mega"] .sub-menu__list {
      display: grid;
      width: 100%; }
      @media (min-width: 1280px) {
        .navigation__item--columns[data-submenu-type="mega"] .sub-menu__list {
          grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1280px) {
      .navigation__item--columns[data-submenu-type="mega"] .sub-menu__item {
        padding: 10px 0; } }
    .navigation__item--columns .sub-menu__item:has(.sub-sub) > a,
    .navigation__item--columns .sub-menu__item > a {
      padding: 2px 16px; }
      @media (max-width: 1279px) {
        .navigation__item--columns .sub-menu__item:has(.sub-sub) > a,
        .navigation__item--columns .sub-menu__item > a {
          padding: 8px 0; } }
    @media (min-width: 1024px) {
      .navigation__item--columns .sub-menu__list > li:nth-child(3), .navigation__item--columns .sub-menu__list > li:nth-child(5) {
        break-after: column; } }
    @media (max-width: 1279px) {
      .navigation__item--columns .sub-sub {
        margin: 0; } }
    .navigation__item--columns .sub-sub__item {
      padding: 2px 0; }
      @media (max-width: 1279px) {
        .navigation__item--columns .sub-sub__item {
          padding: 8px 0; } }
    @media (min-width: 1280px) {
      .navigation__item--columns .help {
        max-width: 25%;
        max-height: 500px;
        padding: 65px 35px; } }
    .navigation__item:hover, .navigation__item--open {
      z-index: 1; }
      @media (max-width: 1279px) {
        .navigation__item:hover .navigation__link, .navigation__item--open .navigation__link {
          color: var(--body-font-primary-color); } }
      @media (min-width: 1280px) {
        .navigation__item:hover .navigation__link:after, .navigation__item--open .navigation__link:after {
          opacity: 1 !important;
          visibility: visible !important; } }
      @media (min-width: 1280px) {
        .navigation__item:hover .navigation__icon, .navigation__item--open .navigation__icon {
          transform: scaleY(-1); } }
      .navigation__item:hover .navigation__pill, .navigation__item--open .navigation__pill {
        background-color: var(--body-font-white-color);
        color: var(--body-font-primary-color); }
      @media (min-width: 1280px) {
        .navigation__item:hover .sub-menu, .navigation__item--open .sub-menu {
          opacity: 1;
          visibility: visible; } }
      .navigation__item:hover .sub-menu:after, .navigation__item--open .sub-menu:after {
        opacity: 1;
        visibility: visible; }
    .navigation__item[data-submenu-type="small"] {
      position: relative; }
      .navigation__item[data-submenu-type="small"] .sub-menu {
        min-width: 250px; }
        .navigation__item[data-submenu-type="small"] .sub-menu__list {
          columns: 1; }
  .navigation__link {
    color: var(--body-font-white-color);
    position: relative;
    display: inline-flex;
    padding: 18px 0;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    flex-grow: 1;
    align-items: center;
    gap: 6px; }
    @media (max-width: 1279px) {
      .navigation__link {
        color: var(--body-font-primary-color); } }
    @media (min-width: 1280px) {
      .navigation__link:has(+ .navigation__arrow):after {
        opacity: 0;
        visibility: hidden;
        content: '';
        position: absolute;
        display: block;
        width: calc(100% + 26px);
        height: 2px;
        background-color: var(--body-font-tertiary-color);
        left: 0;
        top: calc(100% - 5px);
        z-index: 1; } }
    .navigation .navigation__link:focus {
      background: rgba(0, 0, 0, 0.15);
      border-radius: var(--border-radius-small); }
      @media (min-width: 1280px) {
        .navigation .navigation__link:focus {
          outline: none !important;
          color: var(--body-font-white-color);
          background: rgba(255, 255, 255, 0.05) !important; } }
    @media (min-width: 1280px) {
      .navigation .navigation__link:hover {
        color: var(--body-font-white-color); } }
    @media (max-width: 1279px) {
      .navigation__link {
        padding: 8px 0; } }
  .navigation__pill {
    border: 1px solid var(--body-font-white-color);
    border-radius: 14px;
    padding: 1px 14px; }
    @media (max-width: 1279px) {
      .navigation__pill {
        border: none;
        border-radius: unset;
        padding: 0; } }
  .navigation__text {
    color: var(--body-font-white-color);
    font-size: 1rem;
    font-weight: 500; }
    @media (max-width: 1279px) {
      .navigation__text {
        color: var(--body-font-primary-color); } }
  .navigation__status {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: var(--status-info-color); }
    .navigation__status--active {
      background-color: var(--status-success-color); }
  .navigation__icon {
    width: 32px;
    height: 32px;
    transition: transform .2s ease-in-out; }
    @media (min-width: 1280px) {
      .navigation__icon {
        padding: 8px; } }
  .navigation__arrow {
    cursor: pointer;
    border: none;
    background-color: transparent; }
    @media (max-width: 1279px) {
      .navigation__arrow {
        position: absolute;
        right: 16px;
        top: 0;
        width: 40px;
        height: 40px; } }
    .navigation__arrow[aria-expanded="true"] .navigation__icon {
      transform: scaleY(-1); }
    @media (min-width: 1280px) {
      .navigation__arrow .icon {
        width: 32px;
        height: 32px; } }
    .navigation__arrow .icon * {
      fill: var(--body-font-white-color); }
      @media (max-width: 1279px) {
        .navigation__arrow .icon * {
          fill: var(--body-font-primary-color); } }
    .navigation .navigation__arrow:focus {
      background: rgba(0, 0, 0, 0.15);
      border-radius: var(--border-radius-medium); }
      @media (min-width: 1280px) {
        .navigation .navigation__arrow:focus {
          outline: none !important;
          color: var(--body-font-tertiary-color);
          background: rgba(255, 255, 255, 0.05) !important; } }
    @media (min-width: 1280px) {
      .navigation__arrow:hover .navigation__icon {
        transform: scaleY(-1); } }

.sub-menu {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: grid-template-rows .3s ease-in-out; }
  @media (min-width: 1280px) {
    .sub-menu {
      position: absolute;
      width: 100%;
      left: 0;
      top: 100%;
      padding: 32px;
      background-color: var(--background-primary-color);
      max-height: calc(100vh - 165px);
      overflow-y: auto; } }
  @media (max-width: 1279px) {
    .sub-menu {
      background-color: var(--background-primary-color);
      display: grid;
      grid-template-rows: 0fr;
      width: 100%; } }
  .sub-menu:has(.help) {
    column-gap: 32px; }
  .sub-menu[aria-hidden="false"] {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1279px) {
      .sub-menu[aria-hidden="false"] {
        width: calc(100% + 32px);
        margin: 8px -16px;
        padding: 8px 0; } }
  .sub-menu__list, .sub-menu__layered-list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    width: 100%; }
  @media (min-width: 1280px) {
    .sub-menu__list {
      height: fit-content; } }
  @media (max-width: 1279px) {
    .sub-menu__list {
      overflow: hidden;
      padding: 0 16px; } }
  @media (min-width: 1024px) {
    .sub-menu__list[data-hover-menu] {
      flex-shrink: 0;
      position: relative;
      width: calc(25% - 32px); } }
  .sub-menu__list[data-hover-menu] > li:first-child {
    pointer-events: none; }
  .sub-menu__list[data-hover-menu] .sub-menu__item {
    position: static; }
  .sub-menu__category-image {
    position: relative;
    display: flex;
    width: 100%;
    padding: 24px;
    background-color: var(--background-tertiary-color);
    border-radius: var(--border-radius-large);
    overflow: hidden; }
    .sub-menu__category-image::before, .sub-menu__category-image::after {
      content: "";
      width: 72%;
      position: absolute;
      left: 50%;
      height: 90%;
      border-radius: 500px;
      border: 1px solid var(--hr-border-color);
      opacity: .2;
      z-index: 0; }
    .sub-menu__category-image::before {
      top: 50%;
      transform: translate(-50%, -47%); }
    .sub-menu__category-image::after {
      top: 0;
      transform: translate(-50%, -57%); }
  .sub-menu__figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5; }
  .sub-menu__image {
    max-height: 240px; }
  .sub-menu__caption {
    color: var(--body-font-primary-color);
    font-weight: 600;
    line-height: 28px;
    width: 100%;
    position: absolute;
    bottom: 24px;
    text-align: center; }
  .sub-menu__item {
    position: relative;
    break-inside: avoid; }
    @media (max-width: 1279px) {
      .sub-menu__item {
        display: flex;
        flex-wrap: wrap; } }
    .sub-menu__item:has(.sub-sub) > a {
      padding: 2px 16px;
      font-weight: 600; }
    .sub-menu__item.selected::before {
      background-color: transparent;
      content: '';
      width: calc(100% + 32px);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%; }
    .sub-menu__item.selected .sub-menu__icon {
      display: flex; }
  .sub-menu__arrow {
    cursor: pointer;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    transform: none;
    transition: transform .2s ease-in-out;
    z-index: 10; }
    .sub-menu__arrow:focus {
      outline: none !important; }
    .sub-menu__arrow:focus-visible {
      outline: 2px solid var(--theme-secondary-color) !important;
      outline-offset: 4px !important; }
    .sub-menu__arrow .icon * {
      fill: var(--body-font-primary-color); }
    .sub-menu__arrow[aria-expanded="true"] {
      transform: scaleY(-1); }
  .sub-menu__title {
    padding: 8px 0;
    font-weight: 600;
    display: block; }
    @media (max-width: 1279px) {
      .sub-menu__title {
        max-width: calc(100% - 40px);
        width: 100%; } }
    .sub-menu__title[data-title="Alle producten"], .sub-menu__title[data-title="Gezondheidsdoel"], .sub-menu__title[data-title="Vitaminen"] {
      display: none; }
  .sub-menu__link {
    color: var(--body-font-primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 1rem;
    text-decoration: none; }
    @media (max-width: 1279px) {
      .sub-menu__link {
        max-width: calc(100% - 40px);
        width: 100%; } }
    .sub-menu__link[href]:hover {
      text-decoration: underline; }
    .sub-menu__link[href]:focus {
      outline: none !important; }
    .sub-menu__link[href]:focus-visible {
      outline: 2px solid var(--theme-secondary-color) !important;
      outline-offset: 4px !important; }
    .sub-menu__link:has(+ .sub-menu__layered-list) {
      font-weight: bold; }
    .sub-menu__link svg {
      display: none;
      height: 20px;
      width: 20px; }
  .sub-menu:after {
    content: '';
    background: var(--overlay-background-color);
    position: fixed;
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none; }
    @media (max-width: 1279px) {
      .sub-menu:after {
        display: none; } }

.sub-sub {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  transition: all .2s ease-in-out; }
  @media (max-width: 1279px) {
    .sub-sub {
      overflow: hidden;
      max-height: 0;
      flex-basis: 100%; } }
  @media (max-width: 1279px) {
    .sub-sub[aria-hidden="false"] {
      max-height: fit-content; } }
  .sub-sub__item {
    color: var(--body-font-primary-color);
    display: block;
    padding: 2px 16px 2px 40px; }
    .sub-sub__item[href]:focus {
      outline: none !important; }
    .sub-sub__item[href]:focus-visible {
      outline: 2px solid var(--theme-secondary-color) !important;
      outline-offset: 4px !important; }

.mobile-navigation {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--background-secondary-color);
  transition: visibility .2s, opacity .2s linear;
  padding: 16px 0;
  z-index: 10; }
  .mobile-navigation[aria-hidden="false"] {
    opacity: 1;
    visibility: visible; }
  .mobile-navigation__search {
    margin-bottom: 16px; }
  .mobile-navigation__bottom {
    flex: 1;
    padding: 0;
    background-color: var(--background-secondary-color); }
  .mobile-navigation__layout {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .mobile-navigation__layout .lang-switch {
      padding: 0 16px;
      position: relative; }
      .mobile-navigation__layout .lang-switch__arrow {
        display: flex;
        align-items: center;
        justify-content: end;
        position: absolute;
        right: 16px;
        left: 16px;
        top: 0;
        height: 40px;
        width: calc(100% - 32px);
        padding: 0 12px; }
        .mobile-navigation__layout .lang-switch__arrow svg {
          height: 1.5rem;
          width: 1.5rem; }
      .mobile-navigation__layout .lang-switch__panel {
        box-shadow: none;
        width: 100%;
        left: 0;
        margin: 8px 0;
        padding: 8px 16px; }
      .mobile-navigation__layout .lang-switch__text {
        display: inline-block; }
  .mobile-navigation__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    width: min-content;
    text-decoration: none; }
    .mobile-navigation__link:hover {
      text-decoration: underline; }
  .mobile-navigation__icon {
    width: 24px;
    height: 24px; }

.quick-search {
  display: flex;
  flex-direction: row;
  position: relative; }
  .quick-search--is-loading {
    opacity: .8; }
    .quick-search--is-loading .quick-search__spinner {
      display: block; }
  .quick-search__input[type="text"] {
    border: 1px solid var(--body-font-primary-color);
    border-radius: 20px;
    padding-left: 16px;
    padding-right: 52px;
    min-height: 40px; }
    @media (min-width: 768px) {
      .quick-search__input[type="text"] {
        min-width: 337px; } }
  .quick-search__spinner {
    position: absolute;
    right: 38px;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid var(--hr-border-color-lightest);
    border-top-color: var(--hr-border-color);
    border-radius: 50%;
    animation: search-spinner 0.8s ease-in-out infinite;
    transform: translateY(-50%);
    display: none; }
  .quick-search__button {
    background-color: transparent;
    border: none;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -44px; }
    .quick-search__button svg {
      height: 1.5rem;
      width: 1.5rem; }
      .quick-search__button svg * {
        fill: var(--body-font-primary-color); }

@keyframes search-spinner {
  to {
    transform: translateY(-50%) rotate(360deg); } }

.preview-cart {
  transition: 200ms 300ms ease-out;
  box-shadow: 0 5px 10px 0 rgba(var(--shadow-color), 0.1);
  background-color: var(--background-primary-color);
  position: absolute;
  top: 48px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: all;
  transform: translateY(30px);
  width: 350px;
  z-index: 10; }
  @media (max-width: 767px) {
    .preview-cart {
      width: calc(100vw - 40px);
      right: -48px; } }
  .preview-cart__overlay {
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    inset: 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 5; }
  .preview-cart:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent var(--background-primary-color) transparent;
    border-bottom-style: solid;
    bottom: 100%;
    right: 1rem;
    position: absolute; }
    @media (max-width: 767px) {
      .preview-cart:after {
        right: calc(1rem + 48px); } }
  .preview-cart__list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 15px; }
  .preview-cart__link {
    color: var(--body-font-primary-color);
    display: flex;
    align-items: start;
    gap: 10px; }
  .preview-cart__image {
    background-color: var(--background-secondary-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    padding: 6px; }
    .preview-cart__image img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: center center;
      mix-blend-mode: multiply; }
  .preview-cart__details {
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px); }
  .preview-cart__brand {
    color: var(--body-font-secondary-color); }
  .preview-cart__title {
    line-height: 1; }
  .preview-cart__prices {
    display: flex;
    justify-content: space-between;
    padding-top: 12px; }
  .preview-cart__total {
    text-align: right; }
  .preview-cart__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px; }
  .preview-cart__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 15px; }
    .preview-cart__actions .button {
      width: 100%; }
  .preview-cart__empty {
    padding: 15px; }

[aria-hidden="false"] > .preview-cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

[aria-hidden="false"] > .preview-cart__overlay {
  opacity: 1;
  visibility: visible; }

.preview-search {
  transition: 200ms 300ms ease-out;
  box-shadow: 0 5px 10px 0 rgba(var(--shadow-color), 0.1);
  background-color: var(--background-primary-color);
  position: absolute;
  top: 48px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: all;
  transform: translateY(30px);
  width: 410px;
  z-index: 10; }
  @media (max-width: 767px) {
    .preview-search {
      width: 100%; } }
  .preview-search__overlay {
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    inset: 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 5; }
  .preview-search:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent var(--background-secondary-color) transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 1rem;
    position: absolute; }
  .preview-search h5 {
    background-color: var(--background-secondary-color);
    padding: 15px; }
  .preview-search__list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto; }
  .preview-search__item {
    border-top: 1px solid var(--background-secondary-color);
    padding: 15px; }
  .preview-search__link {
    color: var(--body-font-primary-color);
    display: flex;
    align-items: start;
    gap: 10px; }
  .preview-search__image {
    background-color: var(--background-secondary-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    position: relative;
    background-color: var(--background-tertiary-color);
    background: linear-gradient(360deg, rgba(178, 133, 69, 0.1) 0%, rgba(240, 237, 219, 0.1) 100%);
    border-radius: var(--border-radius-small);
    overflow: hidden; }
    .preview-search__image::before {
      content: "";
      width: 80%;
      position: absolute;
      left: 50%;
      top: 50%;
      height: 120%;
      border-radius: 500px;
      border: 1px solid var(--hr-border-color);
      opacity: .1;
      transform: translate(-50%, -50%);
      pointer-events: none;
      z-index: -1; }
    .preview-search__image::after {
      content: "";
      width: 80%;
      position: absolute;
      left: 50%;
      top: 0;
      height: 100%;
      border-radius: 500px;
      border: 1px solid var(--hr-border-color);
      opacity: .1;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      z-index: -1; }
    .preview-search__image .preview-search__sticker {
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 5; }
    .preview-search__image .preview-search__sticker-icon {
      width: 100%;
      height: 100%; }
    .preview-search__image img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: center center; }
  .preview-search__details {
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px); }
  .preview-search__brand {
    color: var(--body-font-secondary-color); }
  .preview-search__title {
    line-height: 1; }
  .preview-search .preview-search__message.preview-search__message {
    font-size: 1rem;
    margin: 24px 12px; }
  .preview-search__price-outer {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    line-height: 1.25; }
  .preview-search__price {
    font-weight: 600; }
  .preview-search__actions {
    border-top: 1px solid var(--background-secondary-color);
    padding: 12px;
    background-color: var(--background-secondary-color); }
  .preview-search__button {
    color: var(--body-font-primary-color);
    font-weight: 700;
    padding: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: center; }

.quick-search {
  z-index: 10;
  position: relative; }

.quick-search-results {
  transition: 200ms 300ms ease-out;
  visibility: visible; }
  .quick-search-results .preview-search {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
    .quick-search-results .preview-search__overlay {
      opacity: 1;
      visibility: visible; }
  .quick-search-results.hidden {
    visibility: hidden; }
    .quick-search-results.hidden .preview-search {
      opacity: 0;
      visibility: hidden;
      transform: translateY(30px); }
      .quick-search-results.hidden .preview-search__overlay {
        opacity: 0;
        visibility: hidden; }

.kiyoh-widget {
  display: flex;
  align-items: center;
  font-size: .75rem;
  gap: 4px; }
  @media (min-width: 375px) {
    .kiyoh-widget {
      gap: 6px;
      font-size: 0.875rem; } }
  .kiyoh-widget__stars {
    position: relative;
    height: 18px;
    width: 89px; }
    @media (max-width: 575px) {
      .kiyoh-widget__stars {
        height: 14px;
        width: 69px; } }
    .kiyoh-widget__stars--empty, .kiyoh-widget__stars--full {
      background-color: var(--theme-tertiary-color);
      display: inline-flex;
      mask-repeat: repeat-x;
      mask-position: left;
      mask-size: 18px;
      height: 18px;
      position: absolute;
      left: 0; }
      @media (max-width: 575px) {
        .kiyoh-widget__stars--empty, .kiyoh-widget__stars--full {
          mask-size: 14px;
          height: 14px; } }
    .kiyoh-widget__stars--empty {
      mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMS44LDguOWMtLjQtLjUtLjktLjgtMS41LS45bC00LjMtLjYtMi0zLjljLS4yLS40LS42LS44LTEtMS0xLjEtLjUtMi41LDAtMywxbC0yLDMuOS00LjMuNmMtLjUsMC0xLC4zLTEuMy43LS45LjktLjgsMi4zLDAsMy4ybDMuMSwzLS43LDQuMmMwLC41LDAsMSwuMiwxLjQuNiwxLjEsMS45LDEuNSwzLDFsMy45LTIsMy45LDJjLjMuMi43LjMsMSwuM3MuMywwLC40LDBjMS4yLS4yLDItMS40LDEuOC0yLjZsLS43LTQuMiwzLjEtM2MuNC0uMy42LS44LjctMS4zLDAtLjYsMC0xLjItLjQtMS43Wk0yMC41LDEwLjhsLTMuNCwzLjNjLS4yLjItLjMuNC0uMi43bC44LDQuNmMwLC40LS4yLjgtLjYuOS0uMiwwLS4zLDAtLjUsMGwtNC4zLTIuMmMtLjEsMC0uMiwwLS4zLDBzLS4yLDAtLjMsMGwtNC4zLDIuMnMwLDAsMCwwYy0uNC4yLS44LDAtMS0uMywwLS4xLS4xLS4zLDAtLjVsLjgtNC42YzAtLjIsMC0uNS0uMi0uN2wtMy40LTMuM2MtLjMtLjMtLjMtLjgsMC0xLjEuMS0uMS4zLS4yLjQtLjJsNC43LS43Yy4yLDAsLjUtLjIuNi0uNGwyLjEtNC4zYy4yLS40LjYtLjUsMS0uMy4xLDAsLjMuMi4zLjNsMi4xLDQuM2MuMS4yLjMuNC42LjRsNC43LjdjLjIsMCwuNC4xLjUuMy4xLjIuMi40LjEuNiwwLC4yLS4xLjMtLjIuNFoiLz4KPC9zdmc+");
      width: 100%; }
    .kiyoh-widget__stars--full {
      mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBkPSJNMjEuOCw4LjljLTAuNC0wLjUtMC45LTAuOC0xLjUtMC45TDE2LDcuNGwtMi0zLjljLTAuMi0wLjQtMC42LTAuOC0xLTFjLTEuMS0wLjUtMi41LDAtMywxTDgsNy40TDMuNyw4CgljLTAuNSwwLTEsMC4zLTEuMywwLjdjLTAuOSwwLjktMC44LDIuMywwLDMuMmwzLjEsM2wtMC43LDQuMmMwLDAuNSwwLDEsMC4yLDEuNGMwLjYsMS4xLDEuOSwxLjUsMywxbDMuOS0ybDMuOSwyCgljMC4zLDAuMiwwLjcsMC4zLDEsMC4zczAuMywwLDAuNCwwYzEuMi0wLjIsMi0xLjQsMS44LTIuNkwxOC4zLDE1bDMuMS0zYzAuNC0wLjMsMC42LTAuOCwwLjctMS4zYzAtMC42LDAtMS4yLTAuNC0xLjdMMjEuOCw4Ljl6Ii8+Cjwvc3ZnPg=="); }

.dialog {
  display: flex;
  width: 100%;
  box-shadow: 0 5px 10px 0 rgba(var(--shadow-color), 0.1);
  background-color: var(--background-primary-color);
  border: none;
  border-radius: 8px;
  max-height: 90%;
  max-width: 90%;
  min-height: 240px;
  outline: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% 100vh;
  transition: translate 0.3s ease; }
  @media (min-width: 768px) {
    .dialog {
      width: 720px; } }
  .dialog--video {
    aspect-ratio: 9 / 6;
    overflow: initial;
    padding: 24px; }
  @media (min-width: 768px) {
    .dialog--small {
      width: 540px; } }
  .dialog--wide {
    width: 1476px; }
  .dialog--seamless {
    overflow: unset; }
    .dialog--seamless .dialog__body {
      padding: 0; }
  .dialog--white {
    background-color: #FFFFFF; }
  .dialog[open], .dialog.active {
    flex-direction: column;
    translate: -50% -50%;
    opacity: 1;
    pointer-events: auto; }
  .dialog__container {
    width: 100%;
    height: 100%; }
  .dialog__video {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: inherit; }
  .dialog__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .dialog__title {
    font-size: 1.5rem; }
  .dialog__close {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.625rem;
    border: 1px solid var(--button-default-border-color);
    border-radius: 8px;
    background-color: transparent; }
    .dialog__close--absolute {
      margin: 0;
      position: absolute;
      height: 2.5rem;
      width: 2.5rem;
      z-index: 10;
      background: var(--background-secondary-color);
      right: 5px;
      top: 5px;
      translate: 50% -50%;
      border-radius: 50%;
      border: 1px solid var(--hr-border-color); }
    .dialog__close--offset {
      position: absolute;
      right: 10px;
      top: 10px;
      translate: 50% -50%;
      background: #fff; }
  .dialog__icon {
    width: 1.25rem;
    height: 1.25rem; }
  .dialog__product {
    display: flex;
    gap: .5rem;
    align-items: center; }
  .dialog__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.25rem 1.25rem; }
    @media (min-width: 768px) {
      .dialog__body {
        padding: 2.25rem 2.25rem; } }
    .dialog__body #intelliprove-iframe {
      height: calc(100vh - 60px);
      max-height: 900px; }
    .dialog__body:has(iframe:not([src])) {
      min-height: 200px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .dialog__body:has(iframe:not([src])) iframe {
        display: none; }
      .dialog__body:has(iframe:not([src]))::before {
        content: "";
        width: 48px;
        height: 48px;
        border: 5px solid var(--hr-border-color);
        border-bottom-color: transparent;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        animation: rotation 1s linear infinite; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .dialog__form {
    border: none;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .dialog__actions {
    display: grid;
    gap: 8px 16px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--hr-border-color); }
    @media (min-width: 576px) {
      .dialog__actions {
        grid-template-columns: 1fr 1fr; } }

.dialog__review {
  width: 100%; }
  @media (min-width: 768px) {
    .dialog__review {
      width: 900px; } }
  .dialog__review .dialog__body {
    width: 100%; }
    @media (min-width: 768px) {
      .dialog__review .dialog__body {
        width: 900px; } }

.dialog .review__img {
  display: flex;
  aspect-ratio: 1 / 1;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .dialog .review__img {
      margin-bottom: 48px; } }
  .dialog .review__img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center; }

.dialog .review__img-title {
  font-weight: 400;
  margin-bottom: 24px; }

.review-form {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .review-form .button {
    align-self: start; }

.dialog__add-to-cart {
  width: 100%; }
  @media (min-width: 768px) {
    .dialog__add-to-cart {
      width: 720px; } }
  .dialog__add-to-cart .dialog__body {
    width: 100%; }
    @media (min-width: 768px) {
      .dialog__add-to-cart .dialog__body {
        width: 720px; } }

.cart-preview {
  padding: 0; }
  .cart-preview__overview {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .cart-preview__overview {
        grid-template-columns: 160px auto;
        margin-bottom: 32px; } }
  .cart-preview__image-wrapper {
    aspect-ratio: 1 / 1;
    margin: 0;
    overflow: hidden; }
    @media (max-width: 767px) {
      .cart-preview__image-wrapper {
        display: none; } }
  .cart-preview__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }
  .cart-preview__details {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .cart-preview__title {
    font-size: 1.5rem; }
  .cart-preview__product-wrapper {
    position: relative;
    padding-left: 28px; }
  .cart-preview__quantity {
    position: absolute;
    left: 0;
    top: 0; }
  .cart-preview__product {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .cart-preview__name, .cart-preview__quantity {
    font-size: 1.125rem; }
  .cart-preview__options {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 16px;
    row-gap: 8px;
    color: var(--body-font-primary-color); }
    @media (min-width: 576px) {
      .cart-preview__options {
        grid-template-columns: repeat(2, 1fr); } }
  .cart-preview__data {
    display: flex;
    flex-direction: column; }
  .cart-preview__data-key {
    font-weight: 600; }
  .cart-preview__summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px 0 24px 0; }
    @media (min-width: 576px) {
      .cart-preview__summary {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin: 16px 0; } }
  .cart-preview__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding-top: 24px;
    border-top: 1px solid var(--hr-border-color); }
  .cart-preview__button {
    margin: 0;
    width: calc(50% - 4px); }
    @media (max-width: 767px) {
      .cart-preview__button {
        width: 100%; } }
  .cart-preview__link {
    padding: 8px 0;
    color: var(--body-font-primary-color);
    width: calc(50% - 4px); }
    @media (max-width: 767px) {
      .cart-preview__link {
        width: 100%; } }

.dialog__configure {
  width: 100%;
  overflow: visible; }
  @media (min-width: 768px) {
    .dialog__configure {
      width: 720px; } }
  .dialog__configure .dialog__body {
    width: 100%;
    overflow: visible; }
    @media (min-width: 768px) {
      .dialog__configure .dialog__body {
        width: 720px; } }

.edit-form {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .edit-form .button {
    align-self: start; }

.dialog__extras {
  width: 100%;
  overflow: visible; }
  @media (min-width: 768px) {
    .dialog__extras {
      width: 720px; } }
  .dialog__extras .dialog__body {
    width: 100%;
    overflow: visible; }
    @media (min-width: 768px) {
      .dialog__extras .dialog__body {
        width: 720px; } }

.edit-form {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .edit-form .button {
    align-self: start; }

.dialog__quickview {
  width: 100%; }
  @media (min-width: 768px) {
    .dialog__quickview {
      width: 1280px; } }
  .dialog__quickview .dialog__body {
    width: 100%; }
    @media (min-width: 768px) {
      .dialog__quickview .dialog__body {
        width: 1280px; } }

.dialog .product-view {
  padding: 0 48px 48px 48px; }

#storelocatorwidget {
  width: 100%;
  padding: 32px;
  border-radius: var(--border-radius-medium);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin: 64px 0;
  font-family: var(--body-font), sans-serif !important; }
  @media (max-width: 575px) {
    #storelocatorwidget {
      position: relative;
      left: 50%;
      width: 100vw !important;
      transform: translateX(-50%);
      box-shadow: none;
      padding: 24px 16px;
      margin: 0;
      border-radius: 0; } }
  #storelocatorwidget .storelocator-btn,
  #storelocatorwidget .storelocator-btn:hover,
  #storelocatorwidget .storelocator-btn:focus {
    font: normal var(--button-font-weight) calc(var(--button-default-font-size) / var(--body-font-size) * 1rem)/1.5em var(--button-font), sans-serif;
    padding: 8px 24px;
    border: 1px solid var(--button-default-border-color);
    border-radius: var(--button-border-radius);
    transition: all .2s ease-in-out;
    background-image: none !important;
    background-color: var(--button-primary-background-color) !important;
    border-color: var(--button-primary-border-color) !important;
    color: var(--button-primary-font-color) !important;
    font-size: calc(var(--button-primary-font-size) / var(--body-font-size) * 1rem) !important;
    align-self: start;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 0 !important;
    height: unset;
    box-shadow: none !important; }
    #storelocatorwidget .storelocator-btn + .storelocator-btn,
    #storelocatorwidget .storelocator-btn:hover + .storelocator-btn,
    #storelocatorwidget .storelocator-btn:focus + .storelocator-btn {
      border: 1px solid var(--button-default-border-color) !important;
      background-color: var(--button-outlined-background-color) !important;
      color: var(--button-outlined-font-color) !important;
      border-color: var(--button-outlined-border-color) !important; }
  #storelocatorwidget select,
  #storelocatorwidget input[type="text"] {
    background-color: var(--form-field-background-color);
    border-radius: var(--form-field-border-radius);
    width: 100% !important;
    min-height: 46px;
    padding: 0 16px; }
    #storelocatorwidget select:focus,
    #storelocatorwidget input[type="text"]:focus {
      box-shadow: none; }
  #storelocatorwidget .storelocator-store {
    border-radius: var(--border-radius-medium); }
    #storelocatorwidget .storelocator-store .storelocator-storename {
      font-family: var(--heading-font), sans-serif !important;
      color: var(--heading-font-primary-color) !important; }
  #storelocatorwidget .storelocator-phone a {
    color: var(--body-font-primary-color) !important; }
  @media (max-width: 600px) {
    #storelocatorwidget #storelocator-search-radius,
    #storelocatorwidget #storelocator-nearby {
      margin-left: 0;
      margin-top: 8px !important; } }
  #storelocatorwidget .storelocator-btn-group-justified {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px; }
    #storelocatorwidget .storelocator-btn-group-justified > * {
      flex-grow: 1;
      height: 100% !important; }

#intelliprove-dashboard {
  --header-height: 224px;
  width: 100%;
  min-height: calc(100dvh - var(--header-height));
  border: none;
  border-radius: var(--border-radius-medium);
  overflow-x: hidden;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  position: relative; }
  @media (min-width: 768px) {
    #intelliprove-dashboard {
      --header-height: 169px; } }
  @media (min-width: 1024px) {
    #intelliprove-dashboard {
      --header-height: 185px; } }
  @media (min-width: 1280px) {
    #intelliprove-dashboard {
      --header-height: 253px; } }
  #intelliprove-dashboard[src=""] {
    display: none; }

.healthcheck-results__heading {
  margin-bottom: .5em; }

.healthcheck-results__text {
  line-height: 1.5em; }
  .healthcheck-results__text--small {
    font-size: .75rem; }
  .healthcheck-results__text:not(.healthcheck-results__text--small) {
    background: var(--background-secondary-color);
    border-radius: 10px;
    padding: 8px 16px; }

.healthcheck-results__section + .healthcheck-results__section {
  margin-top: 32px; }

.healthcheck-results__list {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-template-columns: 1fr 1fr;
  gap: 16px; }
  .healthcheck-results__list-item {
    background-color: var(--background-tertiary-color);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.15);
    padding: 16px; }

[data-type="health-check-form"] {
  background: var(--background-tertiary-color);
  border-radius: var(--border-radius-medium);
  border: 1px solid var(--hr-border-color-lightest);
  padding: 20px; }
  @media (min-width: 768px) {
    [data-type="health-check-form"] {
      padding: 40px; } }
  [data-type="health-check-form"] .form-actions {
    text-align: left; }

main:has([data-type="health-check-form"]) {
  max-width: 800px;
  margin-inline: auto; }
  main:has([data-type="health-check-form"]) h1 {
    margin-bottom: .5em; }

#consent-manager#consent-manager .css-10z1g2q {
  width: 800px;
  max-width: calc(100% - 24px);
  margin: 0 auto 16px auto;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5em;
  border-radius: 8px;
  border: 1px solid var(--body-font-primary-color);
  color: var(--body-font-primary-color);
  background-color: var(--background-primary-color);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15); }
  #consent-manager#consent-manager .css-10z1g2q div:first-of-type {
    margin: 0 !important; }
  #consent-manager#consent-manager .css-10z1g2q div .css-bhz559 {
    font-size: inherit; }
  #consent-manager#consent-manager .css-10z1g2q div .css-1wn42nw {
    margin-top: 8px; }
    @media (max-width: 575px) {
      #consent-manager#consent-manager .css-10z1g2q div .css-1wn42nw {
        flex-direction: column;
        width: 100%; }
        #consent-manager#consent-manager .css-10z1g2q div .css-1wn42nw button {
          margin-left: 0; } }

#consent-manager button:not([title="Cancel"]),
[data-consent-manager-dialog] button:not([title="Cancel"]) {
  background: unset;
  height: unset;
  color: unset;
  text-align: unset;
  text-decoration: unset;
  user-select: unset;
  vertical-align: unset;
  white-space: unset;
  align-items: unset;
  appearance: unset;
  border-radius: unset;
  cursor: unset;
  display: unset;
  flex: unset;
  font-size: unset;
  padding-left: unset;
  padding-right: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  font: normal var(--button-font-weight) calc(var(--button-default-font-size) / var(--body-font-size) * 1rem)/1.5em var(--button-font), sans-serif;
  padding: 12px 24px;
  background-color: var(--button-default-background-color);
  color: var(--button-default-font-color);
  border: 1px solid var(--button-default-border-color);
  border-radius: var(--button-border-radius, 4px);
  margin-bottom: 0;
  text-align: center;
  transition: background-color .2s ease-in-out;
  margin-top: 8px; }
  @media (max-width: 575px) {
    #consent-manager button:not([title="Cancel"]),
    [data-consent-manager-dialog] button:not([title="Cancel"]) {
      width: 100%; } }
  #consent-manager button:not([title="Cancel"]).css-1k76mzs,
  [data-consent-manager-dialog] button:not([title="Cancel"]).css-1k76mzs {
    margin: 8px 0 0 0; }
  #consent-manager button:not([title="Cancel"]).css-1k76mzs, #consent-manager button:not([title="Cancel"]).css-a0j149, #consent-manager button:not([title="Cancel"]).css-1zvabp,
  [data-consent-manager-dialog] button:not([title="Cancel"]).css-1k76mzs,
  [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149,
  [data-consent-manager-dialog] button:not([title="Cancel"]).css-1zvabp {
    font-size: calc(var(--button-outlined-font-size-mobile) / var(--body-font-size) * 1rem);
    background-color: var(--button-outlined-background-color);
    border-color: var(--button-outlined-border-color);
    color: var(--button-outlined-font-color); }
    #consent-manager button:not([title="Cancel"]).css-1k76mzs *, #consent-manager button:not([title="Cancel"]).css-a0j149 *, #consent-manager button:not([title="Cancel"]).css-1zvabp *,
    [data-consent-manager-dialog] button:not([title="Cancel"]).css-1k76mzs *,
    [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149 *,
    [data-consent-manager-dialog] button:not([title="Cancel"]).css-1zvabp * {
      fill: var(--button-outlined-font-color); }
    #consent-manager button:not([title="Cancel"]).css-1k76mzs:hover, #consent-manager button:not([title="Cancel"]).css-1k76mzs:focus, #consent-manager button:not([title="Cancel"]).css-a0j149:hover, #consent-manager button:not([title="Cancel"]).css-a0j149:focus, #consent-manager button:not([title="Cancel"]).css-1zvabp:hover, #consent-manager button:not([title="Cancel"]).css-1zvabp:focus,
    [data-consent-manager-dialog] button:not([title="Cancel"]).css-1k76mzs:hover,
    [data-consent-manager-dialog] button:not([title="Cancel"]).css-1k76mzs:focus,
    [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149:hover,
    [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149:focus,
    [data-consent-manager-dialog] button:not([title="Cancel"]).css-1zvabp:hover,
    [data-consent-manager-dialog] button:not([title="Cancel"]).css-1zvabp:focus {
      background-color: var(--button-outlined-background-hover-color);
      border-color: var(--button-outlined-border-hover-color);
      color: var(--button-outlined-font-hover-color); }
      #consent-manager button:not([title="Cancel"]).css-1k76mzs:hover *, #consent-manager button:not([title="Cancel"]).css-1k76mzs:focus *, #consent-manager button:not([title="Cancel"]).css-a0j149:hover *, #consent-manager button:not([title="Cancel"]).css-a0j149:focus *, #consent-manager button:not([title="Cancel"]).css-1zvabp:hover *, #consent-manager button:not([title="Cancel"]).css-1zvabp:focus *,
      [data-consent-manager-dialog] button:not([title="Cancel"]).css-1k76mzs:hover *,
      [data-consent-manager-dialog] button:not([title="Cancel"]).css-1k76mzs:focus *,
      [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149:hover *,
      [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149:focus *,
      [data-consent-manager-dialog] button:not([title="Cancel"]).css-1zvabp:hover *,
      [data-consent-manager-dialog] button:not([title="Cancel"]).css-1zvabp:focus * {
        fill: var(--button-outlined-font-hover-color); }
  #consent-manager button:not([title="Cancel"]).css-a0j149:last-of-type,
  [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149:last-of-type {
    font-size: calc(var(--button-primary-font-size-mobile) / var(--body-font-size) * 1rem);
    background-color: var(--button-primary-background-color);
    border-color: var(--button-primary-border-color);
    color: var(--button-primary-font-color); }
    @media (min-width: 1024px) {
      #consent-manager button:not([title="Cancel"]).css-a0j149:last-of-type,
      [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149:last-of-type {
        font-size: calc(var(--button-primary-font-size) / var(--body-font-size) * 1rem); } }
    #consent-manager button:not([title="Cancel"]).css-a0j149:last-of-type *,
    [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149:last-of-type * {
      fill: var(--button-primary-font-color); }
    #consent-manager button:not([title="Cancel"]).css-a0j149:last-of-type:hover, #consent-manager button:not([title="Cancel"]).css-a0j149:last-of-type:focus,
    [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149:last-of-type:hover,
    [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149:last-of-type:focus {
      background-color: var(--button-primary-background-hover-color);
      border-color: var(--button-primary-border-hover-color);
      color: var(--button-primary-font-hover-color); }
      #consent-manager button:not([title="Cancel"]).css-a0j149:last-of-type:hover *, #consent-manager button:not([title="Cancel"]).css-a0j149:last-of-type:focus *,
      [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149:last-of-type:hover *,
      [data-consent-manager-dialog] button:not([title="Cancel"]).css-a0j149:last-of-type:focus * {
        fill: var(--button-primary-font-hover-color); }

[data-consent-manager-dialog] input[type="radio"] {
  border: initial;
  clip: unset;
  height: initial;
  overflow: unset;
  padding: initial;
  position: initial;
  width: unset; }

#consent-manager-update-banner {
  display: none; }

.footer {
  background-color: var(--button-default-background-color);
  margin-top: auto;
  padding-top: 6.25vw;
  overflow: hidden;
  position: relative; }
  .footer:before {
    content: '';
    background-color: var(--background-secondary-color);
    border-radius: 100%;
    width: 116.66vw;
    aspect-ratio: 5 / 1;
    position: absolute;
    bottom: calc(100% - 6.25vw);
    left: -8.33vw;
    z-index: 5; }
    .body--cart + .footer:before {
      background-color: var(--background-primary-color); }
  .footer__screen-reader-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden; }
  .footer__top {
    background-color: var(--button-default-background-color);
    color: var(--body-font-tertiary-color);
    font-size: 0.875rem;
    padding: 32px 0; }
    @media (min-width: 768px) {
      .footer__top {
        padding: 64px 0; } }
  .footer__top-link {
    color: var(--body-font-tertiary-color);
    text-decoration: underline; }
  .footer__logo {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px; }
  .footer__contact-list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .footer__contact-item {
    display: flex;
    align-items: center;
    gap: 10px; }
    .footer__contact-item svg * {
      fill: var(--body-font-tertiary-color); }
  .footer__contact-link {
    color: var(--body-font-tertiary-color); }
    .footer__contact-link:hover {
      color: var(--body-font-tertiary-color);
      text-decoration: underline; }
  .footer__social {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    gap: 8px;
    margin-top: 32px; }
    .footer__social svg * {
      fill: var(--body-font-tertiary-color); }
  .footer__social-link {
    background-color: var(--theme-tertiary-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px; }
  .footer__label-text {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 16px; }
    @media (max-width: 1023px) {
      .footer__label-text {
        margin-top: 30px; } }
  .footer__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: fit-content;
    overflow: hidden; }
  .footer__list-link {
    color: var(--body-font-primary-color); }
  .footer__bottom {
    background-color: var(--background-tertiary-color);
    color: var(--body-font-primary-color);
    font-size: 0.875rem;
    padding: 18px 0;
    position: relative;
    z-index: 5; }
    @media (max-width: 1023px) {
      .footer__bottom .col {
        text-align: center; } }
    @media (min-width: 1024px) {
      .footer__bottom .col {
        display: flex;
        justify-content: center; } }
    @media (max-width: 1023px) {
      .footer__bottom .footer-menu__list {
        justify-content: center;
        flex-wrap: wrap; } }
    .footer__bottom .footer-menu__link {
      color: var(--body-font-primary-color);
      font-size: 0.875rem;
      padding: 4px 0; }
      .footer__bottom .footer-menu__link:hover {
        color: var(--body-font-primary-color);
        text-decoration: underline; }
  .footer__bottom-list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-self: center;
    justify-content: center;
    gap: 8px 24px;
    margin-top: 16px; }
    @media (min-width: 768px) {
      .footer__bottom-list {
        align-self: end;
        margin-top: 0; } }
  .footer__bottom-link {
    color: var(--body-font-white-color);
    text-decoration: none; }
  .footer__address {
    font-style: normal; }
  .footer__pill {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
    @media (max-width: 1023px) {
      .footer__pill {
        display: none; } }
    @media screen and (max-width: 1924px) {
      .footer__pill {
        left: calc(((100vw - 1400px) / 2) - 20%); } }
    .footer__pill span {
      border: 1px solid var(--theme-tertiary-color);
      border-radius: 112px;
      height: 322px;
      width: 224px;
      margin: -25px 0; }

.widget-footer-menu,
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  @media (max-width: 1023px) {
    .widget-footer-menu,
    .footer-menu {
      padding-top: 32px; } }
  .widget-footer-menu__title,
  .footer-menu__title {
    color: var(--body-font-tertiary-color);
    font-size: 1.25rem;
    margin-bottom: 8px; }
  .widget-footer-menu__list,
  .footer-menu__list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .widget-footer-menu__list--horizontal,
    .footer-menu__list--horizontal {
      flex-direction: row;
      justify-content: start;
      gap: 16px;
      color: var(--body-font-white-color); }
  .widget-footer-menu__list-item,
  .footer-menu__list-item {
    white-space: nowrap; }
  .widget-footer-menu__link,
  .footer-menu__link {
    color: var(--body-font-tertiary-color);
    font-size: 0.875rem;
    padding: 4px 0; }
    .widget-footer-menu__link:hover,
    .footer-menu__link:hover {
      color: var(--body-font-tertiary-color);
      text-decoration: underline; }

.footer-logo {
  display: flex;
  gap: 32px;
  padding: 16px 0; }

.footer-payment {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 16px; }
  @media (max-width: 1023px) {
    .footer-payment {
      justify-content: center;
      padding-top: 32px; } }
  .footer-payment__item {
    display: inline-flex;
    align-items: center; }
    .footer-payment__item svg {
      width: 2.5rem;
      height: 1.5rem; }

.body--login + .footer:before, .body--search + .footer:before, .body[class*=password] + .footer:before, .body[class*=account] + .footer:before, .body[class*=wishlist] + .footer:before, .body:has(.content-page--light) + .footer:before, .body:has(#pay-order-confirmation-full) + .footer:before {
  background-color: var(--background-primary-color); }

.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .footer-newsletter__title {
    color: var(--body-font-tertiary-color);
    font-size: 1.25rem;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .footer-newsletter__title {
        margin-top: 32px; } }
  .footer-newsletter__form {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .footer-newsletter__form .form-input {
      background-color: var(--background-tertiary-color);
      border-radius: 24px; }
  .footer-newsletter__button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    padding: 12px 20px;
    display: inline-flex;
    width: auto; }
    .footer-newsletter__button svg * {
      fill: var(--body-font-primary-color); }
  .footer-newsletter__form-field {
    position: relative; }

.account-navigation {
  width: 100%; }
  .account-navigation__menu {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column; }
  .account-navigation__item {
    position: relative;
    padding: 0 16px;
    border-top: 1px solid var(--border-primary-rgba);
    transition: background-color .2s ease-in-out;
    cursor: pointer; }
    .account-navigation__item:has([aria-current='page'])::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 100%;
      background-color: var(--theme-tertiary-color); }
    .account-navigation__item:has([aria-current='page']) .account-navigation__link {
      font-weight: 600; }
    .account-navigation__item:hover {
      background-color: var(--background-secondary-color); }
  .account-navigation__link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    font-size: 1rem;
    color: var(--body-font-primary-color); }
    .account-navigation .account-navigation__link:focus {
      outline-offset: 0 !important; }
    @media (min-width: 1024px) {
      .account-navigation__link {
        padding: 16px 0; } }

.page-heading {
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .page-heading:not(.page-heading--no-pt) {
      padding-top: 48px; } }
  .page-heading__wrapper {
    position: relative;
    display: flex; }
  .page-heading__back {
    display: inline-flex;
    align-items: center;
    color: var(--body-font-secondary-color); }
    .page-heading__back .icon {
      width: 1.125rem;
      height: 1.125rem;
      fill: currentColor; }
  .page-heading__title {
    font-weight: 400;
    margin-bottom: 8px; }
    @media (min-width: 1024px) {
      .page-heading__title {
        margin-bottom: 16px; } }
  .page-heading__image-container {
    aspect-ratio: 3 / 1;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 0 0 24px 0; }
    @media (min-width: 1280px) {
      .page-heading__image-container {
        aspect-ratio: unset;
        height: 300px;
        margin: 0; } }
  .page-heading__picture {
    display: block;
    width: 100%;
    height: 100%; }
  .page-heading__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .page-heading__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px; }
  .page-heading__button {
    margin-top: 16px; }
  .page-heading__logo {
    border: 2px solid var(--background-primary-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    position: absolute;
    right: 16px;
    top: 16px; }
    .page-heading__logo img {
      max-width: 50px;
      max-height: 50px; }
  .page-heading__share-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px; }
    @media (min-width: 768px) {
      .page-heading__share-container {
        align-items: center;
        flex-direction: row; } }
  .page-heading__input {
    max-width: 100%;
    width: 100%;
    padding-right: 0 !important; }
    @media (min-width: 768px) {
      .page-heading__input {
        max-width: 300px; } }
  .page-heading__hr {
    margin-bottom: 8px; }
  .page-heading--parent .page-heading__wrapper, .page-heading--account .page-heading__wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    gap: 16px; }
    @media (min-width: 1280px) {
      .page-heading--parent .page-heading__wrapper, .page-heading--account .page-heading__wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 0; } }
    @media (min-width: 1024px) {
      .page-heading--parent .page-heading__wrapper, .page-heading--account .page-heading__wrapper {
        gap: 32px; } }
  @media (min-width: 1280px) {
    .page-heading--parent .page-heading__info, .page-heading--account .page-heading__info {
      position: absolute;
      width: 40%;
      left: 0;
      z-index: 1; } }
  @media (min-width: 1280px) {
    .page-heading--parent .page-heading__title, .page-heading--account .page-heading__title {
      margin-bottom: 24px; } }
  .page-heading--parent .page-heading__image-container, .page-heading--account .page-heading__image-container {
    position: relative;
    width: 100%;
    height: 120px;
    margin: 0;
    border-radius: 8px;
    background-color: var(--background-secondary-color);
    overflow: hidden; }
    @media (min-width: 1280px) {
      .page-heading--parent .page-heading__image-container, .page-heading--account .page-heading__image-container {
        width: 70%; } }
    @media (min-width: 576px) and (max-width: 1023px) {
      .page-heading--parent .page-heading__image-container, .page-heading--account .page-heading__image-container {
        height: unset;
        aspect-ratio: 4 / 1; } }
    .page-heading--parent .page-heading__image-container:before, .page-heading--account .page-heading__image-container:before {
      content: '';
      position: absolute;
      display: block;
      width: 50%;
      height: 100%;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }
  .page-heading--parent .page-heading__image, .page-heading--account .page-heading__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  @media (min-width: 1024px) {
    .page-heading--parent .page-heading__image-container {
      height: 300px; } }
  @media (min-width: 1024px) {
    .page-heading--account .page-heading__image-container {
      height: 200px; } }

.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px; }
  .pagination__list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    gap: 8px; }
  .pagination__item {
    cursor: pointer;
    font-size: 1rem;
    background-color: var(--background-tertiary-color);
    border: 1px solid var(--theme-tertiary-color);
    border-radius: 25px; }
    .pagination__item a {
      color: var(--body-font-primary-color); }
    .pagination__item:hover {
      background-color: var(--background-secondary-color);
      border: 1px solid var(--theme-tertiary-color); }
      .pagination__item:hover a {
        color: var(--body-font-primary-color); }
    .pagination__item--prev .icon, .pagination__item--next .icon {
      margin-top: 2px;
      height: 1rem;
      width: 1rem; }
      .pagination__item--prev .icon *, .pagination__item--next .icon * {
        fill: var(--body-font-primary-color); }
    .pagination__item--prev:has(+ .pagination__item--current) {
      opacity: .5; }
      .pagination__item--prev:has(+ .pagination__item--current):hover {
        color: var(--button-default-font-color);
        background-color: var(--button-default-background-color);
        border: 1px solid var(--button-default-border-color); }
    .pagination__item--current {
      cursor: default;
      background-color: var(--theme-secondary-color);
      border: 1px solid var(--theme-secondary-color); }
      .pagination__item--current:has(+ .pagination__item--next) + .pagination__item--next {
        opacity: .5; }
        .pagination__item--current:has(+ .pagination__item--next) + .pagination__item--next:hover {
          color: var(--button-default-font-color);
          background-color: var(--button-default-background-color);
          border: 1px solid var(--button-default-border-color); }
      .pagination__item--current a {
        color: var(--body-font-tertiary-color); }
      .pagination__item--current:hover {
        background-color: var(--theme-secondary-color);
        border: 1px solid var(--theme-secondary-color); }
        .pagination__item--current:hover a {
          color: var(--body-font-tertiary-color); }
  .pagination__link {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    color: inherit; }

.topic-selector {
  display: flex;
  gap: 12px; }
  @media (max-width: 1023px) {
    .topic-selector {
      flex-direction: column;
      row-gap: 0; }
      .topic-selector .topic-selector__list {
        overflow-y: hidden;
        overflow-x: auto;
        margin-inline: -32px;
        padding-inline: 32px;
        width: unset !important; } }
  .topic-selector__list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 0; }
    @media (min-width: 1024px) {
      .topic-selector__list {
        flex-wrap: wrap; } }
  .topic-selector__item {
    display: flex; }
    .topic-selector__item [aria-selected="true"].topic-selector__button {
      background-color: var(--theme-secondary-color);
      color: var(--body-font-tertiary-color); }
    .topic-selector__item [aria-selected="true"].topic-selector__count {
      background-color: var(--background-primary-color); }
  .topic-selector__button {
    background-color: var(--background-tertiary-color);
    border: 1px solid var(--button-default-border-color);
    border-radius: 25px;
    color: var(--body-font-primary-color);
    font-size: 1rem;
    font-weight: 400;
    padding: 4px 12px;
    text-transform: uppercase;
    width: max-content;
    white-space: nowrap; }
  .topic-selector__skeleton {
    position: relative;
    overflow: hidden;
    background-color: var(--hr-border-color, #E0E0E0);
    border: 1px solid var(--button-default-border-color);
    border-radius: 25px;
    height: 38px;
    width: 100px; }
    .topic-selector__skeleton::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: translateX(-100%);
      background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
      animation: shimmer 5s infinite; }
    @media (max-width: 1023px) {
      .topic-selector__skeleton:nth-child(3), .topic-selector__skeleton:nth-child(4) {
        display: none; } }

@keyframes shimmer {
  100% {
    transform: translateX(100%); } }
  .topic-selector__title {
    font-weight: 600;
    align-self: start;
    line-height: 38px;
    margin-top: 8px; }

.page-navigation {
  width: 100%; }
  .page-navigation__title {
    font-size: calc(var(--h5-font-size-mobile) / var(--body-font-size) * 1rem);
    display: block;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .page-navigation__title {
        font-size: calc(var(--h5-font-size) / var(--body-font-size) * 1rem); } }
  .page-navigation__wrapper {
    width: 100%; }
  .page-navigation__menu {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--hr-border-color-light); }
  .page-navigation__item {
    position: relative;
    padding: 0 16px;
    border-bottom: 1px solid var(--hr-border-color-light);
    cursor: pointer;
    transition: background-color .3s ease-in-out; }
    .page-navigation__item[aria-current="page"]::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 100%;
      background-color: var(--theme-tertiary-color); }
    .page-navigation__item[aria-current="page"] .page-navigation__link {
      font-weight: 600; }
    .page-navigation__item:hover {
      background-color: var(--background-secondary-color); }
  .page-navigation__link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    font-size: var(--body-font-size);
    color: var(--body-font-primary-color); }
    .page-navigation__link:hover {
      color: inherit; }

.contact-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  height: auto;
  padding: 32px 24px;
  background-color: var(--background-tertiary-color);
  border: 1px solid var(--background-secondary-color);
  border-radius: var(--border-radius-large); }
  @media (min-width: 576px) {
    .contact-banner {
      padding: 32px; } }
  .contact-banner__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%; }
    @media (min-width: 768px) {
      .contact-banner__info {
        flex-direction: row;
        align-items: center;
        gap: 24px;
        width: auto; } }
  .contact-banner__image-container {
    position: relative;
    display: flex; }
  .contact-banner__avatar {
    display: inline-block;
    width: 48px;
    aspect-ratio: 1 / 1;
    background-color: var(--background-secondary-color);
    border: 2px solid var(--background-tertiary-color);
    border-radius: 42rem;
    margin-left: -8px;
    overflow: hidden; }
    .contact-banner__avatar:first-of-type {
      margin-left: 0; }
  .contact-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .contact-banner__status {
    position: absolute;
    display: none;
    right: -4px;
    top: -4px;
    width: 20px;
    aspect-ratio: 1 / 1;
    border: 2px solid var(--background-tertiary-color);
    border-radius: var(--border-radius-large); }
    .contact-banner__status--available {
      display: inline-block;
      background-color: var(--status-success-color); }
  .contact-banner__text {
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .contact-banner__title, .contact-banner__description {
    text-align: left;
    margin: 0; }
  .contact-banner__controls {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%; }
    @media (min-width: 768px) {
      .contact-banner__controls {
        justify-content: flex-end;
        width: auto; } }
    @media (min-width: 576px) {
      .contact-banner__controls {
        flex-direction: row;
        align-items: center;
        gap: 16px; } }

.kortingsdop-form .form-input__input {
  width: 300px; }

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 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='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 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 #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.product-view .slick-dots {
  position: relative; }

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.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: 0; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

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

.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;
  outline: none;
  position: absolute; }

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

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.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; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.75rem; } }

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

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

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

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

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

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.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; }

.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: #143a2c;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  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-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

.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 !important;
    padding: 0; } }

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

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

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

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

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

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

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 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-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: 85rem;
  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: "Parabolica", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.75rem; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 13px;
  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: 13px; }

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

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

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

@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-option {
  border: 1px solid #8f8f8f;
  color: #143a2c;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.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-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: 500px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }

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

.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;
    outline: revert; }
  .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: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.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: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.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 #333333; } }
    .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 {
  margin: 0; }
  .actionBar .form-field {
    margin: 0; }

.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(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.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: #333333;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

.navUser-action--currencySelector + .dropdown-menu::after,
.navUser-action--channelSelector + .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: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .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; }

.navUser-or {
  color: #333333;
  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: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .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--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; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 85rem;
      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 {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85rem;
        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: #333333;
  display: block;
  font-size: 15px;
  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-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.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: 0.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        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-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.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 > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.125rem; } }

.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; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .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 {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .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: 0;
  min-width: 100%;
  width: 1px; }
  @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: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

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

.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 {
  position: relative; }
  .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; } }
    .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 {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

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

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

.return-itemPrice {
  color: #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; }

.product-view-images {
  margin-bottom: 3rem; }

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

.product-view-img-container {
  margin: auto;
  max-width: 707px;
  position: relative;
  width: 100%; }
  .product-view-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .product-view-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%; }

.product-view-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .product-view-thumbnails ul,
  .product-view-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .product-view-thumbnails:before, .product-view-thumbnails:after {
    content: " ";
    display: table; }
  .product-view-thumbnails:after {
    clear: both; }
  .product-view-thumbnails[data-slick] {
    opacity: 0; }
    .product-view-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .product-view-thumbnails .slick-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .product-view-thumbnails .slick-next {
    right: 0; }
  .product-view-thumbnails .slick-prev {
    left: 0; }
  .product-view-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; }

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

.product-view-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%; }
  .product-view-thumbnail-link:hover, .product-view-thumbnail-link.is-active {
    border-color: #333333; }

.product-view-details {
  padding-bottom: 2rem; }

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

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

.product-view-title {
  font-size: 20px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 801px) {
    .product-view-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .product-view-title {
      font-size: 28px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.shareProduct {
  text-align: center; }

.product-view-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .product-view-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: "Parabolica", Arial, Helvetica, sans-serif;
  font-size: 15px;
  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;
  z-index: 500; }

.blocker-container {
  position: relative; }

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

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

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

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

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

.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: 13px;
  font-weight: 400; }

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85rem;
  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-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

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

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

.reset-filters {
  display: none; }

.banners {
  color: var(--body-font-primary-color);
  text-align: center;
  display: flex;
  flex-direction: column; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    text-decoration: underline; }

.banner {
  padding: 12px 24px; }
  .banner[data-text-color='light'] {
    color: var(--body-font-white-color); }
  .banner__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; }
    @media (max-width: 1023px) {
      .banner__item {
        font-size: 0.875rem;
        line-height: 20px; } }
    @media (max-width: 1023px) {
      .banner__item svg {
        display: none; } }
    .banner__item svg * {
      fill: var(--body-font-primary-color); }

.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 {
        content: " ";
        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: 100px; }
  @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: #333333;
  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: 15px;
  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: #333333; }

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

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 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-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .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: "Parabolica", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.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 .button {
  margin: 0 0 0 2%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 20%; }

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

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 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--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; }

.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: 85rem;
  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: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85rem;
  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; }

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

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

.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 {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .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: 15px; }

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

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

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

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

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

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

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

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 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: 85rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .product-view {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .product-view-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .product-view-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .product-view-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .product-view-title {
    margin-top: 0; }

.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: 28px;
  font-weight: bold;
  text-align: center; }

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

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

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

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

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

.login-row {
  margin: 0 auto;
  max-width: 85rem;
  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: 15px; }

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

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

#search-results-heading h1 {
  font-size: 2rem; }

.search-nav {
  position: relative; }
  .search-nav.navBar--sub {
    margin-bottom: 2rem; }
  .search-nav__list {
    border-bottom: 1px solid var(--hr-border-color-lightest);
    display: flex;
    justify-content: start;
    gap: 10px;
    padding: 16px 0 !important; }
    .search-nav__list:before, .search-nav__list:after {
      display: none; }
  .search-nav__item.navBar-item {
    margin: 0; }
  .search-nav__tab.navBar-action {
    border: 1px solid var(--button-default-border-color);
    color: var(--button-primary-font-color);
    border-radius: 48px;
    display: block;
    font-weight: 700;
    padding: 10px 16px; }
    .search-nav__tab.navBar-action.active {
      background-color: var(--button-default-background-color);
      color: var(--button-default-font-color); }

.search__tab-panel .actionBar {
  display: flex;
  justify-content: end;
  padding-bottom: 24px; }

.search__tab-panel > ul {
  margin-left: 0; }
  .search__tab-panel > ul > strong {
    padding-right: 8px; }
    .search__tab-panel > ul > strong a {
      font-size: 1.5rem;
      text-decoration: underline; }
  .search__tab-panel > ul > p {
    padding-top: 12px;
    max-width: 1280px; }

.search__container {
  padding-bottom: 48px; }

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

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

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

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

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

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

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

.account-product-figure {
  float: left;
  margin-right: 0.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: 15px;
    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: "Parabolica", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

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

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

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 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: "Parabolica", 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: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

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

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

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

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

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.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; } }
  .account-orderStatus-action:hover {
    color: #333333; }

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

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

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

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

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

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

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

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

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

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.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: 85rem; }

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 85rem;
  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: #474747; }

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

.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 {
    min-height: 15.625rem;
    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: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.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: 15px;
    text-transform: capitalize; }

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

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 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: "Parabolica", 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: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

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

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

.body {
  margin-bottom: 0;
  margin-top: 0; }
  .body--category, .body--product, .body--blog_post {
    margin: 0; }
  .body--blog {
    padding: 32px 0; }
    @media (min-width: 1024px) {
      .body--blog {
        padding: 0; } }

.sidebar-layout {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px; }
  @media (min-width: 1024px) {
    .sidebar-layout {
      grid-template-columns: 300px auto;
      column-gap: 64px;
      row-gap: 0; } }

.sidebar {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .sidebar--account {
      padding-top: 60px; } }

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

.account-settings-form__form {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.account-settings-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 8px; }
  @media (min-width: 768px) {
    .account-settings-form__grid {
      grid-template-columns: repeat(4, 1fr);
      row-gap: 16px;
      column-gap: 24px; } }

@media (min-width: 768px) {
  .account-settings-form__field {
    grid-column: span 2; } }

@media (min-width: 768px) {
  .account-settings-form__field--full {
    grid-column: span 4; } }

@media (min-width: 768px) {
  .account-settings-form__field--quarter {
    grid-column: span 1; } }

.account-settings-form__title {
  display: block;
  font-size: 1.5rem;
  padding: 8px 0; }

.account-settings-form__actions {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  @media (min-width: 768px) {
    .account-settings-form__actions {
      align-items: flex-start; } }

.address-form__form {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.address-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 20px 24px; }
  @media (min-width: 768px) {
    .address-form__grid {
      grid-template-columns: repeat(4, 1fr); } }

.address-form .address-form__field {
  margin-bottom: 0; }
  .address-form .address-form__field--hidden {
    display: none; }
  @media (min-width: 768px) {
    .address-form .address-form__field {
      grid-column: span 2; } }
  @media (min-width: 768px) {
    .address-form .address-form__field--full {
      grid-column: span 4; } }
  @media (min-width: 768px) {
    .address-form .address-form__field--quarter {
      grid-column: span 1; } }
  .address-form .address-form__field--salutation {
    grid-column: 1 / -1; }
  @media (min-width: 768px) {
    .address-form .address-form__field#FormField_29, .address-form .address-form__field#FormField_13 {
      grid-column: span 1; } }
  @media (min-width: 768px) {
    .address-form .address-form__field#FormField_27 {
      grid-column: span 4; } }

.address-form__actions {
  display: flex;
  flex-direction: column;
  gap: 12px 16px; }
  @media (min-width: 768px) {
    .address-form__actions {
      flex-direction: row;
      align-items: center; } }

.account-settings-form .address-form__field {
  grid-column: span 2; }

.address-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 32px;
  border: 1px solid var(--background-secondary-color);
  border-radius: var(--border-radius-large);
  height: 100%;
  background-color: var(--background-tertiary-color); }
  .address-card__inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 0; }
  .address-card__heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 1rem;
    line-height: 1.25em;
    color: var(--body-font-primary-color); }
  .address-card__label {
    font-weight: 400; }
  .address-card__name {
    font-size: 1.125rem;
    font-weight: 600; }
  .address-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
    border-top: 1px solid var(--background-secondary-color);
    padding-top: 16px;
    flex-grow: 1; }
  .address-card__location-outer {
    margin-bottom: 0; }
  .address-card__location {
    font-size: 1rem;
    line-height: 1.5em;
    font-style: normal;
    color: var(--body-font-primary-color); }
  .address-card__text {
    margin-bottom: 0; }
  .address-card__controls {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto; }
    @media (min-width: 576px) and (max-width: 767px) {
      .address-card__controls {
        flex-direction: row;
        gap: 16px; } }
  .address-card__button {
    width: 100%; }

.messages-chat {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .messages-chat__window {
    background-color: var(--background-secondary-color);
    border-radius: 8px;
    max-height: 500px;
    overflow: auto; }
  .messages-chat__list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    padding: 24px; }
  .messages-chat__list-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 2px; }
    .messages-chat__list-item--received {
      align-items: flex-start;
      padding-right: 16px; }
      @media (min-width: 576px) {
        .messages-chat__list-item--received {
          padding-right: 40px; } }
      .messages-chat__list-item--received .messages-chat__message {
        background-color: var(--background-primary-color); }
        .messages-chat__list-item--received .messages-chat__message:after {
          left: -8px;
          border-top: 10px solid var(--background-primary-color);
          border-left: 10px solid transparent; }
      .messages-chat__list-item--received.messages-chat__list-item--start .messages-chat__message {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      .messages-chat__list-item--received.messages-chat__list-item--start .messages-chat__date {
        display: none; }
      .messages-chat__list-item--received.messages-chat__list-item--middle .messages-chat__message {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .messages-chat__list-item--received.messages-chat__list-item--middle .messages-chat__message:after {
          display: none; }
      .messages-chat__list-item--received.messages-chat__list-item--middle .messages-chat__order-number,
      .messages-chat__list-item--received.messages-chat__list-item--middle .messages-chat__date {
        display: none; }
      .messages-chat__list-item--received.messages-chat__list-item--end .messages-chat__message {
        border-top-left-radius: 0; }
        .messages-chat__list-item--received.messages-chat__list-item--end .messages-chat__message:after {
          display: none; }
      .messages-chat__list-item--received.messages-chat__list-item--end .messages-chat__order-number {
        display: none; }
      .messages-chat__list-item--received:not(.messages-chat__list-item--start):not(.messages-chat__list-item--middle):not(.messages-chat__list-item--end) .messages-chat__message {
        border-top-left-radius: 0; }
    .messages-chat__list-item--sent {
      align-items: flex-end;
      padding-left: 16px; }
      @media (min-width: 576px) {
        .messages-chat__list-item--sent {
          padding-left: 40px; } }
      .messages-chat__list-item--sent .messages-chat__message {
        background-color: var(--theme-secondary-color);
        color: var(--body-font-white-color); }
        .messages-chat__list-item--sent .messages-chat__message:after {
          right: -8px;
          border-top: 10px solid var(--theme-secondary-color);
          border-right: 10px solid transparent; }
      .messages-chat__list-item--sent.messages-chat__list-item--start .messages-chat__message {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .messages-chat__list-item--sent.messages-chat__list-item--start .messages-chat__date {
        display: none; }
      .messages-chat__list-item--sent.messages-chat__list-item--middle .messages-chat__message {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .messages-chat__list-item--sent.messages-chat__list-item--middle .messages-chat__message:after {
          display: none; }
      .messages-chat__list-item--sent.messages-chat__list-item--middle .messages-chat__order-number,
      .messages-chat__list-item--sent.messages-chat__list-item--middle .messages-chat__date {
        display: none; }
      .messages-chat__list-item--sent.messages-chat__list-item--end .messages-chat__message {
        border-top-right-radius: 0; }
        .messages-chat__list-item--sent.messages-chat__list-item--end .messages-chat__message:after {
          display: none; }
      .messages-chat__list-item--sent.messages-chat__list-item--end .messages-chat__order-number {
        display: none; }
      .messages-chat__list-item--sent:not(.messages-chat__list-item--start):not(.messages-chat__list-item--middle):not(.messages-chat__list-item--end) .messages-chat__message {
        border-top-right-radius: 0; }
  .messages-chat__image-container {
    width: 48px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 100rem;
    overflow: hidden;
    box-shadow: 1px 2px 4px 0 rgba(49, 49, 47, 0.15);
    margin-bottom: 8px; }
  .messages-chat__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .messages-chat__message {
    position: relative;
    border-radius: 6px;
    padding: 8px 10px;
    box-shadow: 1px 2px 4px 0 rgba(49, 49, 47, 0.15); }
    .messages-chat__message:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      width: 0;
      height: 0; }
  .messages-chat__subject {
    font-weight: 600; }
  .messages-chat__controls {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 8px 0 16px 0; }
    @media (min-width: 576px) {
      .messages-chat__controls {
        flex-direction: row;
        align-items: center; } }
  .messages-chat__order-number {
    font-size: .875rem;
    font-weight: 600; }
  .messages-chat__date {
    font-size: .875rem;
    color: var(--body-font-secondary-color); }
  .messages-chat__input {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px; }
    @media (min-width: 768px) {
      .messages-chat__input {
        grid-template-columns: repeat(2, 1fr); } }
  .messages-chat__input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px; }

.order-detail .data-list {
  margin-bottom: 0; }
  .order-detail .data-list__key {
    margin-bottom: 0; }
  .order-detail .data-list__value {
    margin-bottom: 0; }

.order-heading {
  border-bottom: 1px solid var(--background-secondary-color);
  margin-bottom: 16px;
  padding-bottom: 16px; }
  .order-heading__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--background-secondary-color); }
    @media (min-width: 768px) {
      .order-heading__wrapper {
        gap: 24px;
        align-items: flex-start; } }
  .order-heading__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px; }
    @media (max-width: 767px) {
      .order-heading__controls {
        flex-direction: column;
        align-items: stretch;
        justify-content: unset; } }
    @media (max-width: 767px) {
      .order-heading__controls .button {
        width: 100%; } }
  .order-heading__buttons {
    display: flex;
    align-items: center;
    gap: 8px; }
    @media (max-width: 767px) {
      .order-heading__buttons {
        flex-direction: column;
        align-items: stretch; } }
    @media (min-width: 768px) {
      .order-heading__buttons {
        margin-left: auto; } }
  .order-heading__status {
    display: flex;
    align-items: center;
    gap: 16px; }
    @media (max-width: 767px) {
      .order-heading__status {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px; } }
  .order-heading__status-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25em;
    color: var(--body-font-primary-color); }
  .order-heading__status-value {
    background-color: var(--status-unknown-color);
    border-radius: 50px;
    color: var(--status-unknown-text-color);
    font-weight: 600;
    padding: 6px 16px;
    text-align: center; }
    @media (max-width: 767px) {
      .order-heading__status-value {
        width: 100%;
        margin-bottom: 24px; } }
    .order-heading__status-value[data-order-status="Voltooid"] {
      background-color: var(--status-success-color);
      color: var(--status-success-text-color); }
    .order-heading__status-value[data-order-status="In afwachting van betaling"] {
      background-color: var(--status-warning-color);
      color: var(--status-warning-text-color); }

.order-settings .col {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .order-settings .col {
      margin-bottom: 16px; } }

.order-settings__data {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1rem;
  line-height: 1.25em;
  color: var(--body-font-primary-color); }

.order-settings__data-key {
  font-weight: 600; }

.order-settings__location {
  font-size: 1rem;
  line-height: 1.5em;
  font-style: normal;
  color: var(--body-font-primary-color); }

.order-settings__text {
  margin: 0; }

.order-notes {
  margin-bottom: 24px; }
  .order-notes__wrapper {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--hr-border-color); }

.order-products {
  background-color: var(--background-tertiary-color);
  border-radius: var(--border-radius-large);
  border: 1px solid var(--background-secondary-color);
  display: flex;
  margin-bottom: 24px;
  padding: 24px 32px;
  position: relative;
  overflow: hidden; }
  .order-products__loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--background-tertiary-color);
    z-index: 10; }
  .order-products .col {
    margin-bottom: 24px; }
    .order-products .col:last-child {
      margin-bottom: 0; }
      .order-products .col:last-child .order-product-card {
        border-bottom: none;
        padding-bottom: 0; }

.order-totals__instructions {
  padding: 24px 0;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .order-totals__instructions {
      padding: 0; } }

.order-totals .col:last-child {
  margin-left: auto; }

.order-totals__data {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1rem;
  line-height: 1.25em;
  color: var(--body-font-primary-color); }

.order-totals__data-key {
  font-weight: 600; }

.order-totals__table {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background-color: var(--background-secondary-color);
  border-radius: 8px; }

.order-totals__table-heading {
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 600; }

.order-totals__table-list {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.order-totals__table-item {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .order-totals__table-item--total {
    padding-top: 16px;
    border-top: 1px solid var(--hr-border-color); }

.order-product-card {
  border-bottom: 1px solid var(--background-secondary-color);
  position: relative;
  padding-bottom: 24px; }
  .order-product-card__main {
    display: flex;
    gap: 24px; }
    @media (max-width: 767px) {
      .order-product-card__main {
        gap: 16px; } }
    @media (max-width: 374px) {
      .order-product-card__main {
        flex-direction: column; } }
  .order-product-card__check {
    border: 1px solid var(--hr-border-color-lightest);
    width: max-content;
    border-radius: var(--border-radius-small);
    padding: 2px 10px;
    font-size: .875rem;
    font-weight: 400;
    background-color: var(--background-primary-color); }
    .order-product-card__check:has(:checked) {
      background-color: var(--status-success-color);
      border-color: var(--theme-secondary-color); }
    .order-product-card__check .order-product-card__check-label {
      font-weight: 500 !important;
      user-select: none; }
    .order-product-card__check .order-product-card__check-input {
      outline: none !important; }
  .order-product-card__image {
    height: 150px;
    width: 150px;
    aspect-ratio: 1 / 1;
    overflow: hidden; }
    @media (max-width: 767px) {
      .order-product-card__image {
        height: 90px;
        width: 90px;
        flex-shrink: 0; } }
    .order-product-card__image figure {
      padding: 10%;
      height: 100%;
      width: 100%; }
    .order-product-card__image img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: center center; }
  .order-product-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 24px; }
  .order-product-card__brand {
    font-size: 0.875rem; }
  .order-product-card__heading {
    display: flex;
    flex-direction: column; }
  .order-product-card__title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 100%;
    width: 100%; }
  .order-product-card__title {
    font-size: 1.25rem;
    line-height: 1.25em; }
  .order-product-card__button {
    flex: 1 0 auto;
    padding-left: 24px;
    padding-right: 24px; }
  .order-product-card__body {
    display: flex;
    align-items: flex-start;
    gap: 24px; }
    @media (max-width: 575px) {
      .order-product-card__body {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px; } }
  .order-product-card__pricing {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px; }
    @media (max-width: 767px) {
      .order-product-card__pricing {
        flex-direction: column; } }
  .order-product-card__data-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 16px; }
    @media (min-width: 768px) {
      .order-product-card__data-list {
        width: 30%; } }
    @media (min-width: 768px) {
      .order-product-card__data-list:last-child {
        width: 70%; } }
    .order-product-card__data-list:last-child > div:last-child {
      text-align: right; }
  .order-product-card__data-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    flex: 1 1 100%;
    width: 100%; }
    @media (max-width: 1279px) {
      .order-product-card__data-container {
        grid-template-columns: 1fr;
        row-gap: 16px; } }
  .order-product-card__data {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 1rem;
    line-height: 1.25em;
    color: var(--body-font-primary-color); }
  .order-product-card__data-key {
    font-weight: 600; }
  .order-product-card__total {
    flex: 1 0 auto; }
    .order-product-card__total > .op-card__data {
      align-items: flex-end; }
      @media (max-width: 575px) {
        .order-product-card__total > .op-card__data {
          align-items: flex-start; } }
  .order-product-card__shipping {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    grid-column: span 2;
    gap: 4px;
    padding-top: 20px;
    border-top: 1px solid var(--hr-border-color); }
  .order-product-card .data-list__value {
    display: flex;
    flex-direction: column;
    line-height: 1.25rem; }
  .order-product-card .data-list__price {
    display: block; }
  .order-product-card .data-list__total {
    display: block;
    font-size: 1.25rem; }
  .order-product-card .data-list small {
    font-size: 0.875rem; }
  .order-product-card__message {
    padding-top: 16px; }

.order-card {
  background-color: var(--background-tertiary-color);
  border: 1px solid var(--background-secondary-color);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 32px; }
  @media (max-width: 575px) {
    .order-card {
      padding: 16px;
      gap: 16px; } }
  .order-card__heading {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .order-card__heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px; } }
  .order-card__status {
    display: flex;
    align-items: center;
    gap: 16px; }
  .order-card__status-label {
    display: none;
    font-size: 1rem;
    line-height: 1.25em;
    color: var(--body-font-secondary-color); }
  .order-card__data {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 1rem;
    line-height: 1.25em;
    color: var(--body-font-primary-color);
    margin-bottom: 0; }
  .order-card__data-key {
    font-weight: 600;
    margin-bottom: 0; }
  .order-card__data-value {
    font-weight: 400;
    margin-bottom: 0; }
  .order-card__body {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--background-secondary-color); }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .order-card__body {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px; } }
    @media (max-width: 767px) {
      .order-card__body {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px; } }
  .order-card__data-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .order-card__data-container {
        grid-template-columns: 1fr;
        row-gap: 8px; } }
  .order-card__button {
    flex: 1 0 auto; }
    @media (max-width: 575px) {
      .order-card__button {
        min-width: 100%; } }

.order-results,
.return-results,
.viewed-results,
.address-results,
.wishlist-results,
.wishlist-detail-results {
  margin-bottom: 24px; }
  .order-results .col,
  .return-results .col,
  .viewed-results .col,
  .address-results .col,
  .wishlist-results .col,
  .wishlist-detail-results .col {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .order-results .col,
      .return-results .col,
      .viewed-results .col,
      .address-results .col,
      .wishlist-results .col,
      .wishlist-detail-results .col {
        margin-bottom: 16px; } }

.return-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.return-form__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 24px; }
  @media (min-width: 768px) {
    .return-form__form {
      grid-template-columns: repeat(2, 1fr); } }

.return-form__form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.returns-table {
  width: 100%;
  border-collapse: collapse; }
  .returns-table__head {
    display: none;
    background-color: var(--background-secondary-color); }
    @media (min-width: 768px) {
      .returns-table__head {
        display: table-header-group; } }
  .returns-table__head-cell {
    padding: 12px 16px;
    text-align: left; }
    .returns-table__head-cell:last-of-type {
      text-align: right;
      width: 200px; }
  .returns-table__body > .returns-table__row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--border-light-color); }
    @media (min-width: 768px) {
      .returns-table__body > .returns-table__row {
        display: table-row; } }
  .returns-table__cell {
    position: relative;
    padding: 24px 0 12px 0; }
    @media (min-width: 768px) {
      .returns-table__cell {
        padding: 16px; }
        .returns-table__cell:before {
          display: none; } }
    .returns-table__cell:before {
      content: attr(data-label);
      position: absolute;
      top: 0;
      left: 0;
      font-size: 1rem;
      font-weight: 700;
      color: var(--form-label-font-color); }
  .returns-table__name {
    font-weight: 600; }
  .returns-table__data-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px; }
  .returns-table__data {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 1rem;
    line-height: 1.25em;
    color: var(--body-font-primary-color); }
  .returns-table__data-key {
    color: var(--body-font-secondary-color); }
  @media (max-width: 767px) {
    .returns-table__data-value {
      font-weight: 600; } }
  .returns-table__select {
    width: max-content;
    margin-top: 4px; }
    @media (min-width: 768px) {
      .returns-table__select {
        margin: 0 0 0 auto; } }

.return-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 32px;
  border: 1px solid var(--hr-border-color);
  border-radius: 8px; }
  @media (max-width: 575px) {
    .return-card {
      padding: 16px;
      gap: 16px; } }
  .return-card__heading {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .return-card__heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px; } }
    .return-card__heading .return-card__data-value {
      font-weight: 600; }
  .return-card__status {
    display: flex;
    align-items: center;
    gap: 16px; }
  .return-card__status-label {
    display: none;
    font-size: 1rem;
    line-height: 1.25em;
    color: var(--body-font-secondary-color); }
  .return-card__data {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 1rem;
    line-height: 1.25em;
    color: var(--body-font-primary-color); }
    .return-card__data--full {
      grid-column: span 3; }
      @media (max-width: 767px) {
        .return-card__data--full {
          grid-column: span 1; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .return-card__data--full {
          grid-column: span 2; } }
  .return-card__data-title {
    display: block;
    margin-bottom: 4px; }
  .return-card__data-key {
    color: var(--body-font-secondary-color); }
  .return-card__body {
    padding-top: 24px;
    border-top: 1px solid var(--hr-border-color); }
  .return-card__data-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 16px;
    width: 100%; }
    @media (max-width: 767px) {
      .return-card__data-container {
        grid-template-columns: 1fr;
        row-gap: 8px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .return-card__data-container {
        grid-template-columns: repeat(2, 1fr); } }

.wishlist-create-form__form {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.wishlist-create-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 8px; }
  @media (min-width: 768px) {
    .wishlist-create-form__grid {
      grid-template-columns: repeat(4, 1fr);
      row-gap: 16px;
      column-gap: 24px; } }

@media (min-width: 768px) {
  .wishlist-create-form__field {
    grid-column: span 2; } }

@media (min-width: 768px) {
  .wishlist-create-form__field--full {
    grid-column: span 4; } }

.wishlist-create-form__checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px; }

.wishlist-create-form__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px; }
  @media (min-width: 768px) {
    .wishlist-create-form__actions {
      flex-direction: row;
      align-items: center; } }

.wishlist-product {
  position: relative; }
  .wishlist-product .button--delete {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: var(--button-default-background-color);
    color: var(--button-default-font-color);
    border: 1px solid var(--button-default-border-color); }
    .wishlist-product .button--delete * {
      fill: var(--button-default-font-color);
      transition: all .2s ease-in-out; }

.wishlist-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative; }
  .wishlist-card form {
    position: absolute;
    width: 100%; }
  .wishlist-card__grid {
    aspect-ratio: 1 / 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "tl tr" "bl br";
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--hr-border-color);
    border-radius: 8px;
    background-color: var(--background-tertiary-color); }
  .wishlist-card__grid-item {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden; }
    .wishlist-card__grid-item:nth-child(n+4):not(:last-child) {
      display: none; }
    .wishlist-card__grid-item--amount {
      grid-area: br;
      align-self: end; }
  .wishlist-card__image-wrapper {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-secondary-color); }
    .wishlist-card__image-wrapper picture {
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px; }
  .wishlist-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center; }
  .wishlist-card__context {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--body-font-white-color);
    background-color: var(--theme-secondary-color); }
  .wishlist-card__quantity {
    font-size: 1.125rem;
    line-height: 1; }
  .wishlist-card__data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px; }
  .wishlist-card__title {
    color: var(--headings-font-primary-color); }
  .wishlist-card__label {
    color: var(--body-font-secondary-color); }
  .wishlist-card .button--delete {
    position: absolute;
    top: -10px;
    right: -10px; }

.wishlist-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--hr-border-color);
  border-radius: 8px;
  background-color: var(--background-tertiary-color); }
  .wishlist-button__context {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: var(--body-font-primary-color); }
  .wishlist-button__icon {
    width: 24px !important;
    height: 24px !important; }
    .wishlist-button__icon--big {
      width: 48px !important;
      height: 48px !important; }

.wishlist-buttons {
  border-top: 1px solid var(--hr-border-color);
  margin-top: 80px;
  padding: 10px 0; }

.message {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 32px;
  padding: 32px 16px;
  background-color: var(--background-tertiary-color);
  border-radius: var(--border-radius-large); }
  .message__heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px; }
  .message__title {
    font-weight: 400;
    margin: 0; }
  .message__context {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .message__text-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left; }
  .message__text {
    margin: 0; }
  .message__controls {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px; }
    @media (min-width: 768px) {
      .message__controls {
        flex-direction: row;
        align-items: center;
        justify-content: start; } }
  .message .link {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .message .link {
        margin: 0 auto; } }
    .message .link__icon {
      height: 1.25rem;
      width: 1.25rem; }

.account .page-heading__title {
  text-align: center; }

.account .row > .col {
  padding-bottom: 20px; }

.account--fixed {
  padding-top: 80px; }

.account__subheading {
  font-size: 1.25rem;
  margin-top: 30px; }

.account__terms .form-input {
  padding-top: 16px; }
  .account__terms .form-input label + label {
    display: flex;
    align-items: center;
    gap: 8px; }
  .account__terms .form-input__label {
    display: none; }

.register-form__form {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.register-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 8px; }
  @media (min-width: 768px) {
    .register-form__grid {
      grid-template-columns: repeat(4, 1fr);
      row-gap: 16px;
      column-gap: 24px; } }

@media (min-width: 768px) {
  .register-form__field {
    grid-column: span 2; } }

@media (min-width: 768px) {
  .register-form__field--full {
    grid-column: span 4; } }

@media (min-width: 768px) {
  .register-form__field--quarter {
    grid-column: span 1; } }

.register-form__title {
  display: block;
  font-size: 1.5rem;
  padding: 8px 0; }

.register-form__actions {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  @media (min-width: 768px) {
    .register-form__actions {
      align-items: flex-start; } }

.login .page-heading {
  text-align: center; }

.login-grid__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px; }
  @media (min-width: 768px) {
    .login-grid__layout:has(.login-grid__item:first-child:not(:last-child)) {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.login-grid__item--returning .login-grid__wrapper {
  padding-top: 32px; }

.login-grid__item--new .login-grid__wrapper {
  border-radius: var(--border-radius-large);
  padding: 32px 24px;
  background-color: var(--background-tertiary-color); }

.login-grid__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%; }

.login-grid__title {
  font-size: 1.25rem; }

.login-grid__description {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px; }

.login-grid__text {
  line-height: 1.5rem; }

.login-grid__list {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.login-grid__list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px; }

.login-grid__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  padding: 2px;
  border-radius: 100%;
  background-color: var(--theme-tertiary-color); }
  .login-grid__icon * {
    fill: var(--body-font-white-color); }

.login-grid .button {
  align-self: start; }

.login-grid-form__input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.forgot-password {
  display: flex;
  margin-top: 24px;
  align-items: center; }
  .forgot-password__icon {
    height: 0.75rem;
    width: 0.75rem; }
  .forgot-password .g-recaptcha {
    margin: 24px 0; }

.forgot-password-form__divider {
  width: 100%;
  margin: 0;
  padding: 0;
  border-color: var(--hr-border-color); }

.forgot-password-form__create-account {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding-top: 24px; }
  @media (min-width: 768px) {
    .forgot-password-form__create-account {
      flex-direction: row;
      align-items: center;
      gap: 16px; } }

.new-password-form__form {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.new-password-form__input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.new-password-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 8px; }
  @media (min-width: 768px) {
    .new-password-form__grid {
      grid-template-columns: repeat(4, 1fr);
      row-gap: 16px;
      column-gap: 24px; } }

@media (min-width: 768px) {
  .new-password-form__field {
    grid-column: span 2; } }

.new-password-form__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px; }
  @media (min-width: 768px) {
    .new-password-form__actions {
      align-items: flex-start; } }

.blog section .container {
  padding: 0 12px; }

.blog-grid {
  padding: 32px 0; }
  @media (min-width: 768px) {
    .blog-grid {
      padding: 48px 0; } }
  .blog-grid .row {
    row-gap: 24px; }
    @media (min-width: 768px) {
      .blog-grid .row {
        row-gap: 40px; } }

.blog-pagination {
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .blog-pagination {
      padding-bottom: 70px; } }

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--border-radius-large);
  color: var(--body-font-primary-color);
  background-color: var(--background-tertiary-color);
  overflow: hidden;
  transition: transform .2s ease-in-out; }
  .blog-card:hover {
    transform: translateY(-8px); }
    .blog-card:hover .blog-card__button {
      transform: scale(1.2); }
  .blog-card__image-container {
    overflow: hidden;
    margin: 0;
    width: 100%;
    aspect-ratio: 23 / 12;
    background-color: var(--background-tertiary-color);
    position: relative; }
  .blog-card__picture {
    display: block;
    height: 100%; }
  .blog-card__image {
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .blog-card__categories {
    pointer-events: none;
    position: absolute;
    padding: 0 16px;
    margin: 0;
    bottom: 16px; }
  .blog-card__category-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .blog-card__label-list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    gap: 6px; }
  .blog-card__label {
    background-color: var(--background-tertiary-color);
    border: 1px solid var(--button-default-border-color);
    border-radius: 25px;
    color: var(--body-font-primary-color);
    padding: 6px 14px; }
  .blog-card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 8px;
    padding: 20px; }
  .blog-card__link {
    color: var(--body-font-primary-color); }
    .blog-card__link:active, .blog-card__link:visited {
      color: initial; }
    .blog-card__link:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .blog-card__title {
    font-size: 1.125rem;
    line-height: 1.25rem; }
  .blog-card__date {
    opacity: 0.7; }
  .blog-card__text {
    margin-bottom: 24px; }
  .blog-card__button {
    background-color: var(--background-primary-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    height: 48px;
    width: 48px;
    transition: transform .2s ease-in-out;
    pointer-events: none; }
    .blog-card__button svg {
      width: 2.25rem;
      height: 2.25rem; }
      .blog-card__button svg * {
        fill: var(--body-font-primary-color); }

.blog-filter__list {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  border-bottom: 1px solid var(--hr-border-color);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 0 24px 0; }

.blog-filter__button {
  font-size: 1rem;
  padding: 8px 12px;
  border-radius: 64px;
  width: max-content; }

body:has(.blog-post) .breadcrumbs {
  margin-bottom: 0;
  position: relative; }
  body:has(.blog-post) .breadcrumbs::after {
    content: "";
    top: 0;
    display: block;
    position: absolute;
    height: calc(100% + 1px);
    z-index: -1;
    margin-left: -50vw;
    left: 50%;
    width: 100vw;
    background-color: var(--background-secondary-color, white); }

.blog-heading {
  background-color: var(--background-secondary-color, white);
  position: relative;
  padding-top: 32px; }
  .blog-heading::after {
    content: "";
    top: 0;
    display: block;
    position: absolute;
    height: 100%;
    z-index: -1;
    margin-left: -50vw;
    left: 50%;
    width: 100vw;
    background-color: var(--background-secondary-color, white); }
  .blog-heading__info {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .blog-heading__title-container {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .blog-heading__date {
    color: var(--body-font-secondary-color);
    display: block; }
  .blog-heading__title {
    margin: 0;
    font-weight: 400; }
  .blog-heading__meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--body-font-secondary-color); }
    @media (min-width: 768px) {
      .blog-heading__meta {
        flex-direction: row;
        align-items: center; }
        .blog-heading__meta > *:not(:last-child)::after {
          content: "";
          margin: auto 16px;
          height: 16px;
          width: 1px;
          background: var(--body-font-secondary-color); } }

.author {
  display: flex;
  align-items: center; }
  .author__image-container {
    overflow: hidden;
    margin: 0;
    width: 60px;
    aspect-ratio: 1;
    border-radius: 42rem;
    background-color: var(--background-secondary-color); }
  .author__picture {
    display: block; }
  .author__image {
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .author__body {
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .author__link {
    color: var(--body-font-secondary-color);
    display: inline-flex;
    align-items: center; }
  .author__icon {
    height: 20px;
    width: 20px; }
    .author__icon * {
      fill: var(--body-font-secondary-color); }

.blog-thumbnail {
  margin-bottom: 40px;
  padding-top: 24px;
  position: relative; }
  @media (min-width: 1024px) {
    .blog-thumbnail {
      padding-top: 32px; } }
  .blog-thumbnail::after {
    content: "";
    top: 0;
    display: block;
    position: absolute;
    height: 50%;
    z-index: -1;
    margin-left: -50vw;
    left: 50%;
    width: 100vw;
    background-color: var(--background-secondary-color, white); }
  .blog-thumbnail__wrapper {
    display: flex;
    flex-direction: column; }
  .blog-thumbnail__image-container {
    overflow: hidden;
    margin: 0;
    border-radius: var(--border-radius-large);
    background-color: var(--background-primary-color);
    aspect-ratio: 3 / 2;
    margin-inline: -12px;
    width: calc(100% + 24px); }
    @media (min-width: 768px) {
      .blog-thumbnail__image-container {
        aspect-ratio: 3.5 / 1;
        margin-inline: 0;
        width: 100%; } }
  .blog-thumbnail__picture {
    display: block;
    height: 100%; }
  .blog-thumbnail__image {
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: inherit; }

.date {
  display: flex; }

.themes {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; }
  .themes__item {
    display: inline-flex;
    background-color: var(--hr-border-color);
    color: var(--body-font-primary-color);
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .themes__item {
        padding: 5px 8px; } }

.blog-sidebar {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 40px; }
  .blog-sidebar__widget-wrapper {
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .blog-sidebar__widget-wrapper {
        position: sticky;
        top: calc(148px + 40px); } }

.blog-post .blog-content {
  padding-bottom: 100px; }
  @media (min-width: 1024px) {
    .blog-post .blog-content {
      padding-bottom: 120px; } }
  .blog-post .blog-content h2,
  .blog-post .blog-content h3,
  .blog-post .blog-content h4,
  .blog-post .blog-content h5,
  .blog-post .blog-content h6 {
    margin-bottom: 16px; }
  .blog-post .blog-content p {
    font-size: var(--body-font-size);
    line-height: 1.75em;
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .blog-post .blog-content p {
        margin-bottom: 32px; } }
    .blog-post .blog-content p img {
      display: block;
      max-width: 100%;
      margin: 16px 0;
      border-radius: var(--border-radius-large);
      float: unset; }
      .blog-post .blog-content p img[align="left"] {
        margin: 16px auto 16px 0; }
      .blog-post .blog-content p img[align="center"] {
        margin: 16px auto; }
      .blog-post .blog-content p img[align="right"] {
        margin: 16px 0 16px auto; }
    .blog-post .blog-content p:has(+ h2), .blog-post .blog-content p:has(+ h3), .blog-post .blog-content p:has(+ h4), .blog-post .blog-content p:has(+ h5), .blog-post .blog-content p:has(+ h6) {
      margin-bottom: 24px; }
  .blog-post .blog-content li {
    line-height: 1.75em; }
  .blog-post .blog-content__controls {
    display: flex;
    justify-content: center;
    width: 100%; }
    @media (min-width: 768px) {
      .blog-post .blog-content__controls {
        justify-content: flex-end; } }
  .blog-post .blog-content__button {
    margin: 0;
    background-color: var(--background-primary-color, white);
    border-color: var(--theme-tertiary-color);
    font-weight: 500; }

.blog-post h2 {
  font-size: calc(var(--h4-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 768px) {
    .blog-post h2 {
      font-size: calc(var(--h4-font-size) / var(--body-font-size) * 1rem); } }

.blog-post h3 {
  font-size: calc(var(--h5-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 768px) {
    .blog-post h3 {
      font-size: calc(var(--h5-font-size) / var(--body-font-size) * 1rem); } }

.blog-post h4,
.blog-post h5,
.blog-post h6 {
  font-size: calc(var(--h6-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 768px) {
    .blog-post h4,
    .blog-post h5,
    .blog-post h6 {
      font-size: calc(var(--h6-font-size) / var(--body-font-size) * 1rem); } }

.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; }
  @media (min-width: 801px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.75rem; } }

article + article {
  display: none; }

.product-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%; }
  .product-card__link {
    text-decoration: none;
    color: initial; }
    .product-card__link:has(.product-card__image-container) {
      display: inline-flex;
      border-radius: 8px;
      width: 100%; }
  .product-card__visual {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px; }
  .product-card__image-wrapper {
    position: relative;
    width: 100%;
    display: flex; }
  .product-card__image-container {
    margin: 0;
    width: 100%;
    aspect-ratio: 337 / 390;
    background-color: var(--background-tertiary-color);
    border-radius: var(--border-radius-large);
    position: relative;
    overflow: hidden;
    align-content: center; }
    .product-card__image-container::before {
      content: "";
      width: 65%;
      position: absolute;
      left: 50%;
      top: 50%;
      height: 80%;
      border-radius: 500px;
      border: 1px solid var(--hr-border-color);
      opacity: .2;
      transform: translate(-50%, -50%);
      pointer-events: none; }
    .product-card__image-container::after {
      content: "";
      width: 65%;
      position: absolute;
      left: 50%;
      top: 0;
      height: 100%;
      border-radius: 500px;
      border: 1px solid var(--hr-border-color);
      opacity: .2;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none; }
  .product-card__image-picture--hover {
    opacity: 0;
    position: absolute;
    inset: 0;
    transition: opacity .25s ease;
    pointer-events: none;
    z-index: 1; }
    .product-card__image-picture--hover .product-card__image {
      max-height: unset;
      max-width: unset;
      object-fit: cover; }
    .product-card__visual:hover .product-card__image-picture--hover {
      opacity: 1; }
  .product-card__image {
    height: 100%;
    width: 100%;
    max-height: 65%;
    object-fit: contain;
    object-position: center center;
    z-index: 1;
    position: relative; }
  .product-card__sticker {
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 5; }
    @media (min-width: 1024px) {
      .product-card__sticker {
        width: 3rem;
        height: 3rem; } }
  .product-card__sticker-icon {
    width: 100%;
    height: 100%; }
  .product-card__button-wishlist .product-card__icon:last-of-type {
    display: none; }
  .product-card__button-wishlist :checked ~ .product-card__icon:first-of-type {
    display: none; }
  .product-card__button-wishlist :checked ~ .product-card__icon:last-of-type {
    display: flex; }
  .product-card__button-wishlist {
    padding: 11px; }
  .product-card__compare {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 16px; }
    .product-card__compare :checked ~ .product-card__compare-check .product-card__icon {
      opacity: 1; }
  .product-card__compare-check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    min-width: 24px;
    border-radius: 4px;
    border: 1px solid var(--form-field-border-color); }
    .product-card__compare-check .product-card__icon {
      width: 16px;
      height: 16px;
      opacity: 0; }
  .product-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    height: 100%; }
  .product-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; }
  .product-card__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px; }
  .product-card__contents {
    display: flex;
    align-items: flex-start;
    gap: 0 8px;
    line-height: 1.3; }
  .product-card__contents-icon {
    width: .875rem;
    height: .875rem;
    fill: currentColor;
    flex-shrink: 0;
    margin-top: 5px; }
  .product-card__contents-list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: inline-flex; }
  .product-card__contents-list-item {
    display: flex; }
    .product-card__contents-list-item:not(:first-child)::before {
      content: ",";
      margin-right: .5ch; }
    .product-card__contents-list-item:last-child::before {
      content: attr(data-or);
      margin-inline: .5ch; }
  .product-card__brand, .product-card__sku {
    display: inline-block;
    color: var(--body-font-secondary-color);
    font-size: 0.875rem; }
  .product-card__brand {
    font-size: .875rem;
    line-height: 1.3; }
    .product-card__brand--empty {
      display: block;
      height: var(--body-line-height); }
  .product-card__title {
    display: -webkit-box;
    color: var(--headings-font-primary-color);
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3; }
    @media (min-width: 1024px) {
      .product-card__title {
        font-size: 1.25rem; } }
  .product-card__information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px; }
  .product-card__benefits {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column; }
  .product-card__benefit {
    align-items: flex-start;
    display: flex;
    gap: 8px; }
  .product-card__benefit-icon {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin: 5px 0 0;
    color: var(--theme-tertiary-color);
    fill: currentColor; }
  .product-card__benefit-text {
    font-size: .875rem;
    line-height: var(--body-font-line-height); }
  .product-card__description {
    display: none;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    .product-card__description:has(+ .product-card__link) + .product-card__link {
      display: none; }
  .product-card__controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px; }
    @media (max-width: 575px) {
      .product-card__controls {
        align-items: flex-end; } }
  .product-card__usps {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px; }
    .product-card__usps:not(:has(*)) {
      display: none; }
  .product-card__usp-item {
    display: flex;
    gap: 6px; }
  .product-card__usp-icon {
    height: 1.25rem;
    width: 1.25rem;
    flex-shrink: 0;
    margin: 4px 0 0; }
    .product-card__usp-icon * {
      fill: var(--theme-tertiary-color); }
  .product-card__usp-text {
    line-height: 1.5;
    font-size: .875rem;
    padding-top: 2px; }
    .product-card__usp-text:first-letter {
      text-transform: uppercase; }
  .product-card__pricing {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .product-card__stock {
    font-size: 1rem;
    font-weight: 600; }
    .product-card__stock--in-stock {
      color: var(--status-success-color); }
  .product-card__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content; }
  .product-card__button {
    flex: 1 1 100%; }
  .product-card__small-only {
    display: none; }

@container (max-width: 320px) {
  .product-card__image-container {
    aspect-ratio: 156 / 220; }
  .product-card__button {
    font-size: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    width: 48px !important; }
  .product-card__small-only {
    display: flex; }
  .product-card .pricing__price-wrapper {
    flex-direction: column; } }

/**
 * Grid/list layout
 */
.category-products__layout--list {
  grid-template-columns: 1fr;
  gap: 24px; }
  .category-products__layout--list .product-card {
    flex-direction: row;
    gap: 16px;
    padding-bottom: 24px;
    border: none;
    border-bottom: 1px solid var(--hr-border-color);
    border-radius: 0; }
    @media (min-width: 768px) {
      .category-products__layout--list .product-card {
        gap: 24px; } }
    .category-products__layout--list .product-card__visual {
      flex: 0 0 100px;
      gap: 16px; }
      @media (min-width: 576px) {
        .category-products__layout--list .product-card__visual {
          flex: 0 0 140px; } }
      @media (min-width: 768px) {
        .category-products__layout--list .product-card__visual {
          flex: 0 0 180px; } }
    .category-products__layout--list .product-card__image-container {
      aspect-ratio: 1 / 1;
      border-radius: 8px;
      overflow: hidden; }
    .category-products__layout--list .product-card__compare {
      margin: 0; }
    .category-products__layout--list .product-card__content {
      padding: 0;
      gap: 24px; }
      @media (min-width: 768px) {
        .category-products__layout--list .product-card__content {
          height: fit-content;
          flex-direction: row; } }
      @media (max-width: 767px) {
        .category-products__layout--list .product-card__content {
          align-items: flex-start; } }
    @media (min-width: 768px) {
      .category-products__layout--list .product-card__description {
        display: -webkit-box; } }
    @media (min-width: 768px) {
      .category-products__layout--list .product-card__description:has(+ .product-card__link) + .product-card__link {
        display: inline; } }
    .category-products__layout--list .product-card__controls {
      flex-direction: column;
      justify-content: unset; }
      @media (min-width: 768px) {
        .category-products__layout--list .product-card__controls {
          gap: 32px;
          flex: 0 0 200px; } }
    @media (min-width: 768px) {
      .category-products__layout--list .product-card__pricing {
        text-align: right;
        align-items: flex-end; } }
    .category-products__layout--list .product-card__stock {
      order: 1; }
    .category-products__layout--list .product-card__button {
      min-width: max-content; }
    .category-products__layout--list .product-card__wishlist {
      display: none; }

.pricing__price-container {
  display: flex;
  flex-direction: column;
  margin: 0; }

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

.pricing__price-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap-reverse;
  gap: 0 12px;
  align-items: center;
  margin: 0; }
  .pricing__price-wrapper > .pricing__price-wrapper {
    flex-direction: row;
    align-items: baseline;
    gap: 0 8px; }

.pricing__price-from {
  color: var(--body-font-secondary-color);
  font-size: .875rem;
  line-height: 1; }
  .product-details__section:has(input:checked) .pricing__price-from {
    display: none; }

.pricing__price-old {
  margin-top: 4px; }
  .pricing__price-old:not(:has(*)) {
    display: none; }

.pricing__price {
  font-size: 2rem;
  font-weight: 700; }
  .pricing__price--old {
    font-size: 1rem;
    font-weight: 400; }

.pricing__strikethrough {
  position: relative;
  text-decoration: none; }
  .pricing__strikethrough:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    width: calc(100% + 4px);
    transform: rotate(-5deg);
    border-top: 1.5px solid var(--body-font-secondary-color); }

.pricing__tax {
  color: var(--body-font-secondary-color); }

.pricing--size-small .pricing__price {
  font-size: 1.25rem; }
  .pricing--size-small .pricing__price--old {
    font-size: 1rem;
    color: var(--body-font-secondary-color); }
    @media (max-width: 575px) {
      .pricing--size-small .pricing__price--old {
        display: block;
        margin-block: -4px; } }

.pricing--size-small .pricing__price-wrapper {
  gap: 0 8px; }

.product-label__list {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  left: 16px;
  top: 16px;
  z-index: 2; }

.product-label__item {
  padding: 10px 12px;
  font-weight: 600;
  color: var(--body-font-white-color);
  border-radius: 55px;
  background-color: var(--label-background-color);
  line-height: 1; }
  @media (min-width: 1024px) {
    .product-label__list--big .product-label__item {
      padding: 10px 16px; } }
  @media (max-width: 575px) {
    .product-label__item {
      padding: 6px 10px;
      font-size: .875rem; } }

.product-info__title {
  margin: 0 0 24px 0; }

.product-info__actions {
  display: flex;
  gap: 8px;
  margin-top: 16px; }

.product-info__list {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px; }

.product-info__body {
  display: grid; }
  .product-info__body h2, .product-info__body h3, .product-info__body h4, .product-info__body h5, .product-info__body h6 {
    font-size: 1rem;
    margin-bottom: .5em; }

.product-info__toggle {
  display: none;
  order: 1;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-size: .875rem;
  color: var(--theme-secondary-color);
  opacity: .6;
  z-index: 1;
  border-radius: var(--border-radius-medium);
  transition: opacity 1.2s ease-out;
  outline-offset: 0; }
  .product-info__toggle.is-visible {
    display: flex; }
  .product-info__toggle:focus, .product-info__toggle:hover {
    opacity: 1;
    background-color: var(--background-primary-color);
    outline-offset: 0 !important; }
  .product-info__toggle[aria-expanded="true"] .product-info__toggle-icon {
    transform: rotate(180deg); }
  .product-info__toggle[aria-expanded="true"] + .product-info__description {
    grid-template-rows: 1fr; }
    .product-info__toggle[aria-expanded="true"] + .product-info__description::after {
      height: 0; }

.product-info__toggle-icon {
  width: 1rem;
  height: 1rem;
  color: inherit;
  transition: transform .2s ease; }

.product-info__description {
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 1.2s ease-out;
  position: relative;
  display: grid; }
  .product-info__description::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-image: linear-gradient(to bottom, transparent 0%, var(--background-primary-color) 100%);
    pointer-events: none;
    transition: height 1.2s ease-out; }
  .product-info__toggle.is-visible ~ .product-info__description::after {
    height: 80px; }
  .product-info__toggle.is-visible[aria-expanded="true"] ~ .product-info__description::after {
    height: 0; }
  .product-info__description p:empty {
    display: none; }

.product-info__toggle.is-visible ~ .product-info__description .product-info__description-content {
  min-height: calc(15 * var(--body-font-line-height)); }

.product-specs-table {
  width: 100%;
  border-collapse: collapse; }
  .product-specs-table__caption, .product-specs-table__heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .product-specs-table__body:first-of-type .product-specs-table__cell[colspan="2"] {
    padding-top: 0; }
  .product-specs-table__row {
    width: 100%;
    text-align: left; }
    .product-specs-table__row:nth-child(even) {
      background-color: var(--background-secondary-color); }
  .product-specs-table__cell {
    width: 50%;
    padding: 12px 8px;
    font-size: .875rem; }
    @media (min-width: 1024px) {
      .product-specs-table__cell {
        padding: 12px 16px;
        font-size: 1rem; } }
    .product-specs-table__cell[colspan="2"] {
      width: 100%;
      padding: 16px 0 12px 0;
      font-weight: 700; }
    .product-specs-table__cell[scope="row"] {
      font-weight: 600; }

.product-specs table {
  width: 100%;
  border-collapse: collapse; }
  .product-specs table tbody:first-of-type td[colspan="2"] {
    padding-top: 0; }
  .product-specs table tr {
    width: 100%;
    text-align: left; }
    .product-specs table tr:nth-child(even) {
      background-color: var(--background-secondary-color); }
  .product-specs table td {
    width: 50%;
    padding: 12px 8px;
    font-size: .875rem; }
    @media (min-width: 1024px) {
      .product-specs table td {
        padding: 12px 16px;
        font-size: 1rem; } }
    .product-specs table td[colspan="2"] {
      width: 100%;
      padding: 16px 0 12px 0;
      font-weight: 700; }
    .product-specs table td[scope="row"] {
      font-weight: 600; }

.product-title {
  display: flex;
  flex-direction: column;
  gap: 4px; }
  .product-title__rating {
    margin-top: 16px; }
  .product-title__brand-logo {
    margin: 0; }
  .product-title__brand-logo-image {
    width: 100px;
    height: 18px;
    opacity: .7; }
  .product-title__title {
    font-size: 1.5rem; }
    @media (min-width: 1024px) {
      .product-title__title {
        font-size: 2rem; } }

.product-image-carousel {
  --swiper-navigation-sides-offset: 16px;
  position: relative;
  min-width: 0;
  margin-block: 16px; }
  @media (min-width: 1024px) {
    .product-image-carousel {
      margin-block: 0; } }
  .product-image-carousel__label {
    background-color: var(--product-label-sale-color);
    border-radius: 4px;
    color: var(--body-font-primary-color);
    font-weight: 600;
    padding: 6px 12px;
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 5; }
  .product-image-carousel__top {
    margin-bottom: 16px;
    overflow: hidden;
    position: relative; }
    .product-image-carousel__top .swiper-container {
      aspect-ratio: 1;
      width: 100%;
      background: linear-gradient(360deg, rgba(178, 133, 69, 0.1) 0%, rgba(240, 237, 219, 0.1) 100%);
      border-radius: var(--border-radius-large); }
      .product-image-carousel__top .swiper-container:has(.swiper-slide-active iframe) {
        z-index: 2;
        position: relative; }
      .product-image-carousel__top .swiper-container::before {
        content: "";
        width: 82%;
        position: absolute;
        left: 50%;
        top: 50%;
        height: 125%;
        border-radius: 500px;
        border: 1px solid var(--hr-border-color);
        opacity: .2;
        transform: translate(-50%, -50%);
        pointer-events: none; }
      .product-image-carousel__top .swiper-container::after {
        content: "";
        width: 82%;
        position: absolute;
        left: 50%;
        top: 0;
        height: 125%;
        border-radius: 500px;
        border: 1px solid var(--hr-border-color);
        opacity: .2;
        transform: translate(-50%, -75%);
        pointer-events: none; }
    .product-image-carousel__top .swiper-slide {
      display: block;
      width: 100%;
      height: 100%; }
    .product-image-carousel__top .swiper-button-next,
    .product-image-carousel__top .swiper-button-prev {
      transform: translateY(-50%);
      width: 48px;
      height: 48px; }
      .product-image-carousel__top .swiper-button-next svg,
      .product-image-carousel__top .swiper-button-prev svg {
        width: 1.75rem;
        height: 1.75rem; }
  .product-image-carousel__video {
    aspect-ratio: 1;
    width: 100%;
    height: 100%; }
  .product-image-carousel__top-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  .product-image-carousel__top-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    .product-image-carousel__top-img [data-fancybox="gallery"] {
      display: block;
      width: 100%;
      height: 100%; }
    .product-image-carousel__top-img img {
      object-fit: contain;
      object-position: center center;
      width: 100%;
      height: 100%;
      mix-blend-mode: multiply; }
  .product-image-carousel__thumbs {
    margin-inline: -16px;
    overflow: hidden;
    position: relative;
    user-select: none; }
    .product-image-carousel__thumbs .swiper-container {
      padding-inline: 16px; }
    .product-image-carousel__thumbs .swiper-slide {
      border-radius: var(--border-radius-medium);
      cursor: pointer;
      display: block;
      border: 1px solid transparent;
      transition: border-color .2s ease-out; }
      .product-image-carousel__thumbs .swiper-slide:not(.swiper-slide--video) {
        background-color: var(--background-secondary-color);
        background: linear-gradient(360deg, rgba(178, 133, 69, 0.1) 0%, rgba(240, 237, 219, 0.1) 100%); }
    .product-image-carousel__thumbs .swiper-slide-thumb-active {
      border-color: var(--form-field-border-color); }
  .product-image-carousel__thumbs-video {
    background-color: var(--theme-quaternary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    aspect-ratio: 1;
    border-radius: inherit;
    padding: 24px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative; }
  .product-image-carousel__thumbs-video-title {
    text-align: center;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    display: -webkit-box;
    flex-shrink: 0;
    padding-bottom: 2px; }
  .product-image-carousel__thumbs-video-button {
    position: unset;
    padding: 13px !important; }
    .product-image-carousel__thumbs-video-button .icon {
      width: 1.25rem;
      height: 1.25rem; }
  .product-image-carousel__thumbs-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    aspect-ratio: 1; }
    .product-image-carousel__thumbs-img img {
      object-fit: contain;
      object-position: center center;
      width: 100%;
      height: 100%;
      border-radius: inherit; }
  .product-image-carousel__sticker {
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 2; }
    @media (min-width: 1024px) {
      .product-image-carousel__sticker {
        width: 80px;
        height: 80px;
        top: 16px;
        bottom: unset; } }
  .product-image-carousel__sticker-icon {
    width: 100%;
    height: 100%; }

.product-description__heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .product-description__heading {
      font-size: 1.125rem; } }

.product-description__text {
  margin-bottom: 16px; }

.product-description__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px; }

.product-description__actions {
  display: flex;
  gap: 10px;
  margin-bottom: 24px; }

.product-description__links {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.product-description__link {
  color: var(--body-font-primary-color);
  display: flex;
  align-items: center;
  gap: 5px; }
  .product-description__link .icon {
    height: 1rem;
    width: 1rem; }
    .product-description__link .icon * {
      fill: var(--body-font-primary-color); }
  .product-description__link:hover {
    color: var(--link-with-icon-font-hover-color); }
    .product-description__link:hover .icon * {
      fill: var(--link-with-icon-font-hover-color); }

.product-description__group {
  margin-bottom: 32px; }
  .product-description__group dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px; }
    .product-description__group dl > dt,
    .product-description__group dl > dd {
      display: flex;
      align-items: center;
      padding: 10px 16px;
      width: 50%; }
      .product-description__group dl > dt:nth-of-type(odd),
      .product-description__group dl > dd:nth-of-type(odd) {
        background-color: var(--background-secondary-color); }
  .product-description__group .icon {
    height: 1rem;
    width: 1rem; }
    .product-description__group .icon--yes * {
      fill: var(--form-label-font-success-color); }
    .product-description__group .icon--no * {
      fill: var(--link-with-icon-font-color); }

.product-description section {
  margin-bottom: 64px; }

.product-description .read-more__wrapper {
  min-height: 250px; }
  @media (min-width: 768px) {
    .product-description .read-more__wrapper {
      min-height: 450px; } }

body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block {
  border-radius: var(--border-radius-large);
  background-color: var(--background-tertiary-color);
  padding: 32px; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block:empty {
    display: none; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block ul, body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block h3 {
    margin-left: 0 !important; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .name-product {
    padding-bottom: 0; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .native-offer-main .display-flex {
    align-items: center; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #new_total_price {
    font-size: 1.6rem;
    font-weight: 600; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #name_0 {
    color: unset !important; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .native-offer-main .bundle-content-product .list-check-order ul li .if_check input[type="checkbox"]:checked + label:before {
    background-color: var(--theme-secondary-color) !important;
    border-color: var(--theme-secondary-color) !important; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .list-thumbnail-product {
    flex-wrap: wrap;
    width: 100%;
    row-gap: 24px; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .native-offer-main .bundle-content-product .list-check-order ul li .price,
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .list-thumbnail-product .sale {
    display: none; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .title-page.title-page * {
    font-size: calc(var(--h4-font-size) / var(--body-font-size) * 1rem);
    font-weight: 700;
    font-family: var(--headings-font);
    margin-bottom: 16px;
    color: var(--headings-font-primary-color) !important; }
    @media (min-width: 1024px) {
      body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .title-page.title-page * {
        margin-bottom: 24px; } }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #li_btn_add {
    flex-shrink: 0;
    margin-right: 0; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #li_btn_add_down {
    margin: 30px 0 0 !important; }
  @media (max-width: 480px) {
    body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .list-thumbnail-product > li:has(+ #li_btn_add) {
      margin-right: 0 !important; } }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #ult-upsell-add-all-to-cart-down,
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #ult-upsell-add-all-to-cart {
    border-radius: 55px !important;
    padding: 10px 25px !important;
    font-weight: 700 !important;
    color: var(--body-font-primary-color) !important;
    background: var(--theme-primary-color) !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px; }
    body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #ult-upsell-add-all-to-cart-down::before,
    body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #ult-upsell-add-all-to-cart::before {
      content: "";
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      background-position: center;
      background-size: cover;
      background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3668 17.5H5.63344C4.6626 17.5 3.8976 16.6733 3.97177 15.7058L4.6076 7.43663C4.64094 7.00163 5.0026 6.66663 5.43844 6.66663H15.5618C15.9976 6.66663 16.3593 7.00163 16.3926 7.43579L17.0284 15.705C17.1034 16.6733 16.3376 17.5 15.3668 17.5Z' stroke='%23143A2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.16699 6.66667V5.83333C7.16699 3.9925 8.65949 2.5 10.5003 2.5C12.3412 2.5 13.8337 3.9925 13.8337 5.83333V6.66667' stroke='%23143A2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .list-check-order ul li .if_check input[type="checkbox"] + label:before {
    border-radius: 4px; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .native-offer-main .bundle-content-product .list-check-order ul li .choose-option .text {
    font-size: .875rem;
    font-weight: 400;
    border-radius: 50px;
    border-color: var(--theme-tertiary-color);
    display: inline-flex;
    align-items: center; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .native-offer-main .bundle-content-product .list-product-together .list-thumbnail-product li {
    margin-right: 30px; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .native-offer-main .bundle-content-product .list-product-together .list-thumbnail-product li:not(:nth-last-child(2)):not(:last-child):after {
    left: 105%; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .native-offer-main .bundle-content-product .list-product-together .list-thumbnail-product li .thumbnail {
    background-color: var(--background-secondary-color);
    height: 60px;
    width: 60px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    background: linear-gradient(360deg, rgba(178, 133, 69, 0.1) 0%, rgba(240, 237, 219, 0.1) 100%);
    border-radius: var(--border-radius-small);
    flex-shrink: 0; }
    @media (min-width: 1024px) {
      body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .native-offer-main .bundle-content-product .list-product-together .list-thumbnail-product li .thumbnail {
        display: block;
        width: 100px;
        height: 100px; } }
    body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .native-offer-main .bundle-content-product .list-product-together .list-thumbnail-product li .thumbnail::before {
      content: "";
      width: 82%;
      position: absolute;
      left: 50%;
      top: 50%;
      height: 125%;
      border-radius: 500px;
      border: 1px solid var(--hr-border-color);
      opacity: .2;
      transform: translate(-50%, -50%);
      pointer-events: none; }
    body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .native-offer-main .bundle-content-product .list-product-together .list-thumbnail-product li .thumbnail::after {
      content: "";
      width: 82%;
      position: absolute;
      left: 50%;
      top: 0;
      height: 125%;
      border-radius: 500px;
      border: 1px solid var(--hr-border-color);
      opacity: .2;
      transform: translate(-50%, -75%);
      pointer-events: none; }
    body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .native-offer-main .bundle-content-product .list-product-together .list-thumbnail-product li .thumbnail img {
      object-fit: contain;
      object-position: center center;
      width: 100%;
      height: 100%; }
  body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .native-offer-main .bundle-content-product .list-check-order ul li .list-choose-option {
    border-radius: var(--border-radius-small);
    background-color: var(--background-tertiary-color);
    padding: 20px;
    display: flex; }

html[lang="nl"] body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #choose_option_0 {
  font-size: 0; }
  html[lang="nl"] body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #choose_option_0 * {
    font-size: .875rem; }
  html[lang="nl"] body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #choose_option_0::after {
    content: "Kies opties";
    order: -1;
    font-size: .875rem; }

html[lang="nl"] body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .name-product {
  font-size: 0 !important; }
  html[lang="nl"] body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .name-product::after {
    content: "Bundelprijs:";
    font-size: .875rem; }

html[lang="nl"] body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #ult-upsell-add-all-to-cart-down,
html[lang="nl"] body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #ult-upsell-add-all-to-cart {
  font-size: 0; }
  html[lang="nl"] body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #ult-upsell-add-all-to-cart-down::after,
  html[lang="nl"] body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block #ult-upsell-add-all-to-cart::after {
    content: "In winkelmand";
    font-size: .875rem; }

html[lang="nl"] body #ult-upsell-native-bundle-block#ult-upsell-native-bundle-block .hide_added_to_cart_text {
  display: none; }

.product-details {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (min-width: 1024px) {
    .product-details {
      margin-top: 16px; } }
  .product-details__top {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .product-details__section {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .product-details__link {
    display: inline-flex;
    width: fit-content;
    color: var(--link-with-icon-font-color);
    text-decoration: none;
    font-weight: 500; }
  .product-details__benefits {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px; }
  .product-details__benefit {
    align-items: flex-start;
    display: flex;
    gap: 8px; }
    @media (max-width: 1023px) {
      .product-details__benefit {
        font-size: .875rem; } }
  .product-details__benefit-icon {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin: 6px 0 0;
    color: var(--theme-tertiary-color);
    fill: currentColor; }
    @media (max-width: 1023px) {
      .product-details__benefit-icon {
        margin: 7px 0 0; } }
  .product-details__benefit-text:first-letter {
    text-transform: uppercase; }
  .product-details__stock {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px; }
    .product-details__stock--warning .product-details__stock-badge {
      color: var(--status-warning-color); }
    .product-details__stock--error .product-details__stock-badge {
      color: #333333;
      background-color: #e5e5e5; }
      .product-details__stock--error .product-details__stock-badge::after {
        background: none; }
  .product-details__stock-badge {
    --stock-color: var(--theme-secondary-color);
    --stock-bg: rgba(0, 173, 0, 0.15);
    position: relative;
    display: inline-flex;
    padding: 2px 8px;
    border-radius: 4px;
    color: var(--stock-color);
    font-weight: 700; }
    .product-details__stock-badge::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background-color: var(--stock-bg); }
  @media (max-width: 1023px) {
    .product-details__stock-shipping-eta {
      font-size: .875rem; } }
  .product-details__shipping {
    color: var(--status-success-color); }
  .product-details__excerpt {
    display: contents; }
  .product-details__actions {
    display: flex;
    align-items: center;
    gap: 8px; }
    @media (max-width: 1023px) {
      .product-details__actions {
        flex-wrap: wrap; }
        .product-details__actions .product-add-to-cart,
        .product-details__actions .product-add-to-cart__buttons {
          width: auto; } }
  .product-details__usps {
    padding: 0;
    margin: 8px 0 0 0;
    list-style: none;
    display: flex;
    flex-direction: column; }
  .product-details__usp {
    align-items: flex-start;
    display: flex;
    gap: 8px; }
    @media (max-width: 1023px) {
      .product-details__usp {
        font-size: .875rem; } }
  .product-details__usp-icon {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin: 6px 0 0;
    color: var(--theme-tertiary-color);
    fill: transparent; }
    @media (max-width: 1023px) {
      .product-details__usp-icon {
        margin: 7px 0 0; } }
  .product-details__trustmarks {
    display: flex;
    flex-direction: row;
    gap: 16px 32px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px; }
  .product-details__trustmark {
    margin: 0; }
  .product-details__trustmark-image {
    max-height: 40px;
    width: 100%; }

.product-fixed {
  transition: 200ms 300ms ease-out;
  background-color: var(--background-secondary-color);
  padding: 10px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  transform: translateY(110%);
  z-index: 14; }
  .product-fixed.fixed {
    transform: translateY(0); }
  .product-fixed .row > .col {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px; }
  .product-fixed__title span {
    display: block;
    font-weight: 400;
    color: var(--body-font-secondary-color); }
    @media (max-width: 1023px) {
      .product-fixed__title span {
        display: none; } }
  .product-fixed__contents {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .product-fixed__info {
      display: flex;
      flex-direction: column;
      line-height: 1.25;
      padding-bottom: 8px; } }
  .product-fixed__img {
    display: none;
    background-color: var(--background-secondary-color);
    height: 50px;
    width: 50px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    background: linear-gradient(360deg, rgba(178, 133, 69, 0.1) 0%, rgba(240, 237, 219, 0.1) 100%);
    border-radius: var(--border-radius-small);
    flex-shrink: 0; }
    @media (min-width: 1024px) {
      .product-fixed__img {
        display: block;
        width: 75px;
        height: 75px; } }
    .product-fixed__img::before {
      content: "";
      width: 82%;
      position: absolute;
      left: 50%;
      top: 50%;
      height: 125%;
      border-radius: 500px;
      border: 1px solid var(--hr-border-color);
      opacity: .2;
      transform: translate(-50%, -50%);
      pointer-events: none; }
    .product-fixed__img::after {
      content: "";
      width: 82%;
      position: absolute;
      left: 50%;
      top: 0;
      height: 125%;
      border-radius: 500px;
      border: 1px solid var(--hr-border-color);
      opacity: .2;
      transform: translate(-50%, -75%);
      pointer-events: none; }
    .product-fixed__img img {
      object-fit: contain;
      object-position: center center;
      width: 100%;
      height: 100%; }
  @media (min-width: 1024px) {
    .product-fixed__price {
      text-align: right; } }
  @media (max-width: 1279px) {
    .product-fixed .pricing__price-wrapper {
      gap: 6px; } }
  @media (max-width: 1023px) {
    .product-fixed .pricing__price-wrapper {
      gap: 8px; } }
  @media (max-width: 1023px) {
    .product-fixed .pricing__price {
      font-size: 1rem; } }
  @media (max-width: 1023px) {
    .product-fixed .pricing__price-old {
      margin: 0; } }
  .product-fixed .pricing__price-from {
    display: none; }
  .product-fixed__price-contents {
    display: none; }
    @media (max-width: 767px) {
      .product-fixed__price-contents {
        display: block;
        font-size: .875rem; } }
    .product-fixed__price-contents:has([data-value="0"]) {
      display: none; }
  .product-fixed__offer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 12px 24px; }
    @media (max-width: 1279px) {
      .product-fixed__offer {
        gap: 12px 10px; } }
    @media (max-width: 1023px) {
      .product-fixed__offer {
        justify-content: space-between;
        gap: 12px; } }
  .product-fixed__stock-label {
    color: var(--form-label-font-success-color); }
  .product-fixed__actions {
    display: flex;
    align-items: center;
    gap: 8px; }
    .product-fixed__actions .button {
      min-height: 48px; }
    @media (max-width: 1023px) {
      .product-fixed__actions .button--cart {
        flex-grow: 1;
        font-size: 0;
        gap: 0;
        padding: 8px;
        aspect-ratio: 1; } }
    @media (max-width: 400px) {
      .product-fixed__actions .product-add-to-cart__increments-container {
        display: none; } }

body:has(.product-fixed.fixed) .footer__bottom {
  padding-bottom: 64px; }

.product-reviews__heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .product-reviews__heading {
      font-size: 1.125rem; } }

.product-reviews__title {
  margin: 0 0 16px 0; }

.product-reviews__description {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 190px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color); }
  @media (min-width: 768px) {
    .product-reviews__description {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; } }

.product-reviews__rating {
  margin-bottom: 16px; }

.product-reviews__actions {
  display: flex;
  gap: 8px;
  margin: 16px 0; }

.product-reviews__results {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center; }

.product-reviews__list {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  margin-top: 16px; }

.product-reviews__list-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--theme-tertiary-color); }
  .product-reviews__list-item:first-child {
    padding-top: 0; }
  .product-reviews__list-item--default-hidden {
    display: none; }

.product-reviews__toggle {
  order: 1;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-size: .875rem;
  color: var(--theme-secondary-color);
  opacity: .6;
  z-index: 1;
  border-radius: var(--border-radius-medium);
  transition: opacity .2s ease;
  outline-offset: 0; }
  .product-reviews__toggle:focus, .product-reviews__toggle:hover {
    opacity: 1;
    background-color: var(--background-primary-color);
    outline-offset: 0 !important; }
  .product-reviews__toggle[aria-expanded="true"] .product-reviews__toggle-icon {
    transform: rotate(180deg); }
  .product-reviews__toggle[aria-expanded="true"] + .product-reviews__rating-list .product-reviews__list-item--default-hidden {
    display: block; }

.product-reviews__toggle-icon {
  width: 1rem;
  height: 1rem;
  color: inherit;
  transition: transform .2s ease; }

.product-reviews__link {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: var(--body-font-primary-color); }
  .product-reviews__link:hover {
    color: var(--link-with-icon-font-hover-color);
    text-decoration: underline; }
    .product-reviews__link:hover .product-reviews__icon * {
      fill: var(--link-with-icon-font-hover-color); }

.product-reviews__icon {
  height: 16px;
  width: 16px; }
  .product-reviews__icon * {
    fill: var(--body-font-primary-color); }

.product-reviews__rating-list {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%; }

.review-card {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .review-card__heading {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap-reverse; }
  .review-card__rating_author {
    display: flex;
    align-items: center; }
  .review-card__title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 8px; }
  .review-card__verified {
    color: var(--theme-secondary-color);
    background-color: var(--status-success-color);
    border-radius: 4px;
    padding: 0px 6px;
    font-size: .875rem; }
  .review-card__author {
    color: var(--body-font-secondary-color);
    margin-bottom: 0; }

.product-view {
  display: grid; }
  .product-view__content {
    display: contents; }
  .product-view__title {
    grid-row: 1; }
  .product-view__main-image {
    grid-row: 2; }
  .product-view__details {
    grid-row: 3; }
  .product-view__media {
    grid-row: 4; }
  @media (min-width: 1024px) {
    .product-view {
      grid-template-columns: 1fr 1fr;
      column-gap: 32px;
      grid-template-rows: auto 1fr; }
      .product-view__content {
        display: block;
        grid-column: 2;
        grid-row: span 2; }
      .product-view__title {
        grid-column: 2;
        grid-row: 1; }
      .product-view__details {
        grid-column: 2;
        grid-row: 2; }
      .product-view__main-image {
        grid-column: 1;
        grid-row: 1; }
      .product-view__media {
        grid-column: 1;
        grid-row: 2; } }

.product-wishlist__list {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch; }
  .product-wishlist__list--no-lists {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }

.product-wishlist__list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap; }
  .product-wishlist__list-item--existing {
    border-bottom: 1px solid var(--hr-border-color);
    padding: 16px 0; }
    .product-wishlist__list-item--existing + .product-wishlist__list-item:not(.product-wishlist__list-item--existing) {
      margin-top: 16px; }

.product-wishlist__name {
  font-weight: 500; }

.product-wishlist__button {
  border-color: transparent !important;
  padding: 0 !important;
  background-color: transparent !important;
  color: var(--body-font-primary-color) !important;
  gap: 4px; }
  .product-wishlist__button * {
    fill: currentColor !important; }
  .product-wishlist__button--add {
    border: 1px solid var(--button-default-border-color) !important;
    min-height: unset;
    gap: 0 !important;
    padding-inline: 12px !important; }
    .product-wishlist__button--add:hover .product-wishlist__icon-default {
      opacity: 0; }
    .product-wishlist__button--add:hover .product-wishlist__icon-full {
      opacity: 1; }
  .product-wishlist__button--default, .product-wishlist__button--create {
    position: relative; }
    .product-wishlist__button--default::before, .product-wishlist__button--create::before {
      background-color: var(--hr-border-color);
      bottom: -1px;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      width: 0; }
    .product-wishlist__button--default:hover:not(:focus), .product-wishlist__button--create:hover:not(:focus) {
      border-color: transparent;
      background-color: transparent; }
      .product-wishlist__button--default:hover:not(:focus)::before, .product-wishlist__button--create:hover:not(:focus)::before {
        width: 100%; }

.product-wishlist__icon {
  position: relative;
  display: flex; }

.product-wishlist__icon-default {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.product-wishlist__icon-full {
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.product-add-to-cart {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%; }
  .product-add-to-cart__increments-container {
    margin-bottom: 0; }
  .product-add-to-cart__increments {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    border-radius: 50px;
    border: 1px solid var(--hr-border-color);
    width: max-content;
    margin-bottom: 0;
    background-color: var(--background-tertiary-color); }
    @media (max-width: 575px) {
      .product-add-to-cart__increments {
        max-width: 105px; } }
    .product-add-to-cart__increments:has(.product-add-to-cart__increments-input:disabled) {
      background-color: var(--form-field-background-disabled-color); }
      .product-add-to-cart__increments:has(.product-add-to-cart__increments-input:disabled) .product-add-to-cart__increments-icon svg * {
        fill: var(--form-field-font-disabled-color); }
      .product-add-to-cart__increments:has(.product-add-to-cart__increments-input:disabled) .product-add-to-cart__increments-input {
        border-color: transparent; }
  .product-add-to-cart__increments-icon-container {
    aspect-ratio: 1;
    width: 42px; }
    .product-add-to-cart__increments-icon-container:focus {
      outline: none !important; }
    .product-add-to-cart__increments-icon-container:focus-visible {
      outline: 2px solid var(--theme-secondary-color) !important;
      outline-offset: 4px !important; }
  .product-add-to-cart__increments-icon {
    width: .75rem !important;
    height: .75rem !important; }
  .product-add-to-cart__increments-input {
    max-width: 3ch;
    padding: 0 !important;
    text-align: center;
    border: none; }
  .product-add-to-cart__buttons {
    width: 100%; }
  .product-add-to-cart__button {
    width: 100%; }

.product-options__option {
  margin-bottom: 0 !important; }

.product-options__label {
  font-size: 1rem;
  margin-bottom: 0; }

.product-options__list {
  display: flex;
  padding: 10px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  padding: 0;
  align-self: stretch; }

.product-options__variant {
  display: flex;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: var(--border-radius-medium);
  border: 1px solid var(--hr-border-color-light);
  background: var(--background-tertiary-color); }
  .product-options__variant:has(input:checked) {
    outline: 2px solid var(--hr-border-color);
    outline-offset: -1px; }

.product-options__radio-label-main {
  font-size: .875rem; }

.product-options__radio-price-per-day {
  font-size: 0.75rem; }

.product-options__variant-price-container {
  font-weight: 700;
  font-family: var(--headings-font);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px; }

.product-options__variant-base-price {
  font-size: 0.875rem;
  color: var(--body-font-secondary-color);
  text-decoration: line-through;
  font-weight: 400; }

.product-options[data-product-option-change] .product-options__radio + .product-options__radio-label {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  margin-bottom: 0; }
  .product-options[data-product-option-change] .product-options__radio + .product-options__radio-label::before {
    width: 1.25rem;
    height: 1.25rem;
    border-color: var(--theme-secondary-color); }
  .product-options[data-product-option-change] .product-options__radio + .product-options__radio-label::after {
    width: 1.125rem;
    height: 1.125rem;
    left: 1px;
    top: 50%; }

.product-tabs-panels {
  padding-bottom: 64px; }
  .product-tabs-panels__title {
    margin: 0 0 16px 0; }
    @media (max-width: 1023px) {
      .product-tabs-panels__title {
        margin: 48px 0 16px; } }
  .product-tabs-panels p:empty {
    display: none; }
  .product-tabs-panels .row {
    margin-right: calc(32px / 2 * -1) !important;
    margin-left: calc(32px / 2 * -1) !important; }

.product-additional-info:has([data-content-region]:not(:empty)) {
  padding-block: 64px; }
  @media (min-width: 768px) {
    .product-additional-info:has([data-content-region]:not(:empty)) {
      padding-block: 112px; } }
  .product-additional-info:has([data-content-region]:not(:empty)) .row:last-child:not(:first-child):has([data-content-region]:not(:empty)) {
    margin-top: 112px; }
  @media (max-width: 767px) {
    .product-additional-info:has([data-content-region]:not(:empty)) .col:last-child:not(:first-child):has([data-content-region]:not(:empty)) {
      margin-top: 64px; } }

.product-related {
  padding: 48px 0 96px; }
  .product-related__title {
    margin: 0 0 16px; }
    @media (min-width: 1024px) {
      .product-related__title {
        margin: 0 0 48px; } }

.product-swiper {
  padding: 100px 0; }
  .product-swiper--full-width {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%); }
    .product-swiper--full-width .container {
      padding: 0 12px; }
  .product-swiper .heading {
    margin-bottom: 32px; }
  .product-swiper .swiper-container {
    padding-bottom: 12px; }
  .container--full-width > main .product-swiper > .container {
    padding: 0 16px; }

.container .product-swiper--full-width .container {
  padding: 0 12px; }

.rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px; }
  .rating__wrapper {
    display: flex;
    align-items: center;
    gap: 0; }
  .rating[data-score="0"] .rating__star * {
    fill: var(--rating-empty-color); }
  .rating[data-score="1"] .rating__star:nth-child(2) *, .rating[data-score="1"] .rating__star:nth-child(3) *, .rating[data-score="1"] .rating__star:nth-child(4) *, .rating[data-score="1"] .rating__star:nth-child(5) * {
    fill: var(--rating-empty-color); }
  .rating[data-score="2"] .rating__star:nth-child(3) *, .rating[data-score="2"] .rating__star:nth-child(4) *, .rating[data-score="2"] .rating__star:nth-child(5) * {
    fill: var(--rating-empty-color); }
  .rating[data-score="3"] .rating__star:nth-child(4) *, .rating[data-score="3"] .rating__star:nth-child(5) * {
    fill: var(--rating-empty-color); }
  .rating[data-score="4"] .rating__star:nth-child(5) * {
    fill: var(--rating-empty-color); }
  .rating__star {
    height: 18px;
    width: 18px; }
    .rating__star * {
      fill: var(--rating-full-color); }
    .rating__star--full * {
      fill: var(--rating-full-color); }
    .rating__star--empty * {
      fill: var(--rating-empty-color);
      stroke: var(--theme-tertiary-color);
      stroke-width: 2px; }
  .rating__link {
    color: var(--body-font-secondary-color);
    text-decoration: underline; }
  .rating__text {
    color: inherit; }
    .rating__text span {
      margin-inline: 4px; }

[data-product-option-change] .form-field {
  margin-bottom: 1.5rem; }
  [data-product-option-change] .form-field .form-label {
    display: block;
    margin-bottom: .5rem; }
  [data-product-option-change] .form-field .form-option-wrapper {
    display: inline-flex; }
    [data-product-option-change] .form-field .form-option-wrapper:not(:last-child) {
      margin-right: .25rem; }
    [data-product-option-change] .form-field .form-option-wrapper .form-option {
      display: inline-flex;
      padding: 6px 12px;
      border: 1px solid var(--form-field-border-color);
      color: var(--form-field-font-color);
      border-radius: 4px;
      position: relative;
      min-height: 2rem;
      min-width: 2rem; }
      [data-product-option-change] .form-field .form-option-wrapper .form-option.form-option-swatch {
        border-radius: 50%; }
        [data-product-option-change] .form-field .form-option-wrapper .form-option.form-option-swatch .form-option-variant--color {
          position: absolute;
          inset: 0;
          border-radius: 50%; }
    [data-product-option-change] .form-field .form-option-wrapper input {
      display: none; }
      [data-product-option-change] .form-field .form-option-wrapper input:checked + .form-option {
        border-color: var(--form-field-border-color-active);
        outline: 1px solid black;
        outline-offset: -2px; }
        [data-product-option-change] .form-field .form-option-wrapper input:checked + .form-option.form-option-swatch {
          outline: 1px solid black;
          outline-offset: 2px; }

.category-parent {
  padding: 0; }
  .category-parent__hero {
    background-color: var(--background-secondary-color);
    padding-bottom: 32px; }
    @media (min-width: 1024px) {
      .category-parent__hero {
        padding-bottom: 0; } }
  .category-parent__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-block: 80px 64px; }
    @media (min-width: 1024px) {
      .category-parent__info {
        padding-block: 112px; } }
  .category-parent__title {
    font-weight: 400;
    margin: 0 0 16px; }
  .category-parent__media {
    position: relative;
    height: 100%; }
  .category-parent__sticker {
    position: absolute;
    top: 0;
    right: 25px;
    translate: 0 -50%;
    width: 60px;
    height: 60px;
    background-color: var(--theme-tertiary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; }
    @media (min-width: 1024px) {
      .category-parent__sticker {
        top: 50%;
        width: 120px;
        height: 120px;
        right: unset;
        left: 0;
        translate: -50% -100%; } }
  .category-parent__icon {
    width: 2rem;
    height: 2rem; }
    @media (min-width: 1024px) {
      .category-parent__icon {
        width: 4rem;
        height: 4rem; } }
  .category-parent__image-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    height: calc(100% + 55px);
    border-radius: 0 0 1000px 1000px;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .category-parent__image-container {
        background-color: var(--background-primary-color);
        border-radius: 0;
        overflow: unset; } }
    .category-parent__image-container::after {
      content: "";
      position: absolute;
      right: 0px;
      bottom: 0;
      height: 50%;
      aspect-ratio: 1;
      border-radius: 500px 500px 0 0;
      border: 1px solid var(--theme-tertiary-color);
      border-bottom: none;
      pointer-events: none; }
      @media (max-width: 1023px) {
        .category-parent__image-container::after {
          translate: 0 -50%;
          width: 56px;
          bottom: unset;
          top: 0;
          height: 160px;
          border-radius: 50px 0 0 50px;
          border-bottom: 1px solid var(--theme-tertiary-color); } }
  .category-parent__image {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    aspect-ratio: 712 / 515;
    object-fit: cover; }
    @media (max-width: 1023px) {
      .category-parent__image {
        border-radius: 0 0 1000px 1000px; } }
  .category-parent__intro * {
    margin-bottom: 0; }
  .category-parent__below-intro {
    width: 100%; }
  .category-parent__button {
    margin-top: 32px; }
  .category-parent__description-section {
    padding: 60px 0; }
    @media (min-width: 1024px) {
      .category-parent__description-section {
        padding: 80px 0; } }
  .category-parent__description {
    margin-bottom: 64px; }
    .category-parent__description h3 {
      font-size: calc(var(--h4-font-size-mobile) / var(--body-font-size) * 1rem);
      margin: 24px 0 8px; }
      @media (min-width: 1024px) {
        .category-parent__description h3 {
          font-size: calc(var(--h4-font-size) / var(--body-font-size) * 1rem);
          margin: 32px 0 8px; } }

.category-page {
  margin: 0;
  padding: 0; }
  .category-page::before, .category-page::after {
    display: none !important; }
  .category-page__banner:has([data-content-region="category_banner_top"]:empty) .category-page__swiper {
    padding-top: 40px; }
    @media (min-width: 1024px) {
      .category-page__banner:has([data-content-region="category_banner_top"]:empty) .category-page__swiper {
        padding-top: 80px; } }
  .category-page__swiper {
    padding-bottom: 60px; }
  .category-page__swiper-title {
    text-align: center; }
    @media (min-width: 1024px) {
      .category-page__swiper-title {
        text-align: left; } }
  .category-page__sidebar {
    height: 100%; }
    @media (min-width: 1280px) {
      .category-page__sidebar {
        padding-bottom: 120px;
        padding-right: 40px; } }
  .category-page__filter {
    margin: 0; }
    .category-page__filter .category-page__filter-field {
      display: flex;
      align-items: center;
      margin: 0;
      border-color: var(--hr-border-color);
      transition: border-color 0.2s ease-in-out; }
      .category-page__filter .category-page__filter-field:hover {
        border-color: var(--hr-border-dark-color); }
    .category-page__filter .category-page__filter-label {
      font-weight: 500;
      color: var(--body-font-secondary-color);
      font-size: 1rem;
      padding: 12px 0 12px 16px;
      line-height: 1;
      margin: 0; }
    .category-page__filter .category-page__filter-select {
      font-size: 1rem;
      color: var(--body-font-primary-color);
      padding: 16px 48px 16px 12px;
      height: auto;
      background-position: right 0.75rem center;
      background-size: 1.25rem;
      flex-grow: 1;
      max-width: unset; }
  .category-page__content {
    padding: 0;
    margin-bottom: 50px;
    flex-grow: 1; }
    @media (min-width: 768px) {
      .category-page__content {
        margin-bottom: 64px; } }
  .category-page__top {
    display: flex;
    gap: 32px 16px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    flex-wrap: wrap;
    padding-top: 80px; }
    @media (max-width: 767px) {
      .category-page__top {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 32px;
        padding-top: 60px; } }
    .category-page__top .category-page__filters-trigger {
      display: flex;
      width: 100%; }
      @media (min-width: 1024px) {
        .category-page__top .category-page__filters-trigger {
          display: none; } }
  .category-page__heading {
    margin-bottom: 0;
    padding-top: 0;
    font-size: calc(var(--h3-font-size-mobile) / var(--body-font-size) * 1rem); }
    @media (min-width: 1024px) {
      .category-page__heading {
        font-size: calc(var(--h3-font-size) / var(--body-font-size) * 1rem); } }
  .category-page__controls {
    display: flex;
    gap: 8px 16px;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 576px) {
      .category-page__controls {
        flex-direction: row;
        align-items: center; } }
  .category-page__product-count {
    font-size: .875rem;
    font-weight: 700; }
  .category-page__sort {
    padding: 0 0 0 16px;
    background-color: var(--background-tertiary-color);
    border-radius: 55px;
    border: 1px solid var(--theme-secondary-color);
    display: flex;
    align-items: center; }
  .category-page__sort-label {
    margin: 0 !important;
    font-size: .875rem;
    font-weight: 700;
    flex-shrink: 0; }
  .category-page__sort-select {
    height: auto;
    border: none;
    border-radius: inherit;
    font-size: .875rem;
    padding: 12px 32px 12px 8px;
    color: var(--body-font-primary-color);
    background-position: right 16px top 11px;
    width: 100%;
    max-width: none;
    flex-grow: 1; }
  .category-page__purposes {
    margin-bottom: 48px;
    position: relative; }
  .category-page__products {
    margin-bottom: 48px; }
    @media (min-width: 768px) {
      .category-page__products {
        margin-bottom: 64px; } }
    @media (max-width: 575px) {
      .category-page__products .row > .col {
        padding: 0 8px; } }
  .category-page__bottom {
    margin-bottom: 64px; }
  .category-page__additional-info:has([data-content-region]:not(:empty)) {
    padding-block: 64px; }
    @media (min-width: 768px) {
      .category-page__additional-info:has([data-content-region]:not(:empty)) {
        padding-block: 112px; } }
    .category-page__additional-info:has([data-content-region]:not(:empty)) .row:last-child:not(:first-child):has([data-content-region]:not(:empty)) {
      margin-top: 112px; }
    @media (max-width: 767px) {
      .category-page__additional-info:has([data-content-region]:not(:empty)) .col:last-child:not(:first-child):has([data-content-region]:not(:empty)) {
        margin-top: 64px; } }

[data-content-region="category_grid_last_column"] {
  height: 100%; }
  [data-content-region="category_grid_last_column"] [data-layout-id],
  [data-content-region="category_grid_last_column"] [data-sub-layout-container],
  [data-content-region="category_grid_last_column"] [data-sub-layout],
  [data-content-region="category_grid_last_column"] [data-widget-id] {
    height: 100%; }

[data-content-region="category_banner_bottom"] {
  overflow-x: hidden; }

.category-facets__list {
  margin: 0 !important; }

.category-facets__facet--horizontal {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap; }
  .category-facets__facet--horizontal .category-facets__heading {
    margin-top: 10px; }

.category-facets__facet:not(:first-child) {
  margin-top: 48px; }

.category-facets__facet-list {
  margin: 0; }
  .category-facets__facet-list--buttons {
    display: flex;
    gap: 12px;
    padding: 6px 0;
    flex-wrap: wrap; }
    @media (max-width: 575px) {
      .category-facets__facet-list--buttons {
        margin-inline: -16px;
        padding: 6px 16px;
        flex-wrap: nowrap;
        overflow-x: auto; } }
    .category-facets__facet-list--buttons::before, .category-facets__facet-list--buttons::after {
      display: none; }
    @media (max-width: 575px) {
      .category-facets__facet-list--buttons .category-facets__facet-item:has(.is-selected) {
        order: -1; } }
    .category-facets__facet-list--buttons .category-facets__facet-trigger {
      color: var(--button-white-font-color);
      background-color: transparent;
      font-weight: 400;
      font-size: 1.125rem;
      padding: 4px 12px;
      text-transform: uppercase;
      min-height: unset; }
      .category-facets__facet-list--buttons .category-facets__facet-trigger:hover {
        background-color: var(--button-secondary-background-color);
        color: var(--button-secondary-font-color); }
      .category-facets__facet-list--buttons .category-facets__facet-trigger.is-selected {
        background-color: var(--button-default-background-color);
        color: var(--button-default-font-color); }

.category-facets__facet-trigger {
  font-size: .875rem;
  padding: 0 0 0 28px;
  margin: 0 0 4px; }
  .category-facets__facet-trigger::before {
    width: 1.125rem;
    height: 1.125rem;
    border-color: var(--theme-secondary-color); }

.category-facets__facet-count {
  color: var(--body-font-secondary-color); }

.category-facets__heading {
  font-size: 1.25rem;
  margin-bottom: 12px; }

#facetedSearch-filterItems .form-input {
  background-color: var(--background-primary-color);
  border-radius: 55px;
  margin-top: 24px; }

@media (max-width: 767px) {
  .facetedSearch-optionColumns {
    column-count: 2; } }

@media (max-width: 575px) {
  .facetedSearch-optionColumns {
    column-count: 1; } }

.range-form {
  /* Remove Arrows/Spinners */
  /* Styles for the range thumb in WebKit browsers */
  /* Styles for the price input container */ }
  .range-form input::-webkit-outer-spin-button,
  .range-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .range-form input[type="range"] {
    border: none; }
    .range-form input[type="range"]:focus {
      outline: none !important; }
  .range-form input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #555;
    pointer-events: auto;
    -webkit-appearance: none; }
  .range-form__fields {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
  .range-form__price-input-container {
    width: 100%; }
  .range-form__field {
    display: flex;
    margin-bottom: 22px; }
  .range-form__price-field span {
    margin-right: 10px;
    margin-top: 6px;
    font-size: 17px; }
  .range-form__price-field input {
    flex: 1;
    height: 35px;
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
    border-radius: 9px;
    text-align: center;
    border: 0px;
    background: #e4e4e4; }
  .range-form__slider {
    width: 100%; }
  .range-form__slider {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px; }
  .range-form__progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: var(--theme-tertiary-color); }
  .range-form__range-input {
    position: relative; }
  .range-form__range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none; }

.sidebar--category {
  width: 100%;
  max-width: unset;
  padding: 0; }

.sidebar__skip-link {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 8px 0;
  font-size: 1.125rem;
  background: var(--background-primary-color);
  overflow: hidden; }
  @media (min-width: 1024px) {
    .sidebar__skip-link {
      display: block; } }
  .sidebar__skip-link:focus {
    position: static;
    width: auto;
    height: auto; }

.sidebar__heading, .sidebar__actions {
  display: flex;
  align-items: center;
  padding: 16px 0;
  margin: 0 24px; }
  @media (min-width: 1024px) {
    .sidebar__heading, .sidebar__actions {
      display: none; } }

.sidebar__heading {
  justify-content: space-between;
  border-bottom: 1px solid var(--hr-border-color);
  font-size: 1.125rem;
  padding: 20px 0; }

.sidebar__close {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px; }

@media (max-width: 1023px) {
  .sidebar__body {
    flex: 1;
    overflow-y: auto;
    padding: 24px; } }

.sidebar__actions {
  border-top: 1px solid var(--hr-border-color); }

.sidebar__trigger {
  width: 100%; }

.sidebar-backdrop {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 98;
  transition: all .2s ease-out; }
  @media (min-width: 1024px) {
    .sidebar-backdrop {
      display: none; } }

.category-card {
  padding: 0 24px; }
  .category-card__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center; }
  .category-card__image-container {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    max-width: 140px;
    max-height: 140px; }
    @media (min-width: 1024px) {
      .category-card__image-container {
        max-width: 160px;
        max-height: 160px; } }
  .category-card__image {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%; }
  .category-card__icon-container {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-tertiary-color);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .category-card__icon {
    fill: var(--body-font-white-color); }
  .category-card__name {
    font-weight: 400;
    font-size: 1.25rem;
    padding-bottom: 2px; }

.cart__heading {
  padding: 0;
  font-size: calc(var(--h2-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 1024px) {
    .cart__heading {
      font-size: calc(var(--h2-font-size) / var(--body-font-size) * 1rem); } }

.cart__messages {
  padding-bottom: 24px; }

.cart__list {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: var(--border-radius-large);
  border: 1px solid var(--hr-border-color-lightest);
  background-color: var(--background-tertiary-color);
  padding: 32px 16px; }
  @media (min-width: 1024px) {
    .cart__list {
      padding: 24px 40px; } }

.cart__list-item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--hr-border-color-lightest); }

.cart__content {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.cart__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px; }
  @media (max-width: 1023px) {
    .cart__buttons {
      flex-direction: column;
      align-items: unset;
      gap: 8px; } }
  .cart__buttons .button__icon {
    width: 1rem;
    height: 1rem; }

.cart__back-to-shop {
  background-color: var(--background-tertiary-color) !important;
  border-color: var(--theme-tertiary-color) !important;
  font-size: .875rem !important;
  font-weight: 400 !important;
  padding: 6px 16px; }
  @media (max-width: 1023px) {
    .cart__back-to-shop {
      display: none !important; } }

.cart-summary {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  border-radius: var(--border-radius-large);
  border: 1px solid var(--hr-border-color-lightest);
  background-color: var(--background-tertiary-color);
  padding: 24px 16px; }
  @media (min-width: 1024px) {
    .cart-summary {
      padding: 40px;
      gap: 24px; } }
  .cart-summary__promotions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 8px; }
  .cart-summary__description {
    margin: 0; }
  .cart-summary__discount .accordion__name {
    font-weight: 600; }
  .cart-summary__totals {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .cart-summary__controls {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .cart-summary__legal {
    font-size: .875rem;
    line-height: 1.5em;
    text-align: center; }
  .cart-summary__notice {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    font-size: .875rem;
    line-height: 1.35em;
    color: var(--theme-secondary-color);
    margin-top: 12px;
    padding: 16px;
    background-color: var(--background-primary-color);
    border-radius: var(--border-radius-small); }
    .cart-summary__notice .icon {
      width: 1.125rem;
      height: 1.125rem;
      flex-shrink: 0;
      margin-top: .125rem; }

.discount-form__input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.coupon-card {
  position: relative;
  padding: 0;
  width: 100%; }
  .coupon-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .coupon-card__form {
    display: flex;
    flex-direction: row;
    gap: 8px; }
  .coupon-card__apply {
    width: max-content !important;
    font-size: 1rem !important;
    font-weight: 400 !important; }
  .coupon-card__input {
    border: 1px solid var(--hr-border-color) !important;
    border-radius: 55px !important;
    font-size: .875rem !important; }
  .coupon-card .alertBox {
    font-size: 0.75rem;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0; }

.totals-table {
  width: 100%; }
  .totals-table__head {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .totals-table__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid var(--hr-border-color-lightest);
    padding-top: 24px; }
  .totals-table__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px; }
    .totals-table__row--total {
      margin-top: 12px;
      font-size: 1.125rem;
      font-weight: 600;
      border-top: 1px solid var(--hr-border-color-lightest);
      padding-top: 24px; }
      .totals-table__row--total .totals-table__cell {
        font-weight: 700; }
        .totals-table__row--total .totals-table__cell:first-child {
          display: flex;
          flex-direction: column; }
  .totals-table__tax-label {
    font-size: 1rem;
    font-weight: 400;
    color: var(--body-font-secondary-color); }
  .totals-table__cell {
    font-weight: 400;
    text-align: left; }
    .totals-table__cell + .totals-table__cell {
      text-align: right; }

.cart-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  margin-top: 24px;
  border-radius: var(--border-radius-large);
  border: 1px solid var(--hr-border-color-lightest);
  background-color: var(--background-tertiary-color);
  padding: 24px 16px; }
  @media (min-width: 1024px) {
    .cart-info {
      padding: 40px; } }
  .cart-info:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--hr-border-color); }
  .cart-info__description {
    margin-bottom: 0;
    line-height: 1.5; }
  .cart-info .link {
    margin-top: 8px; }

.cart-item {
  display: grid;
  grid-template-columns: 75px 1fr;
  padding: 0;
  gap: 16px;
  border-bottom: none; }
  .cart-item::before, .cart-item::after {
    display: none; }
  @media (min-width: 576px) {
    .cart-item {
      grid-template-columns: 100px auto;
      gap: 24px; } }
  @media (min-width: 768px) {
    .cart-item {
      grid-template-columns: 100px auto; } }
  .cart-item__image-container {
    margin: 0;
    width: 100%;
    aspect-ratio: 1;
    background-color: var(--background-tertiary-color);
    background: linear-gradient(360deg, rgba(178, 133, 69, 0.1) 0%, rgba(240, 237, 219, 0.1) 100%);
    border-radius: var(--border-radius-small);
    position: relative;
    overflow: hidden;
    z-index: 0;
    align-content: center; }
    .cart-item__image-container::before {
      content: "";
      width: 80%;
      position: absolute;
      left: 50%;
      top: 50%;
      height: 120%;
      border-radius: 500px;
      border: 1px solid var(--hr-border-color);
      opacity: .1;
      transform: translate(-50%, -50%);
      pointer-events: none;
      z-index: -1; }
    .cart-item__image-container::after {
      content: "";
      width: 80%;
      position: absolute;
      left: 50%;
      top: 0;
      height: 100%;
      border-radius: 500px;
      border: 1px solid var(--hr-border-color);
      opacity: .1;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      z-index: -1; }
  .cart-item__image {
    height: 100%;
    width: 100%;
    max-height: 85%;
    object-fit: contain;
    object-position: center center; }
  .cart-item__sticker {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1; }
  .cart-item__sticker-icon {
    width: 100%;
    height: 100%; }
  .cart-item__body {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    @media (max-width: 1023px) {
      .cart-item__body {
        display: contents; } }
  .cart-item__brand {
    color: var(--body-font-secondary-color);
    font-size: .875rem; }
  .cart-item__heading {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px; }
    @media (max-width: 1023px) {
      .cart-item__heading {
        padding-right: 64px; } }
  .cart-item__title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .cart-item__title {
    font-size: 1rem; }
    @media (min-width: 1024px) {
      .cart-item__title {
        font-size: 1.25rem; } }
  .cart-item__link {
    display: inline-block;
    color: inherit;
    text-decoration: none; }
  .cart-item__title {
    font-weight: 700; }
  .cart-item__weight {
    color: var(--body-font-secondary-color); }
  .cart-item__actions {
    display: flex;
    align-items: center;
    gap: 8px; }
    @media (max-width: 1023px) {
      .cart-item__actions {
        position: absolute;
        top: 0;
        right: 0;
        flex-direction: column; } }
  .cart-item__remove {
    border-radius: 50% !important;
    color: var(--body-font-primary-color) !important;
    background-color: transparent !important;
    padding: 0 !important;
    min-height: 0 !important;
    border: 1px solid var(--hr-border-color) !important;
    width: max-content !important;
    z-index: 0; }
    .cart-item__remove * {
      fill: currentColor !important;
      width: 1.25rem !important;
      height: 1.25rem !important; }
    .cart-item__remove:hover {
      background-color: var(--background-primary-color) !important; }
  .cart-item__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 42rem;
    padding: 0;
    cursor: pointer; }
  .cart-item__options {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: .875rem; }
  .cart-item__option {
    display: flex;
    gap: 4px; }
  .cart-item__controls {
    display: flex;
    grid-column: span 2;
    gap: 16px;
    width: 100%; }
    @media (min-width: 576px) {
      .cart-item__controls {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; } }
  .cart-item__quantity-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: max-content; }
    @media (min-width: 1280px) {
      .cart-item__quantity-container .cart-item__price-container {
        order: 1; } }
  .cart-item__price-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0; }
    .cart-item__price-container--totals {
      align-items: flex-end;
      flex-grow: 1; }
      .cart-item__price-container--totals .cart-item__price-wrapper {
        align-items: flex-end; }
      .cart-item__price-container--totals .cart-item__price {
        font-weight: 700;
        color: var(--body-font-secondary-color);
        font-size: calc(var(--h4-font-size-mobile) / var(--body-font-size) * 1rem); }
        @media (min-width: 1024px) {
          .cart-item__price-container--totals .cart-item__price {
            font-size: calc(var(--h4-font-size) / var(--body-font-size) * 1rem); } }
  .cart-item__price-label {
    font-weight: 700;
    margin-bottom: 8px; }
    @media (max-width: 575px) {
      .cart-item__price-label--per-unit span {
        font-size: 0; }
        .cart-item__price-label--per-unit span::before {
          content: ".";
          font-size: 1rem; } }
  .cart-item__price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 0; }
  .cart-item__tax {
    color: var(--body-font-secondary-color);
    font-size: .875rem;
    margin-top: -.25rem; }

.quantity {
  display: flex; }
  .quantity__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 48px;
    padding: 0;
    background-color: var(--background-tertiary-color) !important;
    border: 1px solid var(--hr-border-color-lightest) !important;
    padding: 0 !important; }
    .quantity__button * {
      fill: var(--body-font-primary-color) !important; }
    .quantity__button .icon {
      width: .625rem;
      height: .625rem; }
    .quantity__button--dec {
      border-radius: 55px 0 0 55px !important;
      border-right: none !important; }
    .quantity__button--inc {
      border-radius: 0 55px 55px 0 !important;
      border-left: none !important; }
  .quantity__label {
    font-weight: 700; }
  .quantity__input {
    height: 48px;
    text-align: center;
    border-radius: 0;
    appearance: textfield;
    width: 2ch !important;
    padding: 0 !important;
    border-top: 1px solid var(--hr-border-color-lightest) !important;
    border-bottom: 1px solid var(--hr-border-color-lightest) !important; }
    .quantity__input::-webkit-outer-spin-button, .quantity__input::-webkit-inner-spin-button {
      appearance: none;
      margin: 0; }
    .quantity__input:first-child:last-child[disabled] {
      min-width: 48px;
      border-radius: 64px; }

.payment-methods {
  margin: 24px 0; }
  .payment-methods__list {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px; }
    @media (min-width: 1024px) {
      .payment-methods__list {
        gap: 16px; } }
  .payment-methods__list-item {
    display: flex; }
  .payment-methods__icon {
    width: 42px;
    height: 30px; }

.sidebar--cart {
  width: 100%; }
  @media (min-width: 1024px) {
    .sidebar--cart {
      width: 420px; } }
  .sidebar--cart .sidebar__controls {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .sidebar--cart .sidebar__button {
    width: 100%; }
  .sidebar--cart .sidebar__info {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px 24px 0 24px;
    border-radius: var(--border-radius-medium) var(--border-radius-medium) 0 0;
    width: calc(100% + 32px);
    transform: translateX(-16px);
    background-color: var(--background-secondary-color); }

.error-message {
  background: var(--theme-secondary-color);
  color: var(--body-font-white-color);
  border-radius: var(--border-radius-large);
  border: 1px solid var(--hr-border-color);
  margin: 48px 0; }
  @media (min-width: 1024px) {
    .error-message {
      margin: 104px 0; } }
  .error-message__title {
    margin-bottom: 8px;
    margin-top: 0;
    color: inherit; }
  .error-message__description {
    font-size: .875rem;
    line-height: 1.5; }
    .error-message__description > * {
      margin-bottom: 12px; }
  .error-message__content {
    padding: 32px;
    height: 100%;
    align-content: center; }
    @media (min-width: 1280px) {
      .error-message__content {
        padding: 48px 64px; } }
  .error-message__image-container {
    aspect-ratio: 460 / 324;
    border-radius: var(--border-radius-large);
    overflow: hidden;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin: -1px -1px; }
  .error-message__picture {
    display: block;
    width: 100%;
    height: 100%; }
  .error-message__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .error-message__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 32px; }
    .error-message__actions .button {
      margin: 0; }
      @media (max-width: 575px) {
        .error-message__actions .button {
          width: 100%; } }

html {
  height: 100%;
  min-height: 100%;
  width: 100%;
  scroll-behavior: smooth; }
  html.overflow-hidden {
    height: 100vh;
    width: 100vw;
    overflow: hidden; }

body {
  padding: 0;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden !important;
  color: var(--body-font-primary-color);
  background-color: var(--background-primary-color); }
  body:has(#navigation:checked) {
    overflow: hidden; }

@media (min-width: 1024px) {
  main {
    padding: 40px 0 80px 0; } }

.body--product main {
  padding: 32px 0 0; }
  @media (min-width: 1024px) {
    .body--product main {
      padding: 64px 0 0; } }

.body--404 main {
  padding: 0; }
  @media (min-width: 1024px) {
    .body--404 main {
      padding: 0; } }

.body--cart main {
  padding: 32px 0; }
  @media (min-width: 1024px) {
    .body--cart main {
      padding: 60px 0; } }

.body:has(.account-navigation) main {
  padding: 48px 0; }
  @media (min-width: 768px) {
    .body:has(.account-navigation) main {
      padding: 16px 0; } }

main.content-page {
  padding: 0; }
  @media (min-width: 1024px) {
    main.content-page {
      padding: 0; } }

@media (max-width: 1023px) {
  main.customer-service {
    padding: 48px 0; } }

.cart .content {
  width: 100%; }
  @media (min-width: 1024px) {
    .cart .content {
      margin: 0 32px 0 0;
      flex: 1; } }

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1476px;
  margin: 0 auto;
  padding: 0 12px; }
  @media (max-width: 1475px) {
    .container {
      max-width: calc(1280px + 60px);
      padding: 0 calc(32px / 1); } }
  @media (max-width: 1279px) {
    .container {
      max-width: calc(1280px - 120px);
      padding: 0 calc(32px / 1); } }
  @media (max-width: 1023px) {
    .container {
      padding: 0 calc(32px / 2); } }
  .container--small {
    max-width: 700px; }
  .container--medium {
    max-width: 850px; }
  .container--fluid {
    max-width: 100%; }
  .container--full-width {
    max-width: 100%;
    padding: 0; }
    .container--full-width .row {
      margin: 0; }
  .container .container {
    padding: 0; }
    .container .container > .row {
      margin-left: 0;
      margin-right: 0; }
  .container .row--no-padding {
    padding-top: 0;
    padding-bottom: 0; }
  .container .row--no-top-padding {
    padding-top: 0; }
  .container .row--no-bottom-padding {
    padding-bottom: 0; }
  .container .row--justify-center {
    justify-content: center; }
  .container .row--justify-right {
    justify-content: end; }
  .container .row--justify-between {
    justify-content: space-between; }
  .container .row--justify-around {
    justify-content: space-around; }
  .container .row > .col--no-padding {
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 1023px) {
    .container .row > .col--lg-down--no-padding {
      padding-left: 0;
      padding-right: 0; } }
  .container .row > .col--no-left-padding {
    padding-left: 0; }
  .container .row > .col--no-right-padding {
    padding-right: 0; }
  @media (min-width: 768px) {
    .container .row > .col--md-big-padding-right {
      padding-right: 40px; } }
  @media (min-width: 768px) {
    .container .row > .col--md-big-padding-left {
      padding-left: 40px; } }

main.no-top-padding {
  padding-top: 0; }

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

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
  resize: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

label {
  cursor: pointer; }

a {
  text-decoration: none; }

ins {
  text-decoration: none; }

.hidden {
  display: none; }

@media (min-width: 768px) {
  .md-hidden {
    display: none !important; } }

@media (max-width: 767px) {
  .md-down-hidden {
    display: none !important; } }

@media (min-width: 1024px) {
  .lg-hidden {
    display: none !important; } }

@media (max-width: 1023px) {
  .lg-down-hidden {
    display: none !important; } }

@media (min-width: 1280px) {
  .xl-hidden {
    display: none !important; } }

@media (max-width: 1279px) {
  .xl-down-hidden {
    display: none !important; } }

.background--secondary {
  background-color: var(--background-secondary-color); }

.background--tertiary {
  background-color: var(--background-tertiary-color); }

.background--peach {
  background-color: var(--brand-color-peach); }

.background--green {
  background-color: var(--brand-color-green); }

.background--beige {
  background-color: var(--brand-color-beige); }

.background--orange {
  background-color: var(--brand-color-orange); }

.background--white {
  background-color: var(--brand-color-white); }

.background--blue {
  background-color: var(--brand-color-blue); }

.background--gold {
  background-color: var(--background-gold-color); }

@media (min-width: 768px) {
  .row--md-reverse {
    flex-direction: column-reverse; } }

@media (max-width: 767px) {
  .row--md-down-reverse {
    flex-direction: column-reverse; } }

@media (min-width: 1024px) {
  .row--lg-reverse {
    flex-direction: column-reverse; } }

@media (max-width: 1023px) {
  .row--lg-down-reverse {
    flex-direction: column-reverse; } }

.row > .col {
  container-type: inline-size; }
  @media (min-width: 768px) {
    .row > .col--md-hidden {
      display: none !important; } }
  @media (max-width: 767px) {
    .row > .col--md-down-hidden {
      display: none !important; } }
  @media (min-width: 1024px) {
    .row > .col--lg-hidden {
      display: none !important; } }
  @media (max-width: 1023px) {
    .row > .col--lg-down-hidden {
      display: none !important; } }

.row:has(.product-card), .row:has(.widget-aiden-banner) {
  margin-bottom: -32px; }
  @media (min-width: 1024px) {
    .row:has(.product-card), .row:has(.widget-aiden-banner) {
      margin-bottom: -64px; } }
  .row:has(.product-card) > .col:has(.product-card), .row:has(.product-card) > .col:has(.widget-aiden-banner), .row:has(.widget-aiden-banner) > .col:has(.product-card), .row:has(.widget-aiden-banner) > .col:has(.widget-aiden-banner) {
    margin-bottom: 32px; }
    @media (min-width: 1024px) {
      .row:has(.product-card) > .col:has(.product-card), .row:has(.product-card) > .col:has(.widget-aiden-banner), .row:has(.widget-aiden-banner) > .col:has(.product-card), .row:has(.widget-aiden-banner) > .col:has(.widget-aiden-banner) {
        margin-bottom: 64px; } }

[data-widget-id] {
  container-type: inline-size; }

.icon {
  width: 1.5rem;
  height: 1.5rem; }
  .icon--small {
    width: 1.125rem;
    height: 1.125rem; }

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

.index {
  padding: 80px 0; }

a:focus,
button:focus,
input:focus,
select:focus,
summary:focus,
textarea:focus,
*:focus {
  outline-style: dotted;
  outline-width: .2rem;
  outline-color: var(--theme-secondary-color);
  outline-offset: .25rem; }

.skip-link {
  box-shadow: 0 5px 10px 0 rgba(var(--shadow-color), 0.1);
  background: var(--background-primary-color);
  border-radius: 0 0 8px 8px;
  color: var(--body-font-primary-color);
  font-weight: 700;
  left: 50%;
  padding: 4px 16px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform .3s;
  z-index: 500; }
  .skip-link:focus {
    transform: translate(-50%, 0);
    outline-color: var(--background-primary-color); }

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

.TrengoWidgetLauncher__iframe {
  transition: bottom .2s ease-out .3s; }
  body:has(.product-fixed.fixed) .TrengoWidgetLauncher__iframe {
    bottom: 90px; }
    @media (min-width: 1024px) {
      body:has(.product-fixed.fixed) .TrengoWidgetLauncher__iframe {
        bottom: 140px; } }

#trengo-web-widget {
  z-index: 9; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid var(--theme-secondary-color) !important;
  outline-offset: 4px !important; }

input:focus + label {
  outline: 2px solid var(--theme-secondary-color) !important;
  outline-offset: 4px !important; }

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-top: 0;
  margin: 0;
  line-height: var(--headings-font-line-height); }

body h1,
body .heading--h1 {
  font-size: calc(var(--h1-font-size-mobile) / var(--body-font-size) * 1rem);
  line-height: var(--h1-font-line-height); }
  @media (min-width: 1024px) {
    body h1,
    body .heading--h1 {
      font-size: calc(var(--h1-font-size) / var(--body-font-size) * 1rem); } }

body h2,
body .heading--h2 {
  font-size: calc(var(--h2-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 1024px) {
    body h2,
    body .heading--h2 {
      font-size: calc(var(--h2-font-size) / var(--body-font-size) * 1rem); } }

body h3,
body .heading--h3 {
  font-size: calc(var(--h3-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 1024px) {
    body h3,
    body .heading--h3 {
      font-size: calc(var(--h3-font-size) / var(--body-font-size) * 1rem); } }

body h4,
body .heading--h4 {
  font-size: calc(var(--h4-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 1024px) {
    body h4,
    body .heading--h4 {
      font-size: calc(var(--h4-font-size) / var(--body-font-size) * 1rem); } }

body h5,
body .heading--h5 {
  font-size: calc(var(--h5-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 1024px) {
    body h5,
    body .heading--h5 {
      font-size: calc(var(--h5-font-size) / var(--body-font-size) * 1rem); } }

body h6,
body .heading--h6 {
  font-size: calc(var(--h6-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 1024px) {
    body h6,
    body .heading--h6 {
      font-size: calc(var(--h6-font-size) / var(--body-font-size) * 1rem); } }

body .heading--mb16 {
  margin-bottom: 16px; }

body .heading--mb24 {
  margin-bottom: 24px; }

body .heading--mb32 {
  margin-bottom: 32px; }

body .heading--mb48 {
  margin-bottom: 48px; }

body .heading--mb64 {
  margin-bottom: 64px; }

html {
  font-size: 16px; }

body {
  font-family: var(--body-font), sans-serif;
  font-optical-sizing: auto;
  font-size: calc(var(--body-font-size) / var(--body-font-size) * 1rem);
  font-weight: var(--body-font-weight);
  font-style: normal;
  line-height: var(--body-font-line-height); }

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d; }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

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

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg); }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.row {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-right: -16px;
  margin-left: -16px; }
  .row .cell {
    display: inline-block; }
    .row .cell > * {
      flex-grow: 1; }
  .row > .col {
    flex-basis: 0%;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 16px; }
  .row--horizontal {
    flex-direction: row; }
  .row--vertical {
    flex-direction: column;
    align-items: stretch; }
    .row--vertical > .col {
      flex-basis: auto; }
  .row > .col--1 {
    flex: 0 0 auto;
    width: 100%; }
  .row > .col--1\/2 {
    flex: 0 0 auto;
    width: 50%; }
  .row > .col--1\/3 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row > .col--2\/3 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .row > .col--1\/4 {
    flex: 0 0 auto;
    width: 25%; }
  .row > .col--2\/4 {
    flex: 0 0 auto;
    width: 50%; }
  .row > .col--3\/4 {
    flex: 0 0 auto;
    width: 75%; }
  .row > .col--1\/5 {
    flex: 0 0 auto;
    width: 20%; }
  .row > .col--2\/5 {
    flex: 0 0 auto;
    width: 40%; }
  .row > .col--3\/5 {
    flex: 0 0 auto;
    width: 60%; }
  .row > .col--4\/5 {
    flex: 0 0 auto;
    width: 80%; }
  .row > .col--1\/6 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .row > .col--2\/6 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row > .col--3\/6 {
    flex: 0 0 auto;
    width: 50%; }
  .row > .col--4\/6 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .row > .col--5\/6 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .row > .col--1\/12 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .row > .col--2\/12 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .row > .col--3\/12 {
    flex: 0 0 auto;
    width: 25%; }
  .row > .col--4\/12 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row > .col--5\/12 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .row > .col--6\/12 {
    flex: 0 0 auto;
    width: 50%; }
  .row > .col--7\/12 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .row > .col--8\/12 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .row > .col--9\/12 {
    flex: 0 0 auto;
    width: 75%; }
  .row > .col--10\/12 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .row > .col--11\/12 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .row--content-stretch .cell {
    display: flex; }
    .row--content-stretch .cell > * {
      flex-grow: 1; }
  .row--content-unstretch .cell {
    display: inline-block; }
    .row--content-unstretch .cell > * {
      flex-grow: 1; }
  .row--align-stretch {
    align-items: stretch; }
  .row--align-start {
    align-items: flex-start; }
  .row--align-end {
    align-items: flex-end; }
  .row--align-center {
    align-items: center; }
  .row--align-baseline {
    align-items: baseline; }
  .row--justify-start {
    justify-content: flex-start; }
  .row--justify-end {
    justify-content: flex-end; }
  .row--justify-center {
    justify-content: center; }
  .row--justify-space-between {
    justify-content: space-between; }
  .row--justify-space-around {
    justify-content: space-around; }
  .row--justify-space-evenly {
    justify-content: space-evenly; }
  .row--wrap {
    flex-wrap: wrap; }
    .row--wrap > .col {
      flex-basis: auto; }
  .row--wrap-reverse {
    flex-wrap: wrap-reverse; }
    .row--wrap-reverse > .col {
      flex-basis: auto; }
  .row--nowrap {
    flex-wrap: nowrap; }
  .row > .col--order-start {
    order: -1; }
  .row > .col--order-end {
    order: 26; }
  .row > .col--order-1 {
    order: 0; }
  .row > .col--order-2 {
    order: 1; }
  .row > .col--order-3 {
    order: 2; }
  .row > .col--order-4 {
    order: 3; }
  .row > .col--order-5 {
    order: 4; }
  .row > .col--order-6 {
    order: 5; }
  .row > .col--order-7 {
    order: 6; }
  .row > .col--order-8 {
    order: 7; }
  .row > .col--order-9 {
    order: 8; }
  .row > .col--order-10 {
    order: 9; }
  .row > .col--order-11 {
    order: 10; }
  .row > .col--order-12 {
    order: 11; }
  .row > .col--order-13 {
    order: 12; }
  .row > .col--order-14 {
    order: 13; }
  .row > .col--order-15 {
    order: 14; }
  .row > .col--order-16 {
    order: 15; }
  .row > .col--order-17 {
    order: 16; }
  .row > .col--order-18 {
    order: 17; }
  .row > .col--order-19 {
    order: 18; }
  .row > .col--order-20 {
    order: 19; }
  .row > .col--order-21 {
    order: 20; }
  .row > .col--order-22 {
    order: 21; }
  .row > .col--order-23 {
    order: 22; }
  .row > .col--order-24 {
    order: 23; }
  .row > .col--order-25 {
    order: 24; }
  .row > .col--order-26 {
    order: 25; }
  .row > .col--offset-0 {
    margin-left: 0; }
  .row > .col--offset-1 {
    margin-left: 100%; }
  .row > .col--offset-1\/2 {
    margin-left: 50%; }
  .row > .col--offset-1\/3 {
    margin-left: 33.33333%; }
  .row > .col--offset-2\/3 {
    margin-left: 66.66667%; }
  .row > .col--offset-1\/4 {
    margin-left: 25%; }
  .row > .col--offset-2\/4 {
    margin-left: 50%; }
  .row > .col--offset-3\/4 {
    margin-left: 75%; }
  .row > .col--offset-1\/5 {
    margin-left: 20%; }
  .row > .col--offset-2\/5 {
    margin-left: 40%; }
  .row > .col--offset-3\/5 {
    margin-left: 60%; }
  .row > .col--offset-4\/5 {
    margin-left: 80%; }
  .row > .col--offset-1\/6 {
    margin-left: 16.66667%; }
  .row > .col--offset-2\/6 {
    margin-left: 33.33333%; }
  .row > .col--offset-3\/6 {
    margin-left: 50%; }
  .row > .col--offset-4\/6 {
    margin-left: 66.66667%; }
  .row > .col--offset-5\/6 {
    margin-left: 83.33333%; }
  .row > .col--offset-1\/12 {
    margin-left: 8.33333%; }
  .row > .col--offset-2\/12 {
    margin-left: 16.66667%; }
  .row > .col--offset-3\/12 {
    margin-left: 25%; }
  .row > .col--offset-4\/12 {
    margin-left: 33.33333%; }
  .row > .col--offset-5\/12 {
    margin-left: 41.66667%; }
  .row > .col--offset-6\/12 {
    margin-left: 50%; }
  .row > .col--offset-7\/12 {
    margin-left: 58.33333%; }
  .row > .col--offset-8\/12 {
    margin-left: 66.66667%; }
  .row > .col--offset-9\/12 {
    margin-left: 75%; }
  .row > .col--offset-10\/12 {
    margin-left: 83.33333%; }
  .row > .col--offset-11\/12 {
    margin-left: 91.66667%; }
  .row--collapsed > .col {
    padding: 0; }
  .row--expanded > .col {
    padding: 0 16px; }
  .row > .col--collapsed {
    padding: 0; }
  .row > .col--expanded {
    padding: 0 16px; }
  .row > .col--align-start {
    align-self: flex-start; }
  .row > .col--align-end {
    align-self: flex-end; }
  .row > .col--align-center {
    align-self: center; }
  .row > .col--align-stretch {
    align-self: stretch; }
  .row > .col--align-baseline {
    align-self: baseline; }
  .row > .col--content-stretch {
    display: flex; }
    .row > .col--content-stretch > * {
      flex-grow: 1; }
  .row > .col--content-unstretch {
    display: inline-block; }
    .row > .col--content-unstretch > * {
      flex-grow: 1; }
  @media (min-width: 375px) {
    .row > .col--xs-1 {
      flex: 0 0 auto;
      width: 100%; }
    .row > .col--xs-1\/2 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--xs-1\/3 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--xs-2\/3 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--xs-1\/4 {
      flex: 0 0 auto;
      width: 25%; }
    .row > .col--xs-2\/4 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--xs-3\/4 {
      flex: 0 0 auto;
      width: 75%; }
    .row > .col--xs-1\/5 {
      flex: 0 0 auto;
      width: 20%; }
    .row > .col--xs-2\/5 {
      flex: 0 0 auto;
      width: 40%; }
    .row > .col--xs-3\/5 {
      flex: 0 0 auto;
      width: 60%; }
    .row > .col--xs-4\/5 {
      flex: 0 0 auto;
      width: 80%; }
    .row > .col--xs-1\/6 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row > .col--xs-2\/6 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--xs-3\/6 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--xs-4\/6 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--xs-5\/6 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row > .col--xs-1\/12 {
      flex: 0 0 auto;
      width: 8.33333%; }
    .row > .col--xs-2\/12 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row > .col--xs-3\/12 {
      flex: 0 0 auto;
      width: 25%; }
    .row > .col--xs-4\/12 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--xs-5\/12 {
      flex: 0 0 auto;
      width: 41.66667%; }
    .row > .col--xs-6\/12 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--xs-7\/12 {
      flex: 0 0 auto;
      width: 58.33333%; }
    .row > .col--xs-8\/12 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--xs-9\/12 {
      flex: 0 0 auto;
      width: 75%; }
    .row > .col--xs-10\/12 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row > .col--xs-11\/12 {
      flex: 0 0 auto;
      width: 91.66667%; }
    .row--xs-horizontal {
      flex-direction: row; }
    .row--xs-vertical {
      flex-direction: column;
      align-items: stretch; }
      .row--xs-vertical > .col {
        flex-basis: auto; }
    .row--xs-content-stretch .cell {
      display: flex; }
      .row--xs-content-stretch .cell > * {
        flex-grow: 1; }
    .row--xs-content-unstretch .cell {
      display: inline-block; }
      .row--xs-content-unstretch .cell > * {
        flex-grow: 1; }
    .row > .col--xs-content-stretch {
      display: flex; }
      .row > .col--xs-content-stretch > * {
        flex-grow: 1; }
    .row > .col--xs-content-unstretch {
      display: inline-block; }
      .row > .col--xs-content-unstretch > * {
        flex-grow: 1; }
    .row--xs-align-stretch {
      align-items: stretch; }
    .row--xs-align-start {
      align-items: flex-start; }
    .row--xs-align-end {
      align-items: flex-end; }
    .row--xs-align-center {
      align-items: center; }
    .row--xs-align-baseline {
      align-items: baseline; }
    .row--xs-justify-start {
      justify-content: flex-start; }
    .row--xs-justify-end {
      justify-content: flex-end; }
    .row--xs-justify-center {
      justify-content: center; }
    .row--xs-justify-space-between {
      justify-content: space-between; }
    .row--xs-justify-space-around {
      justify-content: space-around; }
    .row--xs-justify-space-evenly {
      justify-content: space-evenly; }
    .row--xs-wrap {
      flex-wrap: wrap; }
      .row--xs-wrap > .col {
        flex-basis: auto; }
    .row--xs-wrap-reverse {
      flex-wrap: wrap-reverse; }
      .row--xs-wrap-reverse > .col {
        flex-basis: auto; }
    .row--xs-nowrap {
      flex-wrap: nowrap; }
    .row > .col--xs-order-start {
      order: -1; }
    .row > .col--xs-order-end {
      order: 26; }
    .row > .col--xs-order-1 {
      order: 0; }
    .row > .col--xs-order-2 {
      order: 1; }
    .row > .col--xs-order-3 {
      order: 2; }
    .row > .col--xs-order-4 {
      order: 3; }
    .row > .col--xs-order-5 {
      order: 4; }
    .row > .col--xs-order-6 {
      order: 5; }
    .row > .col--xs-order-7 {
      order: 6; }
    .row > .col--xs-order-8 {
      order: 7; }
    .row > .col--xs-order-9 {
      order: 8; }
    .row > .col--xs-order-10 {
      order: 9; }
    .row > .col--xs-order-11 {
      order: 10; }
    .row > .col--xs-order-12 {
      order: 11; }
    .row > .col--xs-order-13 {
      order: 12; }
    .row > .col--xs-order-14 {
      order: 13; }
    .row > .col--xs-order-15 {
      order: 14; }
    .row > .col--xs-order-16 {
      order: 15; }
    .row > .col--xs-order-17 {
      order: 16; }
    .row > .col--xs-order-18 {
      order: 17; }
    .row > .col--xs-order-19 {
      order: 18; }
    .row > .col--xs-order-20 {
      order: 19; }
    .row > .col--xs-order-21 {
      order: 20; }
    .row > .col--xs-order-22 {
      order: 21; }
    .row > .col--xs-order-23 {
      order: 22; }
    .row > .col--xs-order-24 {
      order: 23; }
    .row > .col--xs-order-25 {
      order: 24; }
    .row > .col--xs-order-26 {
      order: 25; }
    .row > .col--xs-offset-0 {
      margin-left: 0; }
    .row > .col--xs-offset-1 {
      margin-left: 100%; }
    .row > .col--xs-offset-1\/2 {
      margin-left: 50%; }
    .row > .col--xs-offset-1\/3 {
      margin-left: 33.33333%; }
    .row > .col--xs-offset-2\/3 {
      margin-left: 66.66667%; }
    .row > .col--xs-offset-1\/4 {
      margin-left: 25%; }
    .row > .col--xs-offset-2\/4 {
      margin-left: 50%; }
    .row > .col--xs-offset-3\/4 {
      margin-left: 75%; }
    .row > .col--xs-offset-1\/5 {
      margin-left: 20%; }
    .row > .col--xs-offset-2\/5 {
      margin-left: 40%; }
    .row > .col--xs-offset-3\/5 {
      margin-left: 60%; }
    .row > .col--xs-offset-4\/5 {
      margin-left: 80%; }
    .row > .col--xs-offset-1\/6 {
      margin-left: 16.66667%; }
    .row > .col--xs-offset-2\/6 {
      margin-left: 33.33333%; }
    .row > .col--xs-offset-3\/6 {
      margin-left: 50%; }
    .row > .col--xs-offset-4\/6 {
      margin-left: 66.66667%; }
    .row > .col--xs-offset-5\/6 {
      margin-left: 83.33333%; }
    .row > .col--xs-offset-1\/12 {
      margin-left: 8.33333%; }
    .row > .col--xs-offset-2\/12 {
      margin-left: 16.66667%; }
    .row > .col--xs-offset-3\/12 {
      margin-left: 25%; }
    .row > .col--xs-offset-4\/12 {
      margin-left: 33.33333%; }
    .row > .col--xs-offset-5\/12 {
      margin-left: 41.66667%; }
    .row > .col--xs-offset-6\/12 {
      margin-left: 50%; }
    .row > .col--xs-offset-7\/12 {
      margin-left: 58.33333%; }
    .row > .col--xs-offset-8\/12 {
      margin-left: 66.66667%; }
    .row > .col--xs-offset-9\/12 {
      margin-left: 75%; }
    .row > .col--xs-offset-10\/12 {
      margin-left: 83.33333%; }
    .row > .col--xs-offset-11\/12 {
      margin-left: 91.66667%; }
    .row--xs-collapsed > .col {
      padding: 0; }
    .row--xs-expanded > .col {
      padding: 0 16px; }
    .row > .col--xs-collapsed {
      padding: 0; }
    .row > .col--xs-expanded {
      padding: 0 16px; }
    .row > .col--xs-align-start {
      align-self: flex-start; }
    .row > .col--xs-align-end {
      align-self: flex-end; }
    .row > .col--xs-align-center {
      align-self: center; }
    .row > .col--xs-align-stretch {
      align-self: stretch; }
    .row > .col--xs-align-baseline {
      align-self: baseline; } }
  @media (min-width: 576px) {
    .row > .col--sm-1 {
      flex: 0 0 auto;
      width: 100%; }
    .row > .col--sm-1\/2 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--sm-1\/3 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--sm-2\/3 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--sm-1\/4 {
      flex: 0 0 auto;
      width: 25%; }
    .row > .col--sm-2\/4 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--sm-3\/4 {
      flex: 0 0 auto;
      width: 75%; }
    .row > .col--sm-1\/5 {
      flex: 0 0 auto;
      width: 20%; }
    .row > .col--sm-2\/5 {
      flex: 0 0 auto;
      width: 40%; }
    .row > .col--sm-3\/5 {
      flex: 0 0 auto;
      width: 60%; }
    .row > .col--sm-4\/5 {
      flex: 0 0 auto;
      width: 80%; }
    .row > .col--sm-1\/6 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row > .col--sm-2\/6 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--sm-3\/6 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--sm-4\/6 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--sm-5\/6 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row > .col--sm-1\/12 {
      flex: 0 0 auto;
      width: 8.33333%; }
    .row > .col--sm-2\/12 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row > .col--sm-3\/12 {
      flex: 0 0 auto;
      width: 25%; }
    .row > .col--sm-4\/12 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--sm-5\/12 {
      flex: 0 0 auto;
      width: 41.66667%; }
    .row > .col--sm-6\/12 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--sm-7\/12 {
      flex: 0 0 auto;
      width: 58.33333%; }
    .row > .col--sm-8\/12 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--sm-9\/12 {
      flex: 0 0 auto;
      width: 75%; }
    .row > .col--sm-10\/12 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row > .col--sm-11\/12 {
      flex: 0 0 auto;
      width: 91.66667%; }
    .row--sm-horizontal {
      flex-direction: row; }
    .row--sm-vertical {
      flex-direction: column;
      align-items: stretch; }
      .row--sm-vertical > .col {
        flex-basis: auto; }
    .row--sm-content-stretch .cell {
      display: flex; }
      .row--sm-content-stretch .cell > * {
        flex-grow: 1; }
    .row--sm-content-unstretch .cell {
      display: inline-block; }
      .row--sm-content-unstretch .cell > * {
        flex-grow: 1; }
    .row > .col--sm-content-stretch {
      display: flex; }
      .row > .col--sm-content-stretch > * {
        flex-grow: 1; }
    .row > .col--sm-content-unstretch {
      display: inline-block; }
      .row > .col--sm-content-unstretch > * {
        flex-grow: 1; }
    .row--sm-align-stretch {
      align-items: stretch; }
    .row--sm-align-start {
      align-items: flex-start; }
    .row--sm-align-end {
      align-items: flex-end; }
    .row--sm-align-center {
      align-items: center; }
    .row--sm-align-baseline {
      align-items: baseline; }
    .row--sm-justify-start {
      justify-content: flex-start; }
    .row--sm-justify-end {
      justify-content: flex-end; }
    .row--sm-justify-center {
      justify-content: center; }
    .row--sm-justify-space-between {
      justify-content: space-between; }
    .row--sm-justify-space-around {
      justify-content: space-around; }
    .row--sm-justify-space-evenly {
      justify-content: space-evenly; }
    .row--sm-wrap {
      flex-wrap: wrap; }
      .row--sm-wrap > .col {
        flex-basis: auto; }
    .row--sm-wrap-reverse {
      flex-wrap: wrap-reverse; }
      .row--sm-wrap-reverse > .col {
        flex-basis: auto; }
    .row--sm-nowrap {
      flex-wrap: nowrap; }
    .row > .col--sm-order-start {
      order: -1; }
    .row > .col--sm-order-end {
      order: 26; }
    .row > .col--sm-order-1 {
      order: 0; }
    .row > .col--sm-order-2 {
      order: 1; }
    .row > .col--sm-order-3 {
      order: 2; }
    .row > .col--sm-order-4 {
      order: 3; }
    .row > .col--sm-order-5 {
      order: 4; }
    .row > .col--sm-order-6 {
      order: 5; }
    .row > .col--sm-order-7 {
      order: 6; }
    .row > .col--sm-order-8 {
      order: 7; }
    .row > .col--sm-order-9 {
      order: 8; }
    .row > .col--sm-order-10 {
      order: 9; }
    .row > .col--sm-order-11 {
      order: 10; }
    .row > .col--sm-order-12 {
      order: 11; }
    .row > .col--sm-order-13 {
      order: 12; }
    .row > .col--sm-order-14 {
      order: 13; }
    .row > .col--sm-order-15 {
      order: 14; }
    .row > .col--sm-order-16 {
      order: 15; }
    .row > .col--sm-order-17 {
      order: 16; }
    .row > .col--sm-order-18 {
      order: 17; }
    .row > .col--sm-order-19 {
      order: 18; }
    .row > .col--sm-order-20 {
      order: 19; }
    .row > .col--sm-order-21 {
      order: 20; }
    .row > .col--sm-order-22 {
      order: 21; }
    .row > .col--sm-order-23 {
      order: 22; }
    .row > .col--sm-order-24 {
      order: 23; }
    .row > .col--sm-order-25 {
      order: 24; }
    .row > .col--sm-order-26 {
      order: 25; }
    .row > .col--sm-offset-0 {
      margin-left: 0; }
    .row > .col--sm-offset-1 {
      margin-left: 100%; }
    .row > .col--sm-offset-1\/2 {
      margin-left: 50%; }
    .row > .col--sm-offset-1\/3 {
      margin-left: 33.33333%; }
    .row > .col--sm-offset-2\/3 {
      margin-left: 66.66667%; }
    .row > .col--sm-offset-1\/4 {
      margin-left: 25%; }
    .row > .col--sm-offset-2\/4 {
      margin-left: 50%; }
    .row > .col--sm-offset-3\/4 {
      margin-left: 75%; }
    .row > .col--sm-offset-1\/5 {
      margin-left: 20%; }
    .row > .col--sm-offset-2\/5 {
      margin-left: 40%; }
    .row > .col--sm-offset-3\/5 {
      margin-left: 60%; }
    .row > .col--sm-offset-4\/5 {
      margin-left: 80%; }
    .row > .col--sm-offset-1\/6 {
      margin-left: 16.66667%; }
    .row > .col--sm-offset-2\/6 {
      margin-left: 33.33333%; }
    .row > .col--sm-offset-3\/6 {
      margin-left: 50%; }
    .row > .col--sm-offset-4\/6 {
      margin-left: 66.66667%; }
    .row > .col--sm-offset-5\/6 {
      margin-left: 83.33333%; }
    .row > .col--sm-offset-1\/12 {
      margin-left: 8.33333%; }
    .row > .col--sm-offset-2\/12 {
      margin-left: 16.66667%; }
    .row > .col--sm-offset-3\/12 {
      margin-left: 25%; }
    .row > .col--sm-offset-4\/12 {
      margin-left: 33.33333%; }
    .row > .col--sm-offset-5\/12 {
      margin-left: 41.66667%; }
    .row > .col--sm-offset-6\/12 {
      margin-left: 50%; }
    .row > .col--sm-offset-7\/12 {
      margin-left: 58.33333%; }
    .row > .col--sm-offset-8\/12 {
      margin-left: 66.66667%; }
    .row > .col--sm-offset-9\/12 {
      margin-left: 75%; }
    .row > .col--sm-offset-10\/12 {
      margin-left: 83.33333%; }
    .row > .col--sm-offset-11\/12 {
      margin-left: 91.66667%; }
    .row--sm-collapsed > .col {
      padding: 0; }
    .row--sm-expanded > .col {
      padding: 0 16px; }
    .row > .col--sm-collapsed {
      padding: 0; }
    .row > .col--sm-expanded {
      padding: 0 16px; }
    .row > .col--sm-align-start {
      align-self: flex-start; }
    .row > .col--sm-align-end {
      align-self: flex-end; }
    .row > .col--sm-align-center {
      align-self: center; }
    .row > .col--sm-align-stretch {
      align-self: stretch; }
    .row > .col--sm-align-baseline {
      align-self: baseline; } }
  @media (min-width: 768px) {
    .row > .col--md-1 {
      flex: 0 0 auto;
      width: 100%; }
    .row > .col--md-1\/2 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--md-1\/3 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--md-2\/3 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--md-1\/4 {
      flex: 0 0 auto;
      width: 25%; }
    .row > .col--md-2\/4 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--md-3\/4 {
      flex: 0 0 auto;
      width: 75%; }
    .row > .col--md-1\/5 {
      flex: 0 0 auto;
      width: 20%; }
    .row > .col--md-2\/5 {
      flex: 0 0 auto;
      width: 40%; }
    .row > .col--md-3\/5 {
      flex: 0 0 auto;
      width: 60%; }
    .row > .col--md-4\/5 {
      flex: 0 0 auto;
      width: 80%; }
    .row > .col--md-1\/6 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row > .col--md-2\/6 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--md-3\/6 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--md-4\/6 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--md-5\/6 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row > .col--md-1\/12 {
      flex: 0 0 auto;
      width: 8.33333%; }
    .row > .col--md-2\/12 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row > .col--md-3\/12 {
      flex: 0 0 auto;
      width: 25%; }
    .row > .col--md-4\/12 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--md-5\/12 {
      flex: 0 0 auto;
      width: 41.66667%; }
    .row > .col--md-6\/12 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--md-7\/12 {
      flex: 0 0 auto;
      width: 58.33333%; }
    .row > .col--md-8\/12 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--md-9\/12 {
      flex: 0 0 auto;
      width: 75%; }
    .row > .col--md-10\/12 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row > .col--md-11\/12 {
      flex: 0 0 auto;
      width: 91.66667%; }
    .row--md-horizontal {
      flex-direction: row; }
    .row--md-vertical {
      flex-direction: column;
      align-items: stretch; }
      .row--md-vertical > .col {
        flex-basis: auto; }
    .row--md-content-stretch .cell {
      display: flex; }
      .row--md-content-stretch .cell > * {
        flex-grow: 1; }
    .row--md-content-unstretch .cell {
      display: inline-block; }
      .row--md-content-unstretch .cell > * {
        flex-grow: 1; }
    .row > .col--md-content-stretch {
      display: flex; }
      .row > .col--md-content-stretch > * {
        flex-grow: 1; }
    .row > .col--md-content-unstretch {
      display: inline-block; }
      .row > .col--md-content-unstretch > * {
        flex-grow: 1; }
    .row--md-align-stretch {
      align-items: stretch; }
    .row--md-align-start {
      align-items: flex-start; }
    .row--md-align-end {
      align-items: flex-end; }
    .row--md-align-center {
      align-items: center; }
    .row--md-align-baseline {
      align-items: baseline; }
    .row--md-justify-start {
      justify-content: flex-start; }
    .row--md-justify-end {
      justify-content: flex-end; }
    .row--md-justify-center {
      justify-content: center; }
    .row--md-justify-space-between {
      justify-content: space-between; }
    .row--md-justify-space-around {
      justify-content: space-around; }
    .row--md-justify-space-evenly {
      justify-content: space-evenly; }
    .row--md-wrap {
      flex-wrap: wrap; }
      .row--md-wrap > .col {
        flex-basis: auto; }
    .row--md-wrap-reverse {
      flex-wrap: wrap-reverse; }
      .row--md-wrap-reverse > .col {
        flex-basis: auto; }
    .row--md-nowrap {
      flex-wrap: nowrap; }
    .row > .col--md-order-start {
      order: -1; }
    .row > .col--md-order-end {
      order: 26; }
    .row > .col--md-order-1 {
      order: 0; }
    .row > .col--md-order-2 {
      order: 1; }
    .row > .col--md-order-3 {
      order: 2; }
    .row > .col--md-order-4 {
      order: 3; }
    .row > .col--md-order-5 {
      order: 4; }
    .row > .col--md-order-6 {
      order: 5; }
    .row > .col--md-order-7 {
      order: 6; }
    .row > .col--md-order-8 {
      order: 7; }
    .row > .col--md-order-9 {
      order: 8; }
    .row > .col--md-order-10 {
      order: 9; }
    .row > .col--md-order-11 {
      order: 10; }
    .row > .col--md-order-12 {
      order: 11; }
    .row > .col--md-order-13 {
      order: 12; }
    .row > .col--md-order-14 {
      order: 13; }
    .row > .col--md-order-15 {
      order: 14; }
    .row > .col--md-order-16 {
      order: 15; }
    .row > .col--md-order-17 {
      order: 16; }
    .row > .col--md-order-18 {
      order: 17; }
    .row > .col--md-order-19 {
      order: 18; }
    .row > .col--md-order-20 {
      order: 19; }
    .row > .col--md-order-21 {
      order: 20; }
    .row > .col--md-order-22 {
      order: 21; }
    .row > .col--md-order-23 {
      order: 22; }
    .row > .col--md-order-24 {
      order: 23; }
    .row > .col--md-order-25 {
      order: 24; }
    .row > .col--md-order-26 {
      order: 25; }
    .row > .col--md-offset-0 {
      margin-left: 0; }
    .row > .col--md-offset-1 {
      margin-left: 100%; }
    .row > .col--md-offset-1\/2 {
      margin-left: 50%; }
    .row > .col--md-offset-1\/3 {
      margin-left: 33.33333%; }
    .row > .col--md-offset-2\/3 {
      margin-left: 66.66667%; }
    .row > .col--md-offset-1\/4 {
      margin-left: 25%; }
    .row > .col--md-offset-2\/4 {
      margin-left: 50%; }
    .row > .col--md-offset-3\/4 {
      margin-left: 75%; }
    .row > .col--md-offset-1\/5 {
      margin-left: 20%; }
    .row > .col--md-offset-2\/5 {
      margin-left: 40%; }
    .row > .col--md-offset-3\/5 {
      margin-left: 60%; }
    .row > .col--md-offset-4\/5 {
      margin-left: 80%; }
    .row > .col--md-offset-1\/6 {
      margin-left: 16.66667%; }
    .row > .col--md-offset-2\/6 {
      margin-left: 33.33333%; }
    .row > .col--md-offset-3\/6 {
      margin-left: 50%; }
    .row > .col--md-offset-4\/6 {
      margin-left: 66.66667%; }
    .row > .col--md-offset-5\/6 {
      margin-left: 83.33333%; }
    .row > .col--md-offset-1\/12 {
      margin-left: 8.33333%; }
    .row > .col--md-offset-2\/12 {
      margin-left: 16.66667%; }
    .row > .col--md-offset-3\/12 {
      margin-left: 25%; }
    .row > .col--md-offset-4\/12 {
      margin-left: 33.33333%; }
    .row > .col--md-offset-5\/12 {
      margin-left: 41.66667%; }
    .row > .col--md-offset-6\/12 {
      margin-left: 50%; }
    .row > .col--md-offset-7\/12 {
      margin-left: 58.33333%; }
    .row > .col--md-offset-8\/12 {
      margin-left: 66.66667%; }
    .row > .col--md-offset-9\/12 {
      margin-left: 75%; }
    .row > .col--md-offset-10\/12 {
      margin-left: 83.33333%; }
    .row > .col--md-offset-11\/12 {
      margin-left: 91.66667%; }
    .row--md-collapsed > .col {
      padding: 0; }
    .row--md-expanded > .col {
      padding: 0 16px; }
    .row > .col--md-collapsed {
      padding: 0; }
    .row > .col--md-expanded {
      padding: 0 16px; }
    .row > .col--md-align-start {
      align-self: flex-start; }
    .row > .col--md-align-end {
      align-self: flex-end; }
    .row > .col--md-align-center {
      align-self: center; }
    .row > .col--md-align-stretch {
      align-self: stretch; }
    .row > .col--md-align-baseline {
      align-self: baseline; } }
  @media (min-width: 1024px) {
    .row > .col--lg-1 {
      flex: 0 0 auto;
      width: 100%; }
    .row > .col--lg-1\/2 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--lg-1\/3 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--lg-2\/3 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--lg-1\/4 {
      flex: 0 0 auto;
      width: 25%; }
    .row > .col--lg-2\/4 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--lg-3\/4 {
      flex: 0 0 auto;
      width: 75%; }
    .row > .col--lg-1\/5 {
      flex: 0 0 auto;
      width: 20%; }
    .row > .col--lg-2\/5 {
      flex: 0 0 auto;
      width: 40%; }
    .row > .col--lg-3\/5 {
      flex: 0 0 auto;
      width: 60%; }
    .row > .col--lg-4\/5 {
      flex: 0 0 auto;
      width: 80%; }
    .row > .col--lg-1\/6 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row > .col--lg-2\/6 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--lg-3\/6 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--lg-4\/6 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--lg-5\/6 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row > .col--lg-1\/12 {
      flex: 0 0 auto;
      width: 8.33333%; }
    .row > .col--lg-2\/12 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row > .col--lg-3\/12 {
      flex: 0 0 auto;
      width: 25%; }
    .row > .col--lg-4\/12 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--lg-5\/12 {
      flex: 0 0 auto;
      width: 41.66667%; }
    .row > .col--lg-6\/12 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--lg-7\/12 {
      flex: 0 0 auto;
      width: 58.33333%; }
    .row > .col--lg-8\/12 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--lg-9\/12 {
      flex: 0 0 auto;
      width: 75%; }
    .row > .col--lg-10\/12 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row > .col--lg-11\/12 {
      flex: 0 0 auto;
      width: 91.66667%; }
    .row--lg-horizontal {
      flex-direction: row; }
    .row--lg-vertical {
      flex-direction: column;
      align-items: stretch; }
      .row--lg-vertical > .col {
        flex-basis: auto; }
    .row--lg-content-stretch .cell {
      display: flex; }
      .row--lg-content-stretch .cell > * {
        flex-grow: 1; }
    .row--lg-content-unstretch .cell {
      display: inline-block; }
      .row--lg-content-unstretch .cell > * {
        flex-grow: 1; }
    .row > .col--lg-content-stretch {
      display: flex; }
      .row > .col--lg-content-stretch > * {
        flex-grow: 1; }
    .row > .col--lg-content-unstretch {
      display: inline-block; }
      .row > .col--lg-content-unstretch > * {
        flex-grow: 1; }
    .row--lg-align-stretch {
      align-items: stretch; }
    .row--lg-align-start {
      align-items: flex-start; }
    .row--lg-align-end {
      align-items: flex-end; }
    .row--lg-align-center {
      align-items: center; }
    .row--lg-align-baseline {
      align-items: baseline; }
    .row--lg-justify-start {
      justify-content: flex-start; }
    .row--lg-justify-end {
      justify-content: flex-end; }
    .row--lg-justify-center {
      justify-content: center; }
    .row--lg-justify-space-between {
      justify-content: space-between; }
    .row--lg-justify-space-around {
      justify-content: space-around; }
    .row--lg-justify-space-evenly {
      justify-content: space-evenly; }
    .row--lg-wrap {
      flex-wrap: wrap; }
      .row--lg-wrap > .col {
        flex-basis: auto; }
    .row--lg-wrap-reverse {
      flex-wrap: wrap-reverse; }
      .row--lg-wrap-reverse > .col {
        flex-basis: auto; }
    .row--lg-nowrap {
      flex-wrap: nowrap; }
    .row > .col--lg-order-start {
      order: -1; }
    .row > .col--lg-order-end {
      order: 26; }
    .row > .col--lg-order-1 {
      order: 0; }
    .row > .col--lg-order-2 {
      order: 1; }
    .row > .col--lg-order-3 {
      order: 2; }
    .row > .col--lg-order-4 {
      order: 3; }
    .row > .col--lg-order-5 {
      order: 4; }
    .row > .col--lg-order-6 {
      order: 5; }
    .row > .col--lg-order-7 {
      order: 6; }
    .row > .col--lg-order-8 {
      order: 7; }
    .row > .col--lg-order-9 {
      order: 8; }
    .row > .col--lg-order-10 {
      order: 9; }
    .row > .col--lg-order-11 {
      order: 10; }
    .row > .col--lg-order-12 {
      order: 11; }
    .row > .col--lg-order-13 {
      order: 12; }
    .row > .col--lg-order-14 {
      order: 13; }
    .row > .col--lg-order-15 {
      order: 14; }
    .row > .col--lg-order-16 {
      order: 15; }
    .row > .col--lg-order-17 {
      order: 16; }
    .row > .col--lg-order-18 {
      order: 17; }
    .row > .col--lg-order-19 {
      order: 18; }
    .row > .col--lg-order-20 {
      order: 19; }
    .row > .col--lg-order-21 {
      order: 20; }
    .row > .col--lg-order-22 {
      order: 21; }
    .row > .col--lg-order-23 {
      order: 22; }
    .row > .col--lg-order-24 {
      order: 23; }
    .row > .col--lg-order-25 {
      order: 24; }
    .row > .col--lg-order-26 {
      order: 25; }
    .row > .col--lg-offset-0 {
      margin-left: 0; }
    .row > .col--lg-offset-1 {
      margin-left: 100%; }
    .row > .col--lg-offset-1\/2 {
      margin-left: 50%; }
    .row > .col--lg-offset-1\/3 {
      margin-left: 33.33333%; }
    .row > .col--lg-offset-2\/3 {
      margin-left: 66.66667%; }
    .row > .col--lg-offset-1\/4 {
      margin-left: 25%; }
    .row > .col--lg-offset-2\/4 {
      margin-left: 50%; }
    .row > .col--lg-offset-3\/4 {
      margin-left: 75%; }
    .row > .col--lg-offset-1\/5 {
      margin-left: 20%; }
    .row > .col--lg-offset-2\/5 {
      margin-left: 40%; }
    .row > .col--lg-offset-3\/5 {
      margin-left: 60%; }
    .row > .col--lg-offset-4\/5 {
      margin-left: 80%; }
    .row > .col--lg-offset-1\/6 {
      margin-left: 16.66667%; }
    .row > .col--lg-offset-2\/6 {
      margin-left: 33.33333%; }
    .row > .col--lg-offset-3\/6 {
      margin-left: 50%; }
    .row > .col--lg-offset-4\/6 {
      margin-left: 66.66667%; }
    .row > .col--lg-offset-5\/6 {
      margin-left: 83.33333%; }
    .row > .col--lg-offset-1\/12 {
      margin-left: 8.33333%; }
    .row > .col--lg-offset-2\/12 {
      margin-left: 16.66667%; }
    .row > .col--lg-offset-3\/12 {
      margin-left: 25%; }
    .row > .col--lg-offset-4\/12 {
      margin-left: 33.33333%; }
    .row > .col--lg-offset-5\/12 {
      margin-left: 41.66667%; }
    .row > .col--lg-offset-6\/12 {
      margin-left: 50%; }
    .row > .col--lg-offset-7\/12 {
      margin-left: 58.33333%; }
    .row > .col--lg-offset-8\/12 {
      margin-left: 66.66667%; }
    .row > .col--lg-offset-9\/12 {
      margin-left: 75%; }
    .row > .col--lg-offset-10\/12 {
      margin-left: 83.33333%; }
    .row > .col--lg-offset-11\/12 {
      margin-left: 91.66667%; }
    .row--lg-collapsed > .col {
      padding: 0; }
    .row--lg-expanded > .col {
      padding: 0 16px; }
    .row > .col--lg-collapsed {
      padding: 0; }
    .row > .col--lg-expanded {
      padding: 0 16px; }
    .row > .col--lg-align-start {
      align-self: flex-start; }
    .row > .col--lg-align-end {
      align-self: flex-end; }
    .row > .col--lg-align-center {
      align-self: center; }
    .row > .col--lg-align-stretch {
      align-self: stretch; }
    .row > .col--lg-align-baseline {
      align-self: baseline; } }
  @media (min-width: 1280px) {
    .row > .col--xl-1 {
      flex: 0 0 auto;
      width: 100%; }
    .row > .col--xl-1\/2 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--xl-1\/3 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--xl-2\/3 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--xl-1\/4 {
      flex: 0 0 auto;
      width: 25%; }
    .row > .col--xl-2\/4 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--xl-3\/4 {
      flex: 0 0 auto;
      width: 75%; }
    .row > .col--xl-1\/5 {
      flex: 0 0 auto;
      width: 20%; }
    .row > .col--xl-2\/5 {
      flex: 0 0 auto;
      width: 40%; }
    .row > .col--xl-3\/5 {
      flex: 0 0 auto;
      width: 60%; }
    .row > .col--xl-4\/5 {
      flex: 0 0 auto;
      width: 80%; }
    .row > .col--xl-1\/6 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row > .col--xl-2\/6 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--xl-3\/6 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--xl-4\/6 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--xl-5\/6 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row > .col--xl-1\/12 {
      flex: 0 0 auto;
      width: 8.33333%; }
    .row > .col--xl-2\/12 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row > .col--xl-3\/12 {
      flex: 0 0 auto;
      width: 25%; }
    .row > .col--xl-4\/12 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--xl-5\/12 {
      flex: 0 0 auto;
      width: 41.66667%; }
    .row > .col--xl-6\/12 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--xl-7\/12 {
      flex: 0 0 auto;
      width: 58.33333%; }
    .row > .col--xl-8\/12 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--xl-9\/12 {
      flex: 0 0 auto;
      width: 75%; }
    .row > .col--xl-10\/12 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row > .col--xl-11\/12 {
      flex: 0 0 auto;
      width: 91.66667%; }
    .row--xl-horizontal {
      flex-direction: row; }
    .row--xl-vertical {
      flex-direction: column;
      align-items: stretch; }
      .row--xl-vertical > .col {
        flex-basis: auto; }
    .row--xl-content-stretch .cell {
      display: flex; }
      .row--xl-content-stretch .cell > * {
        flex-grow: 1; }
    .row--xl-content-unstretch .cell {
      display: inline-block; }
      .row--xl-content-unstretch .cell > * {
        flex-grow: 1; }
    .row > .col--xl-content-stretch {
      display: flex; }
      .row > .col--xl-content-stretch > * {
        flex-grow: 1; }
    .row > .col--xl-content-unstretch {
      display: inline-block; }
      .row > .col--xl-content-unstretch > * {
        flex-grow: 1; }
    .row--xl-align-stretch {
      align-items: stretch; }
    .row--xl-align-start {
      align-items: flex-start; }
    .row--xl-align-end {
      align-items: flex-end; }
    .row--xl-align-center {
      align-items: center; }
    .row--xl-align-baseline {
      align-items: baseline; }
    .row--xl-justify-start {
      justify-content: flex-start; }
    .row--xl-justify-end {
      justify-content: flex-end; }
    .row--xl-justify-center {
      justify-content: center; }
    .row--xl-justify-space-between {
      justify-content: space-between; }
    .row--xl-justify-space-around {
      justify-content: space-around; }
    .row--xl-justify-space-evenly {
      justify-content: space-evenly; }
    .row--xl-wrap {
      flex-wrap: wrap; }
      .row--xl-wrap > .col {
        flex-basis: auto; }
    .row--xl-wrap-reverse {
      flex-wrap: wrap-reverse; }
      .row--xl-wrap-reverse > .col {
        flex-basis: auto; }
    .row--xl-nowrap {
      flex-wrap: nowrap; }
    .row > .col--xl-order-start {
      order: -1; }
    .row > .col--xl-order-end {
      order: 26; }
    .row > .col--xl-order-1 {
      order: 0; }
    .row > .col--xl-order-2 {
      order: 1; }
    .row > .col--xl-order-3 {
      order: 2; }
    .row > .col--xl-order-4 {
      order: 3; }
    .row > .col--xl-order-5 {
      order: 4; }
    .row > .col--xl-order-6 {
      order: 5; }
    .row > .col--xl-order-7 {
      order: 6; }
    .row > .col--xl-order-8 {
      order: 7; }
    .row > .col--xl-order-9 {
      order: 8; }
    .row > .col--xl-order-10 {
      order: 9; }
    .row > .col--xl-order-11 {
      order: 10; }
    .row > .col--xl-order-12 {
      order: 11; }
    .row > .col--xl-order-13 {
      order: 12; }
    .row > .col--xl-order-14 {
      order: 13; }
    .row > .col--xl-order-15 {
      order: 14; }
    .row > .col--xl-order-16 {
      order: 15; }
    .row > .col--xl-order-17 {
      order: 16; }
    .row > .col--xl-order-18 {
      order: 17; }
    .row > .col--xl-order-19 {
      order: 18; }
    .row > .col--xl-order-20 {
      order: 19; }
    .row > .col--xl-order-21 {
      order: 20; }
    .row > .col--xl-order-22 {
      order: 21; }
    .row > .col--xl-order-23 {
      order: 22; }
    .row > .col--xl-order-24 {
      order: 23; }
    .row > .col--xl-order-25 {
      order: 24; }
    .row > .col--xl-order-26 {
      order: 25; }
    .row > .col--xl-offset-0 {
      margin-left: 0; }
    .row > .col--xl-offset-1 {
      margin-left: 100%; }
    .row > .col--xl-offset-1\/2 {
      margin-left: 50%; }
    .row > .col--xl-offset-1\/3 {
      margin-left: 33.33333%; }
    .row > .col--xl-offset-2\/3 {
      margin-left: 66.66667%; }
    .row > .col--xl-offset-1\/4 {
      margin-left: 25%; }
    .row > .col--xl-offset-2\/4 {
      margin-left: 50%; }
    .row > .col--xl-offset-3\/4 {
      margin-left: 75%; }
    .row > .col--xl-offset-1\/5 {
      margin-left: 20%; }
    .row > .col--xl-offset-2\/5 {
      margin-left: 40%; }
    .row > .col--xl-offset-3\/5 {
      margin-left: 60%; }
    .row > .col--xl-offset-4\/5 {
      margin-left: 80%; }
    .row > .col--xl-offset-1\/6 {
      margin-left: 16.66667%; }
    .row > .col--xl-offset-2\/6 {
      margin-left: 33.33333%; }
    .row > .col--xl-offset-3\/6 {
      margin-left: 50%; }
    .row > .col--xl-offset-4\/6 {
      margin-left: 66.66667%; }
    .row > .col--xl-offset-5\/6 {
      margin-left: 83.33333%; }
    .row > .col--xl-offset-1\/12 {
      margin-left: 8.33333%; }
    .row > .col--xl-offset-2\/12 {
      margin-left: 16.66667%; }
    .row > .col--xl-offset-3\/12 {
      margin-left: 25%; }
    .row > .col--xl-offset-4\/12 {
      margin-left: 33.33333%; }
    .row > .col--xl-offset-5\/12 {
      margin-left: 41.66667%; }
    .row > .col--xl-offset-6\/12 {
      margin-left: 50%; }
    .row > .col--xl-offset-7\/12 {
      margin-left: 58.33333%; }
    .row > .col--xl-offset-8\/12 {
      margin-left: 66.66667%; }
    .row > .col--xl-offset-9\/12 {
      margin-left: 75%; }
    .row > .col--xl-offset-10\/12 {
      margin-left: 83.33333%; }
    .row > .col--xl-offset-11\/12 {
      margin-left: 91.66667%; }
    .row--xl-collapsed > .col {
      padding: 0; }
    .row--xl-expanded > .col {
      padding: 0 16px; }
    .row > .col--xl-collapsed {
      padding: 0; }
    .row > .col--xl-expanded {
      padding: 0 16px; }
    .row > .col--xl-align-start {
      align-self: flex-start; }
    .row > .col--xl-align-end {
      align-self: flex-end; }
    .row > .col--xl-align-center {
      align-self: center; }
    .row > .col--xl-align-stretch {
      align-self: stretch; }
    .row > .col--xl-align-baseline {
      align-self: baseline; } }
  @media (min-width: 1476px) {
    .row > .col--xxl-1 {
      flex: 0 0 auto;
      width: 100%; }
    .row > .col--xxl-1\/2 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--xxl-1\/3 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--xxl-2\/3 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--xxl-1\/4 {
      flex: 0 0 auto;
      width: 25%; }
    .row > .col--xxl-2\/4 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--xxl-3\/4 {
      flex: 0 0 auto;
      width: 75%; }
    .row > .col--xxl-1\/5 {
      flex: 0 0 auto;
      width: 20%; }
    .row > .col--xxl-2\/5 {
      flex: 0 0 auto;
      width: 40%; }
    .row > .col--xxl-3\/5 {
      flex: 0 0 auto;
      width: 60%; }
    .row > .col--xxl-4\/5 {
      flex: 0 0 auto;
      width: 80%; }
    .row > .col--xxl-1\/6 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row > .col--xxl-2\/6 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--xxl-3\/6 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--xxl-4\/6 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--xxl-5\/6 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row > .col--xxl-1\/12 {
      flex: 0 0 auto;
      width: 8.33333%; }
    .row > .col--xxl-2\/12 {
      flex: 0 0 auto;
      width: 16.66667%; }
    .row > .col--xxl-3\/12 {
      flex: 0 0 auto;
      width: 25%; }
    .row > .col--xxl-4\/12 {
      flex: 0 0 auto;
      width: 33.33333%; }
    .row > .col--xxl-5\/12 {
      flex: 0 0 auto;
      width: 41.66667%; }
    .row > .col--xxl-6\/12 {
      flex: 0 0 auto;
      width: 50%; }
    .row > .col--xxl-7\/12 {
      flex: 0 0 auto;
      width: 58.33333%; }
    .row > .col--xxl-8\/12 {
      flex: 0 0 auto;
      width: 66.66667%; }
    .row > .col--xxl-9\/12 {
      flex: 0 0 auto;
      width: 75%; }
    .row > .col--xxl-10\/12 {
      flex: 0 0 auto;
      width: 83.33333%; }
    .row > .col--xxl-11\/12 {
      flex: 0 0 auto;
      width: 91.66667%; }
    .row--xxl-horizontal {
      flex-direction: row; }
    .row--xxl-vertical {
      flex-direction: column;
      align-items: stretch; }
      .row--xxl-vertical > .col {
        flex-basis: auto; }
    .row--xxl-content-stretch .cell {
      display: flex; }
      .row--xxl-content-stretch .cell > * {
        flex-grow: 1; }
    .row--xxl-content-unstretch .cell {
      display: inline-block; }
      .row--xxl-content-unstretch .cell > * {
        flex-grow: 1; }
    .row > .col--xxl-content-stretch {
      display: flex; }
      .row > .col--xxl-content-stretch > * {
        flex-grow: 1; }
    .row > .col--xxl-content-unstretch {
      display: inline-block; }
      .row > .col--xxl-content-unstretch > * {
        flex-grow: 1; }
    .row--xxl-align-stretch {
      align-items: stretch; }
    .row--xxl-align-start {
      align-items: flex-start; }
    .row--xxl-align-end {
      align-items: flex-end; }
    .row--xxl-align-center {
      align-items: center; }
    .row--xxl-align-baseline {
      align-items: baseline; }
    .row--xxl-justify-start {
      justify-content: flex-start; }
    .row--xxl-justify-end {
      justify-content: flex-end; }
    .row--xxl-justify-center {
      justify-content: center; }
    .row--xxl-justify-space-between {
      justify-content: space-between; }
    .row--xxl-justify-space-around {
      justify-content: space-around; }
    .row--xxl-justify-space-evenly {
      justify-content: space-evenly; }
    .row--xxl-wrap {
      flex-wrap: wrap; }
      .row--xxl-wrap > .col {
        flex-basis: auto; }
    .row--xxl-wrap-reverse {
      flex-wrap: wrap-reverse; }
      .row--xxl-wrap-reverse > .col {
        flex-basis: auto; }
    .row--xxl-nowrap {
      flex-wrap: nowrap; }
    .row > .col--xxl-order-start {
      order: -1; }
    .row > .col--xxl-order-end {
      order: 26; }
    .row > .col--xxl-order-1 {
      order: 0; }
    .row > .col--xxl-order-2 {
      order: 1; }
    .row > .col--xxl-order-3 {
      order: 2; }
    .row > .col--xxl-order-4 {
      order: 3; }
    .row > .col--xxl-order-5 {
      order: 4; }
    .row > .col--xxl-order-6 {
      order: 5; }
    .row > .col--xxl-order-7 {
      order: 6; }
    .row > .col--xxl-order-8 {
      order: 7; }
    .row > .col--xxl-order-9 {
      order: 8; }
    .row > .col--xxl-order-10 {
      order: 9; }
    .row > .col--xxl-order-11 {
      order: 10; }
    .row > .col--xxl-order-12 {
      order: 11; }
    .row > .col--xxl-order-13 {
      order: 12; }
    .row > .col--xxl-order-14 {
      order: 13; }
    .row > .col--xxl-order-15 {
      order: 14; }
    .row > .col--xxl-order-16 {
      order: 15; }
    .row > .col--xxl-order-17 {
      order: 16; }
    .row > .col--xxl-order-18 {
      order: 17; }
    .row > .col--xxl-order-19 {
      order: 18; }
    .row > .col--xxl-order-20 {
      order: 19; }
    .row > .col--xxl-order-21 {
      order: 20; }
    .row > .col--xxl-order-22 {
      order: 21; }
    .row > .col--xxl-order-23 {
      order: 22; }
    .row > .col--xxl-order-24 {
      order: 23; }
    .row > .col--xxl-order-25 {
      order: 24; }
    .row > .col--xxl-order-26 {
      order: 25; }
    .row > .col--xxl-offset-0 {
      margin-left: 0; }
    .row > .col--xxl-offset-1 {
      margin-left: 100%; }
    .row > .col--xxl-offset-1\/2 {
      margin-left: 50%; }
    .row > .col--xxl-offset-1\/3 {
      margin-left: 33.33333%; }
    .row > .col--xxl-offset-2\/3 {
      margin-left: 66.66667%; }
    .row > .col--xxl-offset-1\/4 {
      margin-left: 25%; }
    .row > .col--xxl-offset-2\/4 {
      margin-left: 50%; }
    .row > .col--xxl-offset-3\/4 {
      margin-left: 75%; }
    .row > .col--xxl-offset-1\/5 {
      margin-left: 20%; }
    .row > .col--xxl-offset-2\/5 {
      margin-left: 40%; }
    .row > .col--xxl-offset-3\/5 {
      margin-left: 60%; }
    .row > .col--xxl-offset-4\/5 {
      margin-left: 80%; }
    .row > .col--xxl-offset-1\/6 {
      margin-left: 16.66667%; }
    .row > .col--xxl-offset-2\/6 {
      margin-left: 33.33333%; }
    .row > .col--xxl-offset-3\/6 {
      margin-left: 50%; }
    .row > .col--xxl-offset-4\/6 {
      margin-left: 66.66667%; }
    .row > .col--xxl-offset-5\/6 {
      margin-left: 83.33333%; }
    .row > .col--xxl-offset-1\/12 {
      margin-left: 8.33333%; }
    .row > .col--xxl-offset-2\/12 {
      margin-left: 16.66667%; }
    .row > .col--xxl-offset-3\/12 {
      margin-left: 25%; }
    .row > .col--xxl-offset-4\/12 {
      margin-left: 33.33333%; }
    .row > .col--xxl-offset-5\/12 {
      margin-left: 41.66667%; }
    .row > .col--xxl-offset-6\/12 {
      margin-left: 50%; }
    .row > .col--xxl-offset-7\/12 {
      margin-left: 58.33333%; }
    .row > .col--xxl-offset-8\/12 {
      margin-left: 66.66667%; }
    .row > .col--xxl-offset-9\/12 {
      margin-left: 75%; }
    .row > .col--xxl-offset-10\/12 {
      margin-left: 83.33333%; }
    .row > .col--xxl-offset-11\/12 {
      margin-left: 91.66667%; }
    .row--xxl-collapsed > .col {
      padding: 0; }
    .row--xxl-expanded > .col {
      padding: 0 16px; }
    .row > .col--xxl-collapsed {
      padding: 0; }
    .row > .col--xxl-expanded {
      padding: 0 16px; }
    .row > .col--xxl-align-start {
      align-self: flex-start; }
    .row > .col--xxl-align-end {
      align-self: flex-end; }
    .row > .col--xxl-align-center {
      align-self: center; }
    .row > .col--xxl-align-stretch {
      align-self: stretch; }
    .row > .col--xxl-align-baseline {
      align-self: baseline; } }

.jotform-form .form-section {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0; }

.jotform-form .form-label {
  font-weight: 600; }
  .jotform-form .form-label.form-label-top {
    margin-bottom: 8px; }
  .jotform-form .form-label .form-required {
    color: var(--status-error-color);
    margin-left: 4px; }

.jotform-form [data-type="control_captcha"] .form-label {
  display: none; }
  .jotform-form [data-type="control_captcha"] .form-label + * {
    margin-top: 24px; }

.jotform-form input,
.jotform-form textarea,
.jotform-form select {
  background-color: var(--form-field-background-color);
  border: 1px solid var(--form-field-border-color);
  border-radius: var(--form-field-border-radius);
  margin-bottom: 24px;
  width: 100% !important; }

.jotform-form textarea {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  color: var(--body-font-primary-color);
  resize: none;
  border-radius: 20px;
  padding: 16px; }

.jotform-form select {
  height: 48px;
  line-height: 48px;
  border-radius: 32px;
  padding: 0 20px;
  /* Arrow */
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path class="cls-1" d="M18.5,8.5c-.3-.3-.8-.3-1.1,0l-5.5,5.5-5.5-5.5c-.3-.3-.8-.3-1.1,0-.3.3-.3.8,0,1.1l6,6c.1.1.3.2.5.2s.4,0,.5-.2l6-6c.3-.3.3-.8,0-1.1Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1.25rem top 50%;
  background-size: 1rem auto; }

.jotform-form .inputContainer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: var(--button-height); }
  .jotform-form .inputContainer input {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    font-size: 0; }

.jotform-form [data-type="control_head"] {
  margin-block: 48px 24px; }

.jotform-form [data-type="control_radio"] {
  margin-block: 12px 24px; }

.jotform-form .form-radio-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer; }
  .jotform-form .form-radio-item .dragger-item:empty {
    display: none; }
  .jotform-form .form-radio-item .form-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .jotform-form .form-radio-item label {
    position: relative;
    padding: 2px 0 6px 2rem;
    cursor: pointer; }
    .jotform-form .form-radio-item label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      border: 1px solid var(--hr-border-color);
      border-radius: 50%;
      background-color: white; }
    .jotform-form .form-radio-item label::after {
      content: '';
      position: absolute;
      left: 4px;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      background-color: var(--theme-secondary-color);
      border-radius: 50%;
      opacity: 0;
      transition: opacity 0.2s ease; }
  .jotform-form .form-radio-item .form-radio:checked + label::after {
    opacity: 1; }

.jotform-form .form-checkbox-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer; }
  .jotform-form .form-checkbox-item .dragger-item:empty {
    display: none; }
  .jotform-form .form-checkbox-item .form-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .jotform-form .form-checkbox-item label {
    position: relative;
    padding: 2px 0 6px 2rem;
    cursor: pointer; }
    .jotform-form .form-checkbox-item label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      border: 1px solid var(--hr-border-color);
      border-radius: 4px;
      background-color: white; }
    .jotform-form .form-checkbox-item label::after {
      content: '';
      position: absolute;
      left: 4px;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      background-color: var(--theme-secondary-color);
      border-radius: 4px;
      opacity: 0;
      transition: opacity 0.2s ease; }
  .jotform-form .form-checkbox-item .form-checkbox:checked + label::after {
    opacity: 1; }

.jotform-form div:has(> .form-sub-label-container) {
  display: grid;
  gap: 24px 32px; }
  @media (min-width: 1024px) {
    .jotform-form div:has(> .form-sub-label-container) {
      grid-template-columns: 1fr 1fr; } }

.jotform-form .form-error-message {
  display: flex;
  align-items: center;
  gap: 8px;
  translate: 0 -16px;
  color: var(--status-error-color);
  font-size: .875rem; }
  .jotform-form .form-error-message img {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 50%; }

.jotform-form [type="submit"] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  font: normal var(--button-font-weight) calc(var(--button-default-font-size) / var(--body-font-size) * 1rem)/1.5em var(--button-font), sans-serif;
  padding: 8px 24px;
  background-color: var(--button-primary-background-color);
  border: 1px solid var(--button-primary-border-color);
  color: var(--button-primary-font-color);
  border-radius: var(--button-border-radius);
  margin: 24px 0 0;
  transition: all .2s ease-in-out; }
  .jotform-form [type="submit"] * {
    fill: var(--button-primary-font-color);
    transition: all .2s ease-in-out; }
  .jotform-form [type="submit"]:hover {
    background-color: var(--button-primary-background-hover-color);
    border-color: var(--button-primary-border-hover-color);
    color: var(--button-primary-font-hover-color); }
    .jotform-form [type="submit"]:hover * {
      fill: var(--button-primary-font-hover-color); }

[data-type="control_fileupload"] {
  --button-height: 132px; }
  [data-type="control_fileupload"] .qq-uploader {
    position: relative; }
  [data-type="control_fileupload"] .qq-upload-button {
    border: 1px dashed;
    background-color: var(--form-field-background-color);
    border-radius: 20px;
    height: var(--button-height);
    font-size: 18px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow-x: scroll; }
    [data-type="control_fileupload"] .qq-upload-button::before {
      content: "";
      -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMyLjM3NSAxMi4xODhDMzEuNSA1LjY4OCAyNiAuODc0IDE5LjM3NS44NzQgMTMuNjg3Ljg3NSA4Ljc1IDQuNDM4IDYuOTM3IDkuODEzIDIuODc1IDEwLjY4NyAwIDE0LjE4NiAwIDE4LjM3NGMwIDQuNTYzIDMuNTYzIDguMzc1IDguMTI1IDguNzVoMjMuODEzYzMuODEyLS4zNzUgNi44MTItMy42MjUgNi44MTItNy41IDAtMy42ODgtMi43NS02Ljg3NS02LjM3NS03LjQzOHptLTYuMzEzIDMuNWEuNTY3LjU2NyAwIDAxLS40MzcuMTg3LjU2Ny41NjcgMCAwMS0uNDM4LS4xODhMMjAgMTAuNXYxMi4yNWMwIC4zNzUtLjI1LjYyNS0uNjI1LjYyNXMtLjYyNS0uMjUtLjYyNS0uNjI1VjEwLjVsLTUuMTg4IDUuMTg4YS42MDQuNjA0IDAgMDEtLjg3NCAwIC42MDQuNjA0IDAgMDEwLS44NzZsNi4yNS02LjI1Yy4wNjItLjA2Mi4xMjUtLjEyNC4xODctLjEyNC4xMjUtLjA2My4zMTMtLjA2My41IDAgLjA2My4wNjIuMTI1LjA2Mi4xODguMTI0bDYuMjUgNi4yNWMuMjUuMjUuMjUuNjI2IDAgLjg3NnoiLz48L3N2Zz4=");
      mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMyLjM3NSAxMi4xODhDMzEuNSA1LjY4OCAyNiAuODc0IDE5LjM3NS44NzQgMTMuNjg3Ljg3NSA4Ljc1IDQuNDM4IDYuOTM3IDkuODEzIDIuODc1IDEwLjY4NyAwIDE0LjE4NiAwIDE4LjM3NGMwIDQuNTYzIDMuNTYzIDguMzc1IDguMTI1IDguNzVoMjMuODEzYzMuODEyLS4zNzUgNi44MTItMy42MjUgNi44MTItNy41IDAtMy42ODgtMi43NS02Ljg3NS02LjM3NS03LjQzOHptLTYuMzEzIDMuNWEuNTY3LjU2NyAwIDAxLS40MzcuMTg3LjU2Ny41NjcgMCAwMS0uNDM4LS4xODhMMjAgMTAuNXYxMi4yNWMwIC4zNzUtLjI1LjYyNS0uNjI1LjYyNXMtLjYyNS0uMjUtLjYyNS0uNjI1VjEwLjVsLTUuMTg4IDUuMTg4YS42MDQuNjA0IDAgMDEtLjg3NCAwIC42MDQuNjA0IDAgMDEwLS44NzZsNi4yNS02LjI1Yy4wNjItLjA2Mi4xMjUtLjEyNC4xODctLjEyNC4xMjUtLjA2My4zMTMtLjA2My41IDAgLjA2My4wNjIuMTI1LjA2Mi4xODguMTI0bDYuMjUgNi4yNWMuMjUuMjUuMjUuNjI2IDAgLjg3NnoiLz48L3N2Zz4=");
      background-image: none;
      background-color: #b3bccd;
      width: 39px;
      height: 28px;
      margin-bottom: 16px;
      mask-repeat: no-repeat; }
    [data-type="control_fileupload"] .qq-upload-button .jfUpload-heading {
      font-size: 14px;
      color: #57647e;
      font-weight: 400;
      margin-top: 6px; }
      [data-type="control_fileupload"] .qq-upload-button .jfUpload-heading.forDesktop {
        display: none; }
        @media (min-width: 1024px) {
          [data-type="control_fileupload"] .qq-upload-button .jfUpload-heading.forDesktop {
            display: block; } }
      [data-type="control_fileupload"] .qq-upload-button .jfUpload-heading.forMobile {
        display: block; }
        @media (min-width: 1024px) {
          [data-type="control_fileupload"] .qq-upload-button .jfUpload-heading.forMobile {
            display: none; } }
  [data-type="control_fileupload"] .qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-top: 56px;
    font-weight: 600;
    border: 1px dashed #c3cad8;
    background-color: #fbfcff;
    text-align: center;
    border-radius: 20px;
    height: var(--button-height);
    font-size: 18px; }
  [data-type="control_fileupload"] .qq-upload-list {
    padding: 0;
    list-style: none;
    margin: 0; }
    [data-type="control_fileupload"] .qq-upload-list > li {
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      display: -ms-flexbox;
      display: flex;
      font-weight: 500;
      background-color: var(--background-secondary-color);
      border-radius: var(--border-radius-medium); }
      [data-type="control_fileupload"] .qq-upload-list > li + li {
        margin-top: 10px; }
      [data-type="control_fileupload"] .qq-upload-list > li:first-child {
        margin-top: 16px; }
  [data-type="control_fileupload"] .qq-upload-file {
    -ms-flex-positive: 1;
    flex-grow: 1;
    word-wrap: break-all;
    overflow: hidden; }
  [data-type="control_fileupload"] .qq-upload-failed-text {
    background-color: #edf3ff;
    border: 2px solid #dae6ff;
    padding: 0 10px;
    border-radius: 0 4px 4px 0;
    position: relative;
    line-height: 36px;
    display: none; }
    [data-type="control_fileupload"] .qq-upload-failed-text:before {
      content: "";
      width: 4px;
      position: absolute;
      left: -5px;
      top: -2px;
      height: calc(100% + 4px); }
  [data-type="control_fileupload"] .qq-upload-size {
    padding: 0 10px;
    margin-left: auto;
    border-radius: 0 4px 4px 0; }
  [data-type="control_fileupload"] .qq-upload-img-container {
    padding: 8px;
    border-radius: 4px 0 0 4px; }
    [data-type="control_fileupload"] .qq-upload-img-container > img {
      display: block;
      object-position: center;
      object-fit: cover;
      width: 26px;
      border-radius: 4px;
      border: 1px solid;
      height: 26px; }
  [data-type="control_fileupload"] .qq-upload-list > li:not(.qq-upload-success) .qq-upload-file {
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 40px;
    white-space: nowrap; }
  [data-type="control_fileupload"] .qq-upload-list > li.qq-upload-success > span.qq-upload-file:first-child {
    border-radius: 4px 0 0 4px;
    padding-left: 10px; }
  [data-type="control_fileupload"] .qq-upload-delete {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3 3.775v.196l-.001 10.342c0 .972-.677 1.684-1.604 1.685-2.048.003-4.097.003-6.145 0-.927 0-1.602-.713-1.603-1.686V3.775h9.352zm-7.004 2.44v7.337h1.325c.208 0 .221 0 .222-.198V6.452c0-.043.013-.092-.004-.125-.02-.044-.064-.106-.099-.107-.477-.007-.954-.004-1.444-.004zm4.654 0H6.628c-.21 0-.224 0-.225.195v7.13H7.95V6.215zM0 2.797V.938h.215c.942 0 1.883.004 2.825-.006a.428.428 0 00.277-.131c.208-.217.395-.462.6-.682A.354.354 0 014.15.006c.983-.008 1.967-.008 2.95 0 .078 0 .172.05.231.113.206.22.392.465.6.682.071.074.184.13.278.131.936.01 1.872.006 2.807.006h.228v1.859H0z' fill='%2357647E'/%3E%3C/svg%3E");
    width: 32px;
    border-radius: 4px;
    background-size: 12px;
    background-position: 50%;
    margin-left: 10px;
    background-repeat: no-repeat;
    color: transparent;
    cursor: pointer; }
    [data-type="control_fileupload"] .qq-upload-delete:focus, [data-type="control_fileupload"] .qq-upload-delete:hover {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3 3.775v.196l-.001 10.342c0 .972-.677 1.684-1.604 1.685-2.048.003-4.097.003-6.145 0-.927 0-1.602-.713-1.603-1.686V3.775h9.352zm-7.004 2.44v7.337h1.325c.208 0 .221 0 .222-.198V6.452c0-.043.013-.092-.004-.125-.02-.044-.064-.106-.099-.107-.477-.007-.954-.004-1.444-.004zm4.654 0H6.628c-.21 0-.224 0-.225.195v7.13H7.95V6.215zM0 2.797V.938h.215c.942 0 1.883.004 2.825-.006a.428.428 0 00.277-.131c.208-.217.395-.462.6-.682A.354.354 0 014.15.006c.983-.008 1.967-.008 2.95 0 .078 0 .172.05.231.113.206.22.392.465.6.682.071.074.184.13.278.131.936.01 1.872.006 2.807.006h.228v1.859H0z' fill='%23F23A3C'/%3E%3C/svg%3E"); }
  [data-type="control_fileupload"] .qq-upload-cancel {
    text-decoration: none; }
  [data-type="control_fileupload"] .qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-top: 56px;
    font-weight: 600;
    border: 1px dashed #c3cad8;
    background-color: #fbfcff;
    text-align: center;
    border-radius: 20px;
    height: 132px;
    font-size: 18px; }

li.qq-upload-fail div.qq-upload-img-container {
  background-color: #ffcece;
  color: #f23a3c;
  background-image: none; }

li.qq-upload-fail span.qq-upload-delete, li.qq-upload-fail span.qq-upload-file, li.qq-upload-fail span.qq-upload-size {
  background-color: #ffcece;
  color: #f23a3c;
  background-image: none; }

li.qq-upload-fail span.qq-upload-delete {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  overflow: hidden; }
  li.qq-upload-fail span.qq-upload-delete:hover {
    text-indent: -1000px; }

.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  font: normal var(--button-font-weight) calc(var(--button-default-font-size) / var(--body-font-size) * 1rem)/1.5em var(--button-font), sans-serif;
  padding: 8px 24px;
  background-color: var(--button-default-background-color);
  color: var(--button-default-font-color);
  border: 1px solid var(--button-default-border-color);
  border-radius: var(--button-border-radius);
  margin-bottom: 0;
  transition: all .2s ease-in-out; }
  .button * {
    fill: var(--button-default-font-color);
    transition: all .2s ease-in-out; }
  .button:hover {
    background-color: var(--button-default-background-hover-color);
    border-color: var(--button-default-border-hover-color);
    color: var(--button-default-font-hover-color); }
    .button:hover * {
      fill: var(--button-default-font-hover-color); }
  .button--icon-only {
    padding: 8px;
    aspect-ratio: 1;
    margin-bottom: 0; }
  .button--primary {
    font-size: calc(var(--button-primary-font-size-mobile) / var(--body-font-size) * 1rem);
    background-color: var(--button-primary-background-color);
    border-color: var(--button-primary-border-color);
    color: var(--button-primary-font-color); }
    @media (min-width: 1024px) {
      .button--primary {
        font-size: calc(var(--button-primary-font-size) / var(--body-font-size) * 1rem); } }
    .button--primary * {
      fill: var(--button-primary-font-color); }
    .button--primary:hover {
      background-color: var(--button-primary-background-hover-color);
      border-color: var(--button-primary-border-hover-color);
      color: var(--button-primary-font-hover-color); }
      .button--primary:hover * {
        fill: var(--button-primary-font-hover-color); }
    .button--primary:active, .button--primary:focus {
      background-color: var(--button-primary-background-color);
      color: var(--button-primary-font-color); }
  .button--secondary {
    font-size: calc(var(--button-secondary-font-size-mobile) / var(--body-font-size) * 1rem);
    background-color: var(--button-secondary-background-color);
    border-color: var(--button-secondary-border-color);
    color: var(--button-secondary-font-color); }
    @media (min-width: 1024px) {
      .button--secondary {
        font-size: calc(var(--button-secondary-font-size) / var(--body-font-size) * 1rem); } }
    .button--secondary * {
      fill: var(--button-secondary-font-color); }
    .button--secondary:hover {
      background-color: var(--button-secondary-background-hover-color);
      border-color: var(--button-secondary-border-hover-color);
      color: var(--button-secondary-font-hover-color); }
      .button--secondary:hover * {
        fill: var(--button-secondary-font-hover-color); }
    .button--secondary:active, .button--secondary:focus {
      background-color: var(--button-secondary-background-color); }
  .button--cart {
    font-size: calc(var(--button-primary-font-size-mobile) / var(--body-font-size) * 1rem);
    background-color: var(--button-primary-background-color);
    border-color: var(--button-primary-border-color);
    color: var(--button-primary-font-color);
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .button--cart {
        font-size: calc(var(--button-primary-font-size) / var(--body-font-size) * 1rem); } }
    .button--cart * {
      fill: var(--button-primary-font-color); }
    .button--cart:hover {
      background-color: var(--button-primary-background-hover-color);
      border-color: var(--button-primary-border-hover-color);
      color: var(--button-primary-font-hover-color); }
      .button--cart:hover * {
        fill: var(--button-primary-font-color); }
    @media (max-width: 1023px) {
      .button--cart {
        padding: 8px 16px; } }
    .button--cart:active, .button--cart:focus {
      background-color: var(--button-primary-background-color); }
  .button--light {
    font-size: calc(var(--button-light-font-size-mobile) / var(--body-font-size) * 1rem);
    background-color: var(--button-light-background-color);
    border-color: var(--button-light-border-color);
    color: var(--button-light-font-color); }
    @media (min-width: 1024px) {
      .button--light {
        font-size: calc(var(--button-light-font-size) / var(--body-font-size) * 1rem); } }
    .button--light * {
      fill: var(--button-light-font-color); }
    .button--light:hover {
      background-color: var(--button-light-background-hover-color);
      border-color: var(--button-light-border-hover-color);
      color: var(--button-light-font-hover-color); }
      .button--light:hover * {
        fill: var(--button-light-font-hover-color); }
    .button--light:active, .button--light:focus {
      background-color: var(--button-light-background-color); }
  .button--outlined {
    font-size: calc(var(--button-outlined-font-size-mobile) / var(--body-font-size) * 1rem);
    background-color: var(--button-outlined-background-color);
    border-color: var(--button-outlined-border-color);
    color: var(--button-outlined-font-color); }
    @media (min-width: 1024px) {
      .button--outlined {
        font-size: calc(var(--button-outlined-font-size) / var(--body-font-size) * 1rem); } }
    .button--outlined * {
      fill: var(--button-outlined-font-color); }
    .button--outlined:hover {
      background-color: var(--button-outlined-background-hover-color);
      border-color: var(--button-outlined-border-hover-color);
      color: var(--button-outlined-font-hover-color); }
      .button--outlined:hover * {
        fill: var(--button-outlined-font-hover-color); }
    .button--outlined:active, .button--outlined:focus {
      background-color: var(--button-outlined-background-color); }
  .button:disabled, .button--disabled {
    pointer-events: none;
    background-color: var(--button-disabled-background-color);
    border-color: var(--button-disabled-border-color);
    color: var(--button-disabled-font-color); }
    .button:disabled *, .button--disabled * {
      fill: var(--button-disabled-font-color); }
    .button:disabled:hover, .button--disabled:hover {
      background-color: var(--button-disabled-background-hover-color);
      border-color: var(--button-disabled-border-hover-color);
      color: var(--button-disabled-font-hover-color); }
      .button:disabled:hover *, .button--disabled:hover * {
        fill: var(--button-disabled-font-hover-color); }
  .button--add-review {
    border-color: var(--theme-tertiary-color); }
    .button--add-review:hover {
      border-color: var(--theme-tertiary-color); }
  .button--delete {
    border-radius: 100%;
    padding: 8px;
    height: 48px;
    width: 48px;
    background-color: var(--background-primary-color);
    border-color: var(--button-outlined-border-color);
    color: var(--button-outlined-font-color); }
    .button--delete * {
      fill: var(--button-outlined-font-color); }
    .button--delete:hover {
      background-color: var(--button-default-background-color);
      border-color: var(--button-default-border-color);
      color: var(--button-default-font-color); }
      .button--delete:hover * {
        fill: var(--button-default-font-color); }
    .button--delete:active, .button--delete:focus {
      background-color: var(--background-primary-color); }

.link {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  font: normal 400 1rem/1.5em, var(--button-font) sans-serif;
  color: var(--link-in-text-font-color); }
  .link:hover {
    color: var(--link-in-text-hover-color);
    text-decoration: underline; }
  .link--icon {
    align-items: center;
    gap: 4px;
    color: var(--link-button-font-color);
    font-weight: 500; }
    .link--icon .link__icon {
      width: 16px;
      height: 16px;
      fill: var(--link-button-font-color); }
    .link--icon:hover {
      color: var(--link-button-font-hover-color); }
      .link--icon:hover .link__icon {
        fill: var(--link-button-font-hover-color); }

input, textarea {
  background-color: var(--form-field-background-color);
  border: 1px solid var(--form-field-border-color);
  font-size: 16px;
  border-radius: 8px; }
  input[disabled], textarea[disabled] {
    background-color: var(--form-field-background-disabled-color);
    border: 1px solid var(--form-field-border-disabled-color);
    color: var(--form-field-font-disabled-color); }

input[type="text"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"],
input[type="url"],
input[type="file"],
textarea {
  min-height: 48px;
  padding: 0 16px;
  width: 100%; }

input[type="number"] {
  -webkit-appearance: none;
  appearance: none; }

textarea {
  padding: 16px; }

.form-input {
  display: flex;
  flex-direction: column;
  color: var(--form-field-font-color);
  box-shadow: none !important;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  height: unset; }
  .form-input--checkbox {
    flex-direction: row;
    align-items: center;
    gap: 8px; }
  .form-input--price {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    min-width: 110px; }
    .form-input--price::before {
      content: "€"; }
    .form-input--price::after {
      display: none; }
  .form-input__label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    font-weight: 600; }
  .form-input__label-text {
    color: var(--form-label-font-color); }
  .form-input__required {
    font-size: 0;
    color: var(--form-label-required-color); }
    .form-input__required:before {
      content: "*";
      font-size: 1rem;
      line-height: 1;
      vertical-align: middle; }
  .form-input__input {
    background-color: var(--form-field-background-color);
    border: 1px solid var(--form-field-border-color);
    border-radius: 32px; }
  .form-input__select {
    height: 48px;
    line-height: 48px;
    border-radius: 32px;
    padding: 0 20px;
    /* Arrow */
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path class="cls-1" d="M18.5,8.5c-.3-.3-.8-.3-1.1,0l-5.5,5.5-5.5-5.5c-.3-.3-.8-.3-1.1,0-.3.3-.3.8,0,1.1l6,6c.1.1.3.2.5.2s.4,0,.5-.2l6-6c.3-.3.3-.8,0-1.1Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 1.25rem top 50%;
    background-size: 1rem auto; }
  .form-input__textarea {
    font-family: var(--body-font);
    font-size: var(--body-font-size);
    color: var(--body-font-primary-color);
    resize: none;
    border-radius: 32px;
    padding: 16px; }
  .form-input__with-button {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 24px; }
    @media (max-width: 767px) {
      .form-input__with-button {
        flex-direction: column;
        align-items: stretch; } }
  .form-input__radios {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    gap: 0 24px;
    flex-wrap: wrap; }
  .form-input__colors {
    display: flex;
    gap: 8px; }
  .form-input__colors-item {
    border-radius: 100%;
    position: relative;
    height: 30px;
    width: 30px; }
    .form-input__colors-item span {
      border-radius: 100%;
      display: block;
      height: 100%;
      width: 100%; }
    .form-input__colors-item :checked ~ span:after {
      border: 1px solid var(--body-font-secondary-color);
      border-radius: 100%;
      content: "";
      height: 36px;
      width: 36px;
      position: absolute;
      top: -3px;
      left: -3px;
      pointer-events: none; }

.form-input-wrapper__with-button {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding-bottom: 24px;
  width: fit-content; }
  @media (max-width: 767px) {
    .form-input-wrapper__with-button {
      flex-direction: column;
      align-items: stretch; } }

input[type="checkbox"]:not(.hidden) {
  height: 16px;
  width: 16px; }

.form-field {
  margin-bottom: 0; }
  .form-field--hidden {
    display: none; }
  .form-field__radios {
    margin: 0; }
  @media (max-width: 767px) {
    .form-row--third .form-field--select {
      margin-top: 8px; } }

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px; }

input[type="radio"],
.form-input__radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  input[type="radio"] + .form-label,
  .form-input__radio + .form-label {
    position: relative;
    padding-left: 32px; }
    input[type="radio"] + .form-label:before,
    .form-input__radio + .form-label:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      border-radius: 42rem;
      background-color: var(--form-field-background-color);
      border: 1px solid var(--hr-border-color); }
  input[type="radio"]:checked + .form-label:after,
  .form-input__radio:checked + .form-label:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 42rem;
    background-color: var(--form-field-font-color); }

[class*="__loader"]:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><rect fill="%23143A2C" stroke="%23143A2C" stroke-width="16" width="30" height="30" x="25" y="85"><animate attributeName="opacity" calcMode="spline" dur="2" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.4"></animate></rect><rect fill="%23143A2C" stroke="%23143A2C" stroke-width="16" width="30" height="30" x="85" y="85"><animate attributeName="opacity" calcMode="spline" dur="2" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.2"></animate></rect><rect fill="%23143A2C" stroke="%23143A2C" stroke-width="16" width="30" height="30" x="145" y="85"><animate attributeName="opacity" calcMode="spline" dur="2" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="0"></animate></rect></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  max-height: 160px;
  max-width: 160px;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.swiper-container {
  overflow: hidden; }
  .swiper-container > .swiper-pagination-progressbar {
    background-color: var(--background-secondary-color);
    position: absolute;
    bottom: 20px;
    top: auto;
    left: 0;
    right: 0;
    width: 100%; }
    .swiper-container > .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background-color: var(--theme-primary-color); }

.swiper-wrapper {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0; }

.swiper-slide {
  height: auto; }

.swiper-button-next, .swiper-button-prev {
  background-color: var(--background-primary-color);
  border: 1px solid var(--button-default-border-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  height: 32px;
  width: 32px; }
  .swiper-button-next svg, .swiper-button-prev svg {
    width: 1.5rem;
    height: 1.5rem; }
    .swiper-button-next svg *,
    .swiper-button-prev svg * {
      fill: var(--body-font-primary-color); }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none; }

.swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--button-default-border-color);
  border-radius: 100%;
  height: 12px;
  width: 12px;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background-color: var(--theme-secondary-color); }

.swiper-footer {
  display: flex;
  justify-content: center;
  align-self: center;
  gap: 16px;
  padding-top: 48px; }
  .swiper-footer .swiper-button-next,
  .swiper-footer .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
    top: auto; }
    .swiper-footer .swiper-button-next svg *,
    .swiper-footer .swiper-button-prev svg * {
      fill: var(--body-font-primary-color); }
  .swiper-footer .swiper-pagination {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    display: flex;
    align-items: center; }
  .swiper-footer:has(
  > .swiper-button-prev.swiper-button-disabled):has(
  > .swiper-button-next.swiper-button-disabled) {
    display: none; }

.widget[data-margin-top='small'] {
  margin-top: var(--widget-spacing-small); }

.widget[data-margin-top='medium'] {
  margin-top: var(--widget-spacing-medium); }

.widget[data-margin-top='large'] {
  margin-top: var(--widget-spacing-large); }

.widget[data-margin-bottom='small'] {
  margin-bottom: var(--widget-spacing-small); }

.widget[data-margin-bottom='medium'] {
  margin-bottom: var(--widget-spacing-medium); }

.widget[data-margin-bottom='large'] {
  margin-bottom: var(--widget-spacing-large); }

.widget[data-padding='small'],
.widget [data-padding='small'] {
  padding-block: var(--widget-spacing-small); }

.widget[data-padding='medium'],
.widget [data-padding='medium'] {
  padding-block: var(--widget-spacing-medium); }

.widget[data-padding='large'],
.widget [data-padding='large'] {
  padding-block: var(--widget-spacing-large); }

.widget[data-text-color='dark'],
.widget [data-text-color='dark'] {
  color: var(--body-font-primary-color); }
  .widget[data-text-color='dark'] h1, .widget[data-text-color='dark'] h2, .widget[data-text-color='dark'] h3, .widget[data-text-color='dark'] h4, .widget[data-text-color='dark'] h5, .widget[data-text-color='dark'] h6,
  .widget [data-text-color='dark'] h1,
  .widget [data-text-color='dark'] h2,
  .widget [data-text-color='dark'] h3,
  .widget [data-text-color='dark'] h4,
  .widget [data-text-color='dark'] h5,
  .widget [data-text-color='dark'] h6 {
    color: var(--body-font-primary-color); }
  .widget[data-text-color='dark'] svg *,
  .widget [data-text-color='dark'] svg * {
    fill: var(--body-font-primary-color); }

.widget[data-text-color='light'],
.widget [data-text-color='light'] {
  color: var(--body-font-tertiary-color); }
  .widget[data-text-color='light'] h1, .widget[data-text-color='light'] h2, .widget[data-text-color='light'] h3, .widget[data-text-color='light'] h4, .widget[data-text-color='light'] h5, .widget[data-text-color='light'] h6,
  .widget [data-text-color='light'] h1,
  .widget [data-text-color='light'] h2,
  .widget [data-text-color='light'] h3,
  .widget [data-text-color='light'] h4,
  .widget [data-text-color='light'] h5,
  .widget [data-text-color='light'] h6 {
    color: var(--body-font-white-color); }
  .widget[data-text-color='light'] svg *,
  .widget [data-text-color='light'] svg * {
    fill: var(--body-font-white-color); }

.widget[data-text-align='center'],
.widget [data-text-align='center'] {
  text-align: center; }

.widget[data-text-align='right'],
.widget [data-text-align='right'] {
  text-align: right; }

.widget[data-text-align='justify'],
.widget [data-text-align='justify'] {
  text-align: justify; }

@media (max-width: 767px) {
  .widget[data-text-align-mobile='center'],
  .widget [data-text-align-mobile='center'] {
    text-align: center; } }

@media (max-width: 767px) {
  .widget[data-text-align-mobile='right'],
  .widget [data-text-align-mobile='right'] {
    text-align: right; } }

@media (max-width: 767px) {
  .widget[data-text-align-mobile='justify'],
  .widget [data-text-align-mobile='justify'] {
    text-align: justify; } }

.widget[data-background-color],
.widget [data-background-color] {
  background-color: var(--bg-color); }

.widget[data-background-color='peach'],
.widget [data-background-color='peach'] {
  --bg-color: var(--brand-color-peach); }

.widget[data-background-color='green'],
.widget [data-background-color='green'] {
  --bg-color: var(--brand-color-green); }

.widget[data-background-color='beige'],
.widget [data-background-color='beige'] {
  --bg-color: var(--brand-color-beige); }

.widget[data-background-color='orange'],
.widget [data-background-color='orange'] {
  --bg-color: var(--brand-color-orange); }

.widget[data-background-color='white'],
.widget [data-background-color='white'] {
  --bg-color: var(--brand-color-white); }

.widget[data-background-color='blue'],
.widget [data-background-color='blue'] {
  --bg-color: var(--brand-color-blue); }

.widget[data-background-color='gold'],
.widget [data-background-color='gold'] {
  --bg-color: var(--background-gold-color); }

.widget[data-background-color='primary'],
.widget [data-background-color='primary'] {
  --bg-color: var(--background-primary-color); }

.widget[data-background-color='secondary'],
.widget [data-background-color='secondary'] {
  --bg-color: var(--background-secondary-color); }

.widget[data-background-color='tertiary'],
.widget [data-background-color='tertiary'] {
  --bg-color: var(--background-tertiary-color); }

.help {
  background-color: var(--theme-secondary-color);
  color: var(--body-font-tertiary-color);
  border-radius: var(--border-radius-large);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 65px 108px; }
  .help:hover {
    background-color: var(--theme-secondary-color);
    color: var(--body-font-tertiary-color); }
  .help__brand, .help__sub {
    font-size: .875rem;
    font-weight: 300;
    text-align: center; }
  .help__heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    text-align: center; }
  .help .button {
    align-self: center;
    margin-top: 46px; }

.quick-tabs__list,
.widget-quick-tabs__list {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid var(--form-field-border-color);
  padding: 64px 0 18px 0; }
  @media (min-width: 1024px) {
    .quick-tabs__list,
    .widget-quick-tabs__list {
      padding: 96px 0 18px 0;
      margin-bottom: 48px; } }

.quick-tabs__list-item,
.widget-quick-tabs__list-item {
  display: flex;
  align-items: center;
  gap: 8px; }

.quick-tabs__button,
.widget-quick-tabs__button {
  padding: 10px 16px;
  color: var(--button-white-font-color);
  background-color: transparent;
  border: 1px solid var(--button-default-border-color);
  border-radius: 42px;
  line-height: 1;
  margin-left: 0 !important;
  font-size: 1rem;
  min-height: unset !important; }
  @media (min-width: 1024px) {
    .quick-tabs__button,
    .widget-quick-tabs__button {
      padding: 14px 16px; } }
  .quick-tabs__button[aria-selected="true"],
  .widget-quick-tabs__button[aria-selected="true"] {
    color: var(--background-primary-color);
    background-color: var(--button-default-background-color);
    pointer-events: none; }
  .quick-tabs__button:hover,
  .widget-quick-tabs__button:hover {
    background-color: var(--background-secondary-color);
    color: var(--button-white-font-color); }

.widget-blog-navigation {
  width: 100%; }
  .widget-blog-navigation__wrapper {
    width: 100%; }
  .widget-blog-navigation__menu {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--hr-border-color-light); }
  .widget-blog-navigation__item {
    position: relative;
    padding: 0 16px;
    border-bottom: 1px solid var(--hr-border-color-light);
    cursor: pointer; }
    .widget-blog-navigation__item:hover .widget-blog-navigation__link {
      font-weight: 600; }
    .widget-blog-navigation__item:hover::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 100%;
      background-color: var(--theme-tertiary-color); }
  .widget-blog-navigation__link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    font-size: var(--body-font-size);
    color: var(--body-font-primary-color); }
    .widget-blog-navigation__link:hover {
      color: inherit; }

.widget-home-hero {
  position: relative;
  padding: 0 !important; }
  @media (min-width: 1024px) {
    .widget-home-hero {
      padding: 80px 0 135px 0 !important; } }
  .widget-home-hero__left {
    background-color: var(--background-secondary-color);
    border-radius: var(--border-radius-large);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    height: 100%; }
    @media (max-width: 1023px) {
      .widget-home-hero__left {
        margin-left: calc(-50vw - 16px);
        translate: 50% 0;
        width: 100vw;
        border-radius: 0;
        padding-bottom: 140px; } }
    @media (min-width: 1024px) {
      .widget-home-hero__left {
        padding: 48px; } }
    .widget-home-hero__left .button {
      align-self: start; }
  .widget-home-hero__title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .widget-home-hero__title {
        font-size: 3rem;
        margin-bottom: 0; } }
    .widget-home-hero__title strong {
      font-weight: 600; }
  .widget-home-hero__right {
    background-color: var(--theme-secondary-color);
    color: var(--body-font-tertiary-color);
    border-radius: var(--border-radius-large);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 64px;
    height: 100%;
    position: relative; }
    @media (max-width: 1023px) {
      .widget-home-hero__right {
        margin-top: -90px;
        max-width: calc(100vw - 108px);
        margin-inline: auto;
        translate: 20px 0;
        padding: 32px 48px;
        height: auto; } }
    .widget-home-hero__right .button {
      align-self: center;
      margin-top: 32px; }
  .widget-home-hero__brand, .widget-home-hero__sub {
    font-size: .875rem;
    font-weight: 300;
    line-height: 20px;
    text-align: center; }
  .widget-home-hero__heading {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center; }
    @media (min-width: 1024px) {
      .widget-home-hero__heading {
        font-size: 2rem; } }
  .widget-home-hero__figure {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    @media (max-width: 1023px) {
      .widget-home-hero__figure {
        background-color: var(--background-secondary-color);
        position: relative;
        aspect-ratio: 375 / 221; } }
    .widget-home-hero__figure picture {
      clip-path: url(#homeHeroMask);
      display: block;
      height: 100%;
      overflow: hidden; }
      .widget-home-hero__figure picture img {
        object-fit: cover;
        object-position: center center;
        height: 100%;
        width: 100%; }
  @media (max-width: 1023px) {
    .widget-home-hero > svg {
      position: absolute; } }
  .widget-home-hero__video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .widget-home-hero__mask {
    clip-path: url(#homeHeroMask);
    display: block;
    height: 100%;
    overflow: hidden; }
    .widget-home-hero__mask iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      bottom: 0;
      right: 0;
      width: 100%;
      min-width: 1600px;
      aspect-ratio: 25 / 14;
      transform: translate(-50%, -50%);
      pointer-events: none; }
  .widget-home-hero .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%; }
  .widget-home-hero__bottle {
    position: absolute;
    left: -58px;
    bottom: -2px; }
    @media (max-width: 1023px) {
      .widget-home-hero__bottle {
        left: 0;
        translate: -50% 0; } }
    .widget-home-hero__bottle svg {
      max-width: 20vw; }
      @media (max-width: 1023px) {
        .widget-home-hero__bottle svg {
          max-height: 200px; } }

.widget-accordion__title {
  margin: 0 0 32px; }

.widget-accordion__list {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column; }

.widget-accordion__list-item {
  position: relative;
  border-bottom: 1px solid var(--hr-border-color); }

.widget-accordion__item[open] .widget-accordion__icon::after {
  rotate: 0deg;
  opacity: 0; }

.widget-accordion__heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  cursor: pointer; }
  .widget-accordion__heading:focus {
    outline: none; }
    .widget-accordion__heading:focus .widget-accordion__icon {
      outline: 2px solid var(--theme-secondary-color);
      outline-offset: 2px; }

.widget-accordion__name {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--body-font-primary-color);
  margin: 0; }
  @media (min-width: 1024px) {
    .widget-accordion__name {
      font-size: 1.25rem; } }

.widget-accordion__icon {
  width: 36px;
  height: 36px;
  position: relative;
  flex-shrink: 0;
  background-color: var(--theme-secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-out; }
  .widget-accordion__icon::before, .widget-accordion__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 12px;
    height: 2px;
    background-color: var(--body-font-white-color);
    transition: all .2s ease-out;
    opacity: 1; }
  .widget-accordion__icon::after {
    rotate: -90deg; }

.widget-accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 0 16px;
  transition: grid-template-rows .3s ease-in-out; }
  @media (min-width: 1024px) {
    .widget-accordion__body {
      grid-template-rows: 1fr;
      padding: 0 0 24px; } }

.widget-long-text__title {
  margin-bottom: .5em; }

.widget-long-text__heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  cursor: pointer; }

.widget-long-text__body {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--lines);
  -webkit-box-orient: vertical; }
  .widget-long-text:has([aria-expanded="true"]) .widget-long-text__body {
    -webkit-line-clamp: unset; }

.widget-long-text__toggle {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 5px; }

.widget-aiden-banner {
  background-color: var(--theme-secondary-color);
  color: var(--body-font-tertiary-color);
  border-radius: var(--border-radius-large);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 46px 16px;
  padding: 64px;
  height: 100%;
  position: relative;
  text-align: center; }
  .widget-aiden-banner--banner {
    flex-direction: row;
    padding: 24px;
    text-align: left;
    justify-content: space-between;
    gap: 32px 16px; }
  .widget-aiden-banner__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px; }
  .widget-aiden-banner__supertitle, .widget-aiden-banner__subtitle {
    font-size: .875rem;
    font-weight: 300;
    color: var(--background-secondary-color);
    display: block;
    line-height: 1.25; }
  .widget-aiden-banner__subtitle {
    display: block;
    line-height: 1.25;
    margin: 8px 0 0; }
  .widget-aiden-banner__title {
    color: var(--body-font-white-color); }

@container (max-width: 600px) {
  .widget-aiden-banner--banner {
    flex-direction: column;
    text-align: center; } }

.widget-content-blocks .col {
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .widget-content-blocks .col {
      margin: 0; } }
  @media (max-width: 575px) {
    .widget-content-blocks .col {
      padding-inline: 0;
      margin-bottom: 32px; } }

.widget-content-blocks__block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
  padding: 24px;
  border-radius: var(--border-radius-medium);
  overflow: hidden; }
  @media (min-width: 768px) {
    .widget-content-blocks__block {
      padding: 32px; } }
  .widget-content-blocks__block[data-alignment='left'] {
    text-align: left;
    align-items: flex-start; }
  .widget-content-blocks__block[data-alignment='center'] {
    text-align: center;
    align-items: center; }
  .widget-content-blocks__block[data-alignment='right'] {
    text-align: right;
    align-items: flex-end; }
  .widget-content-blocks__block[data-padding-lr='small'] {
    padding-left: 32px;
    padding-right: 32px; }
  .widget-content-blocks__block[data-padding-lr='medium'] {
    padding-left: 48px;
    padding-right: 48px; }
  .widget-content-blocks__block[data-padding-lr='large'] {
    padding-left: 64px;
    padding-right: 64px; }
  .widget-content-blocks__block[data-padding-tb='small'] {
    padding-top: 32px;
    padding-bottom: 32px; }
  .widget-content-blocks__block[data-padding-tb='medium'] {
    padding-top: 48px;
    padding-bottom: 48px; }
  .widget-content-blocks__block[data-padding-tb='large'] {
    padding-top: 64px;
    padding-bottom: 64px; }
  @media (min-width: 768px) {
    .widget-content-blocks__block[data-background-alignment] {
      flex-direction: row; }
      .widget-content-blocks__block[data-background-alignment] .widget-content-blocks__figure,
      .widget-content-blocks__block[data-background-alignment] .widget-content-blocks__body {
        width: 50%; } }
  @media (min-width: 768px) {
    .widget-content-blocks__block[data-background-alignment="left"] .widget-content-blocks__body {
      margin-left: auto; }
    .widget-content-blocks__block[data-background-alignment="left"] .widget-content-blocks__figure {
      left: 0; }
    .widget-content-blocks__block[data-background-alignment="left"] .widget-content-blocks__image {
      object-position: right center; } }
  @media (min-width: 768px) {
    .widget-content-blocks__block[data-background-alignment="right"] .widget-content-blocks__body {
      margin-right: auto; }
    .widget-content-blocks__block[data-background-alignment="right"] .widget-content-blocks__figure {
      right: 0; }
    .widget-content-blocks__block[data-background-alignment="right"] .widget-content-blocks__image {
      object-position: left center; } }

.widget-content-blocks__body, .widget-content-blocks__content {
  display: flex;
  flex-direction: column;
  align-items: inherit; }

.widget-content-blocks__content {
  text-align: inherit;
  gap: 8px; }

.widget-content-blocks__button--video {
  padding: 0;
  min-height: unset;
  background: unset !important;
  border: unset !important;
  gap: 16px; }
  .widget-content-blocks__button--video:hover .widget-content-blocks__button-icon-svg {
    transform: scale(1.3); }
  .widget-content-blocks__button--video .widget-content-blocks__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    padding: 16px 14px 16px 18px;
    border-radius: 50%;
    background-color: var(--button-light-background-color); }
    .widget-content-blocks__button--video .widget-content-blocks__button-icon svg * {
      fill: var(--button-light-font-color); }
  .widget-content-blocks__button--video .widget-content-blocks__button-icon-svg {
    transition: transform .2s ease-in-out; }
  .widget-content-blocks__button--video.button--primary .widget-content-blocks__button-icon {
    background-color: var(--button-primary-background-color); }
  .widget-content-blocks__button--video.button--secondary .widget-content-blocks__button-icon {
    background-color: var(--button-secondary-background-color); }
  .widget-content-blocks__button--video.button--outlined .widget-content-blocks__button-icon {
    background-color: var(--button-outlined-background-color);
    border: 1px solid var(--button-outlined-border-color); }

.widget-content-blocks__body {
  justify-content: space-between;
  gap: 32px;
  height: 100%; }

@media (min-width: 768px) {
  .widget-content-blocks__figure {
    position: absolute;
    height: 100%; } }

.widget-content-blocks__background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .widget-content-blocks__background:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--background-black-color);
    opacity: 0.5; }

.widget-content-blocks__image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-user-drag: none;
  user-drag: none; }

.widget-content-blocks__upper, .widget-content-blocks__lower {
  line-height: 1.5rem;
  margin: 0; }

.widget-content-blocks__lower {
  margin-top: 8px; }

.widget-goal-blocks .col {
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .widget-goal-blocks .col {
      margin: 0; } }

.widget-goal-blocks__title {
  margin: 0 0 32px; }

.widget-goal-blocks__block {
  position: relative;
  display: flex;
  border-radius: var(--border-radius-medium);
  overflow: hidden;
  height: 100%; }
  @media (min-width: 576px) {
    .widget-goal-blocks__block {
      border-radius: 42rem; } }

.widget-goal-blocks__figure {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  border-top-right-radius: 42rem;
  border-bottom-right-radius: 42rem;
  overflow: hidden; }
  @media (min-width: 576px) {
    .widget-goal-blocks__figure {
      width: 35%;
      display: block; } }
  @media (min-width: 768px) {
    .widget-goal-blocks__figure {
      width: 30%; } }

.widget-goal-blocks__image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-user-drag: none;
  user-drag: none; }

.widget-goal-blocks__body, .widget-goal-blocks__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.widget-goal-blocks__body {
  width: 100%;
  margin-left: auto;
  padding: 24px;
  gap: 12px; }
  @media (min-width: 576px) {
    .widget-goal-blocks__body {
      width: calc(100% - 35%); } }
  @media (min-width: 768px) {
    .widget-goal-blocks__body {
      width: calc(100% - 30%); } }

.widget-goal-blocks__content {
  gap: 8px;
  margin-bottom: auto; }

.widget-goal-blocks__lower {
  font-size: .875rem;
  line-height: 1.675em;
  margin: 0; }

.widget-collage-blocks .container > .row {
  margin-bottom: calc(var(--widget-spacing-medium) * -1);
  margin-inline: calc(var(--widget-spacing-medium) / 2 * -1); }
  .widget-collage-blocks .container > .row > .col {
    margin-bottom: var(--widget-spacing-medium);
    padding-inline: calc(var(--widget-spacing-medium) / 2); }

.widget-collage-blocks__block {
  border-radius: var(--border-radius-large);
  height: 100%;
  min-height: 250px;
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative; }
  .widget-collage-blocks__block[data-background-alignment]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #000000;
    opacity: .5;
    border-radius: var(--border-radius-large); }
  @media (min-width: 1024px) {
    .widget-collage-blocks__block[data-background-alignment] {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .widget-collage-blocks__block[data-background-alignment]::after {
        display: none; }
      .widget-collage-blocks__block[data-background-alignment][data-background-alignment='right'] .widget-collage-blocks__inner {
        padding-right: 0; }
      .widget-collage-blocks__block[data-background-alignment][data-background-alignment='right'] .widget-collage-blocks__background-figure {
        position: relative;
        border-radius: 0 var(--border-radius-large) var(--border-radius-large) 0; }
        .widget-collage-blocks__block[data-background-alignment][data-background-alignment='right'] .widget-collage-blocks__background-figure::before {
          content: "";
          position: absolute;
          inset: 0;
          right: unset;
          width: 50%;
          background: linear-gradient(90deg, var(--bg-color) 0, var(--bg-color) 15%, transparent 100%); }
      .widget-collage-blocks__block[data-background-alignment][data-background-alignment='left'] .widget-collage-blocks__inner {
        padding-left: 0; }
      .widget-collage-blocks__block[data-background-alignment][data-background-alignment='left'] .widget-collage-blocks__background-figure {
        order: -1;
        position: relative;
        border-radius: var(--border-radius-large) 0 0 var(--border-radius-large); }
        .widget-collage-blocks__block[data-background-alignment][data-background-alignment='left'] .widget-collage-blocks__background-figure::before {
          content: "";
          position: absolute;
          inset: 0;
          left: unset;
          width: 50%;
          background: linear-gradient(270deg, var(--bg-color) 0, var(--bg-color) 15%, transparent 100%); } }
  .widget-collage-blocks__block[data-block-size='half'] .widget-collage-blocks__inner {
    gap: var(--widget-spacing-small);
    padding: var(--widget-spacing-medium); }
  .widget-collage-blocks__block[data-alignment='left'] .widget-collage-blocks__inner {
    text-align: left;
    align-items: flex-start; }
  .widget-collage-blocks__block[data-alignment='center'] .widget-collage-blocks__inner {
    text-align: center;
    align-items: center; }
  .widget-collage-blocks__block[data-alignment='right'] .widget-collage-blocks__inner {
    text-align: right;
    align-items: flex-end; }

.widget-collage-blocks__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--widget-spacing-small);
  padding: calc(var(--widget-spacing-medium) * 1.5) var(--widget-spacing-medium);
  height: 100%; }
  @media (min-width: 1024px) {
    .widget-collage-blocks__inner {
      gap: var(--widget-spacing-medium);
      padding: var(--widget-spacing-large); } }

.widget-collage-blocks__content {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  gap: 4px;
  text-align: inherit; }

.widget-collage-blocks__upper, .widget-collage-blocks__lower {
  margin-bottom: 0; }

.widget-collage-blocks__icon {
  display: flex;
  height: 48px;
  width: 48px; }

.widget-collage-blocks__block-title {
  margin-bottom: 4px; }

.widget-collage-blocks h2 {
  font-size: calc(var(--h3-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 1024px) {
    .widget-collage-blocks h2 {
      font-size: calc(var(--h3-font-size) / var(--body-font-size) * 1rem); } }

.widget-collage-blocks h3 {
  font-size: calc(var(--h4-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 1024px) {
    .widget-collage-blocks h3 {
      font-size: calc(var(--h4-font-size) / var(--body-font-size) * 1rem); } }

.widget-collage-blocks h4 {
  font-size: calc(var(--h5-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 1024px) {
    .widget-collage-blocks h4 {
      font-size: calc(var(--h5-font-size) / var(--body-font-size) * 1rem); } }

.widget-collage-blocks h5 {
  font-size: calc(var(--h6-font-size-mobile) / var(--body-font-size) * 1rem); }
  @media (min-width: 1024px) {
    .widget-collage-blocks h5 {
      font-size: calc(var(--h6-font-size) / var(--body-font-size) * 1rem); } }

.widget-collage-blocks__background-figure {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: -1;
  border-radius: var(--border-radius-large); }

.widget-collage-blocks__background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit; }

.widget-collage-blocks__button {
  width: max-content; }

.widget-blog-swiper {
  padding: 100px 0;
  overflow-x: hidden; }
  .widget-blog-swiper--full-width {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%); }
    .widget-blog-swiper--full-width .container {
      padding: 0 12px; }
  .widget-blog-swiper__button {
    color: var(--body-font-primary-color);
    display: inline-flex;
    align-items: center;
    align-self: end;
    font-weight: 700; }
    .widget-blog-swiper__button svg * {
      fill: var(--body-font-primary-color); }
  .widget-blog-swiper .row > .col:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
    flex-wrap: wrap;
    row-gap: 10px; }
  .widget-blog-swiper .heading {
    display: inline-flex;
    align-self: start; }
  .widget-blog-swiper .swiper-container {
    padding-bottom: 12px; }
    .widget-blog-swiper .swiper-container:hover {
      overflow: visible; }

.widget-category-swiper {
  padding: 50px 0; }
  .widget-category-swiper--full-width {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%); }
    .widget-category-swiper--full-width .container {
      padding: 0 12px; }
  .widget-category-swiper .row > .col:first-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 32px; }
  .widget-category-swiper .heading {
    display: inline-flex;
    align-self: start; }
    @media (min-width: 1024px) {
      .widget-category-swiper .heading--desktop-left {
        width: 100%;
        text-align: left; } }
    @media (max-width: 1023px) {
      .widget-category-swiper .heading--mobile-left {
        width: 100%;
        text-align: left; } }
  .widget-category-swiper__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: 200ms all ease-in-out; }
    .widget-category-swiper__item:focus {
      outline-offset: -2px !important; }
    .widget-category-swiper__item:hover {
      transform: scale(1.1); }
  .widget-category-swiper__icon {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
    position: absolute;
    left: 0;
    top: 0; }
    .widget-category-swiper__icon svg {
      height: 1.5rem;
      width: 1.5rem; }
      .widget-category-swiper__icon svg * {
        fill: var(--body-font-tertiary-color); }
  .widget-category-swiper__image {
    border-radius: 100%;
    overflow: hidden;
    max-height: 160px;
    max-width: 100%;
    max-width: 160px;
    aspect-ratio: 1;
    width: 100%; }
    .widget-category-swiper__image img {
      object-fit: cover;
      object-position: center center;
      height: 100%;
      width: 100%; }
  .widget-category-swiper__text {
    color: var(--body-font-primary-color);
    font-size: 1.25rem;
    text-align: center; }
  .widget-category-swiper .swiper-container {
    padding-bottom: 12px; }
    .widget-category-swiper .swiper-container:hover {
      overflow: visible; }

.widget-product-swiper {
  padding: 100px 0; }
  .widget-product-swiper--full-width {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%); }
    .widget-product-swiper--full-width .container {
      padding: 0 12px; }
  .widget-product-swiper .heading {
    margin-bottom: 32px; }
  .widget-product-swiper .swiper-container {
    padding-bottom: 12px; }
  .container--full-width > main .widget-product-swiper > .container {
    padding: 0 16px; }

.container .widget-product-swiper--full-width .container {
  padding: 0 12px; }

.widget-page-hero {
  position: relative; }
  .widget-page-hero::before {
    content: "";
    background-color: var(--background-secondary-color);
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    margin-left: -50vw;
    left: 50%;
    width: 100vw; }
  .widget-page-hero__row {
    align-items: stretch; }
    @media (max-width: 1279px) {
      .widget-page-hero__row {
        flex-direction: column-reverse; } }
    .container:not(.container--full-width) > #main .widget-page-hero__row {
      margin-inline: -28px !important; }
  .widget-page-hero__image-container {
    margin: 0;
    height: 100%;
    max-width: unset;
    aspect-ratio: 351 / 244;
    position: relative;
    overflow: hidden;
    margin-right: -32px;
    margin-right: calc( (100% - 100vw) / 2); }
    @media (min-width: 768px) {
      .widget-page-hero__image-container {
        aspect-ratio: 16 / 9; } }
    @media (min-width: 1280px) {
      .widget-page-hero__image-container {
        width: calc(100vw - ((100vw - 1444px) / 2) - (1444px * 4 / 12));
        margin-right: unset;
        aspect-ratio: 99;
        min-height: 500px;
        padding-left: 32px;
        margin-top: -80px;
        height: calc(100% + 80px); } }
  .widget-page-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 999px 0 0 999px; }
  .widget-page-hero__pill {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding-top: 80px; }
    @media (max-width: 1023px) {
      .widget-page-hero__pill {
        padding-top: 0;
        align-items: flex-end;
        width: 22%;
        right: -5%; } }
    .widget-page-hero__pill span {
      border: 1px solid var(--brand-color-white);
      border-radius: 112px;
      height: 322px;
      width: 224px;
      margin: -25px 0; }
      @media (max-width: 1023px) {
        .widget-page-hero__pill span {
          height: unset;
          aspect-ratio: 9 / 14;
          width: 100%;
          margin: -12% 0; } }
  .widget-page-hero__title {
    margin-bottom: 16px;
    font-weight: 400; }
    .widget-page-hero__title mark {
      color: inherit;
      background-color: transparent;
      position: relative;
      margin: 6px 8px;
      display: inline-flex; }
      .widget-page-hero__title mark::after {
        content: "";
        position: absolute;
        inset: 0px -10px -4px;
        background: transparent;
        outline: 2px solid var(--theme-secondary-color);
        color: inherit;
        border-radius: 50px; }
        @media (min-width: 1024px) {
          .widget-page-hero__title mark::after {
            inset: 2px -10px -6px;
            margin: 0; } }
  .widget-page-hero__content {
    padding: 48px 0; }
    @media (min-width: 1024px) {
      .widget-page-hero__content {
        padding: 86px 0; } }
  .widget-page-hero__button {
    margin: 32px 0 0; }

.widget-simple-table {
  width: 100%;
  border: none;
  border-collapse: collapse; }
  .widget-simple-table__row {
    border-bottom: solid 1px var(--hr-border-color-lightest);
    vertical-align: top; }
  .widget-simple-table__key, .widget-simple-table__value {
    padding: 10px 0; }
  .widget-simple-table__key {
    font-weight: bold;
    padding-right: 12px; }
  @media (max-width: 767px) {
    .widget-simple-table__row {
      display: flex;
      gap: 4px;
      padding: 10px 0;
      flex-direction: column; }
    .widget-simple-table__key, .widget-simple-table__value {
      padding: 0; } }

.widget-anchor {
  position: relative;
  display: block;
  width: 100%;
  min-height: 1px;
  height: auto; }
  .widget-anchor__preview {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    align-items: center;
    font-size: .875rem;
    width: 100%;
    height: auto; }
  .widget-anchor__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem; }
  .widget-anchor__identifier {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: .25rem;
    align-items: center; }
  .widget-anchor__prefix, .widget-anchor__id {
    font-size: inherit;
    color: var(--body-font-primary-color); }
  .widget-anchor__line {
    background-color: var(--hr-border-color-lightest);
    position: relative;
    display: block;
    height: 1px;
    flex: 1; }

.widget-visual-text {
  position: relative; }
  .widget-visual-text--full-width {
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%); }
    .widget-visual-text--full-width .container {
      padding: 0 12px; }
  .widget-visual-text--media-stretch .widget-visual-text__image-container,
  .widget-visual-text--media-stretch .widget-visual-text__video {
    margin: 0;
    max-width: unset;
    width: 100vw;
    margin-left: -32px;
    aspect-ratio: 4 / 3; }
    @media (min-width: 768px) {
      .widget-visual-text--media-stretch .widget-visual-text__image-container,
      .widget-visual-text--media-stretch .widget-visual-text__video {
        aspect-ratio: 16 / 9; } }
    @media (min-width: 768px) {
      .widget-visual-text--media-stretch .widget-visual-text__image-container,
      .widget-visual-text--media-stretch .widget-visual-text__video {
        width: calc(100vw - ((100vw - 1444px) / 2) - (1444px * 6 / 12));
        margin-left: unset;
        height: 100%; } }
  .widget-visual-text--media-stretch:not(.widget-visual-text--reverse) .widget-visual-text__image-container,
  .widget-visual-text--media-stretch:not(.widget-visual-text--reverse) .widget-visual-text__video {
    margin-left: -32px; }
    @media (min-width: 768px) {
      .widget-visual-text--media-stretch:not(.widget-visual-text--reverse) .widget-visual-text__image-container,
      .widget-visual-text--media-stretch:not(.widget-visual-text--reverse) .widget-visual-text__video {
        margin-left: calc((100vw - min(1444px, 100vw)) / 2 * -1 - 32px); } }
  @media (max-width: 767px) {
    .widget-visual-text--media-stretch:not(.widget-visual-text--full-width) .widget-visual-text__image-container,
    .widget-visual-text--media-stretch:not(.widget-visual-text--full-width) .widget-visual-text__video {
      margin-left: 0;
      width: unset; } }
  .widget-visual-text--media-stretch .widget-visual-text__image {
    border-radius: 0; }
  .widget-visual-text::before {
    content: "";
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1;
    border-radius: 8px; }
  .widget-visual-text--background-none::before {
    display: none; }
  .widget-visual-text--background-full::before {
    margin-left: -50vw;
    left: 50%;
    width: 100vw; }
  .widget-visual-text--background-left::before {
    margin-left: -50vw;
    z-index: -1;
    left: 50%;
    border-radius: 0 8px 8px 0;
    width: calc(100vw - ((100vw - 1444px) / 2) - (1444px * 7 / 12) + (32px / 2)); }
  .widget-visual-text--background-right::before {
    margin-right: -50vw;
    z-index: -1;
    right: 50%;
    border-radius: 8px 0 0 8px;
    width: calc(100vw - ((100vw - 1444px) / 2) - (1444px * 7 / 12) + (32px / 2)); }
  @media (max-width: 767px) {
    .widget-visual-text--background-left::before, .widget-visual-text--background-right::before {
      right: 0;
      left: 50%;
      width: 100vw;
      height: 450px;
      border-radius: 0; } }
  .widget-visual-text--background-color-white::before {
    background-color: var(--color-white, white); }
  .widget-visual-text--background-color-light-green::before {
    background-color: var(--theme-primary-color-light, green); }
  @media (min-width: 768px) {
    .widget-visual-text--reverse .col:first-child {
      order: 2; } }
  .widget-visual-text__image-container, .widget-visual-text__video {
    display: flex;
    margin: 0;
    aspect-ratio: 4 / 3;
    max-width: 100%; }
  .widget-visual-text__image {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-medium);
    object-fit: cover;
    object-position: center; }
  .widget-visual-text__video {
    position: relative; }
    .widget-visual-text__video:after {
      content: '';
      background-color: var(--theme-primary-color, green);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 36'%3E%3Cpath fill='%23fff' d='M0.3948 4.47656C0.3948 1.31721 3.8853 -0.595114 6.5479 1.10549L27.723 14.63C30.1856 16.2028 30.1856 19.7993 27.723 21.3721L6.5479 34.8966C3.8853 36.5972 0.394802 34.6849 0.394802 31.5256V18.0011L0.3948 4.47656Z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 53% center;
      background-size: 24%;
      border-radius: 100%;
      height: 80px;
      width: 80px;
      position: absolute;
      left: 50%;
      top: 50%;
      translate: -50% -50%;
      transition: background-size 0.2s ease-out, scale 0.2s ease-out; }
      @media (min-width: 768px) {
        .widget-visual-text__video:after {
          height: 100px;
          width: 100px; } }
    .widget-visual-text__video:hover:after {
      background-size: 34%;
      scale: 1.15; }
  .widget-visual-text__content {
    align-content: center;
    height: 100%; }
  .widget-visual-text__heading {
    margin-bottom: 16px;
    font-size: 1.625rem;
    line-height: 1.3; }
    @media (min-width: 1024px) {
      .widget-visual-text__heading--size-big {
        font-size: 3rem; } }
  .widget-visual-text__buttons {
    display: flex;
    gap: 8px 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px; }
  .widget-visual-text__button {
    margin: 0; }
    .widget-visual-text__button + .widget-visual-text__button {
      margin-left: 0; }
