/** Shopify CDN: Minification failed

Line 2657:28 Expected identifier but found whitespace
Line 2657:29 Unexpected "rgba("

**/
.color-background-1,
:root {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}
.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}
.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}
.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}
.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}
.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}
.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}
.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}
.color-background-1,
:root {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}
.color-accent-1,
.color-accent-2,
.color-background-2,
.color-inverse {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}
.color-background-1,
:root {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}
.color-accent-1,
.color-accent-2,
.color-background-2,
.color-inverse {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}
.button--primary,
.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}
.color-accent-1 .button--primary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--primary,
.color-accent-2 .button--secondary,
.color-background-2 .button--primary,
.color-background-2 .button--secondary,
.color-inverse .button--primary,
.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}
.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary,
.color-background-2 .button--tertiary,
.color-inverse .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}
.color-background-1,
:root {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}
.color-accent-1,
.color-accent-2,
.color-background-2,
.color-inverse {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}
.color-background-1,
.color-background-2,
:root {
  --color-card-hover: var(--color-base-text);
}
.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}
.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}
.color-icon-text,
:root {
  --color-icon: rgb(var(--color-base-text));
}
.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}
.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}
.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}
.card,
.contains-card {
  --border-radius: var(--card-corner-radius);
  --border-width: var(--card-border-width);
  --border-opacity: var(--card-border-opacity);
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-blur-radius: var(--card-shadow-blur-radius);
  --shadow-opacity: var(--card-shadow-opacity);
}
.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
}
.product__media-gallery .slider,
.product__media-item {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.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;
}
.page-width {
  margin: 0 auto;
  max-width: var(--page-width);
  padding: 0 1.5rem;
}
.page-width-desktop {
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .page-width-mobile {
    margin: 0 auto;
    max-width: var(--page-width);
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }
  .page-width--narrow {
    padding: 0 9rem;
  }
  .page-width-desktop {
    padding: 0;
  }
  .page-width-tablet {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}
.isolate {
  position: relative;
  z-index: 0;
}
.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

.easylockdown-content section:last-child .banner {
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}
.element-margin-top {
  margin-top: 5rem;
}
@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}
.color-accent-1,
.color-accent-2,
.color-background-1,
.color-background-2,
.color-inverse,
body {
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground), 0.75);
}
.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}
.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}
.rte-width {
  margin: 0 auto 2rem;
  max-width: 82rem;
}
.rte-width a {
  color: rgba(var(--color-foreground), 0.75);
  text-decoration: none;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.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;
}
.visually-hidden--inline {
  height: 1em;
  margin: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.skip-to-content-link:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: inherit;
  width: auto;
  z-index: 9999;
}
.full-width-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}
.text-body {
  font-family: var(--font-body-family);
  font-size: 1.5rem;
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var (--font-body-scale));
}
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  color: rgb(var(--color-foreground));
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.02rem);
  line-height: calc(1 + 0.3 / max (1, var(--font-heading-scale)));
  word-break: break-word;
}
.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}
@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}
.h1,
h1 {
  font-size: var(--font-heading-scale);
}
@media only screen and (min-width: 750px) {
  .h1,
  h1 {
    font-size: var(--font-heading-scale);
  }
}
.h2,
h2 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}
@media only screen and (min-width: 750px) {
  .h2,
  h2 {
    font-size: calc(var(--font-heading-scale) * 1.2rem);
  }
}
.h3,
h3 {
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}
@media only screen and (min-width: 750px) {
  .h3,
  h3 {
    font-size: calc(var(--font-heading-scale) * 1.7rem);
  }
}
.h4,
h4 {
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
  font-style: var(--font-heading-style);
}
.h5,
h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}
@media only screen and (min-width: 750px) {
  .h5,
  h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}
