/* src/styles/reset.css */
html {
  box-sizing: border-box;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
dt,
dl,
dd {
  margin: 0;
}

/* src/styles/base.css */
.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;
}
hr {
  border: none;
  height: 0.0625rem;
  background-color: var(--hh-color-light);
  display: block;
  margin: 3.1250rem 0;
}
@media screen and (min-width: 750px) {
  hr {
    margin: 4.3750rem 0;
  }
}
details > * {
  box-sizing: border-box;
}
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
a {
  font: var(--hh-font-body);
  color: var(--hh-color-text);
  text-decoration: none;
}
body,
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  max-width: 100vw;
}
@media screen and (min-width: 990px) {
  body {
    max-width: unset;
  }
}
body.template-product,
body.template-page-faq {
  overflow-x: initial;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.align-center {
  align-items: center;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
body.no-scroll {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}
.metafield-rich_text_field p {
  margin: 0;
}
@media screen and (max-width: 749px) {
  input,
  textarea {
    font-size: 1.0000rem;
  }
}
#gorgias-chat-container {
  position: relative;
  z-index: 101;
}
body.onetrust-consent-opened #attentive_overlay,
body.onetrust-consent-opened hh-newsletter-modal {
  opacity: 0 !important;
  z-index: 0 !important;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.5s;
}

/* src/styles/typography.css */
html {
  font-size: 62.5%;
}
body,
.body,
.p {
  font: var(--hh-body-font);
  letter-spacing: var(--hh-body-letter-spacing);
  -webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  font: var(--hh-h1-font);
  letter-spacing: var(--hh-h1-letter-spacing);
  text-transform: var(--hh-h1-text-transform);
}
h2,
.h2 {
  font: var(--hh-h2-font);
  letter-spacing: var(--hh-h2-letter-spacing);
  text-transform: var(--hh-h2-text-transform);
}
h3,
.h3 {
  font: var(--hh-h3-font);
  letter-spacing: var(--hh-h3-letter-spacing);
  text-transform: var(--hh-h3-text-transform);
}
h4,
.h4 {
  font: var(--hh-h4-font);
  letter-spacing: var(--hh-h4-letter-spacing);
  text-transform: var(--hh-h4-text-transform);
}
h5,
.h5 {
  font: var(--hh-h5-font);
  letter-spacing: var(--hh-h5-letter-spacing);
  text-transform: var(--hh-h5-text-transform);
}
h6,
.h6 {
  font: var(--hh-h6-font);
  letter-spacing: var(--hh-h6-letter-spacing);
  text-transform: var(--hh-h6-text-transform);
}
.body-large {
  font: var(--hh-body-large-font);
  letter-spacing: var(--hh-body-large-letter-spacing);
}
.body-medium {
  font: var(--hh-body-font);
  font-size: 0.8750rem;
  line-height: 1.4;
}
@media screen and (min-width: 750px) {
  .body-medium {
    font-size: 1.0000rem;
    line-height: 1.5;
  }
}
.body-small {
  font: var(--hh-body-small-font);
  letter-spacing: var(--hh-body-small-letter-spacing);
}
.body-x-small {
  font: var(--hh-body-x-small-font);
  letter-spacing: var(--hh-body-x-small-letter-spacing);
}
.utility {
  font: var(--hh-body-utility);
  letter-spacing: var(--hh-body-utility-letter-spacing);
}
.caption {
  font: var(--hh-body-caption);
  letter-spacing: var(--hh-body-caption-letter-spacing);
}
.special-large {
  font: var(--hh-special-large-font);
  letter-spacing: var(--hh-special-large-letter-spacing);
}
.special-small {
  font: var(--hh-special-small-font);
  letter-spacing: var(--hh-special-small-letter-spacing);
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.light {
  opacity: 0.7;
}
.break {
  word-break: break-word;
}
.underline {
  text-decoration: underline;
}
.medium {
  font-weight: 500;
}

/* src/styles/grid.css */
.g {
  display: grid;
}
.g2 {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: var(--hh-grid-gutter, 1.2500rem);
}
.g3 {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: var(--hh-grid-gutter, 1.2500rem);
}
.gf {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--hh-grid-gutter));
}
.gf--auto-flow {
  display: grid;
  grid-auto-flow: column;
}
.gfi {
  padding-left: var(--hh-grid-gutter);
  padding-bottom: var(--hh-grid-gutter);
  width: calc(25% - var(--hh-grid-gutter) * 3 / 4);
  max-width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
  box-sizing: border-box;
}
.gf--gapless .gfi {
  padding-left: 0;
  padding-bottom: 0;
}
.gfi--center {
  align-self: center;
}
.gfi--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}
.gf1 .gfi {
  max-width: 100%;
  width: 100%;
}
.gf2 .gfi {
  width: calc(50% - var(--hh-grid-gutter) / 2);
  max-width: 50%;
}
.gf3 .gfi {
  width: calc(33.33% - var(--hh-grid-gutter) * 2 / 3);
  max-width: 33.33%;
}
.gf4 .gfi {
  width: calc(25% - var(--hh-grid-gutter) * 3 / 4);
  max-width: 25%;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .gf1--md .gfi {
    max-width: 100%;
    width: 100%;
  }
  .gf2--md .gfi {
    max-width: 50%;
  }
  .gf3--md .gfi {
    width: calc(33.33% - var(--hh-grid-gutter) * 2 / 3);
    max-width: 33.33%;
  }
  .gf4--md .gfi {
    width: calc(25% - var(--hh-grid-gutter) * 3 / 4);
    max-width: 25%;
  }
}
@media screen and (min-width: 990px) {
  .gf1--lg .gfi {
    max-width: 100%;
    width: 100%;
  }
  .gf2--lg .gfi {
    max-width: 50%;
  }
  .gf3--lg .gfi {
    width: calc(33.33% - var(--hh-grid-gutter) * 2 / 3);
    max-width: 33.33%;
  }
  .gf4--lg .gfi {
    width: calc(25% - var(--hh-grid-gutter) * 3 / 4);
    max-width: 25%;
  }
}

