:root {
  --default-transition-timing: 0.4s;
  --default-transition-easing: cubic-bezier(0.29, 0.63, 0.44, 1);
  --layout-site-padding: var(--layout-site-padding-mobile);
  --layout-section-padding: var(--layout-section-padding-mobile);
  --layout-section-spacing-small: var(--layout-section-spacing-small-mobile);
  --layout-section-spacing-large: var(--layout-section-spacing-large-mobile);
  --layout-block-spacing-small: var(--layout-block-spacing-small-mobile);
  --layout-block-spacing-medium: var(--layout-block-spacing-medium-mobile);
  --layout-block-spacing-large: var(--layout-block-spacing-large-mobile);
  --announcement-height: 0rem;
  --header-top-height: 0rem;
  --header-main-height: var(--mobile-header-main-height);
  --header-height: calc(var(--header-top-height) + var(--header-main-height));
  --anchor-offset: calc(var(--header-height) + 1rem);
  --h1-fs: calc(var(--fs-heading-scale) * 3.2rem);
  --h2-fs: calc(var(--fs-heading-scale) * 2.8rem);
  --h3-fs: calc(var(--fs-heading-scale) * 2.2rem);
  --h4-fs: calc(var(--fs-heading-scale) * 2rem);
  --h5-fs: calc(var(--fs-heading-scale) * 1.8rem);
  --h6-fs: calc(var(--fs-heading-scale) * 1.5rem);
  --h1-lh: calc(1 + 0.3 / var(--fs-heading-scale));
  --h2-lh: calc(1 + 0.3 / var(--fs-heading-scale));
  --h3-lh: calc(1 + 0.3 / var(--fs-heading-scale));
  --h4-lh: calc(1 + 0.3 / var(--fs-heading-scale));
  --h5-lh: calc(1 + 0.3 / var(--fs-heading-scale));
  --h6-lh: calc(1 + 0.3 / var(--fs-heading-scale));
  --body-fs-lg: 1.8rem;
  --body-fs-md: 1.5rem;
  --body-fs-sm: 1.3rem;
  --body-fs-xs: 1.2rem;
  --body-lh-lg: calc(1 + 0.5 / var(--fs-body-scale));
  --body-lh-md: calc(1 + 0.5 / var(--fs-body-scale));
  --body-lh-sm: calc(1 + 0.4 / var(--fs-body-scale));
  --body-lh-xs: calc(1 + 0.4 / var(--fs-body-scale));
  --btn-fs: 1.5rem;
  --nav-fs: 1.3rem;
  --link-fs: 1.5rem;
  --copyright-fs: 1rem;
  --product-title-fs: 1.5rem;
  --btn-lh: calc(1 + 0.3 / var(--fs-body-scale));
  --nav-lh: calc(1 + 0.3 / var(--fs-body-scale));
  --link-lh: 1;
  --copyright-lh: calc(1 + 0.6 / var(--fs-body-scale));
  --product-title-lh: calc(1 + 0.2 / var(--fs-body-scale));
  --upload-icon: url(upload.svg);
}
@media screen and (min-width: 768px) {
  :root {
    --layout-site-padding: var(--layout-site-padding-desktop);
    --layout-section-padding: var(--layout-section-padding-desktop);
    --layout-section-spacing-small: var(--layout-section-spacing-small-desktop);
    --layout-section-spacing-large: var(--layout-section-spacing-large-desktop);
    --layout-block-spacing-small: var(--layout-block-spacing-small-desktop);
    --layout-block-spacing-medium: var(--layout-block-spacing-medium-desktop);
    --layout-block-spacing-large: var(--layout-block-spacing-large-desktop);
    --h1-fs: calc(var(--fs-heading-scale) * 5rem);
    --h2-fs: calc(var(--fs-heading-scale) * 4rem);
    --h3-fs: calc(var(--fs-heading-scale) * 2.4rem);
    --h4-fs: calc(var(--fs-heading-scale) * 2rem);
    --h5-fs: calc(var(--fs-heading-scale) * 1.5rem);
    --h6-fs: calc(var(--fs-heading-scale) * 1.4rem);
    --h1-lh: calc(1 + 0.2 / var(--fs-heading-scale));
    --h2-lh: calc(1 + 0.2 / var(--fs-heading-scale));
    --h3-lh: calc(1 + 0.2 / var(--fs-heading-scale));
    --h4-lh: calc(1 + 0.2 / var(--fs-heading-scale));
    --h5-lh: calc(1 + 0.2 / var(--fs-heading-scale));
    --h6-lh: calc(1 + 0.2 / var(--fs-heading-scale));
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --header-top-height: 4rem;
    --header-main-height: var(--desktop-header-main-height);
  }
}
.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}
.no-js .js {
  display: none;
}
.hide {
  display: none !important;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-uppercase {
  text-transform: uppercase;
}
.u-position-center {
  margin-left: auto;
  margin-right: auto;
}
.u-postion-left {
  margin-right: auto;
}
.u-position-right {
  margin-left: auto;
}
.u-outline-text {
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
}
.u-unstyled-list {
  padding-left: 0;
}
.u-unstyled-list li {
  list-style: none;
}
.u-unstyled-btn {
  background: none;
  border: none;
  color: currentColor;
  cursor: pointer;
  display: block;
}
.u-ratio-container {
  position: relative;
}
.u-ratio-container > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.u-ratio-container:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
}
.u-list-inline {
  margin: 0;
  padding: 0;
}
.u-list-inline li {
  display: inline-block;
}
.u-placeholder-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.u-placeholder-background--animation {
  background-color: var(--black);
}
.no-js .u-placeholder-background--animation {
  display: none;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(var(--color-heading));
  font-family: var(--ff-secondary);
  font-weight: var(--ff-secondary-weight);
}
.h1 .u-outline-text,
.h2 .u-outline-text,
.h3 .u-outline-text,
.h4 .u-outline-text,
.h5 .u-outline-text,
.h6 .u-outline-text,
h1 .u-outline-text,
h2 .u-outline-text,
h3 .u-outline-text,
h4 .u-outline-text,
h5 .u-outline-text,
h6 .u-outline-text {
  font-size: calc(
    var(--heading-font-size) * var(--heading-outline-font-size-multiplier)
  );
}
.h1,
h1 {
  --heading-font-size: var(--h1-fs);
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
}
.h1,
.h2,
h1,
h2 {
  margin-bottom: 2.5rem;
  margin-top: 0;
}
.h2,
h2 {
  --heading-font-size: var(--h2-fs);
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
}
.h3,
h3 {
  --heading-font-size: var(--h3-fs);
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}
.h3,
.h4,
h3,
h4 {
  margin-bottom: 2rem;
  margin-top: 0;
}
.h4,
h4 {
  --heading-font-size: var(--h4-fs);
  font-size: var(--h4-fs);
  line-height: var(--h4-lh);
}
.h5,
h5 {
  --heading-font-size: var(--h5-fs);
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
}
.h5,
.h6,
h5,
h6 {
  margin-bottom: 2rem;
  margin-top: 0;
}
.h6,
h6 {
  --heading-font-size: var(--h6-fs);
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
}
.p,
body {
  font-family: var(--ff-primary);
  font-size: var(--body-fs-md);
  font-weight: 400;
  line-height: var(--body-lh-md);
}
p {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}
p:first-of-type {
  margin-top: 0;
}
.body-fs-lg {
  font-size: var(--body-fs-lg);
  line-height: var(--body-lh-lg);
}
.body-fs-md {
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md);
}
.body-fs-sm {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
}
.body-fs-xs {
  font-size: var(--body-fs-xs);
  line-height: var(--body-lh-xs);
}
.product-title {
  font-size: var(--product-title-fs);
  line-height: var(--product-title-lh);
  margin-bottom: 0;
}
blockquote {
  font-family: var(--ff-primary);
  font-size: var(--h2-fs);
  font-weight: 600;
  line-height: var(--h2-lh);
  margin-bottom: 2.5rem;
  margin-top: 0;
}
*,
:after,
:before {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: inherit;
}
::selection {
  background-color: rgba(var(--color-button), 0.4);
}
.u-outline-text::selection {
  color: rgba(var(--color-heading));
}
:focus {
  outline-color: rgb(var(--color-button));
}
.skip-to-content-link {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
}
.skip-to-content-link:focus-visible {
  clip: auto;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-label));
  height: auto;
  overflow: auto;
  padding: 1rem 1.6rem;
  width: auto;
  z-index: 9999;
}
.no-js:not(html) {
  display: none !important;
}
html.no-js .no-js:not(html) {
  display: block !important;
}
.no-js-inline {
  display: none !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}