.h6,
h6 {
  margin-block-end: 1.67em;
  margin-block-start: 1.67em;
}
.h6,
blockquote,
h6 {
  color: rgba(var(--color-foreground), 0.75);
}
blockquote {
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  font-style: italic;
  padding-left: 1rem;
}
@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}
.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var (--font-body-scale));
}
@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var (--font-body-scale));
  text-transform: uppercase;
}
.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}
.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}
.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.5 / var (--font-body-scale));
}
.color-foreground {
  color: rgb(var(--color-foreground));
}
table:not([class]) {
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  font-size: 1.4rem;
  table-layout: fixed;
}
table:not([class]) td,
table:not([class]) th {
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  padding: 1em;
}
.hidden {
  display: none !important;
}
@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.light {
  opacity: 0.7;
}
a:empty,
article:empty,
div:empty,
dl:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
p:empty,
section:empty,
ul:empty {
  display: none;
}
.customer a,
.link {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: rgb(var(--color-link));
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1.4rem;
  text-underline-offset: 0.3rem;
}
.customer a.button {
  font-size: 1.5rem;
}
.link--text {
  color: rgb(var(--color-foreground));
}
.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.link-with-icon {
  align-items: center;
  color: #000;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.link-with-icon:hover {
  text-decoration: underline;
}
.link-with-icon .icon {
  margin-right: 0.4rem;
  width: 0.8rem;
}
.link-label-title {
  align-items: center;
  color: #000;
  display: inline-flex;
  letter-spacing: normal;
  text-decoration: none;
  white-space: nowrap;
}
.link-label-title .icon {
  margin-right: 0;
  width: 0.8rem;
}
a:not([href]) {
  cursor: not-allowed;
}
.circle-divider:after {
  content: "\2022";
  margin: 0 1.3rem 0 1.5rem;
}
.circle-divider:last-of-type:after {
  display: none;
}
hr {
  background-color: rgba(var(--color-foreground), 0.2);
  border: none;
  display: block;
  height: 0.1rem;
  margin: 5rem 0;
}
@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}
.full-unstyled-link {
  color: currentColor;
  display: block;
  text-decoration: none !important;
}
.placeholder {
  fill: rgba(var(--color-foreground), 0.55);
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
}
details > * {
  box-sizing: border-box;
}
.break {
  word-break: break-word;
}
.visibility-hidden {
  visibility: hidden;
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    animation: none !important;
    transition: none !important;
  }
}
:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}
.customer a,
.underlined-link {
  color: rgba(var(--color-link), var(--alpha-link));
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.3rem;
  transition: text-decoration-thickness 0.1s ease;
}
.customer a:hover,
.underlined-link:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}
.icon-arrow,
.icon-minus,
.icon-plus {
  width: 0.8rem;
}
.h3 .icon-arrow,
.h3 .icon-plus,
h3 .icon-arrow,
h3 .icon-plus {
  width: calc(var(--font-heading-scale) * 1.5rem);
}
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}
.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}
.has-submenu,
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}
.list-menu__item.has-submenu.has-arrows .icon-caret,
summary .icon-caret {
  height: 0.6rem;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.4rem);
}
.level-1 > .icon-caret {
  transform: rotate(-90deg);
}
summary::-webkit-details-marker {
  display: none;
}
.disclosure-has-popup {
  position: relative;
}

.facets__disclosure[open] > summary::before,
.disclosure-has-popup[open] > summary::before {
  background: transparent;
  bottom: 0;
  content: " ";
  cursor: default;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}

.disclosure-has-popup > summary:before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}
@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }
  .facets .facets__disclosure[open] > summary + * {
    z-index: 2;
  }
}
:focus {
  box-shadow: none;
  outline: 0;
}
:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0;
  outline-offset: 0.3rem;
}
.focused,
.no-js :focus {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
}
.no-js :focus:not(:focus-visible) {
  box-shadow: none;
  outline: 0;
}
.focus-inset:focus-visible {
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
}
.focused.focus-inset,
.no-js .focus-inset:focus {
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
}
.no-js .focus-inset:focus:not(:focus-visible) {
  box-shadow: none;
  outline: 0;
}
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}
.focus-offset:focus-visible {
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
}
.focus-offset.focused,
.no-js .focus-offset:focus {
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
}
.no-js .focus-offset:focus:not(:focus-visible) {
  box-shadow: none;
  outline: 0;
}
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}
.title-wrapper-with-link .title {
  margin: 0;
}
.title .link {
  font-size: inherit;
}
.title-wrapper {
  margin-bottom: 3rem;
}
.title-wrapper-with-link {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.title--primary {
  margin: 4rem 0;
}
.title-wrapper--self-padded-mobile,
.title-wrapper--self-padded-tablet-down {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }
  .title--primary {
    margin: 2rem 0;
  }
  .title-wrapper-with-link {
    align-items: center;
  }
  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }
  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}
