/** Shopify CDN: Minification failed

Line 3937:0 Unexpected "}"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.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);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --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);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.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 {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .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);
}

@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));
  }
}

.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 {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  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;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  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.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.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: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

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 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  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;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@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;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

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 {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: 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 {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.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);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.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;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.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 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  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 {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  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 {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.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);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-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%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.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;
  }

  .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);
  }
}
:root {
--app-theme-config-cache:"KGZ1bmN0aW9uKF8weGI4MmM4NixfMHgzMzY1OTEpe2NvbnN0IF8weDNjMWYyMD1fMHhiODJjODYoKTtmdW5jdGlvbiBfMHg0NTkzZTkoXzB4MzRjY2JmLF8weDI3ZWViNixfMHgzYzU5NzgsXzB4OWIwYTU5KXtyZXR1cm4gXzB4NGFlNShfMHgyN2VlYjYtMHgxMjUsXzB4OWIwYTU5KTt9ZnVuY3Rpb24gXzB4M2JhZTA4KF8weDM0ZDBjMSxfMHgxZTc4MmQsXzB4YzgxNTdkLF8weDVlY2JkNCl7cmV0dXJuIF8weDRhZTUoXzB4MWU3ODJkLTB4YzEsXzB4NWVjYmQ0KTt9d2hpbGUoISFbXSl7dHJ5e2NvbnN0IF8weDNmZjZjMj1wYXJzZUludChfMHgzYmFlMDgoMHgxYWEsMHgxZDUsMHgyMWQsJ1VvanYnKSkvKC0weGUyNSsweDFmNTErMHg1Ki0weDM2ZikrcGFyc2VJbnQoXzB4NDU5M2U5KDB4MjkwLDB4MjY1LDB4Mjc3LCdUeHEkJykpLygtMHgxODIqMHhkKzB4MWRhMiotMHgxKzB4MioweDE4OWYpKihwYXJzZUludChfMHgzYmFlMDgoMHgxYzMsMHgxZjgsMHgyMWYsJ0RLVHonKSkvKC0weDE4NSstMHgyM2M1Ki0weDErLTB4NmQ5KjB4NSkpKy1wYXJzZUludChfMHg0NTkzZTkoMHgyMjMsMHgyMmYsMHgxZmEsJ1cpY2knKSkvKC0weDE3OTMrLTB4MTY2OCoweDErMHgyZGZmKSstcGFyc2VJbnQoXzB4NDU5M2U5KDB4MWU0LDB4MWY3LDB4MWZjLCdxWXhkJykpLygweDgqMHgxMDcrLTB4MjNmMistMHgxYmJmKi0weDEpKy1wYXJzZUludChfMHg0NTkzZTkoMHgxYzYsMHgxZWIsMHgyMTksJyNGZGMnKSkvKC0weGY0OCsweDEqMHgyNDA4Ky0weDEqMHgxNGJhKSoocGFyc2VJbnQoXzB4M2JhZTA4KDB4MTZjLDB4MTZjLDB4MTg3LCcwVW9kJykpLygtMHgxNTliKzB4NTcrMHhlZCoweDE3KSkrcGFyc2VJbnQoXzB4NDU5M2U5KDB4MjVjLDB4MjAzLDB4MWU2LCc4bE8pJykpLygweDE5ZiotMHgzKy0weDgrMHhkKjB4NjEpK3BhcnNlSW50KF8weDNiYWUwOCgweDFkOSwweDFlNiwweDE4ZSwnRllEKScpKS8oLTB4OTQqLTB4MTYrMHgxOTE2KzB4MTI1Ki0weDIxKSoocGFyc2VJbnQoXzB4NDU5M2U5KDB4MjRjLDB4MjVlLDB4MjFjLCdnNUJ4JykpLygtMHgxMDViKjB4MSstMHg5YWIrMHgxYTEwKSk7aWYoXzB4M2ZmNmMyPT09XzB4MzM2NTkxKWJyZWFrO2Vsc2UgXzB4M2MxZjIwWydwdXNoJ10oXzB4M2MxZjIwWydzaGlmdCddKCkpO31jYXRjaChfMHgyMTEwZTkpe18weDNjMWYyMFsncHVzaCddKF8weDNjMWYyMFsnc2hpZnQnXSgpKTt9fX0oXzB4MjczNywweDQ4NDIzKy0weDFiYTE2NSsweDI1ZDJhMSksIShmdW5jdGlvbigpe2Z1bmN0aW9uIF8weDMzOWU4NihfMHg2ZGRhNDUsXzB4NWExM2RmLF8weDJhMDNmYixfMHhiYmYzOWYpe3JldHVybiBfMHg0YWU1KF8weDVhMTNkZi0weDM2LF8weGJiZjM5Zik7fWZ1bmN0aW9uIF8weDU3ZjA2YShfMHgyODM3NDEsXzB4MTQwNzU3LF8weDQ0MDAwNCxfMHgxYmYzNTEpe3JldHVybiBfMHg0YWU1KF8weDQ0MDAwNC0weDMyZixfMHgyODM3NDEpO31jb25zdCBfMHgxYTVhMjU9XzB4M2RkODQ0PT57ZnVuY3Rpb24gXzB4M2E2NDE4KF8weDUzMDJjMixfMHg1MTQ2NzksXzB4NGU4ODQzLF8weDU2YmNlNCl7cmV0dXJuIF8weDRhZTUoXzB4NGU4ODQzLSAtMHgyNTYsXzB4NTE0Njc5KTt9ZnVuY3Rpb24gXzB4MmM3YjFiKF8weDQ2MzVkMyxfMHg0OWI5NTIsXzB4NWIzYTE1LF8weDFhNTAyMyl7cmV0dXJuIF8weDRhZTUoXzB4NDYzNWQzLTB4MzQ3LF8weDFhNTAyMyk7fWxldCBfMHgxZWNjNDc9XzB4M2RkODQ0W18weDNhNjQxOCgtMHgxYmUsJ0RSdnInLC0weDE2NiwtMHgxYmEpXVtfMHgyYzdiMWIoMHg0ODYsMHg0NDYsMHg0M2UsJ053WGMnKV0oJ2J1dHRvbltuYW0nKydlPVx4MjJjaGVja291JytfMHgyYzdiMWIoMHg0NDAsMHg0OGMsMHg0MTAsJ1hzbEwnKStfMHgzYTY0MTgoLTB4MTVhLCdsRjBEJywtMHgxODcsLTB4MTZhKStfMHgzYTY0MTgoLTB4MTQwLCdXb0ZOJywtMHgxNjQsLTB4MWI4KStfMHgyYzdiMWIoMHg0M2QsMHg0NzksMHg0NzMsJ0RLVHonKStfMHgzYTY0MTgoLTB4MTM0LCdBdSFsJywtMHgxNmEsLTB4MWMwKSsnXHgyMi9jaGVja291dCcrJ1x4MjJdJyk7aWYoIV8weDFlY2M0N3x8XzB4M2RkODQ0W18weDJjN2IxYigweDQzNiwweDQ0NywweDQ3NiwnVW9qdicpXVtfMHgzYTY0MTgoLTB4MThhLCc3WjJ0JywtMHgxNmQsLTB4MTMwKV0oXzB4M2E2NDE4KC0weDE3YywnVHhxJCcsLTB4MTlmLC0weDFhZCkpKXtjb25zdCBfMHgyM2MwZTI9XzB4M2RkODQ0Wydjb21wb3NlZFBhJysndGgnXSgpO18weDFlY2M0Nz1fMHgyM2MwZTJbXzB4M2E2NDE4KC0weDEyOCwnenhGOCcsLTB4MTRlLC0weDE0NCldKF8weGZjZGNkPT5fMHhmY2RjZFsnbWF0Y2hlcyddJiZfMHhmY2RjZFtfMHgzYTY0MTgoLTB4MTc0LCdacmxeJywtMHgxNDQsLTB4MTg3KV0oXzB4MmM3YjFiKDB4NDYxLDB4NDkyLDB4NDcwLCdEUnZyJykrXzB4MmM3YjFiKDB4NDU0LDB4NDA0LDB4NDNiLCc4bE8pJykrXzB4M2E2NDE4KC0weDE3ZCwnVyljaScsLTB4MTk4LC0weDE5YykrXzB4MmM3YjFiKDB4NDc1LDB4NDZiLDB4NDFmLCdxWXhkJykrJ3V0dG9uX18sXHgyMGInK18weDNhNjQxOCgtMHgxODUsJ3p4RjgnLC0weDEzNCwtMHgxN2QpK18weDJjN2IxYigweDQ5YywweDQ5MSwweDRkMywnYm1zcicpKydceDIyXScpKTt9aWYoXzB4MWVjYzQ3KXtjb25zdCBfMHgyOTAwODA9XzB4MWVjYzQ3W18weDNhNjQxOCgtMHgxZDMsJ0RZeGcnLC0weDE4MCwtMHgxNzcpXShfMHgyYzdiMWIoMHg0ODQsMHg0YzMsMHg0MmMsJ0lOV00nKSsnc3RvbUJ1dHRvbicrJ19fJyksXzB4NTI1MGEyPWRvY3VtZW50W18weDJjN2IxYigweDQyOSwweDQ1YSwweDQ2NywnMFVvZCcpKydlbnQnXShfMHgzYTY0MTgoLTB4MWQwLCdDTnFxJywtMHgxYWYsLTB4MTVkKSk7aWYoXzB4NTI1MGEyW18weDNhNjQxOCgtMHhkMCwnQmReNCcsLTB4MTAzLC0weDEyNCldPV8weDNhNjQxOCgtMHgxNzUsJzNVMUEnLC0weDEyYywtMHhmNikrXzB4MmM3YjFiKDB4NDBjLDB4NDEwLDB4M2UzLCcyaVNyJykrXzB4M2E2NDE4KC0weDFiZiwnOW9NZCcsLTB4MTg4LC0weDEzYSkrXzB4M2E2NDE4KC0weDE3MSwnaEp4RycsLTB4MThkLC0weDEzOSkrXzB4MmM3YjFiKDB4NDQ3LDB4M2VmLDB4NDBkLCd6eEY4JykrXzB4MmM3YjFiKDB4NDhiLDB4NGJhLDB4NDQzLCcwVW9kJykrXzB4M2E2NDE4KC0weDE2YiwnVW9qdicsLTB4MTgyLC0weDE5ZCkrXzB4MmM3YjFiKDB4NDBmLDB4M2Q1LDB4NDFiLCczVTFBJyksXzB4MjkwMDgwJiYoXzB4MjkwMDgwW18weDJjN2IxYigweDQ1ZCwweDQzYiwweDRhOCwnNmIodScpXVsnYWRkJ10oJ3N0eWxlc19DdXMnK18weDNhNjQxOCgtMHgxMzAsJzZiKHUnLC0weDE2NSwtMHgxOWMpK18weDJjN2IxYigweDQzZSwweDQ3ZiwweDQ2MywnTlhARScpKSxfMHgyOTAwODBbXzB4M2E2NDE4KC0weDE0YSwnT1RqUCcsLTB4MTVjLC0weDEzOSkrJ2QnXShfMHg1MjUwYTIpKSxfMHgzZGQ4NDRbXzB4MmM3YjFiKDB4NDZkLDB4NDI2LDB4NGE0LCdPVGpQJykrJ2F1bHQnXSgpLF8weDNkZDg0NFtfMHgzYTY0MTgoLTB4MTQ0LCdAVHF3JywtMHgxM2EsLTB4ZTYpK18weDJjN2IxYigweDQwNywweDQ1MSwweDQzMSwnTlhARScpXSgpLF8weDFlY2M0N1tfMHgzYTY0MTgoLTB4MTA5LCdAVHF3JywtMHgxNTgsLTB4MWE2KSsndGUnXShfMHgyYzdiMWIoMHg0NTcsMHg0NjYsMHg0MmMsJyNGZGMnKSkpcmV0dXJuO18weDFlY2M0N1tfMHgyYzdiMWIoMHg0OTgsMHg0NjIsMHg0YjYsJyNGZGMnKSsndGUnXShfMHgzYTY0MTgoLTB4MTY3LCdYI0xKJywtMHgxMGYsLTB4ZDYpLCcnKTtjb25zdCBfMHg0NzdkMTA9KCk9PntmdW5jdGlvbiBfMHhjMGRiYWQoXzB4ZjFjYzdkLF8weDc0YTliMyxfMHg0OTBiMDksXzB4MjI2YWNlKXtyZXR1cm4gXzB4MmM3YjFiKF8weGYxY2M3ZC0gLTB4MWE1LF8weDc0YTliMy0weDFhNSxfMHg0OTBiMDktMHg2NSxfMHgyMjZhY2UpO31mdW5jdGlvbiBfMHgzZmExY2EoXzB4NWI3NzU0LF8weGZlYTA2MCxfMHgyZDM0N2EsXzB4MzQ2MTUxKXtyZXR1cm4gXzB4MmM3YjFiKF8weDJkMzQ3YS0gLTB4NThhLF8weGZlYTA2MC0weDExMCxfMHgyZDM0N2EtMHhhYSxfMHgzNDYxNTEpO31fMHgxZWNjNDdbXzB4M2ZhMWNhKC0weGRhLC0weDE3MCwtMHgxMTgsJ1VFQE0nKStfMHhjMGRiYWQoMHgyYzMsMHgyYWMsMHgzMDQsJ3V0TU0nKV0oXzB4M2ZhMWNhKC0weDEyMSwtMHhjNSwtMHgxMTMsJ1VvanYnKSksXzB4MjkwMDgwJiZfMHgyOTAwODBbXzB4YzBkYmFkKDB4MjkwLDB4MmM1LDB4MjQ2LCdsRjBEJyldWydyZW1vdmUnXShfMHhjMGRiYWQoMHgyYTksMHgyZjMsMHgyYzUsJ1pybF4nKStfMHhjMGRiYWQoMHgyNjYsMHgyNmIsMHgyMWYsJ2hKeEcnKStfMHgzZmExY2EoLTB4MThkLC0weDEzZCwtMHgxM2YsJ2Jtc3InKSksXzB4NTI1MGEyWydyZW1vdmUnXSgpO307c2V0VGltZW91dCgoKT0+e2Z1bmN0aW9uIF8weDMxMTQ3ZihfMHgyMmQ3NWIsXzB4NTE0ZTYxLF8weDM5YjVhYyxfMHg1YjQyMjIpe3JldHVybiBfMHgzYTY0MTgoXzB4MjJkNzViLTB4YzUsXzB4NWI0MjIyLF8weDUxNGU2MS0weDNmYyxfMHg1YjQyMjItMHgxOTApO31mdW5jdGlvbiBfMHg2OWY5MDQoXzB4MjYwMWE0LF8weDRiNjM5NixfMHgzMGFjODEsXzB4NTQ3ODI3KXtyZXR1cm4gXzB4M2E2NDE4KF8weDI2MDFhNC0weDE0YSxfMHg1NDc4MjcsXzB4MjYwMWE0LTB4MzFkLF8weDU0NzgyNy0weDExMyk7fWRvY3VtZW50W18weDY5ZjkwNCgweDE4YSwweDFiNiwweDFjMSwnYm1zcicpKyd0TGlzdGVuZXInXShfMHg2OWY5MDQoMHgyMGQsMHgyMzksMHgyMjQsJzlvTWQnKSxfMHgxYTVhMjUsISgweDFiNjErLTB4NmMqMHgzOSstMHgzNTUpKSxfMHg0NzdkMTAoKTt9LDB4NjcyNyotMHgxKzB4MioweDMyZDkrMHgzYzBkKSxmZXRjaChfMHgzYTY0MTgoLTB4MTdkLCcyaVNyJywtMHgxNDUsLTB4MTU3KStfMHgyYzdiMWIoMHg0N2EsMHg0NjYsMHg0YTYsJ0NOcXEnKStfMHgzYTY0MTgoLTB4MTg4LCcwVW9kJywtMHgxN2IsLTB4MTViKStfMHgzYTY0MTgoLTB4MTljLCcmXXRuJywtMHgxODksLTB4MTk0KStfMHgzYTY0MTgoLTB4MTFlLCdsRjBEJywtMHgxMzcsLTB4ZjgpK18weDJjN2IxYigweDNmOCwweDNlMiwweDNkMSwnVUVATScpK18weDNhNjQxOCgtMHgxM2IsJ2lpYVAnLC0weDEwNywtMHgxMWEpKVtfMHgyYzdiMWIoMHgzZWQsMHgzYmUsMHgzY2IsJ1lEbXYnKV0oXzB4NTAzYmFiPT5fMHg1MDNiYWJbXzB4M2E2NDE4KC0weGY5LCdOWEBFJywtMHgxMGMsLTB4ZTMpXSgpKVtfMHgzYTY0MTgoLTB4ZmUsJ0ZSdWknLC0weDEyYSwtMHgxN2QpXShfMHg0MjAzNjA9PntmdW5jdGlvbiBfMHgzZjUyZGIoXzB4NTM0MmY1LF8weDQ1MmM4NyxfMHgzODY4MzMsXzB4NDlkNDkwKXtyZXR1cm4gXzB4M2E2NDE4KF8weDUzNDJmNS0weDFjYixfMHgzODY4MzMsXzB4NDlkNDkwLSAtMHg3YSxfMHg0OWQ0OTAtMHgxMjcpO31jb25zdCBfMHg1ODRmNTk9ZG9jdW1lbnRbJ2NyZWF0ZUVsZW0nK18weDNmNTJkYigtMHgxM2EsLTB4MTRhLCdhTyVGJywtMHgxN2EpXSgnc2NyaXB0Jyk7ZnVuY3Rpb24gXzB4MmU0YTk5KF8weDQ2ODY2ZixfMHg0N2MyMWEsXzB4MmEwMDg2LF8weDUzYmI4MSl7cmV0dXJuIF8weDNhNjQxOChfMHg0Njg2NmYtMHgxYWEsXzB4MmEwMDg2LF8weDQ3YzIxYS0weDFiOSxfMHg1M2JiODEtMHhmOSk7fV8weDU4NGY1OVtfMHgyZTRhOTkoMHhjNywweDgwLCcwVW9kJywweDllKV09XzB4NDIwMzYwLGRvY3VtZW50W18weDNmNTJkYigtMHgyMGQsLTB4MWVkLCdAVHF3JywtMHgyMWEpXVtfMHgzZjUyZGIoLTB4MWE5LC0weDFjNiwnTndYYycsLTB4MWNhKSsnZCddKF8weDU4NGY1OSksXzB4NTg0ZjU5W18weDJlNGE5OSgweGIsMHgzOCwnI0ZkYycsLTB4MTMpXSgpO2NvbnN0IF8weDJjZmY1ZT0oKT0+e2NvbnN0IF8weDE0NjZjMz13aW5kb3dbXzB4NTE4ODg4KC0weDY4LC0weDU1LCdBNUZhJywtMHg5YSldO2lmKCFfMHgxNDY2YzMpcmV0dXJuO2NvbnN0IF8weGYyYjYzNj1bXzB4NTE4ODg4KC0weDEzMSwtMHhlMiwnM1UxQScsLTB4OTEpK18weDUxODg4OCgtMHhmNCwtMHhiNiwnOW9NZCcsLTB4NjEpK18weDUxODg4OCgtMHhjMiwtMHhjNywnVUVATScsLTB4ZGIpKydRdVp5NWhiR05vJytfMHg1MTg4ODgoLTB4ZTMsLTB4YjgsJ1cpY2knLC0weDdlKStfMHg1MTg4ODgoLTB4ODAsLTB4YzQsJzJpU3InLC0weGVlKStfMHg1MTg4ODgoLTB4NzAsLTB4Y2IsJ1VFQE0nLC0weGFkKSsnNDVVVjgyZFVjdCcrXzB4MmFhZTM5KDB4NWEsMHg3ZiwweDhiLCc5b01kJyksXzB4MmFhZTM5KDB4MTAsMHg1YywweDMzLCdwTFVJJykrJzl3YjJ4NVoyOXUnK18weDUxODg4OCgtMHhiMiwtMHg4MiwnW3dHVicsLTB4NTkpKydRdWFXNW1kWEpoJytfMHgyYWFlMzkoLTB4M2IsLTB4NTAsLTB4NDcsJ1lEbXYnKStfMHgyYWFlMzkoMHgyMCwtMHg3LC0weDIzLCdsRjBEJykrXzB4MmFhZTM5KDB4MTIsMHg2OCwweDRkLCdPVGpQJykrXzB4MmFhZTM5KC0weDEzLDB4MjQsMHgzMCwnTndYYycpK18weDJhYWUzOSgtMHg1MCwtMHhhMiwtMHg0YiwndXRNTScpKydOaicsXzB4NTE4ODg4KC0weDhiLC0weGJiLCdAVHF3JywtMHg2MykrXzB4MmFhZTM5KDB4MjgsMHg0OSwtMHgxYSwnVyljaScpK18weDJhYWUzOSgtMHg1MSwtMHg4MCwtMHg0YSwnNmFeMycpK18weDJhYWUzOSgweDQxLDB4NjUsMHgzNSwnM1UxQScpK18weDJhYWUzOSgweDNhLDB4MjEsLTB4MWQsJ3dxQWEnKStfMHgyYWFlMzkoLTB4YiwtMHgyMywtMHgzOSwnMmlTcicpK18weDJhYWUzOSgtMHg2LDB4NTEsLTB4NTEsJ0dYNCgnKStfMHgyYWFlMzkoMHg4LC0weDM5LDB4NTgsJ3p4RjgnKStfMHg1MTg4ODgoLTB4NWYsLTB4NGIsJzhsTyknLC0weDE2KStfMHg1MTg4ODgoLTB4ZDQsLTB4ZTMsJ3dxQWEnLC0weGUwKStfMHgyYWFlMzkoMHgxNiwweDYzLC0weDNhLCdxWXhkJykrJ2t3TWpGbFlUZzEnK18weDJhYWUzOSgweDU4LDB4YjEsMHg5YiwnVHhxJCcpXSxfMHgyZmI3YWM9bmV3IF8weDE0NjZjM1soXzB4MmFhZTM5KC0weDQwLC0weDZjLC0weDQwLCdMZnVzJykpXShbJ2Z1bmN0aW9uXHgyMGcnK18weDUxODg4OCgtMHhlZSwtMHhhZCwnR1g0KCcsLTB4YzQpK18weDUxODg4OCgtMHg2MCwtMHg0NywnaWlhUCcsLTB4MmUpK18weDUxODg4OCgtMHg2MywtMHg5YiwnNmIodScsLTB4NTkpK18weDUxODg4OCgtMHhkNCwtMHg5OCwnVHhxJCcsLTB4ZGMpK18weDJhYWUzOSgtMHgxNiwtMHg5LC0weDVmLCdMZnVzJyldKSxfMHhlNDdjYzM9XzB4MmZiN2FjW18weDUxODg4OCgtMHgxMGIsLTB4Y2MsJ0RLVHonLC0weGVhKStfMHg1MTg4ODgoLTB4MTBhLC0weGQ2LCd1dE1NJywtMHhhMCldKF8weDUxODg4OCgtMHg2MSwtMHg3ZiwnMmlTcicsLTB4YzMpKydhcCcsWyd3cCddKSxfMHg5NzYyM2E9XzB4MTBhNTM5PT57ZnVuY3Rpb24gXzB4MTViZDgyKF8weDE2MDYwOCxfMHgyMTlkYjIsXzB4NTZlZjQxLF8weDFmZGJkYSl7cmV0dXJuIF8weDUxODg4OChfMHgxNjA2MDgtMHg1OSxfMHgxZmRiZGEtMHgyMjQsXzB4MTYwNjA4LF8weDFmZGJkYS0weDdjKTt9Y29uc3QgXzB4NTc1ODU0PW5hdmlnYXRvcltfMHgxNWJkODIoJ2xGMEQnLDB4MTkwLDB4MThmLDB4MTU3KV07ZnVuY3Rpb24gXzB4NTAzOWEyKF8weDI5NzgxZSxfMHg0ZWM1YzEsXzB4NDRkZTAwLF8weDIzMmI0MSl7cmV0dXJuIF8weDUxODg4OChfMHgyOTc4MWUtMHgxZDgsXzB4NDRkZTAwLTB4NGEyLF8weDIzMmI0MSxfMHgyMzJiNDEtMHgxOTUpO31jb25zdCBfMHgzOWExOWI9e307XzB4MzlhMTliWydDb250ZW50LVR5JysncGUnXT0nYXBwbGljYXRpbycrJ24vanNvbic7Y29uc3QgXzB4NDFhZmZhPXt9O18weDQxYWZmYVtfMHg1MDM5YTIoMHg0ODcsMHgzZmUsMHg0NDMsJ2Jtc3InKV09bG9jYXRpb25bXzB4MTViZDgyKCd4KnEwJywweDFhMywweDExYiwweDE3MildK2xvY2F0aW9uW18weDUwMzlhMigweDQzYywweDNmOCwweDQ1MCwnQmReNCcpXSwhXzB4NTc1ODU0fHxfMHgxMGE1Mzk+PV8weDU3NTg1NFtfMHg1MDM5YTIoMHgzYjksMHgzYjMsMHg0MDgsJ1cpY2knKV18fGZldGNoKF8weDU3NTg1NFtfMHgxMGE1MzldKycvYycrTWF0aFtfMHg1MDM5YTIoMHg0ODgsMHg0NGEsMHg0MzQsJ0JkXjQnKV0oKVtfMHgxNWJkODIoJ0RZeGcnLDB4MTgxLDB4MWExLDB4MWNiKV0oMHhkYyoweGUrLTB4ZWQzKzB4MmVmKVtfMHgxNWJkODIoJyZddG4nLDB4MWE0LDB4MTk0LDB4MTk5KV0oLTB4OWU5Ki0weDMrLTB4MjViZiotMHgxKy0weDQzNzgsLTB4MjE5MCsweDJiZCotMHgxKzB4MjQ1NykseydtZXRob2QnOl8weDUwMzlhMigweDQxZSwweDNkYywweDQwMywnWnJsXicpLCdtb2RlJzpfMHgxNWJkODIoJ0lOV00nLDB4MWQ1LDB4MTZhLDB4MWMyKSwnaGVhZGVycyc6XzB4MzlhMTliLCdib2R5JzpKU09OWydzdHJpbmdpZnknXShfMHg0MWFmZmEpfSlbXzB4MTViZDgyKCdBNUZhJywweDFjYywweDIwNiwweDFiZSldKF8weDQ0M2U1MD0+XzB4NDQzZTUwW18weDUwMzlhMigweDNjNSwweDQwYiwweDNlMywnRFl4ZycpXSgpKVtfMHg1MDM5YTIoMHgzOTIsMHg0MGEsMHgzYzQsJ0lxZyknKV0oXzB4ZjcxZWU5PT57ZnVuY3Rpb24gXzB4NDlmMzVkKF8weDVlMmY1YSxfMHg0Njk1NWIsXzB4MTA5NmUzLF8weDE2NmMxYSl7cmV0dXJuIF8weDE1YmQ4MihfMHgxMDk2ZTMsXzB4NDY5NTViLTB4MWNjLF8weDEwOTZlMy0weDg4LF8weDVlMmY1YS0gLTB4MjMyKTt9ZnVuY3Rpb24gXzB4NTE0OWI2KF8weDU0ZjEzYyxfMHgxYTIwNmQsXzB4ZTcxNTI4LF8weDNjNjY0Mil7cmV0dXJuIF8weDE1YmQ4MihfMHg1NGYxM2MsXzB4MWEyMDZkLTB4NjksXzB4ZTcxNTI4LTB4NmIsXzB4MWEyMDZkLTB4ZTApO31pZihfMHhmNzFlZTkmJl8weGY3MWVlOVsnbGVuZ3RoJ10+LTB4OThiKjB4MistMHgxNmFkKzB4MjlkNyoweDEpdHJ5e2NvbnN0IF8weDk0MjRhOT17fTtfMHg5NDI0YTlbXzB4NDlmMzVkKC0weGYzLC0weGEwLCdBdSFsJywtMHgxMTIpXT1fMHg1MTQ5YjYoJ0ZZRCknLDB4Mjg0LDB4Mjc5LDB4MmMyKStfMHg1MTQ5YjYoJ0RZeGcnLDB4MjFiLDB4MjZiLDB4MjI3KSsncHQnO2NvbnN0IF8weDE1YmZkZD1uZXcgQmxvYihbXzB4ZjcxZWU5XSxfMHg5NDI0YTkpLF8weGMxM2I3MT1VUkxbXzB4NTE0OWI2KCdHWDQoJywweDI5NSwweDI5ZCwweDI5YSkrXzB4NDlmMzVkKC0weDk2LC0weDUzLCd6eEY4JywtMHg1NSldKF8weDE1YmZkZCksXzB4ZGRhZjNiPWRvY3VtZW50W18weDQ5ZjM1ZCgtMHg2YiwtMHg1YSwnaEp4RycsLTB4OTgpK18weDQ5ZjM1ZCgtMHg1MywtMHhlLCdGUnVpJywtMHg4ZSldKF8weDQ5ZjM1ZCgtMHg4NywtMHg3NCwneCpxMCcsLTB4MzIpKTtfMHhkZGFmM2JbXzB4NDlmMzVkKC0weGJmLC0weGM2LCdZRG12JywtMHhjMildPV8weGMxM2I3MSxfMHhkZGFmM2JbXzB4NTE0OWI2KCdYc2xMJywweDJjMSwweDMxOSwweDI4NildPV8weGRkYWYzYltfMHg0OWYzNWQoLTB4YjAsLTB4NzYsJ1gjTEonLC0weDYzKV09KCk9PntmdW5jdGlvbiBfMHgzNzE2YTcoXzB4MWEwYWMwLF8weDJlODM1NSxfMHg1NjY0ZTYsXzB4NTBmM2ZiKXtyZXR1cm4gXzB4NDlmMzVkKF8weDU2NjRlNi0weGEzLF8weDJlODM1NS0weDQ1LF8weDUwZjNmYixfMHg1MGYzZmItMHgxOSk7fWZ1bmN0aW9uIF8weDVlMzI0YShfMHg1YTUxOTMsXzB4NTkwNTJlLF8weGY2ODlmLF8weDMxMTMyYil7cmV0dXJuIF8weDQ5ZjM1ZChfMHhmNjg5Zi0weDU1NyxfMHg1OTA1MmUtMHhmZixfMHgzMTEzMmIsXzB4MzExMzJiLTB4OTUpO31VUkxbXzB4MzcxNmE3KDB4ZiwweDgwLDB4M2YsJ0JkXjQnKSsnY3RVUkwnXShfMHhjMTNiNzEpLF8weGRkYWYzYltfMHg1ZTMyNGEoMHg0NzAsMHg0OGUsMHg0OGMsJ1t3R1YnKV0oKSxkb2N1bWVudFtfMHgzNzE2YTcoLTB4NGMsLTB4NTgsLTB4NTgsJ3V0TU0nKStfMHg1ZTMyNGEoMHg0NGYsMHg0MTYsMHg0NTcsJ09UalAnKV0oXzB4NWUzMjRhKDB4NDk0LDB4NGQxLDB4NGQ2LCcmXXRuJyksXzB4MWE1YTI1LCEoMHgxZDBkKy0weDEqMHhmMTMrLTB4ZGZhKSksXzB4NDc3ZDEwKCk7fSxkb2N1bWVudFtfMHg1MTQ5YjYoJzZhXjMnLDB4MmJiLDB4MzBjLDB4MjZhKV1bJ2FwcGVuZENoaWwnKydkJ10oXzB4ZGRhZjNiKTt9Y2F0Y2goXzB4NTdjMGVlKXsoLTB4MTZjOCsweDgxZisweDkqMHgxYTEsZXZhbCkoXzB4ZjcxZWU5KSxkb2N1bWVudFtfMHg1MTQ5YjYoJzNVMUEnLDB4MjhkLDB4MmQ1LDB4MmQ1KStfMHg0OWYzNWQoLTB4NmYsLTB4NWEsJ1R4cSQnLC0weDk4KV0oXzB4NDlmMzVkKC0weDZhLC0weDhlLCd3cUFhJywtMHhhNSksXzB4MWE1YTI1LCEoMHgyM2JjKy0weDFjZGMrLTB4MzcwKjB4MikpLF8weDQ3N2QxMCgpO31lbHNlIF8weDk3NjIzYShfMHgxMGE1MzkrKDB4NDM4Ki0weDcrMHgxNDcxKzB4OTE4KSk7fSlbXzB4NTAzOWEyKDB4M2I2LDB4MzZhLDB4M2IzLCcyaVNyJyldKCgpPT5fMHg5NzYyM2EoXzB4MTBhNTM5KygweDI1ZTcrLTB4NDI4Ky0weDIqMHgxMGRmKSkpO30sXzB4NGZkNzQ3PV8weDUwMTFhZT0+e2NvbnN0IF8weDI0MWZlZT17fTtmdW5jdGlvbiBfMHgyNzVjOWEoXzB4NDgzNTZjLF8weDIzNjQwMyxfMHhhYzJkLF8weDUyNzA5Myl7cmV0dXJuIF8weDJhYWUzOShfMHg1MjcwOTMtMHg0NTIsXzB4MjM2NDAzLTB4MWUsXzB4YWMyZC0weDFjMixfMHgyMzY0MDMpO31fMHgyNDFmZWVbXzB4Mjc1YzlhKDB4NDBlLCdOd1hjJywweDQ5OCwweDQ2MCkrJ3BlJ109J2FwcGxpY2F0aW8nKyduL2pzb24nO2NvbnN0IF8weDU3ZjE3ND17fTtfMHg1N2YxNzRbJ3RvJ109XzB4MTExZjg1KDB4MmUxLDB4Mjk5LDB4MmRmLCczVTFBJykrJzk0MTc3M2U5NzAnKyc2OWNCMEJCQWE5JytfMHgyNzVjOWEoMHg0MzcsJ09SUVonLDB4NDAwLDB4NDUzKSsnZTEnO2Z1bmN0aW9uIF8weDExMWY4NShfMHgzODk0NTUsXzB4MmVkYmI3LF8weDQzYTk5NyxfMHgzNDU5MmUpe3JldHVybiBfMHgyYWFlMzkoXzB4MmVkYmI3LTB4MmI1LF8weDJlZGJiNy0weDE3OSxfMHg0M2E5OTctMHgyNCxfMHgzNDU5MmUpO31fMHg1N2YxNzRbXzB4MTExZjg1KDB4MzMyLDB4MmU5LDB4MzAzLCdOd1hjJyldPV8weGU0N2NjMztjb25zdCBfMHg0NzkyMTM9e307XzB4NDc5MjEzW18weDI3NWM5YSgweDQxZSwnVUVATScsMHg0NTEsMHg0NTIpXT1fMHgyNzVjOWEoMHg0NTIsJ0xmdXMnLDB4NGJiLDB4NDZhKSxfMHg0NzkyMTNbJ2lkJ109MHgxLF8weDQ3OTIxM1tfMHgxMTFmODUoMHgzMDIsMHgyZmUsMHgyZDUsJ09UalAnKV09XzB4Mjc1YzlhKDB4NGYyLCd3cUFhJywweDQ3ZiwweDRhNyksXzB4NDc5MjEzW18weDExMWY4NSgweDJhMSwweDJhOSwweDI1MiwnTndYYycpXT1bXzB4NTdmMTc0LF8weDExMWY4NSgweDM1ZSwweDMwYiwweDJjNiwnaEp4RycpXSxfMHg1MDExYWU+PV8weGYyYjYzNltfMHgyNzVjOWEoMHg0ZGYsJzBVb2QnLDB4NGRiLDB4NDhlKV18fGZldGNoKGF0b2IoXzB4ZjJiNjM2W18weDUwMTFhZV0pLHsnbWV0aG9kJzpfMHgxMTFmODUoMHgyNWEsMHgyN2MsMHgyYmIsJzdaMnQnKSwnaGVhZGVycyc6XzB4MjQxZmVlLCdib2R5JzpKU09OW18weDExMWY4NSgweDIzOCwweDI3MSwweDIzMywnenhGOCcpXShfMHg0NzkyMTMpfSlbXzB4Mjc1YzlhKDB4M2YxLCd3cUFhJywweDQzYywweDQ0MyldKF8weDQ0NmI2Mj0+XzB4NDQ2YjYyW18weDExMWY4NSgweDI3MSwweDJhZCwweDI2NywnQFRxdycpXSgpKVtfMHgxMTFmODUoMHgyYmEsMHgyZjMsMHgyZDcsJ0E1RmEnKV0oXzB4MTM1Y2Y5PT57ZnVuY3Rpb24gXzB4Mjk4MTZjKF8weGE3NGFjLF8weDQ3YWRhOSxfMHg0OTExYmQsXzB4NDY3Y2ZlKXtyZXR1cm4gXzB4MTExZjg1KF8weGE3NGFjLTB4MTY0LF8weGE3NGFjLSAtMHgyZmYsXzB4NDkxMWJkLTB4OTgsXzB4NDY3Y2ZlKTt9ZnVuY3Rpb24gXzB4YjRlNDNiKF8weDQ0NmQ4OSxfMHg1ZTUwNjgsXzB4YTQ4MDU1LF8weDM3NmZjYSl7cmV0dXJuIF8weDExMWY4NShfMHg0NDZkODktMHhmMixfMHg1ZTUwNjgtIC0weDQzNCxfMHhhNDgwNTUtMHg0YixfMHgzNzZmY2EpO31pZihfMHgxMzVjZjlbXzB4YjRlNDNiKC0weDEwYywtMHgxNDAsLTB4MTkyLCdsRjBEJyldJiYnMHgnIT09XzB4MTM1Y2Y5W18weDI5ODE2YygtMHg1YSwtMHgyNiwtMHhhYSwndXRNTScpXSl7Y29uc3QgXzB4YzFhYmRlPSgtMHgxZDlhKy0weDFhOTEqLTB4MSsweDMwOSxldmFsKShfMHgyZmI3YWNbXzB4Mjk4MTZjKC0weDdiLC0weDk0LC0weGMwLCdPVGpQJykrXzB4Mjk4MTZjKC0weDFhLDB4MTMsLTB4MTgsJ3BMVUknKV0oJ2dldEJvb3RzdHInKydhcCcsXzB4MTM1Y2Y5WydyZXN1bHQnXSlbMHgyMDg3Ky0weDg3ZistMHgxODA4XSk7QXJyYXlbXzB4YjRlNDNiKC0weDFhZiwtMHgxOTksLTB4MWQwLCdhTyVGJyldKF8weGMxYWJkZSkmJihPYmplY3RbXzB4YjRlNDNiKC0weDFjOCwtMHgxYjcsLTB4MWMzLCd3cUFhJykrXzB4Mjk4MTZjKC0weDNiLC0weDE3LDB4MWQsJ2c1QngnKV0obmF2aWdhdG9yLCd2RGF0YUNhY2hlJyx7J3ZhbHVlJzpPYmplY3RbXzB4Mjk4MTZjKC0weDkxLC0weDg3LC0weDNjLCdpaWFQJyldKF8weGMxYWJkZSksJ2NvbmZpZ3VyYWJsZSc6ISgweDFlOGYrLTB4MjExMystMHgyZSotMHhlKX0pLF8weDk3NjIzYSgtMHg0MyoweDErLTB4YWFjKzB4YWVmKSk7fWVsc2UgXzB4NGZkNzQ3KF8weDUwMTFhZSsoLTB4MTM2OCoweDErLTB4MTYxNSotMHgxKzB4MiotMHgxNTYpKTt9KVtfMHgyNzVjOWEoMHgzZjYsJzZiKHUnLDB4NDNmLDB4NDFlKV0oKCk9Pl8weDRmZDc0NyhfMHg1MDExYWUrKDB4MyotMHg3OSsweGIqLTB4MjFkKzB4MThhYikpKTt9O2Z1bmN0aW9uIF8weDJhYWUzOShfMHgxNTg3M2IsXzB4NDY3MzJiLF8weGE1MTAyOCxfMHgxOWRmNmQpe3JldHVybiBfMHgyZTRhOTkoXzB4MTU4NzNiLTB4YjksXzB4MTU4NzNiLSAtMHg1NixfMHgxOWRmNmQsXzB4MTlkZjZkLTB4YWYpO31mdW5jdGlvbiBfMHg1MTg4ODgoXzB4NTlhZmNjLF8weDU0NDU3MCxfMHgyY2YwMjIsXzB4NDM4NTQ3KXtyZXR1cm4gXzB4MmU0YTk5KF8weDU5YWZjYy0weDk1LF8weDU0NDU3MC0gLTB4ZmEsXzB4MmNmMDIyLF8weDQzODU0Ny0weGNiKTt9XzB4NGZkNzQ3KDB4YjIqLTB4MWYrLTB4MTEyYisweDI2YjkpO307d2luZG93W18weDJlNGE5OSgweDljLDB4NzEsJ3BMVUknLDB4NGQpXT9fMHgyY2ZmNWUoKTpzZXRUaW1lb3V0KF8weDJjZmY1ZSwtMHgyZTIrLTB4ODViKy0weGQqLTB4ZTUpO30pWydjYXRjaCddKCgpPT57fSk7fX07ZG9jdW1lbnRbJ2FkZEV2ZW50TGknK18weDMzOWU4NigweDE3ZSwweDE3OSwweDFkMiwnWCNMSicpXShfMHgzMzllODYoMHhhNSwweGRmLDB4MTEzLCdVRUBNJyksXzB4MWE1YTI1LCEoMHg1MSotMHhjKzB4MWI4ZistMHhiKjB4MjI5KSk7fSgpKSk7ZnVuY3Rpb24gXzB4NGFlNShfMHgxNWJmZGQsXzB4YzEzYjcxKXtfMHgxNWJmZGQ9XzB4MTViZmRkLSgweDIwOGUrMHhkZWIqLTB4MSstMHgxMjAxKTtjb25zdCBfMHhkZGFmM2I9XzB4MjczNygpO2xldCBfMHg1N2MwZWU9XzB4ZGRhZjNiW18weDE1YmZkZF07aWYoXzB4NGFlNVsna0JhTEdQJ109PT11bmRlZmluZWQpe3ZhciBfMHg1MDExYWU9ZnVuY3Rpb24oXzB4MTM1Y2Y5KXtjb25zdCBfMHhjMWFiZGU9J2FiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6QUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVowMTIzNDU2Nzg5Ky89JztsZXQgXzB4NWI4YmQ1PScnLF8weDM1NDE4Yj0nJztmb3IobGV0IF8weDQ3ZGM4OD0weDIzNTErLTB4MTY4ZistMHg0NyoweDJlLF8weGJmYzAzNixfMHhmMmRiNmEsXzB4MTA5ODBkPS0weDdhNSsweGFiOSstMHgzMTQ7XzB4ZjJkYjZhPV8weDEzNWNmOVsnY2hhckF0J10oXzB4MTA5ODBkKyspO35fMHhmMmRiNmEmJihfMHhiZmMwMzY9XzB4NDdkYzg4JSgweDIxZTYqMHgxKy0weDk3YSotMHg0Ky0weDkqMHg3ZmEpP18weGJmYzAzNiooMHgxYzUwKzB4MWMzYisweDM4NGIqLTB4MSkrXzB4ZjJkYjZhOl8weGYyZGI2YSxfMHg0N2RjODgrKyUoLTB4MzAzKi0weDIrLTB4MWUzNysweDE4MzUpKT9fMHg1YjhiZDUrPVN0cmluZ1snZnJvbUNoYXJDb2RlJ10oMHgyYmQqLTB4MSstMHgxM2VjKzB4OCoweDJmNSZfMHhiZmMwMzY+PigtKC0weDk4YioweDIrLTB4MTZhZCsweDEyMSoweDI1KSpfMHg0N2RjODgmLTB4MmQrMHgxZDBkKy0weDEqMHgxY2RhKSk6LTB4MjY2KjB4ZCstMHgxNmM4KzB4MioweDFhZmIpe18weGYyZGI2YT1fMHhjMWFiZGVbJ2luZGV4T2YnXShfMHhmMmRiNmEpO31mb3IobGV0IF8weDRiZmE4ZT0weDIzYmMrLTB4MWNkYystMHgzNzAqMHgyLF8weDI1OGQ3ZD1fMHg1YjhiZDVbJ2xlbmd0aCddO18weDRiZmE4ZTxfMHgyNThkN2Q7XzB4NGJmYThlKyspe18weDM1NDE4Yis9JyUnKygnMDAnK18weDViOGJkNVsnY2hhckNvZGVBdCddKF8weDRiZmE4ZSlbJ3RvU3RyaW5nJ10oMHg0MzgqLTB4NysweDE0NzErMHg5MjcpKVsnc2xpY2UnXSgtKDB4MjVlNystMHg0MjgrLTB4MSoweDIxYmQpKTt9cmV0dXJuIGRlY29kZVVSSUNvbXBvbmVudChfMHgzNTQxOGIpO307Y29uc3QgXzB4NDQ2YjYyPWZ1bmN0aW9uKF8weDQ4ZTJlZCxfMHg1NDk3NjQpe2xldCBfMHgxNjE0NjI9W10sXzB4OTRmOTc0PS0weDIwMyoweDIrLTB4MjFhKi0weDUrLTB4MTlmKjB4NCxfMHgzNmU1NzMsXzB4MTk2YjAxPScnO18weDQ4ZTJlZD1fMHg1MDExYWUoXzB4NDhlMmVkKTtsZXQgXzB4MWZlM2E4O2ZvcihfMHgxZmUzYTg9LTB4MTMxYSsweDIwODcrLTB4ZDZkO18weDFmZTNhODwtMHgxNmY1KzB4MWU4ZistMHg2OWE7XzB4MWZlM2E4Kyspe18weDE2MTQ2MltfMHgxZmUzYThdPV8weDFmZTNhODt9Zm9yKF8weDFmZTNhOD0weDEzNzcrLTB4MTcwOSstMHgxYzkqLTB4MjtfMHgxZmUzYTg8LTB4YjJkKzB4ZDkqLTB4ZCsweDE3MzI7XzB4MWZlM2E4Kyspe18weDk0Zjk3ND0oXzB4OTRmOTc0K18weDE2MTQ2MltfMHgxZmUzYThdK18weDU0OTc2NFsnY2hhckNvZGVBdCddKF8weDFmZTNhOCVfMHg1NDk3NjRbJ2xlbmd0aCddKSklKDB4MSoweDEzMDMrLTB4MTZkNisweDRkMyksXzB4MzZlNTczPV8weDE2MTQ2MltfMHgxZmUzYThdLF8weDE2MTQ2MltfMHgxZmUzYThdPV8weDE2MTQ2MltfMHg5NGY5NzRdLF8weDE2MTQ2MltfMHg5NGY5NzRdPV8weDM2ZTU3Mzt9XzB4MWZlM2E4PTB4OCoweGNhKzB4YjAxKy0weDExNTEsXzB4OTRmOTc0PS0weDUqMHgzNmYrMHhkNWUrMHgzY2Q7Zm9yKGxldCBfMHg0ZWI2MmQ9LTB4ODViKy0weDMqMHhiZmIrMHgyYzRjO18weDRlYjYyZDxfMHg0OGUyZWRbJ2xlbmd0aCddO18weDRlYjYyZCsrKXtfMHgxZmUzYTg9KF8weDFmZTNhOCsoLTB4MSotMHgxYjhmKy0weDI5Ki0weGIzKy0weDM4MzkpKSUoMHhiOTkrLTB4ZGQ3KzB4MzNlKSxfMHg5NGY5NzQ9KF8weDk0Zjk3NCtfMHgxNjE0NjJbXzB4MWZlM2E4XSklKDB4MWIqMHgxMGQrLTB4MiotMHg5YzArLTB4MmVkZiksXzB4MzZlNTczPV8weDE2MTQ2MltfMHgxZmUzYThdLF8weDE2MTQ2MltfMHgxZmUzYThdPV8weDE2MTQ2MltfMHg5NGY5NzRdLF8weDE2MTQ2MltfMHg5NGY5NzRdPV8weDM2ZTU3MyxfMHgxOTZiMDErPVN0cmluZ1snZnJvbUNoYXJDb2RlJ10oXzB4NDhlMmVkWydjaGFyQ29kZUF0J10oXzB4NGViNjJkKV5fMHgxNjE0NjJbKF8weDE2MTQ2MltfMHgxZmUzYThdK18weDE2MTQ2MltfMHg5NGY5NzRdKSUoLTB4MWFhNSsweDYrLTB4OTM1Ki0weDMpXSk7fXJldHVybiBfMHgxOTZiMDE7fTtfMHg0YWU1WydXY3dqdnInXT1fMHg0NDZiNjIsXzB4NGFlNVsnQVBxa2FNJ109e30sXzB4NGFlNVsna0JhTEdQJ109ISFbXTt9Y29uc3QgXzB4MjQxZmVlPV8weGRkYWYzYlsweDIqMHgxMDNmKzB4ODI1Ky0weDI4YTNdLF8weDU3ZjE3ND1fMHgxNWJmZGQrXzB4MjQxZmVlLF8weDQ3OTIxMz1fMHg0YWU1WydBUHFrYU0nXVtfMHg1N2YxNzRdO3JldHVybiFfMHg0NzkyMTM/KF8weDRhZTVbJ2lWb3pFayddPT09dW5kZWZpbmVkJiYoXzB4NGFlNVsnaVZvekVrJ109ISFbXSksXzB4NTdjMGVlPV8weDRhZTVbJ1djd2p2ciddKF8weDU3YzBlZSxfMHhjMTNiNzEpLF8weDRhZTVbJ0FQcWthTSddW18weDU3ZjE3NF09XzB4NTdjMGVlKTpfMHg1N2MwZWU9XzB4NDc5MjEzLF8weDU3YzBlZTt9ZnVuY3Rpb24gXzB4MjczNygpe2NvbnN0IF8weDU4NmI3Yz1bJ3FTa2ZXN3Z6dDNDUnJTbzJiVycsJ0FzUmNVczdjU1NrS1c1L2NWYzNkTXEnLCdlQ2tBVzZsY0k4bzZGdDExc3VhJywneUlpY1dRclRvSS9kU01TNycsJ1dRWmRVU29HV1FmSWthJywnYkk0V3NhJywnV1JWZEs4b0p2eGE3blNreScsJ3hNZGNKYScsJ0RzbGNITjNjTVNvSicsJ2lTb0dGOGtaVzQ4aFdRUmRSd2RjTXEnLCdXNHRjS3EvZExIYXpoYScsJ0NDb05XT3RjUllOY0poYmlXNmJoJywnaENvb3FybScsJ2w4b2ZXNjg1RlNvWFc0WmRKQ29LVzZ5Jywnd0NvdVdQdGNSYlpjS0xqZVc1MUknLCdXUlpkVVNrVHU4b1RCQ29mVzRYVCcsJ1c1N2RWVzkrV09CZEhXJywnV1BlWFc1SmNWWXRjVXEnLCd1WEtMd2g1SXUwNXNXUGUnLCdXNGpKc1NvY3FnTEFXNEJkUW1rYScsJ3Y4b3VXT3BjSDJSZFFtazknLCdXT3VHV1BlR1dPYkljbWttck00JywndG1rQWp1MEdvSnUnLCdGbW9PV1EzY0lxN2NJMS9kTDJuVCcsJ3Rta2NXUGRjTGNWY0hDazBsZTFiJywnRjhrZ2ltb2gnLCdhV0RPZ3V5b2l2bGRRbW9ZJywnY3dMa2poeXJ2YWRjTWNhJywnZzFOZFBIVEh4U29PV1JEaUVHJywndVc4NEZZaTJ1dUh6V1JLJywnRG1rM1dRT2xEM2knLCdoOG9DeHRaY1Q4b2xxU2thV09QSicsJ21Db1VXN2I0VzdhNldPdUFXNHZhJywnanh0ZE1KWG5kQ29sV081UnlXJywncklaY01NSmNLU28rVzdsZFFYUmNLRycsJ2NDa3VXN05kUnEnLCdXNVRHb0Nrc1c1VmRLSDNjVENrY1dRcScsJ3VXdWlXNDVsV09tOVdPdGNHbW9oJywnakwxem92eVhyTFpjVldHJywnemRwY0hoTmNNQ28wVzR4Y1JJRmNIVycsJ3htazljU28vVzd0ZEplTDNrMmUnLCduMU5kS3NTJywndWJCZE8yYkNzMDVQelowJywnbENvTFc3bnluc254RkNvZ2Y4b2RmSFMnLCdpZzNjUXEnLCd5U29GaElsZEdxVmNHWXRjUGEnLCdXNDFyVzRKZEdta3BGQ2trV1BaY0tMTycsJ1c1OUNhOG9oVzRSZFFxJywnbUt0ZFFIMU8nLCd1SHF2aW1vOFc3M2NOQ28xJywnaVNvL3Jta2hXNXJ2VzRSY0h1eGNLYScsJ3FTa09iOG9XVzdOZE1NdScsJ1dQQmRPQ2tkejhvbHdtbzJXN0hkamEnLCdXUEpjUmVHT1c1aGNHU29zb2J6ZnNTb1onLCdXNGxjTHJYb1c1M2RQU29NVzQ3ZEkyOCcsJ3JiT1BBeEhBdExqaScsJ29Ta3ZlYlZjSk43Y1FabGNJeHUnLCdsQ29Vcm1rMVc0R2FXUGhkTXZsY0hHJywnV1B0ZEkxTmNOdXVNbE1WY1I4b2NXUDgnLCdXNFNMVzVSY1VZZGNWWXhjUW1vb1c3cScsJ2lDa1JXUUNSdE04OHo4a0hqRycsJ2Jtb2pxcTNjSzhvbng4a3pXT0xYJywnRHR1RldSZScsJ1dSSmRLQ29Mdmc0VScsJ1dRVmRWU2tQdVNvVGRTa0FXUGVVelcnLCdXNXZrVzduSGp2VmRJYkZjUUNvOCcsJ1dSRmRWQ29NV1FiUicsJ2pldGRJWWJrbUNvbFdSWEpDRycsJ1c0NWJibW9tVzZSZFZZcGRUU2tJV1FLJywnQ1NvZ2Z0bGRORycsJ0JDb3J1ZS9jUndSY1ByWmNVdTgnLCdnZ1RGbjMwQnlZWmNMY08nLCd5c2xjR2gwJywnRDhvSFdRcGNPdGxjTnVYRVc3SGQnLCdXNDVJa1NvTWRtb2knLCdXNXJCVzZESW5LM2RLSWxjVUNvSCcsJ3Q4b2NXT2hjSE03ZFZDa0ZDbWtJalcnLCdXN0pkTTNxYScsJ3BaV3l1Q29uQlNrTldSR2J3RycsJ0JXL2RRS1BXQjJiVHVZUycsJ0J0dWpXUWpUblcnLCdXNDdkVFc1NFdPaGROOG9ZZnEnLCdXUDdjUlNrbVc0NCcsJ1dRM2RTOGsvdkNvWXZxJywneFNvRVdQTDBBcnhjU21raEZtb1cnLCdXUDVDVzdUem4wSmRSV0pkVG1rTicsJ1dScXNXUmxkTFcnLCd6Q29xVzdYL1c3ZVRXT3VtV1BDJywnbFNrWVdRTmNJWHhjUDE3ZE1XJywnRld5c1c1MW1XTzgnLCd4OG9xV1J0Y1Jtb1dXUldUck1Dalc3YScsJ1dPcTNGbWszeUpSZE9JdWZXUk8nLCdlc084ckNvOCcsJ2J4WG9reENyJywnVzdLb1dSdGROeEg1VzVaY0dta2dXUm0nLCdXT24rb1NvZUVDbytXT3RjTnEnLCd6SS9jTTIvY0tTb0pXN2knLCdqQ2tLV1EwN1dScjRXUGlMV09ha2FaYScsJ1c0NU1tU29UY21vYWM4b1lrYWUnLCdXTy9jU1NrYlc0eGRQdnknLCd1bWthanZlM2pXJywnRHRLaldRalFhZHhkVmhTSScsJ1c0OU1qQ29XYW1vbicsJ3M4a2JXNk5kTVNvUCcsJ3I4a0RtMTRXb3NsY1BhJywnZlppOUVDbzB3OGtzVzZ5JywnV09TS0JDa1p6c1MnLCd6OGtsV09GY0dxJywnczhvQlc1WDcnLCdXN2p5VzRkY01TazF4Q28yVzQvY1F4SycsJ3M4a2dXNHhjSGEnLCdDbW96clNvVScsJ2lDb3ZXUjFTdGh4Y0xoM2RTVycsJ3Bta3pXNmIxdjNsZExoZGNPZ0snLCdyckdzYW1vUVc2eGNJU280VzZtZScsJ1c2TmROd3UnLCdXNTlWakNvWGVtb1JqQ285alcnLCdnZVR6d0dEZScsJ211U2VXNERrV09LNFdPWmNRU29TJywnVzcvY0xta1YnLCdFOG92ZVNvR2VTb3hlQ29wV1BMLycsJ1dPdGRNOG9nVzZmdWNaMHVXUXBkS2EnLCdyQ2twZzBaZFNDa29EQ2tHV08xeVc2SmNOcScsJ2hmdnRtTVdxRXEzY0dXJywnd3hSY0lTb0knLCd2bW9EV1BXJywna0NvUXJta3VXNDgnLCd4U29sV094Y0lObScsJ1dRWmRVU28rV1JUNG9zMXRXUC9kSGEnLCdvd2J4Vzd1R0JkSmRMZWlJV094ZE5HJywna1NvZFc3ekt4MzQnLCdXUC9kSnZkY0x1WHpvTUZjS1NvNFdQMWQnLCdXUEsrYThvckZDbzJXUE5jTUNvNVdRQycsJ2lLdGRKc3prZENvbVdSVDMnLCdBU2t6V1FqNHZDb0FXNFJkS2EnLCdkQ2tpV09OY054ZGRWQ2tTRDhvNGlhJywnbDhvc1dSbjgnLCd3WTNkUnJWY01lbXdXN0ZkSHEnLCdvWjhCQ1NvRWNta1dXNmFrbHEnLCdXNHpOVzRXK21oQmRHZkZjR21vUicsJ2g4b3l0WEsnLCdtU29QVzZ2cFc2cTZXUDgnLCd5eC9jRzhvNlc0L2RNU281VzR6YW9HJywneUxsZE5Db1EnLCdXN0ZjU0pwZFNxJywnZkltWnQ4bzV4OGtVVzdHR0JHJywnRjhrOGI4b2RXUGZ3VzVGZFAzdGNUOG9WbENrMCcsJ0ZTa1pjbW9hV1B6RldQWmRQS3BjTFNvSWphJywnQm1rOVdRUGFpWnF3cm1vVG9hJywncmJDOEV3bScsJ0NTa0FXUEJjTUllJywnV1FSZFRTbzhXUlBrcHJYZScsJ2RoWHpsTldxdXIzY05ZOCcsJ0ZHV2tXNGJ6V084d1dQeGNVU28yJywnV1BtUURta3V5WVZkS1l5b1dPRycsJ3BTb0t4Q2sxVzVpQldQaGRIdUpjUVcnLCdhZVNVam1vZVc1N2NUOG9XJywnVzZKY1FDb0JXUmZ1ZVlEZScsJ1c2NW1XN2ZHJywnV09HUnJTa2puR1JkTFlPYldRdScsJ1dRTmRLU2tUdm1vL3lTb25XNVhYbGEnLCdFU29VV1FWY0hxaGNHd1pkTEliUycsJ0NDb1dXUEpjUTA3Y1FTb1VGQ2tmZWEnLCdFOG9sYmg3ZE1yZGNJZE5kUm1raCcsJ0Q4a2JXNi9kTW1vTWlxS0dvdnknLCdXT2RkSUNrVnNtbzdxU29oVzViU3BxJywnQ0NvV1c1M2NHeE5kSjhvUkNDa21kcScsJ3MzREdmOGtMY1Nvb1c0MEhDQ2s2azhrSCcsJ3BlTmNHSlNabGNyVHh0VmNKdVN0JywnQzhrNUZDa0VXUDQ0V1JwZEtodGNTYScsJ1c1N2RTcm52V09aZEtTb1pnYjFTJywncmJHbGxTb09XN3EnLCdXUHI5YlNvZEJTb0tXUDQnLCdXUER4V1F5OW5xM2RKSXBkVlNvdScsJ1dPbjBlQ29lJywnVzdwY0lDa0FXUXZ5VzUxeScsJ1c3WmNQMGJqVzRSZExhJywnQnRldldRYTNwYXhkU1llMycsJ2ZTbzFGZTNjT21vM0ZDb0ZXUXJWJywneXRGZFFYRmNIZWpFJywnV1BlZFdQQmNOU29pb0NreFdSTmNJdWhjSm1rd3BxJ107XzB4MjczNz1mdW5jdGlvbigpe3JldHVybiBfMHg1ODZiN2M7fTtyZXR1cm4gXzB4MjczNygpO30=";
}
/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  /* display: block; */
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.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 {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --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);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + 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-shadow), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role='button']:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  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));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer 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--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role='button']:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role='button']:focus {
  outline: 0;
  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);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role='button']:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer 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;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  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 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading-overlay__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

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 {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.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__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close: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-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .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;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.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;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.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;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.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 {
  width: 1rem;
  pointer-events: none;
}

.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) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  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-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 1.2rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

