/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #171717;
  text-align: left;
  background-color: #FAFAFA;
  max-width: 100vw;
  overflow-x: hidden;
}

html, body {
  padding: 0;
  margin: 0;
}

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  margin: 0;
  padding: 0;
  border: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 400 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 400 500;
  font-style: italic;
}
body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1366px) {
  body {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 20px;
    line-height: 32px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 16px 0;
  font-weight: 400;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

h1.m, h2.m, h3.m, h4.m, h5.m, h6.m {
  font-weight: 500;
}

h1 {
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (min-width: 1366px) {
  h1 {
    font-size: 64px;
    line-height: 80px;
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 72px;
    line-height: 120px;
  }
}
h1 {
  margin: 24px 0 16px;
}
@media (min-width: 768px) {
  h1 {
    margin: 40px 0 32px;
  }
}
@media (min-width: 1366px) {
  h1 {
    margin: 64px 0 32px;
  }
}
@media (min-width: 1920px) {
  h1 {
    margin: 64px 0 32px;
  }
}

h2 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1366px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
h2 {
  margin: 24px 0 16px;
}
@media (min-width: 768px) {
  h2 {
    margin: 32px 0 24px;
  }
}
@media (min-width: 1366px) {
  h2 {
    margin: 48px 0 24px;
  }
}
@media (min-width: 1920px) {
  h2 {
    margin: 48px 0 24px;
  }
}

h3 {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1366px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1920px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
h3 {
  margin: 16px 0 16px;
}
@media (min-width: 768px) {
  h3 {
    margin: 24px 0 16px;
  }
}
@media (min-width: 1366px) {
  h3 {
    margin: 32px 0 16px;
  }
}
@media (min-width: 1920px) {
  h3 {
    margin: 32px 0 16px;
  }
}

.resp-text-m {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .resp-text-m {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1366px) {
  .resp-text-m {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  .resp-text-m {
    font-size: 20px;
    line-height: 32px;
  }
}
.resp-text-m {
  margin: 16px 0 16px;
}
@media (min-width: 768px) {
  .resp-text-m {
    margin: 16px 0 16px;
  }
}
@media (min-width: 1366px) {
  .resp-text-m {
    margin: 16px 0 16px;
  }
}
@media (min-width: 1920px) {
  .resp-text-m {
    margin: 16px 0 16px;
  }
}
.resp-text-m {
  font-weight: 400;
}

.resp-text-l {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .resp-text-l {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1366px) {
  .resp-text-l {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  .resp-text-l {
    font-size: 24px;
    line-height: 32px;
  }
}
.resp-text-l {
  margin: 16px 0 16px;
}
@media (min-width: 768px) {
  .resp-text-l {
    margin: 16px 0 16px;
  }
}
@media (min-width: 1366px) {
  .resp-text-l {
    margin: 16px 0 16px;
  }
}
@media (min-width: 1920px) {
  .resp-text-l {
    margin: 16px 0 16px;
  }
}
.resp-text-l {
  font-weight: 400;
}

.test-m {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text-l {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-xl {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

p {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1366px) {
  p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  p {
    font-size: 20px;
    line-height: 32px;
  }
}

label {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1366px) {
  label {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  label {
    font-size: 20px;
    line-height: 32px;
  }
}
label {
  font-weight: 500;
}

strong,
b {
  font-weight: 500;
}

small {
  font-size: 0.875em;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  font-size: 0.875em;
}

code {
  font-size: 0.875em;
  word-wrap: break-word;
}

kbd {
  font-size: 0.875em;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

a {
  color: #C83250;
  text-decoration: underline;
}
a:hover {
  color: rgb(138.8, 34.7, 55.52);
}

p {
  margin: 16px 0;
  margin: 16px 0 16px;
}
@media (min-width: 768px) {
  p {
    margin: 16px 0 16px;
  }
}
@media (min-width: 1366px) {
  p {
    margin: 16px 0 16px;
  }
}
@media (min-width: 1920px) {
  p {
    margin: 16px 0 16px;
  }
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

code {
  color: #FF3B30;
}

blockquote {
  margin: 0 0 1rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  color: #ffffff;
  background-color: #FAFAFA;
  border-radius: 0.2rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 768px) {
  header {
    height: 72px;
  }
}
header a {
  text-decoration: none;
}
header > nav {
  height: 100%;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 767.98px) {
  header > nav {
    padding: 16px;
    max-width: 608px;
  }
}
@media (min-width: 768px) {
  header > nav {
    padding: 16px 0;
    max-width: 640px;
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  header > nav {
    padding: 16px 0;
    max-width: 1166px;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  header > nav {
    padding: 16px 0;
    max-width: 1320px;
    margin: 0 auto;
  }
}
header input[type=checkbox] {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
header .logo {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  justify-self: flex-start;
  z-index: 1001;
  width: 32px;
  height: 32px;
  background-image: url("/assets/img/crustello-logo-icon.svg");
}
@media (min-width: 768px) {
  header .logo {
    width: auto;
    height: 32px;
    background-image: url("/assets/img/crustello-logo-white.svg");
    min-width: 160px;
  }
}
header .logo {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
header .logo:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
@media (min-width: 768px) {
  header .logo--dark {
    background-image: url("/assets/img/crustello-logo-dark.svg");
  }
}
header .logo--icon-only {
  background-image: url("/assets/img/crustello-logo-icon.svg");
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  header .logo--icon-only {
    width: 32px;
    height: 32px;
    background-image: url("/assets/img/crustello-logo-icon.svg");
  }
}
header .mobile-spacer {
  display: block;
  flex-grow: 2;
}
@media (min-width: 1366px) {
  header .mobile-spacer {
    display: none;
  }
}
header .main-menu-container {
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 1365.98px) {
  header .main-menu-container {
    order: 3;
    justify-self: flex-end;
  }
  header .main-menu-container .mobile-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 32px;
    height: 32px;
    z-index: 1002;
  }
  header .main-menu-container .mobile-toggle span {
    width: 20px;
    height: 3px;
    position: absolute;
    left: 6px;
    top: 50%;
    background: #ffffff;
    border-radius: 1.5px;
    transition: all 0.2s ease-in-out;
    transform-origin: 50% 50%;
  }
  header .main-menu-container .mobile-toggle :first-child {
    translate: 0 -3px;
  }
  header .main-menu-container .mobile-toggle :last-child {
    translate: 0 3px;
  }
  header .main-menu-container input[type=checkbox]:checked ~ nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header .main-menu-container input[type=checkbox]:checked ~ .mobile-toggle span:first-child {
    transform: translate(0, 3px) rotate(-45deg);
    background: #000000;
  }
  header .main-menu-container input[type=checkbox]:checked ~ .mobile-toggle span:last-child {
    transform: translate(0, -3px) rotate(45deg);
    background: #000000;
  }
  header .main-menu-container nav {
    position: fixed;
    visibility: hidden;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    padding: 72px 0 0 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background-color: #ffffff;
    z-index: 999;
  }
  header .main-menu-container nav ul {
    display: flex;
    flex-direction: column;
  }
  header .main-menu-container nav ul li {
    padding: 0;
    border-top: 1px solid #EAEAEA;
  }
  header .main-menu-container nav ul li a, header .main-menu-container nav ul li label {
    display: block;
    padding: 16px 12px;
    height: 48px;
    line-height: 24px;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
    color: #171717;
  }
  header .main-menu-container nav ul li.mobile-lang-selector {
    position: relative;
  }
  header .main-menu-container nav ul li.mobile-lang-selector label {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 48px;
    background: url("/assets/img/globe-black.svg") no-repeat left 16px center;
    background-size: 24px 24px;
  }
  header .main-menu-container nav ul li.mobile-lang-selector label:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/assets/img/arrow-down-black.svg") no-repeat right center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
  }
  header .main-menu-container nav ul li.mobile-lang-selector input[type=checkbox]:checked ~ ul {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }
  header .main-menu-container nav ul li.mobile-lang-selector input[type=checkbox]:checked ~ label {
    background-color: #FAFAFA;
  }
  header .main-menu-container nav ul li.mobile-lang-selector input[type=checkbox]:checked ~ label:after {
    transform: translateY(-50%) rotate(180deg);
  }
  header .main-menu-container nav ul li.mobile-lang-selector ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  header .main-menu-container nav ul li.mobile-lang-selector ul li.current a {
    display: inline-block;
    color: #C83250;
    padding-right: 32px;
    background: url("/assets/img/check-red.svg") no-repeat right center;
    background-size: 24px 24px;
  }
}
@media (min-width: 1366px) {
  header .main-menu-container {
    justify-self: flex-start;
    flex-grow: 2;
  }
  header .main-menu-container ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .main-menu-container .mobile-toggle, header .main-menu-container .mobile-lang-selector {
    display: none;
  }
  header .main-menu-container li a {
    display: inline-block;
    padding: 12px 24px;
    height: 48px;
    line-height: 24px;
    border-radius: 0;
    color: #ffffff;
    position: relative;
  }
  header .main-menu-container li a:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background-color: #ffffff;
    bottom: 0;
    left: 50%;
    transition: all 0.2s ease-in-out;
  }
  header .main-menu-container li a:hover:after, header .main-menu-container li a.active:after {
    width: 100%;
    left: 0;
  }
}
header .cart {
  justify-self: flex-end;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url("/assets/img/shopping-cart.svg") no-repeat center;
  background-size: 22px 22px;
  position: relative;
}
header .cart span {
  display: block;
  position: absolute;
  height: 15px;
  min-width: 15px;
  background-color: #C83250;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: 0;
}
header .lang-selector-desktop {
  position: relative;
}
@media (max-width: 1365.98px) {
  header .lang-selector-desktop {
    display: none;
  }
}
header .lang-selector-desktop label {
  justify-self: flex-end;
  display: block;
  font-weight: 500;
  line-height: 1.2em;
  padding: 12px 0;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  background: url("/assets/img/arrow-down-white.svg") no-repeat right center;
  background-size: 16px 16px;
  text-align: left;
}
header .lang-selector-desktop ul {
  position: absolute;
  top: 80px;
  right: -100px;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 8px 20px;
  width: 220px;
}
header .lang-selector-desktop ul li {
  margin: 0;
  padding: 0;
  border: none;
}
header .lang-selector-desktop ul li a {
  display: block;
  height: 52px;
  padding: 14px 8px;
  line-height: 24px;
  color: #ffffff;
}
header .lang-selector-desktop ul li a:hover {
  color: #000000;
  background-color: #ffffff;
  border-radius: 12px;
}
header .lang-selector-desktop ul li.current:not(:hover) a {
  padding-left: 32px;
  background: url("/assets/img/check-white.svg") no-repeat left center;
  background-size: 24px 24px;
}
header .lang-selector-desktop input[type=checkbox]:checked ~ ul {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .store {
  justify-self: flex-end;
  display: inline-block;
  height: 48px;
  border-radius: 24px;
  padding: 12px 24px;
  line-height: 24px;
  background-color: #C83250;
  text-align: center;
  color: #ffffff;
}

footer {
  background-color: #1F1F1F;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  footer .contents {
    padding: 16px;
    max-width: 608px;
  }
}
@media (min-width: 768px) {
  footer .contents {
    padding: 16px 0;
    max-width: 640px;
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  footer .contents {
    padding: 16px 0;
    max-width: 1166px;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  footer .contents {
    padding: 16px 0;
    max-width: 1320px;
    margin: 0 auto;
  }
}
footer .contents {
  padding-top: 48px;
}
footer .logo-container img {
  height: 30px;
}
footer .links {
  display: grid;
  margin: 32px 0 24px 0;
}
@media (max-width: 767.98px) {
  footer .links {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-row-gap: 32px;
  }
}
@media (min-width: 768px) {
  footer .links {
    grid-template-columns: 140px 140px 140px 1fr;
    column-gap: 24px;
  }
  footer .links .c1 {
    grid-column: 1/1;
  }
  footer .links .c2 {
    grid-column: 2/2;
  }
  footer .links .c3 {
    grid-column: 3/3;
  }
  footer .links .change-country {
    grid-column: 4/4;
  }
  footer .links > * {
    grid-row: 1/1;
  }
}
footer .links .change-country a {
  display: inline-block;
  line-height: 24px;
  height: 24px;
  position: relative;
  padding-left: 32px;
  padding-right: 48px;
  background: url("/assets/img/globe-white.svg") no-repeat left center;
  background-size: 24px 24px;
}
footer .links .change-country a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/img/arrow-down-white.svg") no-repeat right center;
  background-size: 16px 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
footer .links nav div {
  font-weight: 500;
  line-height: 24px;
  height: 24px;
}
footer .links nav p {
  padding: 0;
  margin: 0 0 16px 0;
}
footer .links nav ul li {
  margin: 16px 0 0 0;
}
footer .links a {
  text-decoration: none;
  color: #ffffff;
}
footer .links .facebook {
  background: url("/assets/img/facebook-white.svg") no-repeat left center;
  padding-left: 28px;
}
footer .links .instagram {
  background: url("/assets/img/instagram-white.svg") no-repeat left center;
  padding-left: 28px;
}
footer .links .x-social {
  background: url("/assets/img/x-social-white.svg") no-repeat left center;
  padding-left: 28px;
}
footer .links .tiktok {
  background: url("/assets/img/tiktok-white.svg") no-repeat left center;
  padding-left: 28px;
}
footer .links .youtube {
  background: url("/assets/img/youtube-white.svg") no-repeat left center;
  padding-left: 28px;
  background-size: 20px auto;
}
footer .rights {
  padding: 24px 0;
  border-top: 1px solid #8D929A;
}

main:not(:has(.top-banner)) {
  padding-top: 64px;
}
@media (min-width: 768px) {
  main:not(:has(.top-banner)) {
    padding-top: 72px;
  }
}

main > section {
  overflow: hidden;
}
main > section.dark-background {
  background-color: #1F1F1F;
  color: #ffffff;
}
main > section.bordered-box {
  padding: 16px;
  margin: 40px 16px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  background: #ffffff;
}
@media (min-width: 768px) {
  main > section.bordered-box {
    margin: 40px auto;
  }
}
@media (min-width: 1366px) {
  main > section.bordered-box {
    padding: 32px;
    margin: 64px auto;
  }
}
main > section.bordered-box h2 {
  margin-top: 0;
}
main > section:last-child {
  margin-bottom: 40px;
}
@media (min-width: 1366px) {
  main > section:last-child {
    margin-bottom: 64px;
  }
}
main > section:last-child.dark-background {
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media (min-width: 1366px) {
  main > section:last-child.dark-background {
    padding-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  main > .contents, main > section > .contents {
    padding: 16px;
    max-width: 608px;
  }
}
@media (min-width: 768px) {
  main > .contents, main > section > .contents {
    padding: 16px 0;
    max-width: 640px;
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  main > .contents, main > section > .contents {
    padding: 16px 0;
    max-width: 1166px;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  main > .contents, main > section > .contents {
    padding: 16px 0;
    max-width: 1320px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  main > .contents > h2, main > .contents > h3, main > .contents > p, main > section > .contents > h2, main > section > .contents > h3, main > section > .contents > p {
    max-width: 450px;
  }
}
@media (min-width: 1366px) {
  main > .contents > h2, main > .contents > h3, main > .contents > p, main > section > .contents > h2, main > section > .contents > h3, main > section > .contents > p {
    max-width: 700px;
  }
}

button, .button {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1366px) {
  button, .button {
    font-size: 20px;
    line-height: 32px;
  }
}
button, .button {
  color: #ffffff;
  background-color: #C83250;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0 14px;
  height: 44px;
  border-radius: 12px;
  border: none;
  outline: none;
}
button:hover, .button:hover {
  text-decoration: none;
}
button:focus, button.focus, .button:focus, .button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 50, 80, 0.25);
}
button:disabled, button.disabled, .button:disabled, .button.disabled {
  opacity: 0.65;
  pointer-events: none;
}
button:not(:disabled):not(.disabled), .button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-red {
  color: #ffffff;
  background-color: #C83250;
}
.btn-red:hover {
  color: #ffffff;
  background-color: rgb(169.4, 42.35, 67.76);
}
.btn-red:focus, .btn-red.focus {
  color: #ffffff;
  background-color: rgb(169.4, 42.35, 67.76);
}
.btn-red:active, .btn-red.active {
  color: #ffffff;
  background-color: rgb(159.2, 39.8, 63.68);
}
.btn-red:disabled, .btn-red.disabled {
  color: #ffffff;
  background-color: #C83250;
  opacity: 0.65;
}

.btn-black, .submit, button[type=submit] {
  color: #ffffff;
  background-color: #000000;
}
.btn-black:hover, .submit:hover, button[type=submit]:hover {
  color: #ffffff;
  background-color: hsl(0, 0%, -7.5%);
}
.btn-black:focus, .btn-black.focus, .submit:focus, .submit.focus, button[type=submit]:focus, button[type=submit].focus {
  color: #ffffff;
  background-color: hsl(0, 0%, -7.5%);
}
.btn-black:active, .btn-black.active, .submit:active, .submit.active, button[type=submit]:active, button[type=submit].active {
  color: #ffffff;
  background-color: hsl(0, 0%, -10%);
}
.btn-black:disabled, .btn-black.disabled, .submit:disabled, .submit.disabled, button[type=submit]:disabled, button[type=submit].disabled {
  color: #ffffff;
  background-color: #000000;
  opacity: 0.65;
}

input[type=text], input[type=email], input[type=password], input[type=number], input[type=search], input[type=tel], select, textarea {
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  padding: 0 12px;
  width: 100%;
  height: 44px;
  color: #171717;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1366px) {
  input[type=text], input[type=email], input[type=password], input[type=number], input[type=search], input[type=tel], select, textarea {
    font-size: 20px;
    line-height: 32px;
  }
}
input[type=text]:active, input[type=text]:focus, input[type=text]:hover:not(:disabled), input[type=email]:active, input[type=email]:focus, input[type=email]:hover:not(:disabled), input[type=password]:active, input[type=password]:focus, input[type=password]:hover:not(:disabled), input[type=number]:active, input[type=number]:focus, input[type=number]:hover:not(:disabled), input[type=search]:active, input[type=search]:focus, input[type=search]:hover:not(:disabled), input[type=tel]:active, input[type=tel]:focus, input[type=tel]:hover:not(:disabled), select:active, select:focus, select:hover:not(:disabled), textarea:active, textarea:focus, textarea:hover:not(:disabled) {
  outline: none;
  border-color: #1F1F1F;
}
input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, select:disabled, textarea:disabled {
  opacity: 0.65;
}
input[type=text]:is(:-webkit-autofill, :autofill), input[type=email]:is(:-webkit-autofill, :autofill), input[type=password]:is(:-webkit-autofill, :autofill), input[type=number]:is(:-webkit-autofill, :autofill), input[type=search]:is(:-webkit-autofill, :autofill), input[type=tel]:is(:-webkit-autofill, :autofill), select:is(:-webkit-autofill, :autofill), textarea:is(:-webkit-autofill, :autofill) {
  background-color: #ffffff;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, select::placeholder, textarea::placeholder {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1366px) {
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, select::placeholder, textarea::placeholder {
    font-size: 20px;
    line-height: 32px;
  }
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, select::placeholder, textarea::placeholder {
  color: #545963;
}

input[type=text]:required:not(:valid), input[type=email]:required:not(:valid), input[type=password]:required:not(:valid), input[type=number]:required:not(:valid), input[type=search]:required:not(:valid), input[type=tel]:required:not(:valid) {
  background-image: url('data:image/svg+xml,<svg width="7" height="6" viewBox="0 0 7 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.875 5.22168L2.31055 3.3418L0.191406 2.72656L0.553711 1.60547L2.65918 2.41211L2.56348 0.0400391H3.75293L3.64355 2.45996L5.71484 1.65332L6.07715 2.79492L3.91699 3.41699L5.31836 5.25586L4.35449 5.95312L3.08984 3.9707L1.8457 5.89844L0.875 5.22168Z" fill="%23FF3B30"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
}

input[type=checkbox], input[type=radio] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  margin-right: 8px;
  border: 2px solid #8D929A;
  background-color: #ffffff;
  cursor: pointer;
  vertical-align: -2px;
}
input[type=checkbox]:hover, input[type=radio]:hover {
  border-color: #C83250;
}
input[type=checkbox]:checked, input[type=radio]:checked {
  border: none;
  background-color: #C83250;
  background-image: url("/assets/img/check-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
input[type=checkbox]:checked:hover, input[type=radio]:checked:hover {
  background-color: rgb(169.4, 42.35, 67.76);
}

select {
  -webkit-appearance: none;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.9465 5.45337H7.79316H4.05317C3.41317 5.45337 3.09317 6.2267 3.5465 6.68004L6.99983 10.1334C7.55316 10.6867 8.45317 10.6867 9.0065 10.1334L10.3198 8.82004L12.4598 6.68004C12.9065 6.2267 12.5865 5.45337 11.9465 5.45337Z" fill="%231F1F1F"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.checkbox-container input[type=checkbox], .checkbox-container input[type=radio] {
  vertical-align: middle;
  margin: 0;
}
@media (min-width: 1366px) {
  .checkbox-container input[type=checkbox], .checkbox-container input[type=radio] {
    margin: 5px 0 0;
  }
}
.checkbox-container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}

img.fill-width {
  width: 100%;
  height: auto;
}

.secondary {
  color: #545963;
}

.upper {
  text-transform: uppercase;
}

.social-link-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.social-link-icon.facebook {
  background-image: url("/assets/img/facebook-white.svg");
}
.social-link-icon.instagram {
  background-image: url("/assets/img/instagram-white.svg");
}
.social-link-icon.x-social {
  background-image: url("/assets/img/x-social-white.svg");
}
.social-link-icon.tiktok {
  background-image: url("/assets/img/tiktok-white.svg");
}
.social-link-icon.youtube {
  width: 32px;
  background-image: url("/assets/img/youtube-white.svg");
}
.social-link-icon.dark {
  filter: invert(1);
}

.bordered-box {
  padding: 16px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  background: #ffffff;
}

.top-banner {
  background-color: #000000;
  background-image: url("/assets/img/page-header/temp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .top-banner {
    background-image: url("/assets/img/page-header/temp2.png");
  }
}
@media (min-width: 1920px) {
  .top-banner {
    background-size: auto 1920px;
  }
}
@media (max-width: 767.98px) {
  .top-banner > div {
    padding: 16px;
    max-width: 608px;
  }
}
@media (min-width: 768px) {
  .top-banner > div {
    padding: 16px 0;
    max-width: 640px;
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .top-banner > div {
    padding: 16px 0;
    max-width: 1166px;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .top-banner > div {
    padding: 16px 0;
    max-width: 1320px;
    margin: 0 auto;
  }
}
.top-banner > div {
  display: grid;
  align-items: center;
  justify-content: start;
}
.top-banner > div h1 {
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.top-banner > div p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .top-banner > div p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1366px) {
  .top-banner > div p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  .top-banner > div p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .top-banner > div {
    height: 620px;
  }
}
@media (min-width: 768px) {
  .top-banner > div {
    aspect-ratio: 1920/1080;
    width: 100%;
    max-height: 550px;
  }
  .top-banner > div h1 {
    max-width: 550px;
  }
}
@media (min-width: 1366px) {
  .top-banner > div {
    max-height: 720px;
  }
  .top-banner > div h1 {
    max-width: 600px;
  }
}
@media (min-width: 1920px) {
  .top-banner > div {
    max-height: 1080px;
  }
  .top-banner > div h1 {
    max-width: 920px;
  }
}

.carousel .scroll-box {
  overflow: visible;
}
.carousel .scroll-box .contents {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 0 12px 0;
}
@media (min-width: 1366px) {
  .carousel .scroll-box .contents {
    gap: 18px;
  }
}
.carousel .scroll-box .contents > div {
  width: 270px;
  height: 400px;
  border-radius: 20px;
  flex-shrink: 0;
}
@media (min-width: 1366px) {
  .carousel .scroll-box .contents > div {
    width: 405px;
    height: 600px;
  }
}
.carousel .controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.carousel .controls button {
  width: 44px;
  height: 44px;
  border: none;
  outline: none;
  border-radius: 22px;
  background-color: #ffffff;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1366px) {
  .carousel .controls button {
    width: 66px;
    height: 66px;
    border-radius: 33px;
    background-size: 36px 36px;
  }
}
.carousel .controls button:disabled {
  background-color: #555555;
}
.carousel .controls button.prev {
  background-image: url("/assets/img/arrow-left-dark.svg");
}
.carousel .controls button.next {
  background-image: url("/assets/img/arrow-right-dark.svg");
}
.carousel.white-background .controls button {
  background-color: #1F1F1F;
}
.carousel.white-background .controls button:disabled {
  background-color: #C0C7C9;
}
.carousel.white-background .controls button.prev {
  background-image: url("/assets/img/arrow-left-light.svg");
}
.carousel.white-background .controls button.next {
  background-image: url("/assets/img/arrow-right-light.svg");
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.popup.visible {
  display: block;
}
.popup.fullscreen .popup-frame {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  border-radius: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: translate(0, 0);
}
@media (max-width: 767.98px) {
  .popup.fullscreen .popup-frame {
    padding: 64px 16px;
  }
}
.popup.window .popup-frame {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  max-width: 90vw;
  max-height: 90vh;
  min-height: 150px;
}
.popup.window.w90 {
  width: 90vw;
}
.popup .popup-frame {
  position: fixed;
  background-color: #ffffff;
  padding: 32px;
  overflow: auto;
  z-index: 1001;
}
.popup .popup-frame .close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url("/assets/img/close-black.svg") no-repeat center;
  background-size: 24px 24px;
}
@media (min-width: 768px) {
  .popup .popup-frame {
    width: 500px;
  }
}
@media (min-width: 1366px) {
  .popup .popup-frame {
    width: 730px;
  }
}
@media (min-width: 1920px) {
  .popup .popup-frame {
    width: 960px;
  }
}

html > body:has(.popup.visible) {
  overflow: hidden;
}

.tabs-container .tabs-handles {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  height: 40px;
  margin-bottom: 24px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.tabs-container .tabs-handles::-webkit-scrollbar {
  display: none;
}
.tabs-container .tabs-handles a, .tabs-container .tabs-handles button {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 16px;
  text-decoration: none;
  display: inline-block;
  color: #171717;
  background-color: #ffffff;
  border-color: #171717;
  border-style: solid;
  border-width: 1px;
}
.tabs-container .tabs-handles a:hover, .tabs-container .tabs-handles button:hover {
  color: #171717;
  background-color: rgb(235.875, 235.875, 235.875);
}
.tabs-container .tabs-handles a:focus, .tabs-container .tabs-handles a.focus, .tabs-container .tabs-handles button:focus, .tabs-container .tabs-handles button.focus {
  color: #171717;
  background-color: rgb(235.875, 235.875, 235.875);
}
.tabs-container .tabs-handles a:active, .tabs-container .tabs-handles a.active, .tabs-container .tabs-handles button:active, .tabs-container .tabs-handles button.active {
  color: #171717;
  background-color: rgb(229.5, 229.5, 229.5);
}
.tabs-container .tabs-handles a:disabled, .tabs-container .tabs-handles a.disabled, .tabs-container .tabs-handles button:disabled, .tabs-container .tabs-handles button.disabled {
  color: #171717;
  background-color: #ffffff;
  opacity: 0.65;
}
.tabs-container .tabs-handles a, .tabs-container .tabs-handles button {
  transition: all 0.2s ease-in-out;
}
.tabs-container .tabs-handles a.active, .tabs-container .tabs-handles button.active {
  color: #ffffff;
  background-color: #171717;
}
.tabs-container .tabs-handles a.active:hover, .tabs-container .tabs-handles button.active:hover {
  color: #ffffff;
  background-color: rgb(3.875, 3.875, 3.875);
}
.tabs-container .tabs-handles a.active:focus, .tabs-container .tabs-handles a.active.focus, .tabs-container .tabs-handles button.active:focus, .tabs-container .tabs-handles button.active.focus {
  color: #ffffff;
  background-color: rgb(3.875, 3.875, 3.875);
}
.tabs-container .tabs-handles a.active:active, .tabs-container .tabs-handles a.active.active, .tabs-container .tabs-handles button.active:active, .tabs-container .tabs-handles button.active.active {
  color: #ffffff;
  background-color: hsl(0, 0%, -0.9803921569%);
}
.tabs-container .tabs-handles a.active:disabled, .tabs-container .tabs-handles a.active.disabled, .tabs-container .tabs-handles button.active:disabled, .tabs-container .tabs-handles button.active.disabled {
  color: #ffffff;
  background-color: #171717;
  opacity: 0.65;
}
.tabs-container .tabs-contents {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.tabs-container .tabs-contents > div {
  grid-column: 1/1;
  grid-row: 1/1;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.tabs-container .tabs-contents > div.active {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  z-index: 1002;
}
#loading-overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  width: 64px;
  height: 64px;
  background-image: url("/assets/img/loading-static.svg");
  animation: 2s linear infinite loading-animation;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@keyframes loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-container fieldset {
  padding: 16px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-container .form-fields-container {
  margin-bottom: 16px;
}
.form-container .form-fields-container.two-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 1366px) {
  .form-container .form-fields-container.two-columns {
    grid-template-columns: 1fr 1fr;
  }
  .form-container .form-fields-container.two-columns .span-two {
    grid-column: span 2;
  }
}
.form-container .form-fields-container .input-container label {
  display: block;
  margin-bottom: 4px;
}
.form-container .form-fields-container .input-container textarea {
  height: 100px;
}
.form-container .form-fields-container button[type=submit] {
  width: 100%;
}
@media (min-width: 1366px) {
  .form-container .form-fields-container button[type=submit] {
    width: 256px;
  }
}
.form-container .success-container {
  border: 1px solid #00A85A;
  background-color: rgba(0, 168, 90, 0.1);
  border-radius: 12px;
  padding: 20px 12px;
  margin: 16px 0;
}
.form-container .success-container .ticket-number {
  font-weight: 500;
}
.form-container .error-container {
  border: 1px solid #FF3B30;
  background-color: rgba(255, 59, 48, 0.1);
  border-radius: 12px;
  padding: 20px 12px;
  margin: 16px 0;
}
.form-container.xhr-form .success-container, .form-container.xhr-form .error-container {
  position: relative;
  display: none;
}
.form-container.xhr-form .success-container h3, .form-container.xhr-form .error-container h3 {
  margin-top: 0;
}
.form-container.xhr-form .thank-you-container .close, .form-container.xhr-form .error-container .close {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url("/assets/img/close-black.svg") no-repeat center;
  background-size: 24px 24px;
}

.carousel .scroll-box .contents > div.product-card {
  background-color: #ffffff;
  color: #171717;
  padding: 16px;
  display: grid;
  grid-template-rows: 1fr min-content;
  grid-template-columns: 1fr;
  height: auto;
  position: relative;
}
.carousel .scroll-box .contents > div.product-card .best-seller {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #C83250;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1366px) {
  .carousel .scroll-box .contents > div.product-card .best-seller {
    font-size: 20px;
    line-height: 32px;
  }
}
.carousel .scroll-box .contents > div.product-card .top h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 12px 0;
}
.carousel .scroll-box .contents > div.product-card .top .img-container {
  position: relative;
  height: 190px;
  margin: 0 0 24px 0;
}
.carousel .scroll-box .contents > div.product-card .top .img-container img {
  height: 100%;
  max-width: 100%;
  border-radius: 12px;
}
.carousel .scroll-box .contents > div.product-card .top .img-container .stock-warning {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background-color: #C83250;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 8px;
  text-align: center;
  border-radius: 12px;
  text-transform: uppercase;
}
.carousel .scroll-box .contents > div.product-card .top .price {
  color: #171717;
  font-weight: 500;
}
.carousel .scroll-box .contents > div.product-card .top .price .original-price {
  text-decoration: line-through;
  color: #545963;
}
.carousel .scroll-box .contents > div.product-card .top .description {
  color: #545963;
  padding: 0;
  margin: 0 0 24px 0;
}
.carousel .scroll-box .contents > div.product-card .top ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #C0C7C9;
  margin: 0;
  padding: 24px 0 0 0;
}
.carousel .scroll-box .contents > div.product-card .top ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 28px;
  color: #171717;
  font-size: 16px;
  line-height: 24px;
  background-image: url("/assets/img/tick-circle-black.svg");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 18px 18px;
}
.carousel .scroll-box .contents > div.product-card .top .warning {
  background-image: url("/assets/img/info-red.svg");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 18px 18px;
  padding: 0 0 0 28px;
  color: #C83250;
  font-size: 16px;
  line-height: 24px;
  margin: 24px 0 0 0;
}
.carousel .scroll-box .contents > div.product-card button {
  margin-top: 24px;
  width: 100%;
}

.page-index .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.page-index .cards > div {
  border-radius: 20px;
  width: 288px;
  height: 400px;
  background: url("/assets/img/temp/index-pizza-image.png") no-repeat center;
}
@media (min-width: 1366px) {
  .page-index .cards > div {
    width: 571px;
    height: 600px;
    background: url("/assets/img/temp/index-pizza-image-2.png") no-repeat center;
  }
}
.page-index .cards > div div {
  padding: 20px 20px 0 20px;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-index .cards > div div input[type=checkbox] {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}
.page-index .cards > div div label {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("/assets/img/card-close-button.svg") no-repeat center;
  background-size: cover;
  transition: all 0.2s ease-in-out;
}
.page-index .cards > div div h3 {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1366px) {
  .page-index .cards > div div h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.page-index .cards > div div h3 {
  margin-bottom: 0;
}
.page-index .cards > div div p {
  overflow: hidden;
  max-height: 0;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1366px) {
  .page-index .cards > div div p {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-index .cards > div div:has(input[type=checkbox]:checked) {
  background-color: rgba(0, 0, 0, 0.2);
}
.page-index .cards > div div input[type=checkbox]:checked ~ label {
  transform: rotate(405deg);
}
.page-index .cards > div div input[type=checkbox]:checked ~ p {
  max-height: 1000px;
}
@media (min-width: 1366px) {
  .page-index .cards > div.options-for-every-bake {
    background: url("/assets/img/temp/index-pizza-image-3.png") no-repeat center;
    width: 1166px;
    height: 600px;
  }
}
.page-index .real-world-baking .carousel .contents > div {
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.page-index .real-world-baking .carousel .contents > div h4 {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1366px) {
  .page-index .real-world-baking .carousel .contents > div h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
.page-index .real-world-baking .carousel .contents > div h4 {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  height: 40px;
  border-radius: 20px;
  padding: 10px 16px 10px 48px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media (min-width: 1366px) {
  .page-index .real-world-baking .carousel .contents > div h4 {
    top: 30px;
    left: 30px;
    height: 60px;
    border-radius: 30px;
    padding: 14px 24px 14px 72px;
    background-position: 24px center;
    background-size: 36px 36px;
  }
}
.page-index .real-world-baking .carousel .contents > div p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1366px) {
  .page-index .real-world-baking .carousel .contents > div p {
    font-size: 32px;
    line-height: 40px;
  }
}
.page-index .real-world-baking .carousel .contents > div p {
  margin: 0;
  padding: 0;
}
@media (min-width: 1366px) {
  .page-index .real-world-baking .carousel .contents > div p {
    bottom: 30px;
    left: 30px;
    right: 30px;
    font-size: 32px;
    line-height: 40px;
  }
}
.page-index .real-world-baking .carousel .preferment, .page-index .real-world-baking .carousel .pizza-dough, .page-index .real-world-baking .carousel .sourdough, .page-index .real-world-baking .carousel .bread, .page-index .real-world-baking .carousel .data-tools {
  background: url("/assets/img/temp/real-world-baking.png") no-repeat center;
  background-size: cover;
}
.page-index .real-world-baking .carousel .preferment h4 {
  background-image: url("/assets/img/sourdough-white.svg");
}
.page-index .real-world-baking .carousel .pizza-dough h4 {
  background-image: url("/assets/img/pizza-white.svg");
}
.page-index .real-world-baking .carousel .sourdough h4 {
  background-image: url("/assets/img/sourdough-white.svg");
}
.page-index .real-world-baking .carousel .bread h4 {
  background-image: url("/assets/img/bread-white.svg");
}
.page-index .real-world-baking .carousel .data-tools h4 {
  background-image: url("/assets/img/data-tools-white.svg");
}
.page-index .products-list .carousel .scroll-box .contents > div.product-card h3 {
  margin: 0 0 12px 0;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1366px) {
  .page-index .products-list .carousel .scroll-box .contents > div.product-card h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.page-index .products-list .carousel .scroll-box .contents > div.product-card .price {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1366px) {
  .page-index .products-list .carousel .scroll-box .contents > div.product-card .price {
    font-size: 40px;
    line-height: 48px;
  }
}
.page-index .products-list .carousel .scroll-box .contents > div.product-card .description {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1366px) {
  .page-index .products-list .carousel .scroll-box .contents > div.product-card .description {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1366px) {
  .page-index .products-list .carousel .scroll-box .contents > div.product-card {
    padding: 24px;
  }
  .page-index .products-list .carousel .scroll-box .contents > div.product-card .top .img-container {
    height: 285px;
  }
  .page-index .products-list .carousel .scroll-box .contents > div.product-card h3 {
    margin: 0 0 18px 0;
  }
  .page-index .products-list .carousel .scroll-box .contents > div.product-card .price, .page-index .products-list .carousel .scroll-box .contents > div.product-card button {
    margin-top: 36px;
  }
}
.page-index .app-download-links {
  text-align: center;
}
.page-index .app-download-links .contents h2 {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.page-index .app-download-links a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
}
.page-index .app-download-links a img {
  max-width: 120px;
}

.page-how-it-works .features .tabs-contents > div h3 {
  display: none;
}
.page-how-it-works .features .tabs-contents > div {
  padding: 238px 16px 0;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .page-how-it-works .features .tabs-contents > div {
    padding: 424px 0 0 0;
  }
}
@media (min-width: 1366px) {
  .page-how-it-works .features .tabs-contents > div {
    padding: 0 716px 0 0;
    background-position: center right;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-how-it-works .features .tabs-contents > div h3 {
    display: block;
  }
}
@media (min-width: 1920px) {
  .page-how-it-works .features .tabs-contents > div {
    padding: 0 870px 0 0;
    height: 480px;
  }
}
.page-how-it-works .features .tabs-contents > div p {
  margin: 0;
  padding: 0;
}
.page-how-it-works .features #setup-sync {
  background-image: url("/assets/img/index-how-it-works/setup-sync-320.png");
}
@media (min-width: 768px) {
  .page-how-it-works .features #setup-sync {
    background-image: url("/assets/img/index-how-it-works/setup-sync-768.png");
  }
}
@media (min-width: 1920px) {
  .page-how-it-works .features #setup-sync {
    background-image: url("/assets/img/index-how-it-works/setup-sync-1920.png");
  }
}
.page-how-it-works .features #monitoring {
  background-image: url("/assets/img/index-how-it-works/monitoring-320.png");
}
@media (min-width: 768px) {
  .page-how-it-works .features #monitoring {
    background-image: url("/assets/img/index-how-it-works/monitoring-768.png");
  }
}
@media (min-width: 1920px) {
  .page-how-it-works .features #monitoring {
    background-image: url("/assets/img/index-how-it-works/monitoring-1920.png");
  }
}
.page-how-it-works .features #alerts {
  background-image: url("/assets/img/index-how-it-works/alerts-320.png");
}
@media (min-width: 768px) {
  .page-how-it-works .features #alerts {
    background-image: url("/assets/img/index-how-it-works/alerts-768.png");
  }
}
@media (min-width: 1920px) {
  .page-how-it-works .features #alerts {
    background-image: url("/assets/img/index-how-it-works/alerts-1920.png");
  }
}
.page-how-it-works .features #calculator {
  background-image: url("/assets/img/index-how-it-works/calculator-320.png");
}
@media (min-width: 768px) {
  .page-how-it-works .features #calculator {
    background-image: url("/assets/img/index-how-it-works/calculator-768.png");
  }
}
@media (min-width: 1920px) {
  .page-how-it-works .features #calculator {
    background-image: url("/assets/img/index-how-it-works/calculator-1920.png");
  }
}
.page-how-it-works .features #data-tools {
  background-image: url("/assets/img/index-how-it-works/data-tools-320.png");
}
@media (min-width: 768px) {
  .page-how-it-works .features #data-tools {
    background-image: url("/assets/img/index-how-it-works/data-tools-768.png");
  }
}
@media (min-width: 1920px) {
  .page-how-it-works .features #data-tools {
    background-image: url("/assets/img/index-how-it-works/data-tools-1920.png");
  }
}
.page-how-it-works .real-world-use .carousel .item {
  border-radius: 20px;
  width: 288px;
  height: 400px;
  background: url("/assets/img/temp/index-pizza-image.png") no-repeat center;
}
@media (min-width: 1366px) {
  .page-how-it-works .real-world-use .carousel .item {
    width: 308px;
    height: 400px;
    background: url("/assets/img/temp/index-pizza-image-2.png") no-repeat center;
  }
}
.page-how-it-works .real-world-use .carousel .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 16px;
  color: #ffffff;
}
.page-how-it-works .real-world-use .carousel .item h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1366px) {
  .page-how-it-works .real-world-use .carousel .item h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-how-it-works .real-world-use .carousel .item p {
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  backdrop-filter: blur(24px);
  border-radius: 12px;
  padding: 12px;
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
.page-how-it-works .real-world-use .carousel .item.preferment p:first-child {
  background-image: url("/assets/img/real-world-use/toggle-off-white.svg");
  background-position: center right 12px;
}
.page-how-it-works .real-world-use .carousel .item.preferment p:last-child {
  background-image: url("/assets/img/real-world-use/alerts.svg");
  background-position: 12px 16px;
  padding-left: 68px;
  min-height: 72px;
}
.page-how-it-works .real-world-use .carousel .item.pizza p {
  background-image: url("/assets/img/real-world-use/humidity.svg");
  background-position: top 16px right 12px;
  padding-right: 60px;
  min-height: 102px;
}
.page-how-it-works .real-world-use .carousel .item.sourdough p {
  background-image: url("/assets/img/real-world-use/bar-chart.svg");
  background-position: top 16px center;
  padding-top: 109px;
}
@media (max-width: 1365.98px) {
  .page-how-it-works .real-world-use .carousel .item.sourdough p {
    background-size: 232px auto;
  }
}
.page-how-it-works .real-world-use .carousel .item.bread p {
  background-image: url("/assets/img/real-world-use/line-chart.svg");
  background-position: top 4px center;
  padding-top: 103px;
}
@media (max-width: 1365.98px) {
  .page-how-it-works .real-world-use .carousel .item.bread p {
    background-size: 232px auto;
  }
}
.page-how-it-works .real-world-use .carousel .item.data-tools p {
  background-image: url("/assets/img/real-world-use/line-chart-2.svg");
  background-position: top 16px center;
  padding-top: 103px;
}
@media (max-width: 1365.98px) {
  .page-how-it-works .real-world-use .carousel .item.data-tools p {
    background-size: 232px auto;
  }
}
.page-how-it-works .real-world-use .carousel .item.data-tools p {
  position: relative;
}
.page-how-it-works .real-world-use .carousel .item.data-tools p span {
  position: absolute;
  top: 16px;
  left: 12px;
}

.page-contact-us .faq-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px 12px;
  margin-bottom: 8px;
  position: relative;
}
.page-contact-us .faq-box label {
  cursor: pointer;
}
.page-contact-us .faq-box input {
  display: none;
}
.page-contact-us .faq-box h3 {
  margin: 4px 0;
}
.page-contact-us .faq-box h3 label {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1366px) {
  .page-contact-us .faq-box h3 label {
    font-size: 32px;
    line-height: 40px;
  }
}
.page-contact-us .faq-box h3 label {
  display: block;
}
.page-contact-us .faq-box p {
  color: #545963;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.page-contact-us .faq-box::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #EAEAEA;
  border-radius: 16px;
  position: absolute;
  top: 20px;
  right: 12px;
  background: url("/assets/img/arrow-down-black.svg") no-repeat center;
  background-size: 16px 16px;
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}
.page-contact-us .faq-box:has(input[type=checkbox]:checked) p {
  max-height: 1000px;
}
.page-contact-us .faq-box:has(input[type=checkbox]:checked)::after {
  transform: rotate(0);
}

.page-store-index .carousel .scroll-box .contents > div.product-card {
  width: 288px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.11);
}
.page-store-index .carousel .scroll-box .contents > div.product-card .price {
  font-size: 24px;
  line-height: 32px;
}
.page-store-index .carousel .scroll-box .contents > div.product-card .description {
  font-size: 16px;
  line-height: 24px;
}
.page-store-index .shipping-terms p {
  max-width: 100%;
}
.page-store-index .benefits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
}
.page-store-index .benefits > div {
  width: 300px;
  padding-left: 64px;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 48px;
}
.page-store-index .benefits > div.money-back {
  background-image: url("/assets/img/benefits-money-back.svg");
}
.page-store-index .benefits > div.warranty {
  background-image: url("/assets/img/benefits-warranty.svg");
}
.page-store-index .benefits > div.shipping {
  background-image: url("/assets/img/benefits-shipping.svg");
}
.page-store-index .benefits > div div {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .page-store-index .benefits > div div {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1366px) {
  .page-store-index .benefits > div div {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  .page-store-index .benefits > div div {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-store-index .benefits > div p {
  margin: 0;
  padding: 0;
  color: #8D929A;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .page-store-index .benefits > div p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1366px) {
  .page-store-index .benefits > div p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  .page-store-index .benefits > div p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .checkout-container {
    display: grid;
    grid-template-columns: 1fr 246px;
    grid-template-rows: auto;
    gap: 16px;
  }
  .checkout-container .cart {
    grid-column: 2/2;
    grid-row: 1/1;
  }
  .checkout-container .checkout-data {
    grid-column: 1/1;
    grid-row: 1/1;
  }
}
.checkout-container fieldset, .checkout-container .bordered-box {
  margin-bottom: 16px;
}
.checkout-container #invoiceFields {
  display: none;
}
.checkout-container fieldset .country-specific {
  display: none;
}
.checkout-container .benefits {
  display: none;
}
@media (min-width: 1366px) {
  .checkout-container .benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .checkout-container .benefits > div {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: center left;
    min-height: 20px;
    background-size: 20px 20px;
  }
  .checkout-container .benefits > div.money-back {
    background-image: url("/assets/img/benefits-money-back-black-small.svg");
  }
  .checkout-container .benefits > div.warranty {
    background-image: url("/assets/img/benefits-warranty-black-small.svg");
  }
  .checkout-container .benefits > div.shipping {
    background-image: url("/assets/img/benefits-shipping-black-small.svg");
  }
}

.page-payment .payment-method-content {
  max-height: 0;
  overflow: hidden;
}
.page-payment .payment-method-content.visible {
  max-height: 999999px;
}

.cart.empty {
  display: none;
}
.cart .product {
  background-color: #ffffff;
  color: #171717;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  padding: 16px;
}
.cart .product img {
  width: 100%;
}
.cart .product .quantity-container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0;
}
.cart .product .quantity-container button {
  width: 44px;
  height: 44px;
  border: 1px solid #C0C7C9;
  background-color: #FAFAFA;
  color: #171717;
  font-size: 20px;
}
.cart .product .quantity-container button.increment {
  border-radius: 0 8px 8px 0;
}
.cart .product .quantity-container button.decrement {
  border-radius: 8px 0 0 8px;
}
.cart .product .quantity-container input {
  text-align: center;
  font-size: 20px;
  height: 44px;
  border: 1px solid #C0C7C9;
  border-radius: 0;
  background-color: transparent;
}
.cart .product .quantity-container input::-webkit-inner-spin-button, .cart .product .quantity-container input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#cookie-consent-popup label {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1366px) {
  #cookie-consent-popup label {
    font-size: 24px;
    line-height: 32px;
  }
}
#cookie-consent-popup .intro {
  background: url("/assets/img/cookie-red.svg") no-repeat left center;
  padding-left: 48px;
  min-height: 40px;
}
#cookie-consent-popup .close {
  display: none;
}
#cookie-consent-popup button {
  min-width: 150px;
}

#change-country-popup {
  padding-bottom: 0;
}
#change-country-popup .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  height: 100%;
  width: 100%;
}
#change-country-popup .change-country-container {
  overflow: scroll;
}
#change-country-popup .change-country-container li {
  margin: 8px 0;
  padding: 12px 16px;
  border: 1px solid #C0C7C9;
  border-radius: 12px;
  cursor: pointer;
}
#change-country-popup .change-country-container li.selected {
  background-color: #C0C7C9;
}
#change-country-popup .change-country-container li span:first-child {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
#change-country-popup .change-country-container li span.lang {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #545963;
}
@media (max-width: 1365.98px) {
  #change-country-popup .change-country-container .continent {
    border-bottom: 1px solid #EAEAEA;
  }
  #change-country-popup .change-country-container .continent:last-child {
    border-bottom: none;
  }
  #change-country-popup .change-country-container .continent h2.continent-title {
    cursor: pointer;
    position: relative;
  }
  #change-country-popup .change-country-container .continent h2.continent-title:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/assets/img/arrow-down-black.svg") no-repeat right center;
    background-size: 16px 16px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
  }
  #change-country-popup .change-country-container .continent ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
  }
  #change-country-popup .change-country-container .continent ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
  }
  #change-country-popup .change-country-container .continent.active {
    border-bottom: none;
  }
  #change-country-popup .change-country-container .continent.active ul {
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
  }
  #change-country-popup .change-country-container .continent.active ul h2.continent-title:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 1366px) {
  #change-country-popup .change-country-container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
  }
  #change-country-popup .change-country-container ul li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
    gap: 4px;
    margin: 0;
    width: 200px;
    min-height: 80px;
  }
}

#checkout-destination-not-available-popup .exclusive-distributor .destination-not-available-message,
#checkout-destination-not-available-popup .destination-not-available .exclusivity-message {
  display: none;
}

/*# sourceMappingURL=main.css.map */