.title-wrapper-with-link .link-with-icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin: 0;
}
.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}
.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  flex-shrink: 0;
  margin-top: 0;
}
.title-wrapper--no-top-margin,
.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}
.subtitle {
  color: rgba(var(--color-foreground), 0.7);
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var (--font-body-scale));
}
.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
.grid {
  column-gap: var(--grid-mobile-horizontal-spacing);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 2rem;
  padding: 0;
  row-gap: var(--grid-mobile-vertical-spacing);
}
@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
.grid:last-child {
  margin-bottom: 0;
}
.grid__item {
  flex-grow: 1;
  flex-shrink: 0;
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
}
.grid--gapless.grid__item {
  width: 25%;
}
@media screen and (min-width: 750px) {
  .grid__item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .grid--gapless.grid__item {
    width: 25%;
  }
}
.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}
@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    max-width: none;
    width: 100%;
  }
}
.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}
.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}
.grid--gapless.grid-3-col .grid__item {
  width: 33.33%;
}
@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .grid--gapless.grid--3-col .grid__item {
    width: 33.33%;
  }
  .grid .grid__item.grid__item--mini {
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2 - 1px);
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
}
.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}
.grid--gapless.grid--2-col .grid__item {
  width: 50%;
}
@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--gapless.grid--2-col .grid__item {
    width: 50%;
  }
  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .grid--gapless.grid--4-col-tablet .grid__item {
    width: 25%;
  }
  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .grid--gapless.grid--3-col-tablet .grid__item {
    width: 33.33%;
  }
  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--gapless.grid--2-col-tablet .grid__item {
    width: 50%;
  }
}
@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    max-width: 100%;
    width: 100%;
  }
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }
  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}
@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }
  .grid--gapless.grid--6-col-desktop .grid__item {
    max-width: 16.66%;
    width: 16.66%;
  }
  .grid--5-col-desktop .grid__item {
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }
  .grid--gapless.grid--5-col-desktop .grid__item {
    max-width: 20%;
    width: 20%;
  }
  .grid--4-col-desktop .grid__item {
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .grid--4-col-desktop .grid__item.grid__item--span-3 {
    max-width: calc(75% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    width: calc(75% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .grid--gapless.grid--4-col-desktop .grid__item {
    max-width: 25%;
    width: 25%;
  }
  .grid--3-col-desktop .grid__item {
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .grid--3-col-desktop .grid__item.grid__item--span-2 {
    max-width: calc(66.66% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    width: calc(66.66% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
  }
  .grid--gapless.grid--3-col-desktop .grid__item {
    max-width: 33.33%;
    width: 33.33%;
  }
  .grid--2-col-desktop .grid__item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--gapless.grid--2-col-desktop .grid__item {
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (min-width: 1390px) {
  .grid--2-col-widescreen .grid__item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-col-desktop .grid__item {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }
  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
  .grid--peek .grid__item {
    min-width: 35%;
  }
  :not(.page-width) .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0;
  }
  .grid--peek.slider .grid__item:last-of-type {
    margin-right: 1.5rem;
  }
  :not(.page-width) .grid--peek.slider .grid__item:last-of-type {
    margin-right: 0;
  }
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .grid--peek .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }
  .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 1.5rem;
  }
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}
.media {
  background-color: rgba(var(--color-foreground), 0.1);
  display: block;
  overflow: hidden;
  position: relative;
}
.media--transparent {
  background-color: transparent;
}
.media model-viewer,
.media > :not(.zoom):not(.deferred-media__poster-button) {
  display: block;
  height: 100%;
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.media--square {
  padding-bottom: 100%;
}
.media--portrait {
  padding-bottom: 125%;
}
.media--landscape {
  padding-bottom: 66.6%;
}
.media--cropped {
  padding-bottom: 56%;
}
.media--16-9 {
  padding-bottom: 56.25%;
}
.media--circle {
  border-radius: 50%;
  padding-bottom: 100%;
}
.media.media--hover-effect > img + img {
  opacity: 0;
}
@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}
deferred-media {
  display: block;
}
.button,
.cart__dynamic-checkout-buttons [role="button"],
.cart__dynamic-checkout-buttons iframe,
.customer button,
.shopify-challenge__button,
.shopify-payment-button [role="button"],
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --border-offset: var(--buttons-border-offset);
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}
.button,
.customer button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded {
  min-height: calc(4rem + var(--buttons-border-width) * 2);
  min-width: calc(12rem + var(--buttons-border-width) * 2);
}
.shopify-payment-button__button--branded {
  z-index: auto;
}
.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius)
    rgba(var(--color-base-text), var(--shadow-opacity));
}
.button,
.customer button,
.shopify-challenge__button {
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  border: 0;
  color: rgb(var(--color-button-text));
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 1.5rem;
  justify-content: center;
  padding: 0 3rem;
  text-decoration: none;
  transition: box-shadow var(--duration-short) ease;
}
.button:before,
.cart__dynamic-checkout-buttons [role="button"]:before,
.customer button:before,
.shopify-challenge__button:before,
.shopify-payment-button [role="button"]:before,
.shopify-payment-button__button--unbranded:before {
  border-radius: var(--buttons-radius-outset);
  bottom: 0;
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.button:after,
.customer button:after,
.shopify-challenge__button:after,
.shopify-payment-button__button--unbranded:after {
  border-radius: var(--buttons-radius);
  bottom: var(--buttons-border-width);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width)
      rgba(var(--color-button), var(--alpha-button-background));
  content: "";
  left: var(--buttons-border-width);
  position: absolute;
  right: var(--buttons-border-width);
  top: var(--buttons-border-width);
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}
.button:not([disabled]):hover:after,
.customer button:hover:after,
.shopify-challenge__button:hover:after,
.shopify-payment-button__button--unbranded:hover:after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px)
      rgba(var(--color-button), var(--alpha-button-background));
}
.button--primary:after,
.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}
.button.focused,
.button:focus,
.button:focus-visible,
.shopify-payment-button [role="button"]:focus,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button__button--unbranded:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0;
}
.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ) {
  box-shadow: inherit;
}
.button::selection,
.customer button::selection,
.shopify-challenge__button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}
.button,
.button-label,
.customer button,
.shopify-challenge__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var (--font-body-scale));
}
.button--tertiary {
  font-size: 1.2rem;
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  padding: 1rem 1.5rem;
}
.button--small {
  padding: 1.2rem 2.6rem;
}
.button--wide {
  padding: 0.9rem 6rem 1.1rem;
}
.button.disabled,
.button:disabled,
.button[aria-disabled="true"],
.customer button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.5;
}
.button--full-width {
  display: flex;
  width: 100%;
}
.button.loading {
  color: transparent;
  position: relative;
}
@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}
.button.loading > .loading-overlay__spinner {
  display: flex;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.share-button {
  display: block;
  position: relative;
}
.share-button details {
  width: fit-content;
}
.share-button__button {
  align-items: center;
  color: rgb(var(--color-link));
  display: flex;
  font-size: 1.4rem;
  margin-left: 0;
  min-height: 2.4rem;
  padding-left: 0;
}
details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}
.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.share-button__button,
.share-button__fallback button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}
.share-button__fallback {
  align-items: center;
  border: 0;
  border-radius: var(--inputs-radius);
  display: flex;
  left: 0.1rem;
  min-width: max-content;
  position: absolute;
  top: 3rem;
  width: 100%;
  z-index: 3;
}
.share-button__fallback:after {
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  bottom: var(--inputs-border-width);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  content: "";
  left: var(--inputs-border-width);
  pointer-events: none;
  position: absolute;
  right: var(--inputs-border-width);
  top: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}