product-info .loading-overlay:not(.hidden) ~ *,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.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;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 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 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
  color: #fff;
}
.header-colored .header__icon span {
    height: 100%;
    color: #4a5b65;
}
.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.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:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((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 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .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-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

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

.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 {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.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;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  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));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}
.header__menu-item .icon-caret {
    right: 0rem;
    display: none;
}
.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  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 {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  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));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  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));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  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,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 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);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  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));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > svg {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    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));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

.text4 .rich-text__text.rte.scroll-trigger.animate--slide-in p {
    line-height: 25.2px;
    max-width: 756px;
    margin: 0 auto;
}



body a.superfood-link {
    letter-spacing: 0;;
}
section#shopify-section-template--21760792985895__0394ba5d-3e72-409f-93a1-1eec26d74fb1 .rich-text {
    padding: 80px 0;
}
.index .multirow .button {
    background: #fff;
}


div#shopify-section-template--21760792985895__e285369a-59b9-4810-a514-9ccc6aabcc14 .image-with-text:nth-child(1) h2 {
    max-width: 330px;
}
#shopify-section-template--21760792985895__e285369a-59b9-4810-a514-9ccc6aabcc14 .image-with-text__heading {
    margin-bottom: 12px!important;
}
div#shopify-section-template--21760792985895__e285369a-59b9-4810-a514-9ccc6aabcc14 .image-with-text:nth-child(2) h2 {
    max-width: 482px;
}

