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

html {
  scroll-behavior: smooth;
  height: 100%;
  scroll-padding-top: 106px; /* height of sticky header */
}

body {
  color: var(--text-primary-color);
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
body.fixed {
  overflow: hidden;
}

h1,
.h1 {
  color: var(--heading-color);
}

h2,
.h2,
h3,
h4,
.h4,
h5,
.h5 {
  color: var(--subheading-color);
}

a {
  text-decoration: none;
  color: var(--text-primary-color);
}
a:hover {
  color: var(--text-primary-color);
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.heading-sm,
.heading-md,
.heading-lg {
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
  color: var(--color-light);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  word-break: initial;
  margin: 0;
  line-height: 1;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  h1,
  h2,
  h3,
  h4,
  h5,
  .h0,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .heading-sm,
  .heading-md,
  .heading-lg {
    -webkit-text-stroke: 0.65px var(--color-dark);
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
  }
}
h1 em,
h1 strong,
h1 i,
h1 b,
h2 em,
h2 strong,
h2 i,
h2 b,
h3 em,
h3 strong,
h3 i,
h3 b,
h4 em,
h4 strong,
h4 i,
h4 b,
h5 em,
h5 strong,
h5 i,
h5 b,
.h0 em,
.h0 strong,
.h0 i,
.h0 b,
.h1 em,
.h1 strong,
.h1 i,
.h1 b,
.h2 em,
.h2 strong,
.h2 i,
.h2 b,
.h3 em,
.h3 strong,
.h3 i,
.h3 b,
.h4 em,
.h4 strong,
.h4 i,
.h4 b,
.h5 em,
.h5 strong,
.h5 i,
.h5 b,
.heading-sm em,
.heading-sm strong,
.heading-sm i,
.heading-sm b,
.heading-md em,
.heading-md strong,
.heading-md i,
.heading-md b,
.heading-lg em,
.heading-lg strong,
.heading-lg i,
.heading-lg b {
  font-family: var(--font-heading-family);
  color: var(--color-light);
  -webkit-text-stroke: 1px var(--color-dark);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  h1 em,
  h1 strong,
  h1 i,
  h1 b,
  h2 em,
  h2 strong,
  h2 i,
  h2 b,
  h3 em,
  h3 strong,
  h3 i,
  h3 b,
  h4 em,
  h4 strong,
  h4 i,
  h4 b,
  h5 em,
  h5 strong,
  h5 i,
  h5 b,
  .h0 em,
  .h0 strong,
  .h0 i,
  .h0 b,
  .h1 em,
  .h1 strong,
  .h1 i,
  .h1 b,
  .h2 em,
  .h2 strong,
  .h2 i,
  .h2 b,
  .h3 em,
  .h3 strong,
  .h3 i,
  .h3 b,
  .h4 em,
  .h4 strong,
  .h4 i,
  .h4 b,
  .h5 em,
  .h5 strong,
  .h5 i,
  .h5 b,
  .heading-sm em,
  .heading-sm strong,
  .heading-sm i,
  .heading-sm b,
  .heading-md em,
  .heading-md strong,
  .heading-md i,
  .heading-md b,
  .heading-lg em,
  .heading-lg strong,
  .heading-lg i,
  .heading-lg b {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}

h1,
.h1 {
  line-height: 0.8;
}

.yotpo-sr-bottom-line-text {
  font-family: var(--font-heading-family) !important;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .yotpo-sr-bottom-line-text {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
  }
}

iframe {
  border: 0;
  display: block;
}

strong {
  font-weight: var(--font-heading-weight);
}

.heading-lg {
  font-size: 3.75rem;
  line-height: 1;
}

.heading-md {
  font-size: 2.5rem;
  line-height: 1;
}

.heading-sm {
  font-size: 1.75rem;
  line-height: 1;
}

.heading-xs {
  font-size: 1.25rem;
  line-height: 1;
}

.rich-text-container > * + *,
.rte > * + * {
  margin-bottom: 1.5rem;
}
.rich-text-container img,
.rte img {
  width: 100%;
  height: auto;
}
.rich-text-container h1,
.rte h1 {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: normal;
}
.rich-text-container h1 b,
.rich-text-container h1 strong,
.rte h1 b,
.rte h1 strong {
  font-weight: normal;
}
.rich-text-container h2,
.rte h2 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: normal;
}
.rich-text-container h2 b,
.rich-text-container h2 strong,
.rte h2 b,
.rte h2 strong {
  font-weight: normal;
}
.rich-text-container h3,
.rte h3 {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: normal;
}
.rich-text-container h3 b,
.rich-text-container h3 strong,
.rte h3 b,
.rte h3 strong {
  font-weight: normal;
}
.rich-text-container h4,
.rich-text-container h5,
.rte h4,
.rte h5 {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
}
.rich-text-container h4 b,
.rich-text-container h4 strong,
.rich-text-container h5 b,
.rich-text-container h5 strong,
.rte h4 b,
.rte h4 strong,
.rte h5 b,
.rte h5 strong {
  font-weight: normal;
}
.rich-text-container a,
.rte a {
  text-decoration: underline;
}
.rich-text-container .heading-lg,
.rte .heading-lg {
  font-size: 3.75rem;
  line-height: 1;
}
.rich-text-container .heading-md,
.rte .heading-md {
  font-size: 2.5rem;
  line-height: 1;
}
.rich-text-container .heading-sm,
.rte .heading-sm {
  font-size: 1.75rem;
  line-height: 1;
}
.rich-text-container .heading-xs,
.rte .heading-xs {
  font-size: 1.25rem;
  line-height: 1;
}

button:not([class^=button-]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.8;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

button,
input:not(.custom-filter .filter-body input[type=checkbox]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1rem;
}

.button,
.button-1 {
  padding: calc(var(--button-v-padding) - 2px) var(--button-h-padding) calc(var(--button-v-padding) + 4px) var(--button-h-padding);
  background-color: var(--button-1-color);
  color: var(--button-1-text-color);
  border-radius: var(--button-1-radius);
  transition: var(--button-transition);
  font-size: var(--button-font-size);
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  border: solid 2px var(--button-1-border-color);
  text-align: center;
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  -webkit-text-stroke: 1px var(--color-dark);
  line-height: 1;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .button,
  .button-1 {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.button:hover,
.button-1:hover {
  font-family: var(--font-heading-alt);
  background-color: var(--button-1-hover-color);
  color: var(--button-1-hover-text-color);
  border-radius: var(--button-1-hover-radius);
  border: solid 2px var(--button-1-hover-border-color);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .button:hover,
  .button-1:hover {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.button:disabled, .button.disabled,
.button-1:disabled,
.button-1.disabled {
  color: var(--button-1-text-color) !important;
  background-color: var(--button-1-color) !important;
  border-radius: var(--button-1-radius) !important;
  border: solid 2px var(--button-1-border-color) !important;
  opacity: 0.7;
  cursor: not-allowed;
}

.button-2 {
  padding: calc(var(--button-v-padding) - 2px) var(--button-h-padding) calc(var(--button-v-padding) + 4px) var(--button-h-padding);
  background-color: var(--button-2-color);
  color: var(--button-2-text-color);
  border-radius: var(--button-2-radius);
  transition: var(--button-transition);
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  border: solid 2px var(--button-2-border-color);
  text-align: center;
  line-height: 1;
  font-size: var(--button-font-size);
  font-weight: var(--font-heading-weight);
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .button-2 {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.button-2:hover {
  font-family: var(--font-heading-alt);
  background-color: var(--button-2-hover-color);
  color: var(--button-2-hover-text-color);
  border-radius: var(--button-2-hover-radius);
  border: solid 2px var(--button-2-hover-border-color);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .button-2:hover {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.button-2:disabled, .button-2:disabled:hover, .button-2.disabled, .button-2.disabled:hover {
  color: var(--button-2-text-color) !important;
  background-color: var(--button-2-color) !important;
  border-radius: var(--button-2-radius) !important;
  border: solid 2px var(--button-2-border-color) !important;
  opacity: 0.7;
  cursor: not-allowed;
}

.button-3 {
  padding: calc(var(--button-v-padding) - 2px) var(--button-h-padding) calc(var(--button-v-padding) + 4px) var(--button-h-padding);
  background-color: var(--button-3-color);
  color: var(--button-3-text-color);
  border-radius: var(--button-3-radius);
  transition: var(--button-transition);
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  border: solid 2px var(--button-3-border-color);
  text-align: center;
  line-height: 1;
  font-size: var(--button-font-size);
  font-weight: var(--font-heading-weight);
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .button-3 {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.button-3:hover {
  font-family: var(--font-heading-alt);
  background-color: var(--button-3-hover-color);
  color: var(--button-3-hover-text-color);
  border-radius: var(--button-3-hover-radius);
  border: solid 2px var(--button-3-hover-border-color);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .button-3:hover {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.button-3:disabled, .button-3:disabled:hover, .button-3.disabled, .button-3.disabled:hover {
  color: var(--button-3-text-color) !important;
  background-color: var(--button-3-color) !important;
  border-radius: var(--button-3-radius) !important;
  border: solid 2px var(--button-3-border-color) !important;
  opacity: 0.7;
  cursor: not-allowed;
}

.button-4 {
  padding: calc(var(--button-v-padding) - 2px) var(--button-h-padding) calc(var(--button-v-padding) + 4px) var(--button-h-padding);
  background-color: var(--button-4-color);
  color: var(--button-4-text-color);
  border-radius: var(--button-4-radius);
  transition: var(--button-transition);
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  border: solid 2px var(--button-4-border-color);
  text-align: center;
  line-height: 1;
  font-size: var(--button-font-size);
  font-weight: var(--font-heading-weight);
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .button-4 {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.button-4:hover {
  font-family: var(--font-heading-alt);
  background-color: var(--button-4-hover-color);
  color: var(--button-4-hover-text-color);
  border-radius: var(--button-4-hover-radius);
  border: solid 2px var(--button-4-hover-border-color);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .button-4:hover {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.button-4:disabled, .button-4:disabled:hover, .button-4.disabled, .button-4.disabled:hover {
  color: var(--button-4-text-color) !important;
  background-color: var(--button-4-color) !important;
  border-radius: var(--button-4-radius) !important;
  border: solid 2px var(--button-4-border-color) !important;
  opacity: 0.7;
  cursor: not-allowed;
}

@media only screen and (min-width: 390px) {
  .button--large {
    padding: calc(var(--button-v-padding) - 6px) calc(var(--button-h-padding) * 2) calc(var(--button-v-padding) + 8px);
    font-size: calc(var(--button-font-size) * 2);
  }
}

.page-width {
  max-width: var(--page-width);
  padding: 0 1.25rem;
  margin: 0 auto;
}
.page-width--medium {
  max-width: calc(var(--page-width) * 0.8 + 6rem);
}
@media only screen and (min-width: 1200px) {
  .page-width--medium {
    max-width: calc(var(--page-width) * 0.8 + 10rem);
  }
}
.page-width--small {
  max-width: calc(var(--page-width-small) + 6rem);
}
@media only screen and (min-width: 1200px) {
  .page-width--small {
    max-width: calc(var(--page-width-small) + 10rem);
  }
}
.page-width--extra-small {
  max-width: calc(var(--page-width-extra-small) + 6rem);
}
@media only screen and (min-width: 1200px) {
  .page-width--extra-small {
    max-width: calc(var(--page-width-extra-small) + 10rem);
  }
}
@media only screen and (min-width: 1025px) {
  .page-width {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-width {
    padding: 0 5rem;
  }
}

.page-width-left {
  margin: 0 auto;
  width: 100%;
  padding-left: calc((100vw - var(--page-width)) / 2 + 5.5rem);
}

@media only screen and (max-width: 767.98px) {
  .page-width-left {
    padding-left: calc((100vw - var(--page-width)) / 2 + 8.3rem);
  }
}
.page-width-right {
  margin: 0 auto;
  width: 100%;
  padding-right: calc((100vw - var(--page-width)) / 2 + 5.5rem);
}

@media only screen and (max-width: 767.98px) {
  .page-width-right {
    padding-right: calc((100vw - var(--page-width)) / 2 + 8.3rem);
  }
}
.select {
  width: 100%;
  position: relative;
}
.select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--secondary-color);
}

.form-errors {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  grid-column: 1/-1;
  left: 0;
  padding: 5px 10px;
  margin: 10px auto;
  color: white;
  background: #cb3840;
  border: solid 2px #b3333a;
  border-radius: 5px;
}
@media only screen and (max-width: 575.98px) {
  .form-errors {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.form-errors .icon-error {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  color: #b3333a;
}
.form-errors ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.form-errors ul li {
  color: white;
}
.form-errors ul li a {
  color: inherit;
  text-decoration: underline;
}

.form__message {
  color: #b3333a;
  font-size: 12px;
  margin-top: 5px;
}
.form__message strong {
  font-weight: var(--font-heading-weight);
}

.form-success {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  grid-column: 1/-1;
  left: 0;
  padding: 5px 10px;
  margin: 10px auto;
  color: white;
  background: #428445;
  border: solid 2px #346937;
  border-radius: 5px;
}
@media only screen and (max-width: 575.98px) {
  .form-success {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.form-success .success-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

form {
  margin: 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.field {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 0;
  width: 100%;
}
.field input,
.field select,
.field textarea {
  background: white;
  border-radius: 21px;
  font-size: 14px;
  padding: 10px 20px;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
.field input::-moz-placeholder, .field select::-moz-placeholder, .field textarea::-moz-placeholder {
  color: black;
  letter-spacing: 0;
  opacity: 0.5;
  font-size: 14px;
}
.field input::placeholder,
.field select::placeholder,
.field textarea::placeholder {
  color: black;
  letter-spacing: 0;
  opacity: 0.5;
  font-size: 14px;
}
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline-color: var(--primary-color);
}
.field textarea {
  min-height: 80px;
}
.field label {
  font-size: 14px;
  font-weight: var(--font-heading-weight);
  display: block;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: var(--text-primary-color);
}
.field small {
  font-size: 10px;
  margin-top: 5px;
}

.form-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.customer-activate.trade-text .field {
  margin-bottom: 1rem;
}
.customer-activate.trade-text .form-buttons {
  margin-top: 2rem;
}

.required-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.required p {
  margin: 0;
  font-size: 12px;
  margin-bottom: 10px;
  color: #727272;
  text-align: right;
}

.is-hidden {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.icon {
  width: 32px;
  height: 32px;
}

#cookieNotice {
  box-sizing: border-box;
  position: fixed;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  z-index: 999997;
  background-color: #ffffff;
}
#cookieNotice * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
#cookieNotice.display-right {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 35vw;
}
#cookieNotice .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  font-size: 20px;
}
#cookieNotice p,
#cookieNotice a,
#cookieNotice ul {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}
#cookieNotice .btn-wrap {
  display: flex;
  flex-direction: row;
  font-weight: var(--font-heading-weight);
  justify-content: center;
  margin: 0 -5px 0 -5px;
  flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
  flex-grow: 1;
  padding: 0 7px;
  margin: 0 5px 5px 5px;
  border-radius: 20px;
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
  min-width: 80px;
  border: none;
  font-size: 14px;
  transition: box-shadow 0.3s;
  outline: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 767.98px) {
  #cookieNotice.display-right {
    width: 85vw;
  }
}
.openSideCart {
  cursor: pointer;
}

.swiper-scrollbar .swiper-scrollbar-drag,
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.fixed-tab-button {
  position: fixed;
  top: 250px;
  left: 16px;
  transform: rotate(90deg);
  transform-origin: left;
  z-index: 9;
  padding: calc(var(--button-v-padding) - 2px) var(--button-h-padding) calc(var(--button-v-padding) + 4px) var(--button-h-padding);
  background-color: var(--button-1-color);
  color: var(--button-1-text-color);
  border-radius: var(--button-1-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: var(--button-transition);
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  border: solid 2px var(--button-1-border-color);
  text-align: center;
  line-height: 1;
  font-size: var(--button-font-size);
  font-weight: var(--font-heading-weight);
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .fixed-tab-button {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.fixed-tab-button:hover {
  font-family: var(--font-heading-alt);
  background-color: var(--button-1-hover-color);
  color: var(--button-1-hover-text-color);
  border: solid 2px var(--button-1-hover-border-color);
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .fixed-tab-button:hover {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}

@media only screen and (min-width: 1200px) {
  .article-fixed-tab .fixed-tab-button {
    font-size: 28px;
  }
}
.article-fixed-tab .modal {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 62px auto 0;
  max-width: 401px;
  width: 100%;
  padding: 35px;
}
.article-fixed-tab .modal .modal-product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-fixed-tab .modal .modal-product p {
  font-size: 18px;
}
.article-fixed-tab .modal .modal-product p span {
  font-size: 18px;
}
.article-fixed-tab .modal h2 {
  font-size: 32px;
}
.article-fixed-tab .modal .button {
  margin-left: auto;
  margin-right: auto;
}
.article-fixed-tab .modal .close-button {
  width: 38px;
  height: 41px;
  right: 20px;
}
.article-fixed-tab .modal .close-button img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.margin-s {
  margin-top: var(--section-margin-s);
  margin-bottom: var(--section-margin-s);
}

.margin-m {
  margin-top: var(--section-margin-m);
  margin-bottom: var(--section-margin-m);
}

.margin-l {
  margin-top: var(--section-margin-l);
  margin-bottom: var(--section-margin-l);
}

.margin-bottom-l {
  margin-bottom: var(--section-margin-l);
}

.padding-s {
  padding-top: var(--section-padding-s);
  padding-bottom: var(--section-padding-s);
}

.padding-m {
  padding-top: var(--section-padding-m);
  padding-bottom: var(--section-padding-m);
}

.padding-l {
  padding-top: var(--section-padding-l);
  padding-bottom: var(--section-padding-l);
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-s {
  padding-top: var(--section-padding-s);
}

.padding-top-m {
  padding-top: var(--section-padding-m);
}

.padding-top-l {
  padding-top: var(--section-padding-l);
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-s {
  padding-bottom: var(--section-padding-s);
}

.padding-bottom-m {
  padding-bottom: var(--section-padding-m);
}

.padding-bottom-l {
  padding-bottom: var(--section-padding-l);
}

.padding-horizontal-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vertical-padding {
  padding-top: var(--spacing-sections-desktop);
  padding-bottom: var(--spacing-sections-desktop);
}
@media only screen and (max-width: 767.98px) {
  .vertical-padding {
    padding-top: calc(var(--spacing-sections-desktop) * 0.6);
    padding-bottom: calc(var(--spacing-sections-desktop) * 0.6);
  }
}

.vertical-margin {
  margin-top: var(--spacing-sections-desktop);
  margin-bottom: var(--spacing-sections-desktop);
}
@media only screen and (max-width: 767.98px) {
  .vertical-margin {
    margin-top: var(--spacing-sections-desktop);
    margin-bottom: var(--spacing-sections-desktop);
  }
}

table {
  width: 100%;
  overflow: auto;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

tr:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1607843137);
}

td {
  padding: 10px 15px;
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1607843137);
  border-left: solid 1px rgba(0, 0, 0, 0.1607843137);
  border-right: solid 1px rgba(0, 0, 0, 0.1607843137);
  vertical-align: center;
  width: 100px;
}
thead tr td {
  font-weight: var(--font-heading-weight);
  padding: 10px 25px;
}

body.locked {
  overflow: hidden !important;
}
body.locked .section__content {
  z-index: auto;
}

[data-hover=anim-grow] {
  scale: 100%;
  transition: scale 0.1s ease-in-out;
}
[data-hover=anim-grow]:hover {
  scale: 110%;
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--primary-color)) !important;
  border-top-color: transparent !important;
}
.swiper-lazy-preloader + img {
  opacity: 0;
}

.check-circle-outer,
.spinner-circle-outer {
  --check-color: var(--color-dark);
  --circle-size: 50px;
  --check-width: calc(var(--circle-size) / 20);
  width: var(--circle-size);
  height: var(--circle-size);
  position: relative;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
.check-circle-outer .check-line-short,
.spinner-circle-outer .check-line-short {
  position: absolute;
  width: var(--check-width);
  height: 30%;
  background-color: var(--check-color);
  border-radius: 100px;
  rotate: -45deg;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  animation: enter 400ms ease 450ms forwards;
}
.check-circle-outer .check-line-long,
.spinner-circle-outer .check-line-long {
  --height: 60%;
  position: absolute;
  width: var(--check-width);
  height: 0;
  background-color: var(--check-color);
  border-radius: 100px;
  rotate: 45deg;
  top: 71%;
  left: 39%;
  transform: translate(-50%, -50%);
  animation: grow-line 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 650ms forwards;
}
.check-circle-outer .check-circle,
.check-circle-outer .spinner-circle,
.spinner-circle-outer .check-circle,
.spinner-circle-outer .spinner-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: var(--check-width) solid;
  border-color: var(--check-color);
  opacity: 0.2;
}
.check-circle-outer .check-circle-mask,
.check-circle-outer .spinner-circle-mask,
.spinner-circle-outer .check-circle-mask,
.spinner-circle-outer .spinner-circle-mask {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: var(--check-width) transparent solid;
  border-left-color: var(--check-color);
  opacity: 0;
}
.check-circle-outer .check-circle,
.spinner-circle-outer .check-circle {
  animation: show 300ms ease 950ms forwards;
}
.check-circle-outer .check-circle-mask,
.spinner-circle-outer .check-circle-mask {
  --spin-end: 70deg;
  animation: spin-circle 300ms ease 350ms forwards;
}
.check-circle-outer .spinner-circle-mask,
.spinner-circle-outer .spinner-circle-mask {
  --spin-end: 0deg;
  animation: spin-circle 1000ms ease forwards infinite;
}

.cross-circle-outer {
  --cross-color: #d8056b;
  --cross-size: 50px;
  --cross-width: calc(var(--cross-size) / 20);
  width: var(--cross-size);
  height: var(--cross-size);
  position: relative;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  animation: shake 350ms ease-in-out 900ms;
}

.cross-line-left,
.cross-line-right {
  position: absolute;
  width: var(--cross-width);
  height: 0%;
  background-color: var(--cross-color);
  border-radius: 100px;
  top: 48%;
  left: 48%;
  animation: cross-grow 600ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 250ms forwards;
}

.cross-line-right {
  rotate: 45deg;
}

.cross-line-left {
  rotate: -45deg;
}

.cross-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: var(--cross-width) solid;
  border-color: var(--cross-color);
  opacity: 0.2;
  animation: show 300ms ease 600ms forwards;
}

.cross-circle-mask {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: var(--cross-width) transparent solid;
  border-left-color: var(--cross-color);
  animation: spin-circle 300ms ease forwards;
}

@keyframes spin-circle {
  0% {
    rotate: 320deg;
    opacity: 1;
  }
  99% {
    rotate: var(--spin-end);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes enter {
  0% {
    left: 0%;
    top: 0%;
  }
  100% {
    left: 42%;
    top: 57%;
  }
}
@keyframes grow-line {
  0% {
    height: 0;
    top: 72%;
    left: 40%;
  }
  100% {
    height: var(--height);
    top: 44%;
    left: 40%;
  }
}
@keyframes show {
  to {
    opacity: 1;
  }
}
@keyframes show-message {
  from {
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes cross-grow {
  0% {
    top: 48%;
    left: 48%;
    height: 0;
  }
  100% {
    top: 21%;
    left: 49%;
    height: 60%;
  }
}
@keyframes shake {
  0% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  10% {
    transform: translate(-2px, -3px) rotate(-2deg);
  }
  20% {
    transform: translate(-5px, 0px) rotate(2deg);
  }
  30% {
    transform: translate(5px, 3px) rotate(0deg);
  }
  40% {
    transform: translate(2px, -2px) rotate(2deg);
  }
  50% {
    transform: translate(-2px, 3px) rotate(-2deg);
  }
  60% {
    transform: translate(-5px, 2px) rotate(0deg);
  }
  70% {
    transform: translate(5px, 2px) rotate(-2deg);
  }
  80% {
    transform: translate(-2px, -2px) rotate(2deg);
  }
  90% {
    transform: translate(2px, 3px) rotate(0deg);
  }
  100% {
    transform: translate(2px, -3px) rotate(-2deg);
  }
}
.loader {
  border: 16px solid var(--color-light);
  /* Light grey */
  border-top: 16px solid var(--color-dark);
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.dot {
  background-color: #fff;
  position: absolute;
  opacity: 0.8;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 0px rgb(255, 255, 255);
}

.shopify-challenge__container {
  margin: 7rem auto !important;
}
.shopify-challenge__container .shopify-challenge__button.btn {
  margin-top: 20px;
  padding: calc(var(--button-v-padding) - 2px) var(--button-h-padding) calc(var(--button-v-padding) + 4px) var(--button-h-padding) !important;
  background-color: var(--button-1-color) !important;
  color: var(--button-1-text-color) !important;
  border-radius: var(--button-1-radius) !important;
  transition: var(--button-transition) !important;
  display: block !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  cursor: pointer !important;
  border: solid 2px var(--button-1-border-color) !important;
  line-height: 1 !important;
  font-size: var(--button-font-size) !important;
  font-weight: var(--font-heading-weight) !important;
  font-family: var(--font-heading-family) !important;
  -webkit-text-stroke: 1px var(--color-dark) !important;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .shopify-challenge__container .shopify-challenge__button.btn {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.shopify-challenge__container .shopify-challenge__button.btn:hover {
  font-family: var(--font-heading-alt) !important;
  background-color: var(--button-1-hover-color) !important;
  color: var(--button-1-hover-text-color) !important;
  border-radius: var(--button-1-hover-radius) !important;
  border: solid 2px var(--button-1-hover-border-color) !important;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .shopify-challenge__container .shopify-challenge__button.btn:hover {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}
.shopify-challenge__container .shopify-challenge__button.btn:disabled {
  color: var(--button-1-text-color) !important;
  background-color: var(--button-1-color) !important;
  border-radius: var(--button-1-radius) !important;
  border: solid 2px var(--button-1-border-color) !important;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.hidden {
  display: none !important;
}

.cc-revoke {
  display: none !important;
}

#reamaze-widget {
  display: none !important;
}

.shopify-email-marketing-confirmation__container {
  padding: 200px 0;
  text-align: center;
  background: var(--primary-color);
  width: 100%;
  max-width: 100% !important;
}
.shopify-email-marketing-confirmation__container a {
  margin: 0 auto;
  padding: calc(var(--button-v-padding) - 2px) var(--button-h-padding) calc(var(--button-v-padding) + 4px) var(--button-h-padding);
  background-color: var(--button-1-color);
  color: var(--button-1-text-color);
  border-radius: var(--button-1-radius);
  transition: var(--button-transition);
  font-size: var(--button-font-size);
  font-weight: var(--font-heading-weight);
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  border: solid 2px var(--button-1-border-color);
  text-align: center;
  font-family: var(--font-heading-family);
  -webkit-text-stroke: 1px var(--color-dark);
  line-height: 1;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .shopify-email-marketing-confirmation__container a {
    font-family: "Bebas Neue", system-ui !important;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0.65px var(--color-dark);
  }
}

.show-desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  .show-desktop {
    display: block;
  }
}

.show-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-mobile {
    display: block;
  }
}

.trade-page .section__wrapper {
  transform: none !important;
  transform-style: unset !important;
  backface-visibility: unset !important;
}

.trade-collection.top-area {
  padding-block: 4rem;
}
.trade-collection.top-area .heading-lg {
  text-align: center;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .trade-collection.top-area {
    padding-block: 2rem;
  }
  .trade-collection.top-area .heading-lg {
    text-align: center;
    font-size: 3rem;
    padding-bottom: 0.75rem;
  }
}

#calendar h4 {
  font-size: 2.5rem;
  line-height: 1;
}