.share-button__fallback:before {
  background: rgb(var(--color-background));
  border-radius: var(--inputs-radius-outset);
  bottom: 0;
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.share-button__fallback button {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 4.4rem;
  justify-content: center;
  padding: 0;
  position: relative;
  right: var(--inputs-border-width);
  width: 4.4rem;
}
.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.share-button__fallback button:hover svg {
  transform: scale(1.07);
}
.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}
.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}
.share-button__close:focus-visible,
.share-button__copy:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.share-button__close:focus,
.share-button__copy:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.field:not(:focus-visible):not(.focused)
  + .share-button__close:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)
  + .share-button__copy:not(:focus-visible):not(.focused) {
  background-color: inherit;
}
.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}
.share-button__fallback .field {
  border-radius: 0;
  min-height: auto;
  min-width: auto;
  transition: none;
}
.share-button__fallback .field__input:-webkit-autofill,
.share-button__fallback .field__input:focus {
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
}
.share-button__fallback .field__input {
  box-shadow: none;
  filter: none;
  min-height: auto;
  min-width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-button__fallback .field__input:hover {
  box-shadow: none;
}
.share-button__fallback .icon {
  height: 1.5rem;
  width: 1.5rem;
}
.share-button__message:not(:empty) {
  align-items: center;
  display: flex;
  height: 100%;
  margin: var(--inputs-border-width);
  padding: 0.8rem 0 0.8rem 1.5rem;
  width: 100%;
}
.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}
.customer .field input,
.customer select,
.field__input,
.select__select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  border: 0;
  border-radius: var(--inputs-radius);
  box-sizing: border-box;
  color: rgb(var(--color-foreground));
  font-size: 1.4rem;
  height: 4.2rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + var(--inputs-border-width) * 2);
  position: relative;
  transition: box-shadow var(--duration-short) ease;
  width: 100%;
}
@media screen and (max-width: 989px) {
  .customer .field input,
  .customer select,
  .field__input,
  .select__select {
    font-size: 1.6rem;
    height: 4.2rem;
  }
}
.customer .field:before,
.customer select:before,
.field:before,
.localization-form__select:before,
.select:before {
  border-radius: var(--inputs-radius-outset);
  bottom: 0;
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.customer .field:after,
.customer select:after,
.field:after,
.localization-form__select:after,
.select:after {
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  bottom: var(--inputs-border-width);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  content: "";
  left: var(--inputs-border-width);
  pointer-events: none;
  position: absolute;
  right: var(--inputs-border-width);
  top: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}
.select__select {
  color: rgba(var(--color-foreground), 0.75);
  font-family: var(--font-body-family);
  font-size: 1.2rem;
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.customer .field:hover.field:after,
.customer select:hover.select:after,
.field:hover.field:after,
.localization-form__select:hover.localization-form__select:after,
.select:hover.select:after,
.select__select:hover.select__select:after {
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
}
.customer .field input:focus-visible,
.customer select:focus-visible,
.field__input:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after,
.select__select:focus-visible {
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
}
.customer .field input:focus,
.customer select:focus,
.field__input:focus,
.localization-form__select:focus.localization-form__select:after,
.select__select:focus {
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
}
.localization-form__select:focus {
  box-shadow: none;
  outline: 0;
}
.select,
.text-area {
  display: flex;
  position: relative;
  width: 100%;
}
.customer select + svg,
.select .icon-caret {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  right: calc(var(--inputs-border-width) + 1.5rem);
  top: calc(50% - 0.2rem);
}
.customer select,
.select__select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var (--font-body-scale));
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
  padding: 0 2rem;
}
.field {
  position: relative;
  transition: box-shadow var(--duration-short) ease;
  width: 100%;
}
.customer .field,
.field {
  display: flex;
}
.field--with-error {
  flex-wrap: wrap;
}
.field--with-error.visible-error:after {
  border-color: #ec6161cf;
  box-shadow: 0 0 0 var(--inputs-border-width) #ec6161cf;
}
.customer .field input,
.field__input {
  flex-grow: 1;
  margin: var(--inputs-border-width);
  padding: 1.5rem;
  text-align: left;
  transition: box-shadow var(--duration-short) ease;
}
.customer .field label,
.field__label {
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.4rem;
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  top: calc(1rem + var(--inputs-border-width));
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
}
.customer .field input:-webkit-autofill ~ label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.field__input:-webkit-autofill ~ .field__label,
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label {
  font-size: 1rem;
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
}
.customer .field input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.field__input:focus,
.field__input:not(:placeholder-shown) {
  margin: var(--inputs-border-width);
  padding: 2.2rem 1.5rem 0.8rem 2rem;
}
.customer .field input::-webkit-search-cancel-button,
.field__input::-webkit-search-cancel-button {
  display: none;
}
.customer .field input::placeholder,
.field__input::placeholder {
  opacity: 0;
}
.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}
.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}
.customer .field input:-webkit-autofill ~ label,
.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label {
  color: #000;
}
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}
input[type="checkbox"] {
  display: inline-block;
  margin-right: 0.5rem;
  width: auto;
}
.form__label {
  display: block;
  margin-bottom: 0.6rem;
}
.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
.form__message--large {
  font-size: 1.6rem;
}
.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}
.customer .form__message svg,
.form__message .icon {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}
.customer .form__message svg,
.form__message--large .icon {
  height: 1.5rem;
  margin-right: 1rem;
  width: 1.5rem;
}
.customer .field .form__message svg {
  align-self: start;
}
.form-status {
  font-size: 1.6rem;
  margin: 0;
}
.form-status-list {
  margin: 2rem 0 4rem;
  padding: 0;
}
.form-status-list li {
  list-style-position: inside;
}
.form-status-list .link:first-letter {
  text-transform: capitalize;
}
.quantity {
  border-radius: var(--inputs-radius);
  color: rgba(var(--color-foreground));
  display: flex;
  min-height: calc(var(--inputs-border-width) * 2 + 4.5rem);
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
}
.quantity:after {
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  bottom: var(--inputs-border-width);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  left: var(--inputs-border-width);
  right: var(--inputs-border-width);
  top: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}