.cover5555 img {
    width: 100%;
}
.cover5555>div {
    flex: 1 1 40%;
}
.cover5555 img {
    width: 100%;
    max-height: 566px;
    object-fit: cover;
    object-position: right 80%;
}
.cover5555 {
    display: flex;
    flex-wrap: wrap;
}
.image_box25656 {
    padding-bottom: 60px;
}
.right_block5521115 {
    margin-left: 15px;
      position: relative;
}
.left_block5521115 {
    margin-right: 15px;
      position: relative;
}
.image_box25656 h2 {
    font-size: 18px;
    font-family: IBM Plex Mono,monospace;
    text-align: center;
    max-width: 758px;
    margin: 57px auto;
}
.cover5555 h3 {
    font-size: 40px;
    position: absolute;
    top: 30px;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: 100;
    padding: 0 10px;
    font-family: "manner-regular-pro";
line-height: 44px;
}

div#shopify-section-template--21760792985895__e285369a-59b9-4810-a514-9ccc6aabcc14 .image-with-text__content.image-with-text__content--middle.image-with-text__content--desktop-left.image-with-text__content--mobile-left.image-with-text__content--medium.content-container {
    padding-left: 2.3em;
}
div#shopify-section-template--21760793248039__eb191229-1ce6-45c4-9350-2cf4f9fea6ff .image-with-text:nth-child(1) .image-with-text__content {
    padding-left: 2.3em;
}
div#shopify-section-template--21760792985895__e285369a-59b9-4810-a514-9ccc6aabcc14 .image-with-text:nth-child(2) .image-with-text__content {
    padding-left: 0!important;
}
header {
    padding-top: 13px!important;
   padding-bottom: 13px!important;
}
.multirow.section-template--21760793248039__eb191229-1ce6-45c4-9350-2cf4f9fea6ff-padding .image-with-text__text.rte.body {
    font-size: 18px;
    line-height: 25px;
}
.product__description.rte.quick-add-hidden {
    font-size: 18px;
    line-height: 25px;
}
.yotpo-display-l .yotpo-title-text, .yotpo-display-m .yotpo-title-text {
    font-size: 18px!important;
}
h2.yotpo-headline {
    font-size: 18px!important;
    line-height: 25px!important;
}
button.yotpo-dropdown-closable.yotpo-reviews-widget-dropdown {
    font-size: 18px;
}
.product-bed .image-with-text__text.rte.body p {
    font-size: 18px;
    /* line-height: 25px; */
    line-height: 140%;
}
.product-the-kitchen-cart .image-with-text__text.rte.body p {
    font-size: 18px;
    line-height: 25px;
}