/* src/styles/accessibility.css */
*:focus-visible {
  outline: 0.1250rem solid var(--hh-color-focus);
  outline-offset: var(--hh-focus-outline-offset);
}
*:focus {
  outline: 0.1250rem solid var(--hh-color-focus);
  outline-offset: var(--hh-focus-outline-offset);
}
*:focus:not(:focus-visible):not(.focus-inherit) {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.hide-global-focus *:focus-visible,
.hide-global-focus *:focus {
  outline: 0;
}
.focus-inherit:focus {
  outline: 0;
}
.focus-inset:focus-visible {
  outline: 0.1250rem solid var(--hh-color-focus);
  outline-offset: var(--hh-focus-outline-offset);
}
.focus-inset:focus {
  outline: 0.1250rem solid var(--hh-color-focus);
  outline-offset: var(--hh-focus-outline-offset);
}
.focus-inset:focus:not(:focus-visible) {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

/* src/styles/container.css */
.container {
  width: 100%;
  max-width: 87.5000rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0.6250rem;
}
.container--full-width {
  max-width: unset;
}
.container--no-mobile-padding,
.container--no-padding {
  padding: 0;
}
.container--xl {
  max-width: 93.7500rem;
}
@media screen and (min-width: 750px) {
  .container,
  .container--no-mobile-padding {
    padding: 0 1.2500rem;
  }
  .container--narrow {
    padding: 0 5.6250rem;
  }
  .container--no-padding {
    padding: 0;
  }
}
@media screen and (min-width: 990px) {
  .container--narrow {
    max-width: 45.3750rem;
    padding: 0;
  }
  .container--xl {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

/* src/styles/spacing.css */
.page-margin,
.shopify-challenge__container {
  margin: var(--hh-section-vertical-margin) auto;
}
.spaced-section {
  position: relative;
  margin-top: var(--hh-section-vertical-margin);
}
.spaced-section--no-top-margin {
  margin-top: 0;
}
@media screen and (max-width: 749px) {
  .spaced-section--md {
    margin-top: 0;
  }
}
.spaced-section:last-child {
  margin-bottom: var(--hh-section-vertical-margin);
}
.spaced-section--full-width + .spaced-section--full-width {
  margin-top: 0;
}
.hidden-heading + .spaced-section,
.spaced-section--full-width:first-child {
  margin-top: 0;
}
.spaced-section--full-width:last-child {
  margin-bottom: 0;
}
.mha,
.mxa {
  margin-left: auto;
}
.mha,
.mxa {
  margin-right: auto;
}
.mva,
.mxa {
  margin-top: auto;
}
.mva,
.mxa {
  margin-bottom: auto;
}
.mt0,
.mv0,
.mx0 {
  margin-top: 0;
}
.mb0,
.mv0,
.mx0 {
  margin-bottom: 0;
}
.pt0,
.pv0,
.px0 {
  padding-top: 0;
}
.pb0,
.pv0,
.px0 {
  padding-bottom: 0;
}
.pr0,
.ph0,
.px0 {
  padding-right: 0;
}
.pl0,
.ph0,
.px0 {
  padding-left: 0;
}
.mt025,
.mv025,
.mx025 {
  margin-top: 0.25em;
}
.mb025,
.mv025,
.mx025 {
  margin-bottom: 0.25em;
}
.ml025,
.mh025,
.mx025 {
  margin-left: 0.25em;
}
.mr025,
.mh025,
.mx025 {
  margin-right: 0.25em;
}
.pt025,
.pv025,
.px025 {
  padding-top: 0.25em;
}
.pb025,
.pv025,
.px025 {
  padding-bottom: 0.25em;
}
.pl025,
.ph025,
.px025 {
  padding-left: 0.25em;
}
.pr025,
.ph025,
.px025 {
  padding-right: 0.25em;
}
.mt05,
.mv05,
.mx05 {
  margin-top: 0.5em;
}
.mb05,
.mv05,
.mx05 {
  margin-bottom: 0.5em;
}
.ml05,
.mh05,
.mx05 {
  margin-left: 0.5em;
}
.mr05,
.mh05,
.mx05 {
  margin-right: 0.5em;
}
.pt05,
.pv05,
.px05 {
  padding-top: 0.5em;
}
.pb05,
.pv05,
.px05 {
  padding-bottom: 0.5em;
}
.pl05,
.ph05,
.px05 {
  padding-left: 0.5em;
}
.pr05,
.ph05,
.px05 {
  padding-right: 0.5em;
}
.mt075,
.mv075,
.mx075 {
  margin-top: 0.75em;
}
.mb075,
.mv075,
.mx075 {
  margin-bottom: 0.75em;
}
.ml075,
.mh075,
.mx075 {
  margin-left: 0.75em;
}
.mr075,
.mh075,
.mx075 {
  margin-right: 0.75em;
}
.pt075,
.pv075,
.px075 {
  padding-top: 0.75em;
}
.pb075,
.pv075,
.px075 {
  padding-bottom: 0.75em;
}
.pl075,
.ph075,
.px075 {
  padding-left: 0.75em;
}
.pr075,
.ph075,
.px075 {
  padding-right: 0.75em;
}
.mt1,
.mv1,
.mx1 {
  margin-top: 1em;
}
.mb1,
.mv1,
.mx1 {
  margin-bottom: 1em;
}
.ml1,
.mh1,
.mx1 {
  margin-left: 1em;
}
.mr1,
.mh1,
.mx1 {
  margin-right: 1em;
}
.mln1 {
  margin-left: -1em;
}
.mrn1 {
  margin-right: -1em;
}
.mhn1 {
  margin-left: -1em;
  margin-right: -1em;
}
.pt1,
.pv1,
.px1 {
  padding-top: 1em;
}
.pb1,
.pv1,
.px1 {
  padding-bottom: 1em;
}
.pl1,
.ph1,
.px1 {
  padding-left: 1em;
}
.pr1,
.ph1,
.px1 {
  padding-right: 1em;
}
.mt15,
.mv15,
.mx15 {
  margin-top: 1.5em;
}
.mb15,
.mv15,
.mx15 {
  margin-bottom: 1.5em;
}
.ml15,
.mh15,
.mx15 {
  margin-left: 1.5em;
}
.mr15,
.mh15,
.mx15 {
  margin-right: 1.5em;
}
.mln15 {
  margin-left: -1.5em;
}
.mrn15 {
  margin-right: -1.5em;
}
.mhn15 {
  margin-left: -1.5em;
  margin-right: -15em;
}
.pt15,
.pv15,
.px15 {
  padding-top: 1.5em;
}
.pb15,
.pv15,
.px15 {
  padding-bottom: 1.5em;
}
.pl15,
.ph15,
.px15 {
  padding-left: 1.5em;
}
.pr15,
.ph15,
.px15 {
  padding-right: 1.5em;
}
.mt2,
.mv2,
.mx2 {
  margin-top: 2em;
}
.mb2,
.mv2,
.mx2 {
  margin-bottom: 2em;
}
.ml2,
.mh2,
.mx2 {
  margin-left: 2em;
}
.mr2,
.mh2,
.mx2 {
  margin-right: 2em;
}
.mln2 {
  margin-left: -2em;
}
.mrn2 {
  margin-right: -2em;
}
.mhn2 {
  margin-left: -2em;
  margin-right: -2em;
}
.pt2,
.pv2,
.px2 {
  padding-top: 2em;
}
.pb2,
.pv2,
.px2 {
  padding-bottom: 2em;
}
.pl2,
.ph2,
.px2 {
  padding-left: 2em;
}
.pr2,
.ph2,
.px2 {
  padding-right: 2em;
}
.mt1 {
  margin-top: 1em !important;
}
.mb1 {
  margin-bottom: 1em !important;
}

/* src/styles/forms.css */
input::-webkit-search-decoration {
  -webkit-appearance: none;
}
::placeholder {
  color: var(--hh-color-night);
  opacity: 1;
}
::-ms-input-placeholder {
  color: var(--hh-color-night);
}

/* src/styles/media.css */
.media {
  display: block;
  background-color: var(--hh-color-light);
  position: relative;
  overflow: hidden;
}
.media--transparent {
  background-color: transparent;
}
.media > img:not(.zoom) {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  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 {
  padding-bottom: 100%;
  border-radius: 50%;
}
.media.media--hover-effect > img + img {
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .media--hover-zoom,
  .media--hover-zoom :is(img, adaptive-image, .media>img) {
    transition: transform var(--hh-duration-default) ease;
  }
  .media--hover-zoom:hover :is(img, adaptive-image) {
    transform: scale(1.07);
  }
}

/* src/styles/color.css */
.color-dark-grey {
  color: var(--hh-color-brand-primary);
}
.color-muted-grey {
  color: var(--hh-color-brand-tertiary);
}
.color-gold {
  color: var(--hh-color-brand-secondary);
}
.color-black {
  color: var(--hh-color-night);
}
.color-subdued {
  color: var(--hh-color-subdued);
}
.color-subdued-secondary {
  color: var(--hh-color-subdued-secondary);
}
.color-subdued-tertiary {
  color: var(--hh-color-subdued-tertiary);
}
.color-neutral {
  color: var(--hh-color-neutral);
}
.color-light {
  color: var(--hh-color-light);
}
.color-white {
  color: var(--hh-color-day);
}
.color-green {
  color: var(--hh-color-green);
}
.color-red {
  color: var(--hh-color-danger);
}
.bg-background {
  background-color: var(--hh-color-background);
}

/* src/styles/flex.css */
.flex {
  display: flex;
}
.fw {
  flex-wrap: wrap;
}
.ais {
  align-items: flex-start;
}
.aie {
  align-items: flex-end;
}
.aic {
  align-items: center;
}
.aib {
  align-items: baseline;
}
.jcs {
  justify-content: flex-start;
}
.jce {
  justify-content: flex-end;
}
.jcc {
  justify-content: center;
}
.jcb {
  justify-content: space-between;
}
.jca {
  justify-content: space-around;
}
.fa {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.ff {
  flex-shrink: 0;
}
.fdc {
  flex-direction: column;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}

/* src/styles/rte.css */
.rte:after {
  clear: both;
  content: "";
  display: block;
}
.rte > p:first-child {
  margin-top: 0;
}
.rte > p:last-child {
  margin-bottom: 0;
}
.rte table {
  table-layout: fixed;
}
@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 0.7500rem;
    padding-right: 0.7500rem;
  }
}
.rte img {
  height: auto;
  max-width: 100%;
}
.rte ul {
  list-style-type: disc;
  padding-left: 1.2500rem;
}
.rte li {
  list-style: inherit;
}
.rte li:last-child {
  margin-bottom: 0;
}
.rte a {
  color: var(--hh-color-text);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 0.0625rem;
  transition: text-decoration-thickness var(--hh-duration-short) ease;
}
.rte a:hover {
  color: var(--hh-color-text);
  text-decoration-thickness: 0.1250rem;
}
.rte blockquote {
  display: inline-flex;
}
.rte blockquote > * {
  margin: -0.3125rem 0 -0.3125rem 0;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin: 0;
  margin-bottom: 1.9375rem;
}
.rte p {
  margin: 0;
}
.rte p + p {
  margin-top: 0.9375rem;
}
.rte ul + h2,
.rte ol + h2,
.rte p + h2,
.rte span + h2,
.rte ul + h3,
.rte ol + h3,
.rte p + h3,
.rte span + h3,
.rte ul + h4,
.rte ol + h4,
.rte p + h4,
.rte span + h4,
.rte ul + h5,
.rte ol + h5,
.rte p + h5,
.rte span + h5,
.rte ul + h6,
.rte ol + h6,
.rte p + h6,
.rte span + h6 {
  margin-top: 2.8125rem;
}

/* src/styles/helpers.css */
.block {
  display: block;
}
.hidden {
  display: none !important;
}
@media screen and (max-width: 749px) {
  .hidden--sm {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .hidden--md {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .hidden--lg {
    display: none !important;
  }
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.visibility-hidden {
  visibility: hidden;
}
.overflow-hidden,
.overflow-hidden--sm,
.overflow-hidden--md {
  overflow: hidden;
  overscroll-behavior: none;
}
@media screen and (min-width: 750px) {
  .overflow-hidden--sm {
    overflow: auto;
  }
}
@media screen and (min-width: 990px) {
  .overflow-hidden--md {
    overflow: auto;
  }
}
.relative {
  position: relative;
}
.border-top {
  border-top: 1px solid currentColor;
}
.border-bottom {
  border-bottom: 1px solid currentColor;
}
.pointer {
  cursor: pointer;
}
.zoom-in {
  cursor: zoom-in;
}
.pointer-none {
  pointer-events: none;
}
.rounded {
  border-radius: var(--hh-rounded, 5px);
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    animation: none;
    transition: none !important;
  }
}
.cover {
  object-fit: cover;
}
.contain {
  object-fit: contain;
}
.img img,
.section-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.smooth-scroll {
  scroll-behavior: smooth;
}
.fixed {
  position: fixed;
  overflow: hidden;
}

/* src/styles/misc.css */
.rte-width {
  max-width: 51.2500rem;
  margin: 0 auto 1.2500rem;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.8750rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.0625rem var(--hh-color-light);
}
table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.0625rem solid var(--hh-color-light);
}
.circle-divider::after {
  content: "\2022";
  margin: 0 0.8125rem 0 0.9375rem;
}
.circle-divider:last-of-type::after {
  display: none;
}
.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}
.placeholder {
  background-color: var(--hh-color-light);
  color: var(--hh-color-neutral);
  fill: var(--hh-color-neutral);
}
details > * {
  box-sizing: border-box;
}
.underlined-link {
  color: var(--hh-color-text);
  text-underline-offset: 0.1875rem;
  text-decoration-thickness: 0.0625rem;
  transition: text-decoration-thickness ease 100ms;
}
.underlined-link:hover {
  color: var(--hh-color-text);
  text-decoration-thickness: 0.1250rem;
}
.animate-arrow .icon-arrow path {
  transform: translateX(-0.1563rem);
  transition: transform var(--hh-duration-short) ease;
}
.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.0313rem);
}
.disclosure-has-popup {
  position: relative;
}
.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}
.disclosure-has-popup > summary::before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

/* src/styles/width.css */
.w1 {
  width: 100%;
  max-width: 100%;
}
.w1--important {
  width: 100% !important;
  max-width: 100% !important;
}
.w12 {
  width: 50%;
}
@media screen and (max-width: 766px) {
  .w1--sm {
    width: 100%;
    max-width: 100%;
  }
}

/* src/styles/three-d.css */
[data-shopify-xr] > svg {
  width: 0.8750rem;
  margin-right: 0.6250rem;
}
[data-shopify-xr][data-shopify-xr-hidden] {
  visibility: hidden;
}
model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* src/styles/shopify.css */
.shopify-payment-button__button {
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
  border-radius: 0;
  min-height: 2.8750rem;
  overflow: hidden;
}
.shopify-payment-button__button--unbranded {
  padding: 0;
  background-color: var(--hh-color-text);
  box-shadow: 0 0 0 0.0625rem var(--hh-color-text);
  font-size: 0.8750rem;
  line-height: 1.2;
  letter-spacing: 0.0438rem;
}
.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: var(--hh-color-text);
  box-shadow: 0 0 0 0.1250rem var(--hh-color-text);
}
.shopify-payment-button__button--unbranded:focus {
  outline: 0.1875rem solid var(--hh-color-foreground);
  outline-offset: 0.1875rem;
}
.shopify-payment-button__button--unbranded:focus-visible {
  outline: 0.1875rem solid var(--hh-color-foreground);
  outline-offset: 0.1875rem;
}
.shopify-payment-button__button--unbranded:focus:not(:focus-visible) {
  outline: 0;
}
.shopify-payment-button__more-options {
  color: var(--hh-color-foreground);
  margin: 1.0000rem 0 0.6250rem;
  font-size: 0.7500rem;
  line-height: 1.5;
  letter-spacing: 0.0313rem;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}