.quantity:after,
.quantity:before {
  content: "";
  pointer-events: none;
  position: absolute;
}
.quantity:before {
  background: rgb(var(--color-background));
  border-radius: var(--inputs-radius-outset);
  bottom: 0;
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.quantity__input {
  -webkit-appearance: none;
  appearance: none;
  color: currentColor;
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  padding: 0 0.5rem;
  text-align: center;
  width: 100%;
}
.quantity__button,
.quantity__input {
  background-color: transparent;
  border: 0;
}
.quantity__button {
  align-items: center;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 1.8rem;
  justify-content: center;
  padding: 0;
  width: calc(4.5rem / var(--font-body-scale));
}
.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}
.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}
.quantity__button svg {
  pointer-events: none;
  width: 1rem;
}
.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  background-color: inherit;
  box-shadow: inherit;
}
.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:active,
.quantity__input:-webkit-autofill:hover {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}
.quantity__input::-webkit-inner-spin-button,
.quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity__input[type="number"] {
  -moz-appearance: textfield;
}
.modal__toggle {
  list-style-type: none;
}
.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}
.modal__toggle-close {
  display: none;
}
.no-js details[open] svg.modal__toggle-close {
  display: flex;
  height: 1.7rem;
  width: 1.7rem;
  z-index: 1;
}
.modal__toggle-open {
  display: flex;
}
.no-js .modal__close-button.link,
.no-js details[open] .modal__toggle-open {
  display: none;
}
.modal__close-button.link {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  padding: 0;
  width: 4.4rem;
}
.modal__close-button .icon {
  height: 1.2rem;
  width: 1.2rem;
}
.modal__content {
  align-items: center;
  background: rgb(var(--color-background));
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
.media-modal {
  cursor: zoom-out;
}
.media-modal .deferred-media {
  cursor: auto;
}
.cart-bubble-text {
  position: relative;
}
.cart-count-bubble:empty {
  display: none;
}
a.cart-bubble-text .cart-count-bubble {
  margin-left: 4px;
}
a:not(.cart-bubble-text) .cart-count-bubble {
  align-items: center;
  background-color: rgb(var(--color-button));
  border-radius: 100%;
  bottom: 0.8rem;
  color: rgb(var(--color-button-text));
  display: flex;
  font-size: 0.9rem;
  height: 1.7rem;
  justify-content: center;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var (--font-body-scale));
  position: absolute;
  width: 1.7rem;
}
#shopify-section-announcement-bar {
  z-index: 4;
}
.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}
.announcement-bar__link {
  display: block;
  padding: 1rem 2rem;
  text-decoration: none;
  width: 100%;
}
.announcement-bar__link:hover {
  background-color: rgba(var(--color-card-hover), 0.06);
  color: rgb(var(--color-foreground));
}
.announcement-bar__link .icon-arrow {
  display: inline-block;
  margin-bottom: 0.2rem;
  margin-left: 0.8rem;
  pointer-events: none;
  vertical-align: middle;
}
.announcement-bar__link .announcement-bar__message {
  padding: 0;
}
.announcement-bar__message {
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 1rem 2rem;
  text-align: center;
}
#shopify-section-header {
  z-index: 3;
}
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
.shopify-section-header-hidden {
  transform: translateY(-100%);
}
.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}
#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
.header-wrapper {
  background-color: rgba(var(--color-background), 1);
  display: block;
  position: relative;
  transition: background-color 0.15s ease-out;
}
.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.header {
  align-items: center;
  display: grid;
  grid-template-areas: "left-icon heading icons";
  grid-template-columns: 1fr 2fr 1fr;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 990px) {
  .header {
    padding-bottom: 0;
    padding-top: 2rem;
  }
  .header--has-menu.header--middle-center,
  .header--has-menu.header--middle-left {
    padding-bottom: 2rem;
  }
  .header--middle-center:not(.header--has-menu),
  .header--middle-left:not(.header--has-menu),
  .header--top-left {
    grid-template-areas: "heading icons" "navigation navigation";
    grid-template-columns: 1fr auto;
  }
  .header--middle-left {
    column-gap: 2rem;
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto 1fr;
  }
  .header--middle-center {
    column-gap: 2rem;
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr auto 1fr;
  }
  .header--top-center {
    grid-template-areas: "left-icon heading icons" "navigation navigation navigation";
  }
  .header .header__inline-menu {
    margin-top: 1.05rem;
  }
  .header.header--middle-center .header__inline-menu,
  .header.header--middle-left .header__inline-menu {
    margin-top: 0;
  }
}
@media screen and (min-width: 990px) and (max-width: 1100px) {
  .header--middle-center {
    grid-template-columns: 1.5fr auto 1fr;
  }
}
.header [tabindex="-1"]:focus {
  outline: none;
}
.header__heading {
  line-height: 0;
  margin: 0;
}
.header > .header__heading-link {
  line-height: 0;
}
.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}
.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}
.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}
.header__heading-link .h2 {
  color: rgba(var(--color-foreground), 0.75);
  line-height: 1;
}
.header__heading-logo {
  height: auto;
}
@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
}
@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }
  .header__heading,
  .header__heading-link {
    justify-self: start;
  }
  .header--top-center .header__heading,
  .header--top-center .header__heading-link {
    justify-self: center;
    text-align: center;
  }
}
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}
.header__icon span,
.header__icon:not(.header__icon--summary) {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header__icon {
  color: rgb(var(--color-foreground));
}
.header__icon span {
  height: 100%;
}
.header__icon:after {
  content: none;
}
.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}
.header__icon .icon {
  fill: none;
  height: 2rem;
  vertical-align: middle;
  width: 2rem;
}
.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
}
.header__icon--cart {
  margin-right: -1.2rem;
  position: relative;
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}
.header__icon--menu[aria-expanded="true"]:before {
  background: rgba(var(--color-foreground), 0.5);
  content: "";
  display: block;
  height: calc(
    var(--viewport-height, 100vh) - var(--header-bottom-position, 100%)
  );
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
menu-drawer + .header__search {
  display: none;
}
.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}
.header:not(.header--has-menu) * > .header__search {
  display: none;
}
.header__search {
  display: inline-flex;
  line-height: 0;
}
.header--top-center > .header__search {
  display: none;
}
.header--top-center * > .header__search {
  display: inline-flex;
}
@media screen and (min-width: 990px) {
  .header--top-center > .header__search,
  .header:not(.header--top-center) * > .header__search {
    display: inline-flex;
  }
  .header--top-center * > .header__search,
  .header:not(.header--top-center) > .header__search {
    display: none;
  }
}
.no-js .predictive-search {
  display: none;
}
details[open] > .search-modal {
  animation: animateMenuOpen var(--duration-default) ease;
  opacity: 1;
}
details[open] .modal-overlay {
  display: block;
}
details[open] .modal-overlay:after {
  background-color: rgb(var(--color-foreground), 0.5);
  content: "";
  height: 100vh;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.no-js details[open] > .header__icon--search {
  right: 0.5rem;
  top: 1rem;
}
.search-modal {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  height: 100%;
  min-height: calc(
    100% + var(--inputs-margin-offset) + var(--inputs-border-width) * 2
  );
  opacity: 0;
}
.mobile-mode .search-modal {
  height: 60px;
  min-height: 0;
}
.mobile-modal-detail {
  height: 60px;
}
.mobile-mode .search-modal__close-button {
  display: none;
}
.mobile-mode .search-modal__content {
  padding-right: 1.5rem;
}
.search-modal__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: calc(1 + 0.8 / var (--font-body-scale));
  padding: 0 5rem 0 1rem;
  position: relative;
  width: 100%;
}
.search-modal__content-bottom {
  bottom: (var(--inputs-margin-offset) / 2);
}
.search-modal__content-top {
  top: (var(--inputs-margin-offset) / 2);
}
.search-modal__form {
  width: 100%;
}
.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}
@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }
  .search-modal__content {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }
  .search-modal__close-button {
    margin-left: 0.5rem;
    position: static;
  }
}
.header__icon--menu .icon {
  display: block;
  opacity: 1;
  position: absolute;
  transform: scale(1);
  transition: transform 0.15s ease, opacity 0.15s ease;
}
details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  opacity: 0;
  transform: scale(0.8);
  visibility: hidden;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  opacity: 1;
  transform: scale(1.07);
  visibility: visible;
}
.js .header__inline-menu details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}
.header__inline-menu details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}
@media (prefers-reduced-motion) {
  .header__inline-menu details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__inline-menu {
  display: none;
  grid-area: navigation;
  margin-left: -1.2rem;
}
.header--top-center .header__heading-link,
.header--top-center .header__inline-menu {
  margin-left: 0;
}
@media screen and (min-width: 1550px) {
  .header__inline-menu {
    display: block;
  }
  .header--top-center .header__inline-menu {
    justify-self: center;
  }
  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }
  .header--middle-center.header__inline-menu,
  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }

}
@media screen and (min-width: 990px) and  (max-width: 1549px) {
  #menu-drawer .header__search {
    display: none;
  }
  :not(.accordion) .menu-drawer__inner-container {
    height: 100% !important;
  }
}
.header__menu {
  padding: 0 1rem;
}