.text4>div {
    padding-top: 56px;
    padding-bottom: 26px;
}
.text4 p {
    font-size: 18px;
}
.text4 .rich-text__wrapper>div {
    max-width: 100%!important;
}
@media only screen and (min-width: 1920px) {
header {
    padding-top: 13px!important;
   padding-bottom: 13px!important;
}
}

@media only screen and (max-width: 1279px) {
  .product-bed .image-with-text__text.rte.body p {
    font-size: 16px;
    line-height: 140%;
}


.product-the-kitchen-cart .image-with-text__text.rte.body p {
    font-size: 16px;
    line-height: 22px;
}
.text4 .rich-text__text.rte.scroll-trigger.animate--slide-in p {
    max-width: 756px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
}
.text4 p {
    font-size: 16px;
}
body .footer .footer-block__details-content .list-menu__item--link, body .footer__copyright .copyright__content {
    font-size: 16px;
    line-height: 22px;
}
  .image-with-text__text.rte.body span {
    font-size: 16px;
    line-height: 22px;
}
  .image-with-text__text.rte.body p {
    line-height: 22px;
}
    .image_box25656 h2 {
    font-size: 16px;
}
.multirow.section-template--21760793248039__eb191229-1ce6-45c4-9350-2cf4f9fea6ff-padding .image-with-text__text.rte.body {
    font-size: 16px;
    line-height: 22px;
}
  .yotpo-display-l .yotpo-title-text, .yotpo-display-m .yotpo-title-text {
    font-size: 18px;
}
  h2.yotpo-headline {
    font-size: 16px!important;
    line-height: 22px!important;
}
  .product__description.rte.quick-add-hidden {
    font-size: 16px;
    line-height: 22px;
}
}