html.no-js .no-js-hidden {
  display: none !important;
}
body,
html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  body,
  html {
    scroll-behavior: auto;
  }
}
html {
  box-sizing: border-box;
  font-size: calc(var(--fs-body-scale) * 62.5%);
}
body {
  display: flex;
  flex-direction: column;
  font-family: var(--ff-primary);
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md);
  margin: 0;
  min-height: 100dvh;
  overflow-y: scroll;
}
body.sidebar--is-animating #shopify-section-announcement-bar,
body.sidebar--open #shopify-section-announcement-bar {
  z-index: 999;
}
body.filter-sidebar--is-animating #shopify-section-announcement-bar,
body.filter-sidebar--is-animating #shopify-section-header,
body.filter-sidebar--open #shopify-section-announcement-bar,
body.filter-sidebar--open #shopify-section-header {
  z-index: 0;
}
body.no-scroll {
  height: 100%;
  overflow: hidden;
  position: relative;
  touch-action: none;
  -ms-touch-action: none;
}
main {
  margin-top: calc((var(--header-height) + 2rem) * -1);
}
@media only screen and (max-width: -1px) {
  .hidden-xs-down {
    display: none !important;
  }
}
.hidden-xs-up {
  display: none !important;
}
@media only screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 989px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 990px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1099px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1100px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.grid--no-wrap {
  flex-wrap: nowrap;
}
.grid--center-h {
  justify-content: center;
}
.grid--left-h {
  justify-content: left;
}
.grid--right-h {
  justify-content: right;
}
.grid--top-v {
  align-items: flex-start;
}
.grid--center-v {
  align-items: center;
}
.grid--bottom-v {
  align-items: flex-end;
}
.grid__col-offset-0 {
  margin-left: 0;
}
.grid__col-offset-right-0 {
  margin-right: 0;
}
.grid__col-1 {
  width: 8.3333333333%;
}
.grid__col-offset-1 {
  margin-left: 8.3333333333%;
}
.grid__col-offset-right-1 {
  margin-right: 8.3333333333%;
}
.grid__col-2 {
  width: 16.6666666667%;
}
.grid__col-offset-2 {
  margin-left: 16.6666666667%;
}
.grid__col-offset-right-2 {
  margin-right: 16.6666666667%;
}
.grid__col-3 {
  width: 25%;
}
.grid__col-offset-3 {
  margin-left: 25%;
}
.grid__col-offset-right-3 {
  margin-right: 25%;
}
.grid__col-4 {
  width: 33.3333333333%;
}
.grid__col-offset-4 {
  margin-left: 33.3333333333%;
}
.grid__col-offset-right-4 {
  margin-right: 33.3333333333%;
}
.grid__col-5 {
  width: 41.6666666667%;
}
.grid__col-offset-5 {
  margin-left: 41.6666666667%;
}
.grid__col-offset-right-5 {
  margin-right: 41.6666666667%;
}
.grid__col-6 {
  width: 50%;
}
.grid__col-offset-6 {
  margin-left: 50%;
}
.grid__col-offset-right-6 {
  margin-right: 50%;
}
.grid__col-7 {
  width: 58.3333333333%;
}
.grid__col-offset-7 {
  margin-left: 58.3333333333%;
}
.grid__col-offset-right-7 {
  margin-right: 58.3333333333%;
}
.grid__col-8 {
  width: 66.6666666667%;
}
.grid__col-offset-8 {
  margin-left: 66.6666666667%;
}
.grid__col-offset-right-8 {
  margin-right: 66.6666666667%;
}
.grid__col-9 {
  width: 75%;
}
.grid__col-offset-9 {
  margin-left: 75%;
}
.grid__col-offset-right-9 {
  margin-right: 75%;
}
.grid__col-10 {
  width: 83.3333333333%;
}
.grid__col-offset-10 {
  margin-left: 83.3333333333%;
}
.grid__col-offset-right-10 {
  margin-right: 83.3333333333%;
}
.grid__col-11 {
  width: 91.6666666667%;
}
.grid__col-offset-11 {
  margin-left: 91.6666666667%;
}
.grid__col-offset-right-11 {
  margin-right: 91.6666666667%;
}
.grid__col-12 {
  width: 100%;
}
.grid__col-offset-12 {
  margin-left: 100%;
}
.grid__col-offset-right-12 {
  margin-right: 100%;
}
@media only screen and (min-width: 480px) {
  .grid--no-wrap-xs {
    flex-wrap: nowrap;
  }
  .grid--center-h-xs {
    justify-content: center;
  }
  .grid--left-h-xs {
    justify-content: left;
  }
  .grid--right-h-xs {
    justify-content: right;
  }
  .grid--top-v-xs {
    align-items: flex-start;
  }
  .grid--center-v-xs {
    align-items: center;
  }
  .grid--bottom-v-xs {
    align-items: flex-end;
  }
  .grid__col-xs-offset-0 {
    margin-left: 0;
  }
  .grid__col-xs-offset-right-0 {
    margin-right: 0;
  }
  .grid__col-xs-1 {
    width: 8.3333333333%;
  }
  .grid__col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col-xs-offset-right-1 {
    margin-right: 8.3333333333%;
  }
  .grid__col-xs-2 {
    width: 16.6666666667%;
  }
  .grid__col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col-xs-offset-right-2 {
    margin-right: 16.6666666667%;
  }
  .grid__col-xs-3 {
    width: 25%;
  }
  .grid__col-xs-offset-3 {
    margin-left: 25%;
  }
  .grid__col-xs-offset-right-3 {
    margin-right: 25%;
  }
  .grid__col-xs-4 {
    width: 33.3333333333%;
  }
  .grid__col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col-xs-offset-right-4 {
    margin-right: 33.3333333333%;
  }
  .grid__col-xs-5 {
    width: 41.6666666667%;
  }
  .grid__col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col-xs-offset-right-5 {
    margin-right: 41.6666666667%;
  }
  .grid__col-xs-6 {
    width: 50%;
  }
  .grid__col-xs-offset-6 {
    margin-left: 50%;
  }
  .grid__col-xs-offset-right-6 {
    margin-right: 50%;
  }
  .grid__col-xs-7 {
    width: 58.3333333333%;
  }
  .grid__col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col-xs-offset-right-7 {
    margin-right: 58.3333333333%;
  }
  .grid__col-xs-8 {
    width: 66.6666666667%;
  }
  .grid__col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col-xs-offset-right-8 {
    margin-right: 66.6666666667%;
  }
  .grid__col-xs-9 {
    width: 75%;
  }
  .grid__col-xs-offset-9 {
    margin-left: 75%;
  }
  .grid__col-xs-offset-right-9 {
    margin-right: 75%;
  }
  .grid__col-xs-10 {
    width: 83.3333333333%;
  }
  .grid__col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col-xs-offset-right-10 {
    margin-right: 83.3333333333%;
  }
  .grid__col-xs-11 {
    width: 91.6666666667%;
  }
  .grid__col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col-xs-offset-right-11 {
    margin-right: 91.6666666667%;
  }
  .grid__col-xs-12 {
    width: 100%;
  }
  .grid__col-xs-offset-12 {
    margin-left: 100%;
  }
  .grid__col-xs-offset-right-12 {
    margin-right: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .grid--no-wrap-sm {
    flex-wrap: nowrap;
  }
  .grid--center-h-sm {
    justify-content: center;
  }
  .grid--left-h-sm {
    justify-content: left;
  }
  .grid--right-h-sm {
    justify-content: right;
  }
  .grid--top-v-sm {
    align-items: flex-start;
  }
  .grid--center-v-sm {
    align-items: center;
  }
  .grid--bottom-v-sm {
    align-items: flex-end;
  }
  .grid__col-sm-offset-0 {
    margin-left: 0;
  }
  .grid__col-sm-offset-right-0 {
    margin-right: 0;
  }
  .grid__col-sm-1 {
    width: 8.3333333333%;
  }
  .grid__col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col-sm-offset-right-1 {
    margin-right: 8.3333333333%;
  }
  .grid__col-sm-2 {
    width: 16.6666666667%;
  }
  .grid__col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col-sm-offset-right-2 {
    margin-right: 16.6666666667%;
  }
  .grid__col-sm-3 {
    width: 25%;
  }
  .grid__col-sm-offset-3 {
    margin-left: 25%;
  }
  .grid__col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .grid__col-sm-4 {
    width: 33.3333333333%;
  }
  .grid__col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col-sm-offset-right-4 {
    margin-right: 33.3333333333%;
  }
  .grid__col-sm-5 {
    width: 41.6666666667%;
  }
  .grid__col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col-sm-offset-right-5 {
    margin-right: 41.6666666667%;
  }
  .grid__col-sm-6 {
    width: 50%;
  }
  .grid__col-sm-offset-6 {
    margin-left: 50%;
  }
  .grid__col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .grid__col-sm-7 {
    width: 58.3333333333%;
  }
  .grid__col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col-sm-offset-right-7 {
    margin-right: 58.3333333333%;
  }
  .grid__col-sm-8 {
    width: 66.6666666667%;
  }
  .grid__col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col-sm-offset-right-8 {
    margin-right: 66.6666666667%;
  }
  .grid__col-sm-9 {
    width: 75%;
  }
  .grid__col-sm-offset-9 {
    margin-left: 75%;
  }
  .grid__col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .grid__col-sm-10 {
    width: 83.3333333333%;
  }
  .grid__col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col-sm-offset-right-10 {
    margin-right: 83.3333333333%;
  }
  .grid__col-sm-11 {
    width: 91.6666666667%;
  }
  .grid__col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col-sm-offset-right-11 {
    margin-right: 91.6666666667%;
  }
  .grid__col-sm-12 {
    width: 100%;
  }
  .grid__col-sm-offset-12 {
    margin-left: 100%;
  }
  .grid__col-sm-offset-right-12 {
    margin-right: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid--no-wrap-md {
    flex-wrap: nowrap;
  }
  .grid--center-h-md {
    justify-content: center;
  }
  .grid--left-h-md {
    justify-content: left;
  }
  .grid--right-h-md {
    justify-content: right;
  }
  .grid--top-v-md {
    align-items: flex-start;
  }
  .grid--center-v-md {
    align-items: center;
  }
  .grid--bottom-v-md {
    align-items: flex-end;
  }
  .grid__col-md-offset-0 {
    margin-left: 0;
  }
  .grid__col-md-offset-right-0 {
    margin-right: 0;
  }
  .grid__col-md-1 {
    width: 8.3333333333%;
  }
  .grid__col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col-md-offset-right-1 {
    margin-right: 8.3333333333%;
  }
  .grid__col-md-2 {
    width: 16.6666666667%;
  }
  .grid__col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col-md-offset-right-2 {
    margin-right: 16.6666666667%;
  }
  .grid__col-md-3 {
    width: 25%;
  }
  .grid__col-md-offset-3 {
    margin-left: 25%;
  }
  .grid__col-md-offset-right-3 {
    margin-right: 25%;
  }
  .grid__col-md-4 {
    width: 33.3333333333%;
  }
  .grid__col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col-md-offset-right-4 {
    margin-right: 33.3333333333%;
  }
  .grid__col-md-5 {
    width: 41.6666666667%;
  }
  .grid__col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col-md-offset-right-5 {
    margin-right: 41.6666666667%;
  }
  .grid__col-md-6 {
    width: 50%;
  }
  .grid__col-md-offset-6 {
    margin-left: 50%;
  }
  .grid__col-md-offset-right-6 {
    margin-right: 50%;
  }
  .grid__col-md-7 {
    width: 58.3333333333%;
  }
  .grid__col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col-md-offset-right-7 {
    margin-right: 58.3333333333%;
  }
  .grid__col-md-8 {
    width: 66.6666666667%;
  }
  .grid__col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col-md-offset-right-8 {
    margin-right: 66.6666666667%;
  }
  .grid__col-md-9 {
    width: 75%;
  }
  .grid__col-md-offset-9 {
    margin-left: 75%;
  }
  .grid__col-md-offset-right-9 {
    margin-right: 75%;
  }
  .grid__col-md-10 {
    width: 83.3333333333%;
  }
  .grid__col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col-md-offset-right-10 {
    margin-right: 83.3333333333%;
  }
  .grid__col-md-11 {
    width: 91.6666666667%;
  }
  .grid__col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col-md-offset-right-11 {
    margin-right: 91.6666666667%;
  }
  .grid__col-md-12 {
    width: 100%;
  }
  .grid__col-md-offset-12 {
    margin-left: 100%;
  }
  .grid__col-md-offset-right-12 {
    margin-right: 100%;
  }
}
@media only screen and (min-width: 990px) {
  .grid--no-wrap-lg {
    flex-wrap: nowrap;
  }
  .grid--center-h-lg {
    justify-content: center;
  }
  .grid--left-h-lg {
    justify-content: left;
  }
  .grid--right-h-lg {
    justify-content: right;
  }
  .grid--top-v-lg {
    align-items: flex-start;
  }
  .grid--center-v-lg {
    align-items: center;
  }
  .grid--bottom-v-lg {
    align-items: flex-end;
  }
  .grid__col-lg-offset-0 {
    margin-left: 0;
  }
  .grid__col-lg-offset-right-0 {
    margin-right: 0;
  }
  .grid__col-lg-1 {
    width: 8.3333333333%;
  }
  .grid__col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col-lg-offset-right-1 {
    margin-right: 8.3333333333%;
  }
  .grid__col-lg-2 {
    width: 16.6666666667%;
  }
  .grid__col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col-lg-offset-right-2 {
    margin-right: 16.6666666667%;
  }
  .grid__col-lg-3 {
    width: 25%;
  }
  .grid__col-lg-offset-3 {
    margin-left: 25%;
  }
  .grid__col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .grid__col-lg-4 {
    width: 33.3333333333%;
  }
  .grid__col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col-lg-offset-right-4 {
    margin-right: 33.3333333333%;
  }
  .grid__col-lg-5 {
    width: 41.6666666667%;
  }
  .grid__col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col-lg-offset-right-5 {
    margin-right: 41.6666666667%;
  }
  .grid__col-lg-6 {
    width: 50%;
  }
  .grid__col-lg-offset-6 {
    margin-left: 50%;
  }
  .grid__col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .grid__col-lg-7 {
    width: 58.3333333333%;
  }
  .grid__col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col-lg-offset-right-7 {
    margin-right: 58.3333333333%;
  }
  .grid__col-lg-8 {
    width: 66.6666666667%;
  }
  .grid__col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col-lg-offset-right-8 {
    margin-right: 66.6666666667%;
  }
  .grid__col-lg-9 {
    width: 75%;
  }
  .grid__col-lg-offset-9 {
    margin-left: 75%;
  }
  .grid__col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .grid__col-lg-10 {
    width: 83.3333333333%;
  }
  .grid__col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col-lg-offset-right-10 {
    margin-right: 83.3333333333%;
  }
  .grid__col-lg-11 {
    width: 91.6666666667%;
  }
  .grid__col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col-lg-offset-right-11 {
    margin-right: 91.6666666667%;
  }
  .grid__col-lg-12 {
    width: 100%;
  }
  .grid__col-lg-offset-12 {
    margin-left: 100%;
  }
  .grid__col-lg-offset-right-12 {
    margin-right: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .grid--no-wrap-xl {
    flex-wrap: nowrap;
  }
  .grid--center-h-xl {
    justify-content: center;
  }
  .grid--left-h-xl {
    justify-content: left;
  }
  .grid--right-h-xl {
    justify-content: right;
  }
  .grid--top-v-xl {
    align-items: flex-start;
  }
  .grid--center-v-xl {
    align-items: center;
  }
  .grid--bottom-v-xl {
    align-items: flex-end;
  }
  .grid__col-xl-offset-0 {
    margin-left: 0;
  }
  .grid__col-xl-offset-right-0 {
    margin-right: 0;
  }
  .grid__col-xl-1 {
    width: 8.3333333333%;
  }
  .grid__col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid__col-xl-offset-right-1 {
    margin-right: 8.3333333333%;
  }
  .grid__col-xl-2 {
    width: 16.6666666667%;
  }
  .grid__col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid__col-xl-offset-right-2 {
    margin-right: 16.6666666667%;
  }
  .grid__col-xl-3 {
    width: 25%;
  }
  .grid__col-xl-offset-3 {
    margin-left: 25%;
  }
  .grid__col-xl-offset-right-3 {
    margin-right: 25%;
  }
  .grid__col-xl-4 {
    width: 33.3333333333%;
  }
  .grid__col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid__col-xl-offset-right-4 {
    margin-right: 33.3333333333%;
  }
  .grid__col-xl-5 {
    width: 41.6666666667%;
  }
  .grid__col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid__col-xl-offset-right-5 {
    margin-right: 41.6666666667%;
  }
  .grid__col-xl-6 {
    width: 50%;
  }
  .grid__col-xl-offset-6 {
    margin-left: 50%;
  }
  .grid__col-xl-offset-right-6 {
    margin-right: 50%;
  }
  .grid__col-xl-7 {
    width: 58.3333333333%;
  }
  .grid__col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid__col-xl-offset-right-7 {
    margin-right: 58.3333333333%;
  }
  .grid__col-xl-8 {
    width: 66.6666666667%;
  }
  .grid__col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid__col-xl-offset-right-8 {
    margin-right: 66.6666666667%;
  }
  .grid__col-xl-9 {
    width: 75%;
  }
  .grid__col-xl-offset-9 {
    margin-left: 75%;
  }
  .grid__col-xl-offset-right-9 {
    margin-right: 75%;
  }
  .grid__col-xl-10 {
    width: 83.3333333333%;
  }
  .grid__col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid__col-xl-offset-right-10 {
    margin-right: 83.3333333333%;
  }
  .grid__col-xl-11 {
    width: 91.6666666667%;
  }
  .grid__col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid__col-xl-offset-right-11 {
    margin-right: 91.6666666667%;
  }
  .grid__col-xl-12 {
    width: 100%;
  }
  .grid__col-xl-offset-12 {
    margin-left: 100%;
  }
  .grid__col-xl-offset-right-12 {
    margin-right: 100%;
  }
}
.a-logo__link img,
.a-logo__link svg {
  border-radius: 0;
  display: block;
}
.a-badge {
  background-color: rgb(var(--color-accent));
  color: rgb(var(--color-accent-label));
  display: inline-block;
  font-size: var(--body-fs-sm);
  font-weight: 600;
  line-height: var(--body-lh-sm);
  padding: 0.5rem 1rem;
}
.a-btn,
.m-product-form .shopify-payment-button__button--unbranded,
.shopify-challenge__container .btn {
  border-radius: var(--button-border-radius);
  cursor: pointer;
  display: inline-block;
  font-family: var(--ff-primary);
  font-size: var(--btn-fs);
  line-height: var(--btn-lh);
  padding: 1.4rem 2.4rem;
  text-decoration: none;
  text-transform: var(--button-letter-case);
  transition: color 0.35s ease, border-color 0.35s ease,
    background-color 0.35s ease;
}
.a-btn a,
.m-product-form .shopify-payment-button__button--unbranded a,
.shopify-challenge__container .btn a {
  text-decoration: none;
}
.a-btn--primary,
.shopify-challenge__container .btn {
  background-color: rgb(var(--color-button));
  border: 1px solid rgb(var(--color-button));
  color: rgb(var(--color-button-label));
}
.a-btn--primary:not([disabled]):not(.disabled):hover,
.shopify-challenge__container .btn:not([disabled]):not(.disabled):hover {
  background-color: rgb(var(--color-button-hover));
  border-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-hover-label));
}
.a-btn--secondary {
  background-color: rgb(var(--color-button-hover));
  border: 1px solid rgb(var(--color-button-hover));
  color: rgb(var(--color-button-hover-label));
}
.a-btn--secondary:not([disabled]):not(.disabled):hover {
  background-color: rgb(var(--color-button));
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button-label));
}
.a-btn--tertiary,
.m-product-form .shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), 0);
  border: 1px solid rgb(var(--color-button));
  color: rgb(var(--color-button));
}
.a-btn--tertiary:not([disabled]):not(.disabled):hover,
.m-product-form
  .shopify-payment-button__button--unbranded:not([disabled]):not(
    .disabled
  ):hover {
  background-color: rgba(var(--color-button), 1);
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button-label));
}
.a-btn--has-icon .icon {
  height: auto;
  margin-left: 0.8rem;
  vertical-align: middle;
  width: 1.6rem;
}
.a-btn--has-icon .icon path {
  transition: fill 0.35s ease;
}
.a-btn--has-icon span {
  vertical-align: middle;
}
.a-btn.disabled,
.a-btn:disabled,
.m-product-form .disabled.shopify-payment-button__button--unbranded,
.m-product-form .shopify-payment-button__button--unbranded:disabled,
.shopify-challenge__container .btn:disabled,
.shopify-challenge__container .disabled.btn {
  cursor: not-allowed;
  opacity: 0.5;
}
.a-img {
  border-radius: var(--border-radius);
}
.a-img__ratio--1x1 {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.a-img__ratio--2x3 {
  aspect-ratio: 2/3;
  object-fit: cover;
}
.a-img__ratio--3x2 {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.a-img__ratio--4x3 {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.a-img__ratio--4x5 {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.a-img__ratio--16x9 {
  aspect-ratio: 16/9;
  object-fit: cover;
}
img {
  border-radius: var(--border-radius);
}
a {
  color: currentColor;
}
.a-link,
.m-product-form .shopify-payment-button__more-options,
.rte a {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(var(--color-text));
  color: rgb(var(--color-text));
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 0;
  text-decoration: none;
  transition: color 0.35s ease, border-color 0.35s ease;
}
.a-link:hover,
.m-product-form .shopify-payment-button__more-options:hover,
.rte a:hover {
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button));
}
.a-link,
.m-product-form .shopify-payment-button__more-options {
  font-size: var(--link-fs);
  line-height: var(--link-lh);
}
.a-link--has-icon .icon {
  height: auto;
  margin-left: 0.8rem;
  vertical-align: middle;
  width: 1.6rem;
}
.a-link--has-icon .icon path {
  transition: fill 0.35s ease;
}
.a-link--has-icon span {
  vertical-align: middle;
}
.a-checkbox {
  margin: 2rem 0;
  position: relative;
}
.a-checkbox--has-swatch .a-checkbox__label.a-checkbox__label--small {
  padding-left: 2.6rem;
}
.a-checkbox--has-swatch .a-checkbox__label:before {
  display: none;
}
.a-checkbox--has-swatch .a-checkbox__label .a-swatch {
  left: 0;
  position: absolute;
  top: 0.1rem;
}
.a-checkbox--has-swatch
  input[type="checkbox"]:checked
  + .a-checkbox__label:after {
  display: none;
}
.a-checkbox--has-swatch
  input[type="checkbox"]:checked
  + .a-checkbox__label
  .a-swatch {
  --swatch-border-color: var(--color-button);
}
.a-checkbox input[type="checkbox"],
.a-checkbox__input {
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.a-checkbox input[type="checkbox"]:focus ~ label,
.a-checkbox__input:focus ~ label {
  outline-color: rgb(var(--color-button));
  outline-offset: -0.2rem;
  outline-style: auto;
  outline-width: 0.5rem;
}
.a-checkbox__label {
  color: rgb(var(--color-text));
  cursor: pointer;
  display: block;
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md);
  padding-left: 2.8rem;
  position: relative;
}
.a-checkbox__label a {
  color: inherit;
}
.a-checkbox__label:before {
  background: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-border));
  border-radius: 0;
  content: "";
  height: 1.8rem;
  left: 0;
  position: absolute;
  top: 0.4rem;
  width: 1.8rem;
}
.a-checkbox__label.a-checkbox__label--small {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  padding-left: 2.4rem;
}
.a-checkbox__label.a-checkbox__label--small:before {
  content: "";
  height: 1.4rem;
  top: 0.3rem;
  width: 1.4rem;
}
.a-checkbox__input.error + .a-checkbox__label,
input[type="checkbox"].error + .a-checkbox__label {
  color: rgb(var(--color-error));
}
.a-checkbox__input.error + .a-checkbox__label:before,
input[type="checkbox"].error + .a-checkbox__label:before {
  border-color: rgb(var(--color-error));
}
.a-checkbox__input:checked + .a-checkbox__label,
input[type="checkbox"]:checked + .a-checkbox__label {
  cursor: pointer;
}
.a-checkbox__input:checked + .a-checkbox__label:before,
input[type="checkbox"]:checked + .a-checkbox__label:before {
  background: rgb(var(--color-button));
  border-color: rgb(var(--color-button));
}
.a-checkbox__input:checked + .a-checkbox__label:after,
input[type="checkbox"]:checked + .a-checkbox__label:after {
  border-bottom: 2px solid rgb(var(--color-button-label));
  border-right: 2px solid rgb(var(--color-button-label));
  content: "";
  height: 0.9rem;
  left: 0.6rem;
  position: absolute;
  top: 0.7rem;
  transform: rotate(45deg);
  width: 0.5rem;
}
.a-checkbox__input:checked + .a-checkbox__label.a-checkbox__label--small:after,
input[type="checkbox"]:checked
  + .a-checkbox__label.a-checkbox__label--small:after {
  height: 0.8rem;
  left: 0.4rem;
  top: 0.5rem;
  width: 0.5rem;
}
.a-checkbox--disabled {
  opacity: 0.5;
}
.a-radio {
  margin: 2rem 0;
}
.a-radio__input {
  display: none;
}
.a-radio__label {
  color: rgb(var(--color-text));
  cursor: pointer;
  display: block;
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md);
  padding-left: 2.8rem;
  position: relative;
}
.a-radio__label:before {
  background: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-border));
  border-radius: 100%;
  content: "";
  height: 1.8rem;
  left: 0;
  position: absolute;
  top: 0.4rem;
  width: 1.8rem;
}
.a-radio__label.a-radio__label--small {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  padding-left: 2.4rem;
}
.a-radio__label.a-radio__label--small:before {
  content: "";
  height: 1.4rem;
  width: 1.4rem;
}
.a-radio__input:checked + .a-radio__label {
  cursor: pointer;
}
.a-radio__input:checked + .a-radio__label:before {
  background: rgb(var(--color-button));
}
.a-radio__input:checked + .a-radio__label:after {
  background: rgb(var(--color-button-label));
  border-radius: 100%;
  content: "";
  height: 0.6rem;
  left: 0.6rem;
  position: absolute;
  top: 1rem;
  width: 0.6rem;
}
.a-radio__input:checked + .a-radio__label.a-radio__label--small:after {
  height: 0.4rem;
  left: 0.5rem;
  top: 0.9rem;
  width: 0.4rem;
}
.a-input {
  margin: 1.5rem 0;
  text-align: left;
}
.a-input__label {
  display: block;
  margin-bottom: 0.5rem;
}
.a-input__field,
.a-input__label,
.a-input__textarea {
  font-family: var(--ff-primary);
  font-size: var(--body-fs-sm);
  font-weight: 400;
  line-height: var(--body-lh-sm);
}
.a-input__field,
.a-input__textarea {
  background-color: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-border));
  border-radius: 0;
  box-shadow: none;
  color: rgb(var(--color-text));
  min-height: 4rem;
  padding: 1.5rem;
  width: 100%;
}
.a-input__field.a-input__field--transparent,
.a-input__textarea.a-input__field--transparent {
  background-color: transparent;
}
.a-input__field.error,
.a-input__textarea.error {
  border-color: rgb(var(--color-error));
  color: rgb(var(--color-error));
}
.a-input__field:focus,
.a-input__field:focus-visible,
.a-input__textarea:focus,
.a-input__textarea:focus-visible {
  border-color: rgb(var(--color-border));
  color: rgb(var(--color-border));
  outline: none;
}
.a-input__textarea {
  box-shadow: none;
  height: 12rem;
  outline: none;
  resize: none;
  width: 100%;
}
.a-input__error {
  color: rgb(var(--color-error));
}
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
::-webkit-input-placeholder {
  color: rgba(var(--color-text), 0.4);
}
::-moz-placeholder {
  color: rgba(var(--color-text), 0.4);
}
::-ms-placeholder {
  color: rgba(var(--color-text), 0.4);
}
::placeholder {
  color: rgba(var(--color-text), 0.4);
}
.a-select {
  margin: 1.5rem 0;
  text-align: left;
}
.a-select__label {
  display: block;
  margin-bottom: 0.5rem;
}
.a-select__field:not(.ts-wrapper),
.a-select__label {
  font-family: var(--ff-primary);
  font-size: var(--body-fs-sm);
  font-weight: 400;
  line-height: var(--body-lh-sm);
}
.a-select__field:not(.ts-wrapper) {
  background-color: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-border));
  border-radius: 0;
  box-shadow: none;
  color: rgb(var(--color-text));
  min-height: 4rem;
  padding: 1.5rem;
  width: 100%;
}
.a-select__field:not(.ts-wrapper).a-input__field--transparent {
  background-color: transparent;
}
.a-select__field:not(.ts-wrapper).error {
  border-color: rgb(var(--color-error));
  color: rgb(var(--color-error));
}
.a-select__field:not(.ts-wrapper):focus,
.a-select__field:not(.ts-wrapper):focus-visible {
  border-color: rgb(var(--color-border));
  color: rgb(var(--color-border));
  outline: none;
}
:root {
  --ts-pr-clear-button: 0;
  --ts-pr-caret: 0;
  --ts-pr-min: 0.75rem;
}
.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
  cursor: pointer;
}
.ts-control {
  padding-right: max(
    var(--ts-pr-min),
    var(--ts-pr-clear-button) + var(--ts-pr-caret)
  ) !important;
}
.ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 !important;
  box-shadow: inset 0 0 12px 4px #fff;
  visibility: visible !important;
}
.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder:after {
  content: "!";
  visibility: hidden;
}
.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.plugin-checkbox_options .option input {
  margin-right: 0.5rem;
}
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  background: transparent !important;
  cursor: pointer;
  margin-right: 0 !important;
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
.plugin-clear_button.form-select .clear-button,
.plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button,
.plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}
.ts-wrapper .dropdown-header {
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px 3px 0 0;
  padding: 10px 8px;
  position: relative;
}
.ts-wrapper .dropdown-header-close {
  color: #303030;
  font-size: 20px !important;
  line-height: 20px;
  margin-top: -12px;
  opacity: 0.4;
  position: absolute;
  right: 8px;
  top: 50%;
}
.ts-wrapper .dropdown-header-close:hover {
  color: #000;
}
.plugin-dropdown_input.focus.dropdown-active .ts-control {
  border: 1px solid #d0d0d0;
  box-shadow: none;
}
.plugin-dropdown_input .dropdown-input {
  background: transparent;
  border: solid #d0d0d0;
  border-width: 0 0 1px;
  box-shadow: none;
  display: block;
  padding: 8px;
  width: 100%;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.dropdown-active .items-placeholder,
.plugin-dropdown_input.has-items .items-placeholder {
  display: none !important;
}
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus
  .ts-control
  > input::placeholder {
  color: transparent;
}
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0;
}
.ts-wrapper.plugin-remove_button .item {
  align-items: center;
  display: inline-flex;
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button .item .remove {
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  padding: 0 6px;
  text-decoration: none;
  vertical-align: middle;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  font-size: 23px;
  position: absolute;
  right: 0;
  top: 0;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: #fff;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: #fff;
}
.ts-wrapper {
  position: relative;
}
.ts-control,
.ts-control input,
.ts-dropdown {
  font-smoothing: inherit;
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}
.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}
.ts-control {
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: 6px 8px 3px;
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control,
.disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  display: inline-block;
  vertical-align: baseline;
}
.ts-wrapper.multi .ts-control > div {
  background: #f2f2f2;
  border: 0 solid #d0d0d0;
  color: #303030;
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  border: 0 solid #cacaca;
  color: #303030;
}
.ts-wrapper.multi.disabled .ts-control > div,
.ts-wrapper.multi.disabled .ts-control > div.active {
  background: #fff;
  border: 0 solid #fff;
  color: #7d7d7d;
}
.ts-control > input {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-block !important;
  flex: 1 1 auto;
  line-height: inherit !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  min-height: 0 !important;
  min-width: 7rem;
  padding: 0 !important;
  text-indent: 0 !important;
  user-select: auto !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  background-color: #fafafa;
  opacity: 0.5;
}
.input-hidden .ts-control > input {
  left: -10000px;
  opacity: 0;
  position: absolute;
}
.ts-dropdown {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0 0 3px 3px;
  border-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  left: 0;
  margin: 0.25rem 0 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .create,
.ts-dropdown .no-results,
.ts-dropdown .optgroup-header,
.ts-dropdown .option {
  padding: 5px 8px;
}
.ts-dropdown .option,
.ts-dropdown [data-disabled],
.ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  cursor: pointer;
  opacity: 1;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0;
}
.ts-dropdown .optgroup-header {
  background: #fff;
  color: #303030;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  height: 30px;
  margin: 5px 8px;
  width: 30px;
}
.ts-dropdown .spinner:after {
  animation: lds-dual-ring 1.2s linear infinite;
  border-color: #d0d0d0 transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  content: " ";
  display: block;
  height: 24px;
  margin: 3px;
  width: 24px;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.ts-dropdown-content {
  overflow-scrolling: touch;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.ts-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.ts-dropdown,
.ts-dropdown.single {
  background-color: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-border));
  border-top: none;
  color: rgb(var(--color-text));
  margin-top: 0;
}
.ts-dropdown .active,
.ts-dropdown.single .active {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-label));
}
.ts-dropdown .option,
.ts-dropdown.single .option {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
}
.ts-wrapper.single.dropdown-active .ts-control {
  background-color: rgb(var(--color-background));
  border-radius: 0;
}
.ts-dropdown-content {
  max-height: 18rem;
  padding: 0.5rem 0;
}
.ts-wrapper.single .ts-control:after {
  background-color: rgb(var(--color-arrow));
  border: none;
  content: " ";
  display: block;
  height: 2rem;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon icon-caret' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M10.206 15.813a2.212 2.212 0 0 0 2.1 1.183c.793-.048 1.493-.538 1.86-1.243l4.374-8.424a.28.28 0 0 0-.249-.408h-1.889a.28.28 0 0 0-.248.15l-3.738 7.197c-.105.2-.39.2-.495 0l-3.777-7.2a.277.277 0 0 0-.247-.149H6.003a.28.28 0 0 0-.247.41l4.45 8.484Z' fill='%23F04E23'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon icon-caret' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M10.206 15.813a2.212 2.212 0 0 0 2.1 1.183c.793-.048 1.493-.538 1.86-1.243l4.374-8.424a.28.28 0 0 0-.249-.408h-1.889a.28.28 0 0 0-.248.15l-3.738 7.197c-.105.2-.39.2-.495 0l-3.777-7.2a.277.277 0 0 0-.247-.149H6.003a.28.28 0 0 0-.247.41l4.45 8.484Z' fill='%23F04E23'/%3E%3C/svg%3E");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
  transform: translateY(-50%);
  width: 2rem;
}
.ts-wrapper.single.dropdown-active .ts-control:after {
  transform: rotate(180deg) translateY(50%);
}
.ts-wrapper.single.input-active .ts-control,
.ts-wrapper.single.input-active .ts-control input {
  cursor: pointer;
}
.ts-control,
.ts-wrapper.single .ts-control,
.ts-wrapper.single.input-active .ts-control {
  background-color: rgb(var(--color-background));
}
.ts-wrapper.single .ts-control {
  background-image: none;
  border: 1px solid rgb(var(--color-border));
  border-radius: 0;
  box-shadow: none;
  color: rgb(var(--color-text));
  font-size: var(--body-fs-sm);
  font-weight: 400;
  line-height: var(--body-lh-sm);
  min-height: 4rem;
  padding: 1.6rem;
  padding-right: 4.5rem !important;
  width: 100%;
}
.ts-wrapper.single .ts-control:focus,
.ts-wrapper.single .ts-control:focus-visible {
  outline: none;
}
.ts-wrapper.a-select__field--inline .ts-control,
.ts-wrapper.single.a-select__field--inline .ts-control {
  background: transparent;
  border: none;
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md);
  min-height: auto;
  padding: 0;
  padding-right: 2rem !important;
}
.ts-wrapper.a-select__field--inline .ts-control:after,
.ts-wrapper.single.a-select__field--inline .ts-control:after {
  height: 1.6rem;
  right: 0;
  top: 52%;
  width: 1.6rem;
}
.ts-wrapper.a-select__field--inline .ts-dropdown,
.ts-wrapper.a-select__field--inline .ts-dropdown.single,
.ts-wrapper.single.a-select__field--inline .ts-dropdown,
.ts-wrapper.single.a-select__field--inline .ts-dropdown.single {
  border: none;
  border-radius: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  left: auto;
  min-width: 14rem;
  right: 0;
}
.ts-wrapper.a-select__field--inline.body-fs-sm .ts-control,
.ts-wrapper.single.a-select__field--inline.body-fs-sm .ts-control {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
}
.a-video {
  position: relative;
}
.a-video video {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.a-video video,
.a-video__overlay {
  border-radius: var(--border-radius);
  width: 100%;
}
.a-video__overlay {
  align-items: center;
  background: rgba(var(--color-black), 0.2);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.a-video__play-button {
  background: rgb(var(--color-white));
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 4rem;
  padding: 1rem;
  position: relative;
  width: 4rem;
}
.a-video__play-button .icon {
  height: 2.4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
}
.a-video__video-url {
  padding-bottom: 56.25%;
  position: relative;
}
.a-video__video-url iframe {
  border: none;
  border-radius: var(--border-radius);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.a-hamburger {
  color: inherit;
  display: block;
  height: 0.1rem;
  position: relative;
  width: 2.5rem;
}
.a-hamburger span,
.a-hamburger:after,
.a-hamburger:before {
  background-color: rgb(var(--color-text));
  border-radius: 2px;
  display: block;
  height: 0.1rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.a-hamburger span {
  transform: scale(1);
  transform-origin: top left;
  transition-delay: 0.4s, 0.3s;
  transition-duration: 0.2s;
  transition-property: transform, background-color;
  transition-timing-function: ease-in-out;
}
.a-hamburger:after,
.a-hamburger:before {
  content: "";
  transition-delay: 0s, 0.2s, 0.3s;
  transition-duration: 0.2s;
  transition-property: transform, top, background-color;
  transition-timing-function: ease-in-out;
}
.a-hamburger:before {
  top: -0.6rem;
}
.a-hamburger:after {
  top: 0.6rem;
}
.sidebar--open .a-hamburger span {
  transform: scaleX(0);
  transform-origin: top right;
  transition-delay: 0s, 0s, 0s;
}
.sidebar--open .a-hamburger:after,
.sidebar--open .a-hamburger:before {
  top: 0;
  transition-delay: 0.4s, 0.2s, 0s;
}
.sidebar--open .a-hamburger:before {
  transform: rotate(-45deg);
}
.sidebar--open .a-hamburger:after {
  transform: rotate(45deg);
}
.a-loader {
  animation: svg-animation 2s linear infinite;
  width: 2rem;
}
.a-loader circle {
  fill: transparent;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 10px;
  stroke: rgb(var(--color-button));
  animation: circle-animation 1.4s ease-in-out infinite both;
  display: block;
  transform-origin: 50% 50%;
}
@keyframes svg-animation {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes circle-animation {
  0%,
  25% {
    stroke-dashoffset: 280;
    transform: rotate(0);
  }
  50%,
  75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg);
  }
  to {
    stroke-dashoffset: 280;
    transform: rotate(1turn);
  }
}
.a-hide,
.a-hide--mobile {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .a-hide--mobile {
    display: block !important;
  }
}
.a-hide--desktop {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .a-hide--desktop {
    display: none !important;
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
swiper-container {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
}
button.swiper-pagination-bullet {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-pagination-lock {
  display: none;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
:root {
  --swiper-theme-color: rgb(var(--color-background));
  --swiper-pagination-bullet-horizontal-gap: 1rem;
  --swiper-pagination-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  :root {
    --swiper-pagination-bottom: 4rem;
  }
}
.swiper-wrapper {
  box-sizing: border-box;
}
.m-swiper .m-swiper__arrow {
  align-items: center;
  background-color: rgb(var(--color-button));
  border-radius: 50%;
  color: rgb(var(--color-button-label));
  display: flex;
  height: 3rem;
  justify-content: center;
  padding: 0.5rem;
  width: 3rem;
}
.m-swiper .m-swiper__arrow:after {
  content: "";
}
@media screen and (min-width: 768px) {
  .m-swiper .m-swiper__arrow--large {
    height: 4.8rem;
    width: 4.8rem;
  }
}
.m-swiper .m-swiper__arrow.swiper-button-lock {
  display: none;
}
.rte img {
  height: auto;
  max-width: 100%;
}
.rte table {
  border: 1px solid rgb(var(--color-border));
  border-collapse: collapse;
  margin: 3.2rem 0;
  width: 100%;
}
.rte table td,
.rte table th {
  border: 1px solid rgb(var(--color-border));
  padding: 0.2em 0.5em;
}
.rte table th {
  text-align: left;
}
.rte table th,
.rte table tr:nth-child(odd) td {
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-text));
}
.rte iframe {
  aspect-ratio: 16/9;
  height: auto;
  margin-block: 1rem;
  width: 100%;
}
.rte p:empty:before {
  content: " ";
}
.a-spacing--content[data-top="small"] {
  margin-top: var(--layout-block-spacing-small);
}
.a-spacing--content[data-bottom="small"] {
  margin-bottom: var(--layout-block-spacing-small);
}
.a-spacing--content[data-top="medium"] {
  margin-top: var(--layout-block-spacing-medium);
}
.a-spacing--content[data-bottom="medium"] {
  margin-bottom: var(--layout-block-spacing-medium);
}
.a-spacing--content[data-top="large"] {
  margin-top: var(--layout-block-spacing-large);
}
.a-spacing--content[data-bottom="large"] {
  margin-bottom: var(--layout-block-spacing-large);
}
.a-spacing--content[data-top="none"] {
  margin-top: 0;
}
.a-spacing--content[data-bottom="none"] {
  margin-bottom: 0;
}
.a-placeholder-media {
  background: rgba(var(--color-text), 0.85);
  border-radius: var(--border-radius);
  height: 100%;
  width: 100%;
}
.a-placeholder-media path {
  fill: rgb(var(--color-background));
}
.a-placeholder-media__animation {
  animation: rotation 30s linear infinite;
  border-radius: 100%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.a-count-bubble {
  align-items: center;
  background: rgb(var(--color-accent));
  border-radius: 100%;
  color: rgb(var(--color-accent-label));
  display: flex;
  font-size: var(--body-fs-xs);
  font-weight: 400;
  height: 1.6rem;
  justify-content: center;
  line-height: var(--body-lh-xs);
  position: absolute;
  right: -0.8rem;
  top: -0.6rem;
  width: 1.6rem;
}
.a-swatch {
  --swatch-size: 75px;
  aspect-ratio: 1/1;
  background: var(--swatch-background);
  background-origin: border-box;
  background-position: var(--swatch-focal-point, initial);
  background-size: cover;
  border-radius: 100%;
  display: block;
  max-width: 100%;
  width: var(--swatch-size);
}
.a-swatch--unavailable {
  border-color: rgba(var(--swatch-border), 0.5);
  border-style: dashed;
}
.m-localization {
  gap: 1rem 2.5rem;
  margin-top: 0.2rem;
}
.m-localization.grid {
  flex-direction: column;
  width: auto;
}
@media screen and (min-width: 768px) {
  .m-localization.grid {
    flex-direction: row;
  }
}
.m-localization .a-select__field {
  background: transparent;
  border: none;
  padding: 0;
  text-transform: uppercase;
}
.m-localization .ts-wrapper.single .ts-control {
  background: transparent;
  border: none;
  min-height: 2rem;
  padding: 0;
  padding-right: 2rem !important;
}
.m-localization .ts-wrapper.single .ts-control:after {
  right: 0;
}
.m-localization .ts-dropdown {
  left: -0.2rem;
  top: calc(100% + 1rem);
}
.m-top-nav + .m-localization {
  padding-left: 2.5rem;
}
.m-top-nav__list {
  gap: 1rem 2.5rem;
}
.m-top-nav__link {
  color: currentColor;
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  text-decoration: none;
}
.m-main-nav {
  height: 100%;
}
.m-main-nav__list {
  flex-wrap: nowrap;
  gap: 1rem 2rem;
  height: 100%;
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .m-main-nav__list {
    gap: 1rem 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .m-main-nav__list {
    gap: 1rem 4rem;
  }
}
.m-main-nav__item {
  align-items: center;
  display: flex;
  height: 100%;
}
.m-main-nav__item .icon-caret {
  transition: transform 0.3s ease-in-out;
}
.m-main-nav__item--active.m-main-nav__item--has-search-bar {
  display: flex;
  justify-content: center;
  width: 100%;
}
.m-main-nav__item--active.m-main-nav__item--has-search-bar .m-search-bar {
  display: flex;
  flex: 1;
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.1s, 0s;
  transition-duration: 0.3s, 0s;
  visibility: visible;
}
.m-main-nav__item--active.m-main-nav__item--has-search-bar .icon-caret {
  transform: rotate(180deg);
}
.m-main-nav__item.is-mega-nav--expanded {
  display: none;
}
.m-main-nav__link {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: var(--nav-fs);
  line-height: var(--nav-lh);
  text-decoration: none;
  text-transform: var(--main-nav-letter-case);
}

.m-main-nav__link:hover {
  font-weight: 600;
}

a.m-main-nav__link.m-main-nav__link--active {
  font-weight: 600;
}

.m-main-nav__link--highlighted {
  font-weight: 600;
}
.m-main-nav__link span {
  margin-right: 0.5rem;
}
.m-main-nav__link .icon,
.m-main-nav__link span {
  display: inline-block;
  vertical-align: middle;
}
.m-main-nav__link .icon {
  color: rgb(var(--color-arrow));
  height: 2rem;
  margin-top: -0.2rem;
  width: 2rem;
}
.u-menu-aim__item--active .m-mega-nav {
  opacity: 1;
  pointer-events: all;
}
.m-footer-column__item {
  margin-bottom: 2rem;
}
.m-footer-column__item:last-child {
  margin-bottom: 0;
}
.m-footer-column__item-accordion-header {
  align-items: center;
  margin-bottom: 0;
}
.m-footer-column--no-accordion {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .m-footer-column--no-accordion {
    margin: 0;
  }
}
.m-footer-column--has-accordion .m-accordion {
  margin: 0 calc(var(--layout-site-padding) * -1) 2rem;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .m-footer-column--has-accordion .m-accordion {
    margin: 0;
    padding: 0;
  }
  .m-footer-column--has-accordion .m-accordion__header {
    margin-bottom: 2rem;
    padding: 0;
  }
  .m-footer-column--has-accordion .m-accordion .m-accordion__content {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }
}
.m-footer-column__logo img,
.m-footer-column__logo svg {
  border-radius: 0;
  display: block;
}
.m-footer-column__list {
  margin: 0;
}
.m-footer-column__description {
  max-width: 20rem;
}
.m-footer-column__description,
.m-footer-column__link,
.m-footer-column__list-item,
.m-footer-column__newsletter {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  margin-bottom: 0.5rem;
}
.m-footer-column__description:last-child,
.m-footer-column__link:last-child,
.m-footer-column__list-item:last-child,
.m-footer-column__newsletter:last-child {
  margin-bottom: 0;
}
.m-footer-column__link {
  text-decoration: none;
  transition: color 0.35s ease;
}
.m-footer-column__link:hover {
  color: rgb(var(--color-button));
}
.m-newsletter-form__error {
  color: rgb(var(--color-error));
}
.m-newsletter-form .a-btn {
  margin-left: -1px;
  padding: 1.6rem;
}
.m-newsletter-form .a-btn.a-btn--has-icon .icon {
  margin-left: 0;
}
.m-newsletter-form .a-checkbox {
  margin-bottom: 0;
}
.m-newsletter-form input[name="contact[optin]"] + label {
  display: inline-block;
}
.m-newsletter-form input[name="contact[optin]"] + label a,
.m-newsletter-form input[name="contact[optin]"] + label p {
  color: inherit;
}
.m-search-modal--visible .m-search-modal__content,
.m-search-modal--visible .m-search-modal__underlay {
  pointer-events: all;
  transition-delay: 0.1s, 0s;
  transition-duration: 0.3s, 0s;
  visibility: visible;
}
.m-search-modal--visible .m-search-modal__underlay {
  height: 100vh;
  opacity: 0.4;
}
.m-search-modal--visible .m-search-modal__content {
  opacity: 1;
}
.m-search-modal__content {
  background-color: rgb(var(--color-background));
  border-radius: 1rem;
  height: 100%;
  left: 0;
  opacity: 0;
  padding-left: var(--layout-site-padding);
  padding-right: var(--layout-site-padding);
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease, visibility 0s linear 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 2500;
}
.m-search-modal__form {
  max-width: 45rem;
  width: 100%;
}
.m-search-modal__close {
  padding: 0.6rem;
}
.m-search-modal .a-input {
  margin: 0;
  position: relative;
}
.m-search-modal .a-input__field {
  background-color: rgb(var(--color-background));
  border: none;
  border-radius: 0.5rem;
  min-height: unset;
  padding: 1rem 1rem 1rem 3.6rem;
}
.m-search-modal .a-input button {
  left: 0.6rem;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.m-search-modal .a-input .icon {
  display: block;
  width: 1.5rem;
}
body.has-predictive-search .m-search-modal__content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.m-search-bar {
  display: none;
  margin-left: 3rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.4s;
  visibility: hidden;
}
@media screen and (min-width: 1440px) {
  .m-search-bar {
    margin-left: 4rem;
  }
}
.m-search-bar__form {
  max-width: 45rem;
  width: 100%;
}
.m-search-bar__close {
  padding: 0.6rem;
}
.m-search-bar .a-input {
  margin: 0;
  position: relative;
}
.m-search-bar .a-input__field {
  background-color: rgb(var(--color-background));
  border: none;
  border-radius: 0.5rem;
  min-height: unset;
  padding: 1rem 1rem 1rem 3.2rem;
}
.m-search-bar .a-input button {
  left: 0.6rem;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.m-search-bar .a-input .icon {
  display: block;
  width: 1.5rem;
}
.m-quantity {
  border: 1px solid rgb(var(--color-border));
  width: 10rem;
}
.m-quantity__input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  text-align: center;
}
.m-quantity__input[type="number"] {
  -moz-appearance: textfield;
}
.m-quantity__input::-webkit-inner-spin-button,
.m-quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.m-quantity__button {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 0;
  width: 3.2rem;
}
.m-quantity__button .icon {
  height: 1.2rem;
  width: 1.2rem;
}
.m-variants__fieldset {
  border: none;
  border-bottom: 1px solid rgb(var(--color-border));
  margin: 0 0 2rem;
  padding: 0 0 2rem;
}
.m-variants__fieldset:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.m-variants__fieldset.m-accordion {
  margin-bottom: 0;
  padding-bottom: 0;
}
.m-variants__fieldset.m-accordion.m-accordion--open {
  padding-bottom: 2rem;
}
.m-variants__legend {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}
.m-variants__legend-title {
  align-items: center;
  color: rgb(var(--color-heading));
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
.m-variants__legend-selected {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.3rem;
}
.m-variants__legend-selected .icon {
  width: 2rem;
}
.m-variants__legend-position {
  align-items: center;
  background-color: rgb(var(--color-button));
  border-radius: 100%;
  color: rgb(var(--color-button-label));
  display: flex;
  font-size: var(--body-fs-xs);
  font-weight: 700;
  height: 2.2rem;
  justify-content: center;
  line-height: var(--body-lh-sm);
  padding: 1rem;
  width: 2.2rem;
}
.m-variants__selected-value {
  color: rgb(var(--color-accent-label));
}
.m-variants__label {
  background-color: transparent;
  border: 1px solid rgb(var(--color-border));
  cursor: pointer;
  display: inline-block;
  font-size: var(--body-fs-sm);
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  min-height: 3rem;
  min-width: 3rem;
  padding: 1.4rem 1.8rem;
  text-align: center;
  transition: color var(--default-transition-easing)
      var(--default-transition-timing),
    background-color var(--default-transition-easing)
      var(--default-transition-timing);
}
.m-variants__label:last-child {
  margin-right: 0;
}
.m-variants__label:not(.m-variants__image-wrapper):hover {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-label));
}
.m-variants__label.m-variants__label--small {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  min-height: 3rem;
  min-width: 3rem;
}
.m-variants__swatch {
  border: 1px solid transparent;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  padding: 0.2rem;
  vertical-align: middle;
  width: 75px;
  height: 75px;
}
.m-variants__image-wrapper {
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1.5px;
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .m-variants__image-wrapper {
    padding: 2rem 3rem;
  }
}
.m-variants__image-wrapper:hover {
  border-color: rgb(var(--color-button));
}
.m-variants__image-title {
  font-size: var(--body-fs-xs);
}
@media screen and (min-width: 768px) {
  .m-variants__image-title {
    font-size: var(--body-fs-sm);
  }
}
.m-variants__image {
  max-width: 5rem;
}
@media screen and (min-width: 768px) {
  .m-variants__image {
    max-width: 7.6rem;
  }
}
.m-variants__input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.m-variants__input:checked + .m-variants__label {
  color: rgb(var(--color-button-label));
  background-color: rgb(var(--color-button));
}
.m-variants__input:checked
  + .m-variants__label:not(.m-variants__image-wrapper) {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-label));
}
.m-variants__input:checked + .m-variants__swatch {
  --swatch-border-color: var(--color-button);
  border-color: rgb(var(--swatch-border-color));
  border-radius: 100%;
  border-width: 2px;
}
.m-variants__input.disabled + .m-variants__label {
  text-decoration: line-through;
}
.m-variants__input.disabled + .m-variants__swatch .a-swatch {
  overflow: hidden;
  position: relative;
}
.m-variants__input.disabled + .m-variants__swatch .a-swatch:after {
  --swatch-size: 50;
  --diagonal--size: calc(var(--swatch-size) * 1.414);
  --crossed-line--size: 0.1rem;
  background-color: rgb(var(--color-text));
  bottom: calc(var(--crossed-line--size) * -0.5);
  content: "";
  height: var(--crossed-line--size);
  left: 0;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: left;
  width: var(--diagonal--size);
}
.m-variants__input:focus-visible + .m-variants__label,
.m-variants__input:focus-visible + .m-variants__swatch .a-swatch {
  outline: 2px solid rgb(var(--color-button));
}
.m-product-form__submit {
  position: relative;
  width: 100%;
}
.m-product-form__submit--loading .m-product-form__submit-text {
  opacity: 0;
}
.m-product-form__loader {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.m-product-form__error-message-wrapper {
  margin: 1.6rem 0;
}
.m-product-form__error-message {
  color: rgb(var(--color-error));
  display: block;
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
}
.m-product-form .shopify-payment-button__button {
  margin-top: 1rem;
}
.m-product-form .shopify-payment-button__button--unbranded {
  border-radius: 0;
}
.m-product-form
  .shopify-payment-button__button--unbranded
  + .shopify-payment-button__more-options {
  display: none;
}
.m-product-form .shopify-payment-button__button--branded div[role="button"] {
  padding: 1.4rem !important;
}
.m-product-form .shopify-payment-button__more-options {
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.m-volume-pricing {
  position: relative;
}
.m-volume-pricing__trigger {
  cursor: pointer;
  display: flex;
  font-size: var(--body-fs-xs);
  font-weight: 400;
  line-height: var(--body-lh-xs);
}
.m-volume-pricing__trigger span {
  border-bottom: 1px dashed transparent;
}
.m-volume-pricing__trigger.active span,
.m-volume-pricing__trigger:hover span {
  border-color: var(--color-text);
}
.m-volume-pricing__popover {
  background-color: rgb(var(--color-white));
  box-shadow: 0 0.1rem 1rem 0 rgba(var(--color-black), 0.1);
  display: none;
  left: 0;
  max-width: 100%;
  padding: 1rem 0;
  position: absolute;
  width: 22rem;
  z-index: 99;
}
.m-volume-pricing__popover--above {
  bottom: calc(100% + 0.2rem);
}
.m-volume-pricing__popover--below {
  top: calc(100% + 0.2rem);
}
.m-volume-pricing__popover.active {
  display: block;
}
.m-volume-pricing__header {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 0 1rem 1rem;
}
.m-volume-pricing__pricing-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: var(--body-fs-sm);
  gap: 3rem;
  justify-content: space-between;
  line-height: var(--body-lh-sm);
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1100px) {
  .m-volume-pricing__pricing-list-item {
    gap: 5rem;
  }
}
.m-volume-pricing__pricing-list-item:nth-child(2n) {
  background-color: rgb(var(--color-background), 0.4);
}
.m-volume-pricing__quantity-rules {
  display: flex;
  flex-direction: column;
  font-size: var(--body-fs-xs);
  line-height: var(--body-lh-xs);
}
.o-section {
  scroll-margin-top: var(--anchor-offset, 0);
}
.o-section__constrict {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--layout-container-width);
  padding-left: var(--layout-site-padding);
  padding-right: var(--layout-site-padding);
  width: 100%;
}
.o-section__constrict--sm {
  max-width: 990px;
}
.o-section__page-width {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--layout-site-padding);
  padding-right: var(--layout-site-padding);
  width: 100%;
}
.o-section--fw .a-img,
.o-section--fw .a-placeholder-media,
.o-section--fw .a-video video,
.o-section--fw .a-video__overlay,
.o-section--fw .a-video__video-url iframe,
.o-section--fw img,
.o-section--fw svg {
  border-radius: 0;
}
.o-section--padding {
  padding-bottom: var(--layout-section-padding);
  padding-top: var(--layout-section-padding);
}
.o-section--padding[data-top-padding="none"] {
  padding-top: 0;
}
.o-section--padding[data-bottom-padding="none"] {
  padding-bottom: 0;
}
.o-section[data-top="small"] {
  margin-top: var(--layout-section-spacing-small);
}
.o-section[data-top="large"] {
  margin-top: var(--layout-section-spacing-large);
}
.o-section[data-bottom="small"] {
  margin-bottom: var(--layout-section-spacing-small);
}
.o-section[data-bottom="large"] {
  margin-bottom: var(--layout-section-spacing-large);
}
.section-header-sticky {
  left: 0;
  margin-top: 2rem;
  position: sticky;
  right: 0;
  top: 2rem;
  transform: unset;
  transition: transform var(--default-transition-easing)
    var(--default-transition-timing);
  z-index: 999;
}
.section-header-sticky__hide {
  transform: translateY(calc(var(--header-height) * -1));
}
@media screen and (min-width: 1100px) {
  .o-header__logo {
    flex-shrink: 1;
  }
}
.o-header__logo .a-logo__link {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.o-header__logo .a-logo__link:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}
@media screen and (min-width: 1100px) {
  .o-header__logo .a-logo__link {
    text-align: left;
  }
}
.o-header__logo .a-logo__link img {
  height: auto;
  max-width: 12rem;
}
@media screen and (min-width: 1100px) {
  .o-header__logo .a-logo__link img {
    max-width: none;
  }
}
.o-header__logo .a-logo__link .h3 {
  margin: 0;
}
.o-header__hamburger {
  display: block;
  flex: 1;
  min-width: 5rem;
}
.o-header--dropdown .m-main-nav__item--has-children {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .o-header:not(.o-header--drawer) .o-header__hamburger {
    display: none;
  }
}
.o-header__hamburger-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 3rem;
  padding: 0;
  width: 3rem;
}
.o-header__top {
  display: none;
  height: var(--header-top-height);
}
@media screen and (min-width: 1100px) {
  .o-header__top {
    display: block;
  }
}
.o-header__top-inner {
  height: 100%;
  justify-content: flex-end;
}
.o-header__main {
  border-radius: 10px;
  height: var(--header-main-height);
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.o-header__main--meganav-expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.o-header__main-inner {
  gap: 1rem 2rem;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .o-header__main-inner {
    gap: 1rem 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .o-header__main-inner {
    gap: 1rem 3rem;
  }
}
.o-header__nav {
  display: none;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .o-header__nav {
    display: block;
    width: 100%;
  }
}
.o-header__utilities {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 1rem;
  justify-content: flex-end;
  margin-left: auto;
}
@media screen and (min-width: 1100px) {
  .o-header__utilities {
    gap: 1.5rem;
  }
}
.o-header__utilities .m-localization {
  display: none;
}
.o-header__utilities .m-localization .ts-control {
  white-space: nowrap;
}
@media screen and (min-width: 1100px) {
  .o-header__utilities .m-localization {
    display: flex;
    justify-content: flex-end;
  }
}
.o-header__utility {
  display: inline-block;
  font-size: var(--nav-fs);
  line-height: var(--nav-lh);
  position: relative;
  text-decoration: none;
  text-transform: var(--main-nav-letter-case);
}
.o-header__utility .icon {
  display: block;
  height: 2rem;
  width: 2rem;
}
@media screen and (min-width: 1100px) {
  .o-header__utility .icon {
    display: none;
  }
}
.o-header__utility .o-header__utility-label {
  display: none;
}
@media screen and (min-width: 1100px) {
  .o-header__utility .o-header__utility-label {
    display: block;
  }
}
.o-header__utility--icon .icon {
  display: block;
}
@media screen and (min-width: 1100px) {
  .o-header__utility--icon .o-header__utility-label {
    display: none;
  }
}
.o-header__utility-account {
  display: none;
}
@media screen and (min-width: 1100px) {
  .o-header__utility-account {
    display: inline-block;
  }
  .o-header__utility-search.desktop {
    display: none;
  }
}
.m-header-dropdown,
.m-mega-nav {
  opacity: 0;
  pointer-events: none;
}
.m-cart-drawer,
.m-cart-notification,
.m-header-sidebar {
  display: none;
}
.o-footer-group--align-bottom {
  margin-top: auto;
}
.o-footer {
  padding-bottom: 1rem;
  padding-top: 4rem;
}
.o-footer.o-footer--password {
  padding-top: 1.6rem;
}
.o-footer.o-footer--password .o-footer__content-bottom {
  margin-top: 0;
}
.o-footer__content-top {
  margin: -1.5rem;
}
.o-footer__content-top.grid {
  min-width: 100%;
  width: auto;
}
.o-footer__column {
  padding: 1.5rem;
}
.o-footer__content-bottom {
  font-size: var(--copyright-fs);
  letter-spacing: 1px;
  line-height: var(--copyright-lh);
  margin: 3rem 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .o-footer__content-bottom {
    margin-bottom: 0;
    margin-top: 5rem;
  }
}
.o-footer__content-bottom p {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .o-footer__content-bottom p {
    margin-bottom: 1.6rem;
  }
}
.o-footer__content-bottom--left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .o-footer__content-bottom--left {
    flex: 1;
    text-align: left;
  }
}
.o-footer__content-bottom--center {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .o-footer__content-bottom--center {
    width: auto;
  }
}
.o-footer__content-bottom--right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .o-footer__content-bottom--right {
    flex: 1;
    text-align: right;
  }
}
.o-footer__made-by a,
.o-footer__made-by span {
  vertical-align: middle;
}
.o-footer__made-by a {
  display: inline-block;
  height: 1.5rem;
  text-decoration: none;
  width: 1.5rem;
}
.shopify-challenge__container {
  margin: 10rem auto;
}
@media screen and (min-width: 768px) {
  .shopify-challenge__container {
    margin: 12rem auto;
  }
}
.shopify-challenge__container .btn {
  display: block;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .shopify-challenge__container .btn {
    margin: 3rem auto 0;
  }
}

@media (max-width: 768px) {
  .o-slideshow__slide-media {
    height: 300px !important;
  }
}

.o-multicolumn__item .o-multicolumn__content {
    margin-bottom: 3rem;
    padding-left: 20px;
    padding-right: 20px;
}

.m-product-usp__label {
  flex: 1;
  margin-top: 2px;
}

.m-cart-item__image {
  max-width: 20rem !important;
}

.m-card-collection__image-container img {
  transition: transform 0.4s ease;
  transform: scale(1);
}
.m-card-collection__image-container img:hover {
  transform: scale(1.03);
}

.o-multicolumn__item a.hover-shape div {
  transition: transform 0.4s ease;
  transform: scale(1);
}
.o-multicolumn__item a.hover-shape:hover div {
  transform: scale(1.03) !important;
}