.header__submenu .header__menu-item {
  font-weight: 300;
}

.header__menu-item {
  color: rgba(var(--color-foreground), 0.75);
  padding: 1.2rem;
  text-decoration: none;
}

.with-submenu > .header__menu-item {
  font-weight: 500;
  color: rgba(var(--color-foreground), 1)
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}
.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}
.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
details[open] > .header__menu-item {
  text-decoration: underline;
}
details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}
details[open] > .header__menu-item .icon-caret,
li[open] .has-submenu.has-arrows > .icon-caret {
  transform: rotate(180deg);
}
.has-submenu:not(.has-arrows) > .icon-caret {
  display: none;
}
.header__active-menu-item {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}
.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}
.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}
.header__submenu.list-menu--disclosure {
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-radius: var(--popup-corner-radius);
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset)
    var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}
.header__submenu.list-menu {
  padding: 2.4rem 0;
}
.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  margin: 0.5rem 0;
  padding: 0.5rem 0;
}
.header__submenu .header__menu-item:after {
  right: 2rem;
}
.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}
.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}
.header__menu-item .icon-caret,
.list-menu__item.has-submenu.has-arrows > .icon-caret {
  right: 0.8rem;
}
.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}
details-disclosure > details {
  position: relative;
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}
@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.badge {
  background-color: rgb(var(--color-badge-background));
  border: 1px solid transparent;
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  border-radius: var(--badge-corner-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  word-break: break-word;
  margin: 1rem;
}
.gradient {
  background: var(--gradient-background);
  background: rgba(var(--color-background), 1);
  background-attachment: fixed;
}
@media screen and (forced-colors: active) {
  .icon {
    fill: CanvasText !important;
    color: CanvasText;
  }
  .icon-close-small path {
    stroke: CanvasText;
  }
}
.ratio {
  align-items: stretch;
  display: flex;
  position: relative;
}
.ratio:before {
  content: "";
  height: 0;
  padding-bottom: var(--ratio-percent);
  width: 0;
}
.content-container {
  border: var(--text-boxes-border-width) solid
    rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  border-radius: var(--text-boxes-radius);
  position: relative;
}
.content-container:after {
  border-radius: var(--text-boxes-radius);
  bottom: calc(var(--text-boxes-border-width) * -1);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  content: "";
  left: calc(var(--text-boxes-border-width) * -1);
  position: absolute;
  right: calc(var(--text-boxes-border-width) * -1);
  top: calc(var(--text-boxes-border-width) * -1);
  z-index: -1;
}
.content-container--full-width:after {
  border-radius: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-radius: 0;
    border-right: none;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}
.global-media-settings {
  background-color: rgb(var(--color-background));
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  position: relative;
}
.global-media-settings:after {
  border-radius: var(--media-radius);
  bottom: calc(var(--media-border-width) * -1);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  content: "";
  left: calc(var(--media-border-width) * -1);
  position: absolute;
  right: calc(var(--media-border-width) * -1);
  top: calc(var(--media-border-width) * -1);
  z-index: -1;
}
.global-media-settings--no-shadow {
  overflow: hidden !important;
}
.global-media-settings--no-shadow:after {
  content: none;
}
.global-media-settings iframe,
.global-media-settings img,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}
.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-left: none;
  border-radius: 0;
  border-right: none;
}
.product-grid {
  margin-bottom: 0;
  margin-top: 0;
}
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(var(--grid-mobile-horizontal-spacing) * -1);
  }
  .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
    padding-left: var(--grid-mobile-horizontal-spacing);
  }
  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(var(--grid-desktop-horizontal-spacing) * -1);
    }
    .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
      padding-left: var(--grid-desktop-horizontal-spacing);
    }
  }
  .grid--gapless .grid__item {
    padding-bottom: 0;
    padding-left: 0;
  }
  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }
  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }
  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}
.product__drawer-links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product__drawer-links > * {
  margin: 0;
}
.product__drawer:last-child .link-with-icon {
  margin-bottom: 0;
}
.product__drawer a.link-with-icon .icon {
  margin-right: 0;
  margin-left: 0.4rem;
  transform: rotate(-90deg);
}
[hidden] {
  display: none;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.object-cover {
  object-fit: cover;
}
.redirect-message {
  align-items: center;
  border: 1px solid rgba(var(--color-base-text), 0.3);
  color: rgba(var(--color-base-text), 0.8);
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: 2rem;
  padding: 1.4rem;
  text-align: center;
}
.redirect-message-close {
  color: rgba(var(--color-base-text), 0.7);
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  margin-left: 15px;
  transition: 0.3s;
}
audio::-webkit-media-controls-overlay-play-button,
video::-webkit-media-controls-overlay-play-button {
  display: none;
}
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);