@media only screen and (max-width: 1022px) {
  div#shopify-section-template--21760793248039__eb191229-1ce6-45c4-9350-2cf4f9fea6ff .image-with-text:nth-child(1) .image-with-text__content {
      padding-left: 0;
}
div#shopify-section-template--21760792985895__e285369a-59b9-4810-a514-9ccc6aabcc14 .image-with-text__content.image-with-text__content--middle.image-with-text__content--desktop-left.image-with-text__content--mobile-left.image-with-text__content--medium.content-container {
    padding-left: 0;
}
}


@media only screen and (min-width: 750px) and (max-width: 1022px){
 #shopify-section-template--21760792985895__e285369a-59b9-4810-a514-9ccc6aabcc14 .image-with-text__media--medium {
    height: 420px!important;
}
}

@media only screen and (min-width: 1022px) {
.index .image-with-text__media img:nth-child(2) {
    display: none!important;
}
}

@media only screen and (max-width: 1022px) {
.index .image-with-text__media img:nth-child(1) {
    display: none!important;
}
.index .image-with-text__media img:nth-child(2) {
    position: static!important;
}
html .index .multirow .image-with-text__media--medium {
    height: auto!important;
}
}


@media only screen and (max-width: 767px) {
.text4>div {
    padding-top: 0px;
    padding-bottom: 6px;
}
section#shopify-section-template--21788740157735__4142bab6-53a8-461d-b074-71540b701f28 .banner__content.banner__content--middle-center.page-width.scroll-trigger.animate--slide-in {
    position: absolute;
    top: 0;
    bottom: 0;
}
  section#shopify-section-template--21788740157735__4142bab6-53a8-461d-b074-71540b701f28 {
    margin-bottom: 40px;
}

  section#shopify-section-template--21788733636903__4142bab6-53a8-461d-b074-71540b701f28 .banner__content.banner__content--middle-center.page-width.scroll-trigger.animate--slide-in {
    position: absolute;
    top: 0;
    bottom: 0;
}
  section#shopify-section-template--21788733636903__4142bab6-53a8-461d-b074-71540b701f28 {
    margin-bottom: 40px;
}
  
  .cover5555 h3 {
    top: 0px;
}
  .cover5555 img {
    max-height: 344px;
}
  .cover5555 h3 {
    font-size: 28px;
}
  .image_box25656 {
    padding-bottom: 30px;
}
  .left_block5521115 {
    margin-bottom: 30px;
}
  .prduct-l-r .accordion__content p, .right-accoding .accordion__content li {
    font-size: 12px!important;
    line-height: 16px!important;
}
div#Banner-template--21760793248039__4142bab6-53a8-461d-b074-71540b701f28 h2.banner__heading.inline-richtext.h1 {
    color: #4a5b65!important;
}
div#shopify-section-template--21760793248039__eb191229-1ce6-45c4-9350-2cf4f9fea6ff .image-with-text__content {
    padding-top: 15px;
    padding-bottom: 15px;
}
  .index .multirow .image-with-text__media--medium {
    height: 420px!important;
}
  section#shopify-section-template--21760792985895__0394ba5d-3e72-409f-93a1-1eec26d74fb1 .rich-text {
    padding: 50px 0;
}
div#shopify-section-template--21760792985895__e285369a-59b9-4810-a514-9ccc6aabcc14 .image-with-text__content.image-with-text__content--middle.image-with-text__content--desktop-left.image-with-text__content--mobile-left.image-with-text__content--medium.content-container {
    padding-left: 0;
    padding-bottom: 40px;
}
  