/* src/styles/components.css */
hh-button {
  --hh-padding: 0.6250rem 1.1250rem;
  --hh-max-width: none;
  --hh-min-width: 9.1875rem;
  --hh-font: var(--hh-button-font);
  --hh-border-bottom-offset: 0;
  --hh-color-fallback: var(--hh-color-night);
  --hh-color-subdued-fallback: var(--hh-color-night);
}
hh-button[theme=secondary] {
  --hh-background: var(--hh-color-foreground);
}
hh-button[theme=secondary] {
  --hh-background: var(--hh-color-background);
}
hh-button[theme=tertiary] {
  --hh-padding: 0;
  --hh-height: 2.2500rem;
  --hh-color: var(--hh-color-foreground);
}
hh-button[theme=tertiary][variant=small] {
  --hh-height: 1.5000rem;
  --hh-font: var(--hh-body-x-small-font);
  --hh-custom-slide-distance: 14px;
  --hh-custom-slide-offset: 10px;
}
hh-details-modal {
  --hh-top: 100%;
  --hh-modal-height: 100%;
  --hh-modal-background: var(--hh-color-background);
}
hh-details-modal[ctx=filters] {
  --hh-position: fixed;
  --hh-top: 0;
  --hh-z-index-inner: 100;
}
hh-quantity-input {
  --hh-button-width: 0.6250rem;
  --hh-height: 2.2500rem;
  --hh-padding: 0.0938rem 1.2500rem;
  --hh-color: var(--hh-color-text);
  --hh-border-color: var(--hh-color-neutral);
}
hh-quantity-input svg {
  width: 0.6250rem;
}
@media screen and (min-width: 750px) {
  hh-quantity-input {
    --hh-height: 2.5000rem;
  }
}
hh-input-wrapper {
  --hh-font: var(--hh-body-small-font);
}
hh-input-wrapper[label=stacked] {
  --hh-label-font: var(--hh-body-small-font);
  --hh-label-margin: 0 0 0.25em;
}
hh-modal {
  --hh-padding: 0 0.6250rem;
  --hh-background: var(--hh-color-day);
  --hh-border-color: var(--hh-color-neutral);
}
hh-modal[ctx=product] {
  --hh-slotted-width: calc(100% - 1.2500rem);
  --hh-slotted-margin: 0.6250rem 0 0;
}
hh-slider {
  --hh-background: var(--hh-color-light);
  --hh-button-background: var(--hh-color-day);
  --hh-button-border: 1px solid var(--hh-color-neutral);
  --hh-cell-width: 100%;
  --hh-dot-background: var(--hh-color-night);
}
hh-slider:not([open="true"]) {
  --hh-container-flex: flex;
  --hh-container-flex-wrap: wrap;
}
hh-badge-wrapper {
  --hh-font: var(--hh-body-utility);
  --hh-color-primary: var(--hh-color-day);
  --hh-color-secondary: var(--hh-color-night);
  --hh-background-primary: var(--hh-color-brand-primary);
  --hh-background-secondary: var(--hh-color-brand-secondary);
}
hh-scroll-bar {
  --hh-scroll-container-color: var(--hh-color-neutral);
  --hh-scroll-bar-color: var(--hh-color-foreground);
  --hh-scroll-container-padding: 0 0.6250rem;
}
hh-drawer,
hh-double-drawer {
  --hh-overlay-color: var(--hh-color-night-medium-opacity);
  --hh-close-background-color: var(--hh-color-brand-tertiary);
  --hh-close-font: var(--hh-button-font);
}
hh-tabs:not(:defined),
hh-modal:not(:defined),
hh-button:not(:defined),
hh-button-wrapper:not(:defined),
hh-details-modal:not(:defined),
hh-quantity-input:not(:defined),
hh-input-wrapper:not(:defined),
hh-custom-select:not(:defined),
hh-sticky-header:not(:defined),
hh-badge-wrapper:not(:defined),
hh-mega-menu-drawer:not(:defined),
hh-mega-menu-promos:not(:defined),
hh-wistia-video-wrapper:not(:defined),
hh-sticky-atc:not(:defined),
hh-drawer:not(:defined),
hh-double-drawer:not(:defined) {
  opacity: 0;
}
hh-details-modal:not(:defined) {
  visibility: hidden;
  opacity: 0;
  max-width: 0;
  max-height: 0;
}

/* src/styles/component-accordion.css */
hh-accordion button {
  line-height: 1.495;
  position: relative;
  text-align: left;
  width: 100%;
  display: block;
  border: none;
  background: unset;
  border-width: unset;
  padding: unset;
  border-radius: unset;
  cursor: pointer;
}
hh-accordion button:focus,
hh-accordion button:focus:not(:focus-visible) {
  border-width: 0;
}
hh-accordion button:hover {
  border: none;
}
hh-accordion button > svg {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.0000rem;
  height: 1.0000rem;
  transform: translateY(-50%);
  transition: transform 0.25s ease-out;
}
hh-accordion button.active svg {
  transform: translateY(-50%) rotate(135deg);
}
hh-accordion button.active + .footer__menu-child {
  margin-top: 1.0625rem;
}
hh-accordion .panel,
hh-accordion > div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}

/* src/styles/component-bis-modal.css */
hh-bis-modal .bis__input.error {
  border-color: var(--hh-color-danger);
}
hh-bis-modal .bis__checkbox__label * {
  margin: 0;
  color: var(--hh-color-grey);
}
hh-bis-modal .bis__checkbox__label a {
  text-decoration: underline;
}

/* src/styles/index.css */
/*# sourceMappingURL=-base.min.css.map */
