/** Shopify CDN: Minification failed

Line 10:14 Expected ")" to end URL token
Line 17:14 Expected ")" to end URL token
Line 24:14 Expected ")" to end URL token

**/
@font-face {
  font-family: 'Objectivity';
  src: url({{ "objectivityregular.woff2" | asset_url }}) format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Objectivity';
  src: url({{ "objectivitymedium.woff2" | asset_url }}) format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Objectivity';
  src: url({{ "objectivitybold.woff2" | asset_url }}) format('woff2');
  font-weight: bold;
  font-style: normal;
}

body {
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 146%;
}

h1, .h1 {
  letter-spacing: -.05em;
}

h2, h3, h4, h5, .h2, .h3, .h4, .h5 {
  letter-spacing: -.03em;
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  font-weight: 500;
  line-height: 105%;
}

h2, .h2 {
  color: var(--color-orange);
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5, .bigger-text {
  font-size: 16px;
}

body {
  font-size: 14px;
}

@media screen and (min-width: 750px) {
  h1, .h1 {
    font-size: min(6.7vw, 96px);
  }

  h2, .h2 {
    font-size: min(3.75vw, 54px);
  }

  h3, .h3 {
    font-size: clamp(22px, 2.5vw, 36px);
  }

  h4, .h4 {
    font-size: clamp(20px, 2.1vw, 30px);
  }

  h5, .h5, .bigger-text {
    font-size: clamp(18px, 1.4vw, 20px);
  }

  body {
    font-size: 16px;
  }
}

.list-menu__item {
  font-size: 1.6rem;
}

.caption {
  letter-spacing: -.03em;
}

.caption-large, .customer .field input, .customer select, .field__input, .form__label, .select__select {
  letter-spacing: -.03em;
}

.button, .button-label, .shopify-challenge__button, .customer button {
  font-size: 1.4rem;
  letter-spacing: 0;
}

.text-green {
  color: var(--color-green);
}

.text-orange {
  color: var(--color-orange);
}

body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5 {
    color: rgba(var(--color-foreground));
}

.card__content .card__badge, .badge {
  display: none !important;
}

.card__product-link {
  grid-row-start: -1;
}

.card__content .price--on-sale .price-item--regular {
    display: none;
}

.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
  box-shadow: none;
}

.button:not([disabled]):hover:after, .shopify-challenge__button:hover:after, .customer button:hover:after, .shopify-payment-button__button--unbranded:hover:after {
  box-shadow: none;
}

.button--secondary {
  background: var(--color-green);
  color: var(--color-white);
}

.button--tertiary {
  background: transparent;
  color: var(--color-green);
}

.button.button--tertiary:after, .button.button--tertiary:hover:after {
  box-shadow: inset 0 0 0 1px var(--color-green);
}

.header__cart-text .cart-count-bubble {
  color: inherit;
}

#shopify-section-template--24742844989731__collapsible_content_aQ38ew .collapsible-content-wrapper-narrow {
    max-width: var(--page-width);
    margin: 0px auto;
    padding: 0px 1.5rem;
}
@media screen and (min-width: 750px) {
    #shopify-section-template--24742844989731__collapsible_content_aQ38ew .collapsible-content-wrapper-narrow {
        padding: 0px 5rem;
    }
}

.thumbnail-list__item .thumbnail {
  border-radius: 2.5rem;
}

.list-menu--inline {
  gap: 2.6rem;
}

.select__select {
  color: var(--color-foreground);
  height: 3.5rem;
  padding: 0 1.2rem;
}

.product-form__input.select-size .select {
  max-width: 10rem;
}

.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
  box-shadow: 0 0 0 var(--inputs-border-width) var(--color-orange);
  border-radius: 1rem;
}

.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(.1rem + var(--inputs-border-width)) var(--color-orange);
  border-radius: 1rem;
}

.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(.1rem + var(--inputs-border-width)) var(--color-orange);
  border-radius: 1rem;
}

.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(.1rem + var(--inputs-border-width)) var(--color-orange);
  border-radius: 1rem;
}

.header__cart-text .svg-wrapper {
  display: none;
}

.header__icon--cart .cart-text-span {
  display: none;
}

.header-menu-image {
  display: block;
  height: 3.3rem;
}

.header__icon--menu {
  width: auto;
}

.header__cta {
  display: none !important;
}
/* mobile layout */
@media screen and (min-width: 990px) {
  .header__cta {
    display: block !important;
  }
}


@media screen and (max-width: 989px) {
  .header--mobile-left {
    grid-template-columns: auto 1fr auto;
    gap: .5rem;
  }
  
  .header__cart-text {
    min-width: unset;
    min-height: unset;
    padding: 0;
    width: 3.3rem;
    height: 3.3rem;
    position: relative;
  }

  .header__cart-text:before,
  .header__cart-text:after {
    content: none;
  }

  .cart-text-span {
    display: none;
  }

  .header__cart-text .cart-count-bubble {
    position: absolute !important;
    left: 50% !important;
    top: 1.3rem;
    transform: translate(-50%, 0);
    font-size: 1rem !important;
    color: var(--color-orange);
  }

  .header__icons {
    padding-right: 0;
  }

  .header--mobile-left .header__heading, 
  .header--mobile-left .header__heading-link {
    grid-area: left-icons;
  }

  header-drawer {
    grid-area: heading !important;
  }

  .header__icons-and-cta {
    grid-area: icons;
  }

  .grid.contains-card {
    gap: 3rem;
  }
}

.header.page-width {
    padding: 10px 1.5rem;
}

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