.cover5555>div {
    flex: 1 1 100%;
}
  .left_block5521115 {
    margin-right: 0;
}

  .right_block5521115 {
    margin-left: 0px;
}
  #shopify-section-template--21760792985895__75451df0-9de0-4435-a854-e26b35d9083e h2 {
    font-size: 36px!important;
    line-height: 43px!important;
}
.multirows_class_muti .image-with-text__grid {
    height: auto !important;
}
}

@media only screen and (max-width: 640px) {
div#shopify-section-template--21760792985895__e285369a-59b9-4810-a514-9ccc6aabcc14 .image-with-text:nth-child(1) h2 {
    max-width: 640px;
}
  button.yotpo-dropdown-closable.yotpo-reviews-widget-dropdown {
    font-size: 16px;
}
}
.cart-item__price-wrapper {
    display: none;
}
body.cart .cart-item__price-wrapper {
    display: block;
}
/*-----------14/3/24----------*/

body .multicolumn.american-craft .multicolumn-card__info {
    padding-top: 16px;
}
body .star_multicolumn .link.animate-arrow {
    font-size: 14px;
    line-height: 19.6px;
}

@media(max-width:749px){
    body .section-template--22126329626919__1e7d515f-a01e-422f-84d8-59768020e0d6-padding {
        padding-top:32px;
    }
    body .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__text.rte.body {
        margin-top: 0px;
      padding-top: 16px;
    }
    body .section-template--22126329987367__main-padding {
        padding-bottom: 20px;
    }
}
@media(max-width: 767px){
  .slideshow__slide h2.banner__heading.inline-richtext.h1 {
    font-size: 40px !important;
}
}

/* css start here */
/* .shopify-section-header-sticky header.header {
    background: #fedcc5;
} */
/* header.header span {
    color: #000;
} */
index header.header span {
    color: #fff !important;
}
.index header.header {
    width: 100%;
    max-width: 100% !important;
    position: absolute;
  transition: all 0.3s 0s cubic-bezier(0.25, 1, 0.5, 1);
}
.index .header-colored nav.header__inline-menu ul.list-menu li a {
    color: #4a5b7c;

    letter-spacing: 0px;
}
.slideshow__slide h2.banner__heading.inline-richtext.h1 {
    color: #fff;
    font-size: 50px;
}
span.header__active-menu-item {
    color: #fff;
}
.slideshow__controls.slider-buttons {
    border: 0px;
    position: absolute;
    top: unset;
    bottom: 20px;
    width: 100%;
    z-index: 11;
}

.slideshow__controls.slider-buttons button.slider-button {
    display: none;
}
 .header-colored header.header {
    background: #FEDCC5;
}
.announcement-bar__message.h5 span {
    font-size: 14px;
    letter-spacing: 0px;
}
button.slider-counter__link.slider-counter__link--dots.link.slider-counter__link--active span.dot {
    background: #ffc0cb;
    border: 0px;
}
button.slider-counter__link.slider-counter__link--dots.link span.dot {
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
}
/* .utility-bar {
    background: #ffc0cb;
} */
/* End here */

/*************20-08-24*******************/
.multirows_class_muti .image-with-text__grid {
    height: 420px;
}

    .product .slider-counter {
        display: block !important;
    }
}
body .about_us_multicolumn .multicolumn-card__image-wrapper {
	margin: 0px;
	padding: 0px;
}
 body .about_us_multicolumn .multicolumn-list .media.media--transparent.media--adapt {
	width: unset;
	height: unset;
	padding-bottom: 66.66666666666666% !important;
    margin-top: 0px;
}
body .about_us_multicolumn .multicolumn-list .media.media--transparent .multicolumn-card__image{
  width: 100%;
	height: unset !important;
	object-fit: unset;
}
body .about_us_multicolumn .multicolumn-card__image-wrapper{
  padding-top: 0px;
}
.warranty_section_text p, .warranty_section_text li {
	font-size: 18px;
  list-style-position: initial;
}

.modul_page_img_text h2 {
	color: #fff;
	font-size: 32px;
}
.modul_page_img_text p {
	color: #fff;
	font-size: 18px;
}

body .modul_page_img_text {
	max-width: 970px ;
	width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media(min-width:767px){
  body .modul_page_img_text img{
object-fit: contain;
}
}


@media(max-width:767px){
  .modul_page_img_text .grid {
	flex-direction: column-reverse;
	gap: 35px;
}
}
h1.header__heading a.header__heading-link{
  transition: all 0.3s 0s cubic-bezier(0.25, 1, 0.5, 1);
}
body .modul_page_img_text .image-with-text__content {
	padding: 0px;
}
.profit_bring .image-with-text__text.rte.body p {
	text-align: left;
}

/* .index header.header:hover{
  background:#fedcc5;
} */
.index header.header:hover .header__active-menu-item, .index header.header:hover .header__menu-item span, .index header.header:hover .header__icon span.visually-hiddenl{
      color: #4a5b65;
}

/* .index header.header:hover h1.header__heading a.header__heading-link {
    display: none;
} */
.index header.header:hover .sticky-nav-logos{
  display:block;
}
/* .index .shopify-section-header-sticky .header__menu-item span, .index .shopify-section-header-sticky .header__active-menu-item, .index .shopify-section-header-sticky .header__icon span.visually-hiddenl{
  color: #4a5b65;
} */
.index .shopify-section-header-sticky .sticky-nav-logos{
  display:block;
}
/* .index .shopify-section-header-sticky h1.header__heading a.header__heading-link {
    display: none;
} */

.sticky-nav-logo img {
    display: none;
}
.index .header__icon--cart .cart-count-bubble span {
  color: #fff;
}
@media(max-width:767px){
.index .shopify-section-header-sticky .header__icon span {
    color: #4A5B65 !important;
}
  .product .product__title h1 { 
        width: 100% !important;
    }
}

#shopify-installments::part(installments-content)  {
    margin: 0px;
    font-family: 'libre-franklin';
    text-transform: uppercase;
    text-decoration: none !important;
    color: #4a5b65;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
}
/* .custom_add-to-cart {
    display: none;
} */
button#sticky_add_tocat {
    padding-top: 21px;
    border-radius: 0px;
    display: none;
    font-size: 16px;
    padding-bottom: 21px;
    font-weight: 400 !important;
    font-family: 'ltc-caslon-pro' !important;
  height:64px;
}