/** Shopify CDN: Minification failed

Line 372:0 Unexpected "@media"

**/
/* Non-Critical CSS */
/* Animations*/
.fadeIn {
  -webkit-transition: all var(--animation-scroll_appear_timing);
  transition: all var(--animation-scroll_appear_timing);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.fadeIn.inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: var(--animation-scroll_appear_timing);
          transition-delay: var(--animation-scroll_appear_timing);
}

.hoverAnimation {
  overflow: hidden;
}

.hoverAnimation_featured_diagram-feature {
  overflow: visible
}

.hoverAnimation  img, .hoverAnimation_featured_diagram-feature img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: var(--image-hover-timing) ease-in-out!important;
	transition: var(--image-hover-timing) ease-in-out!important;
}
.hoverAnimation:hover img, .hoverAnimation_featured_diagram-feature:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/* End animations */

.element-margin {
  margin-top: 5rem;
}

.spaced-section {
  margin-top: 5rem;
}

.spaced-section:last-child {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }

  .product-section.spaced-section {
    margin-top: calc(1rem + var(--page-width-margin));
  }

  .spaced-section {
    margin-top: calc(5rem + var(--page-width-margin));
  }

  .spaced-section:last-child {
    margin-bottom: calc(5rem + var(--page-width-margin));
  }
}

.spaced-section--full-width + .spaced-section--full-width {
  margin-top: 0;
}

.spaced-section--full-width:first-child {
  margin-top: 0;
}

.spaced-section--full-width:last-child {
  margin-bottom: 0;
}

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

.eyebrow {
  margin-bottom: 0.25rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 749px) {
  .eyebrow {
    font-size: 1.2rem;
    line-height: 2.7rem;
    letter-spacing: 0.4rem;
  }
}

.eyebrow-large {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.7rem;
  letter-spacing: 0.5rem;
}

.text-body-small {
  font-size: 1.3rem;
  line-height: 130%;
  letter-spacing: normal;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

@media only screen and (min-width: 750px) {
  .text-body-small {
    font-size: 1.4rem;
    line-height: 130%;
  }
}

.text-body-medium {
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: normal;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

@media only screen and (min-width: 750px) {
  .text-body-medium {
    font-size: 1.7rem;
  }
}

.text-body-large {
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: normal;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

@media only screen and (min-width: 750px) {
  .text-body-large {
    font-size: 2rem;
  }
}

h1,
h2,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: normal;
  line-height: calc(1 + 0.15 / max(1, var(--font-heading-scale)));
}

/* Global Typography */

h1 {
  font-size: calc(var(--font-heading-scale) * 2.8rem);
  letter-spacing: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 2rem 0 1rem;
}

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

h2 {
  font-size: calc(var(--font-heading-scale) * 2.4rem);
  font-weight: 700;
  line-height: 120%;
  margin: 2rem 0 1rem;
}

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

h3 {
  font-family: var(--font-body-family);
  font-size: calc(var(--font-heading-scale) * 2rem);
  font-weight: 500;
  line-height: 120%;
  margin: 2rem 0 1rem;
}

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

h4 {
  font-family: var(--font-body-family);
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  line-height: 120%;
  letter-spacing: normal;
  font-weight: 700;
}

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

h5 {
  font-family: var(--font-body-family);
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  font-weight: 700;
  line-height: 120%;
}

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

h6 {
  font-family: var(--font-body-family);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

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

/* Custom classes typography */
.h1 {
  font-size: calc(var(--font-heading-scale) * 3.2rem);
  letter-spacing: normal;
  font-weight: 800;
  line-height: 100%;
}

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

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

.h2 {
  font-size: calc(var(--font-heading-scale) * 3rem);
  font-weight: 700;
  line-height: 100%;
}

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

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

.h3 {
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-heading-scale) * 2.4rem);
  font-weight: 800;
  line-height: 110%;
}

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

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

.h4 {
  font-family: var(--font-body-family);
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  line-height: 120%;
  letter-spacing: normal;
  font-weight: 700;
}

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

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

.h5 {
  font-family: var(--font-body-family);
  font-size: calc(var(--font-heading-scale) * 1.4rem);
}

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

.h6 {
  font-family: var(--font-body-family);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
ƒ
@media only screen and (min-width: 750px) {
  .h6 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

blockquote {
  font-style: italic;
  border-left: 0.2rem solid var(--color-border);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}
/* */

.caption-with-letter-spacing {
  font-size: 1.2rem;
  letter-spacing: normal;
  line-height: 1.7rem;
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

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

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

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
section:empty,
article:empty,
.ss__result__image-wrapper div:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

p > a, span > a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: none;
  color: var(--color-link);
  background-color: transparent;
}

.seo__section a,
.customer-service__accordion.info-accordion .rte a:-webkit-any-link {
  text-decoration: underline;
  text-underline-offset: .3rem;
}

.link,
.customer a,
.rte a:-webkit-any-link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: none;
  color: var(--color-link);
  background-color: transparent;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: normal;
  font-family: inherit;
}

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

.link--text:hover,
.link--text.hover,
p > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.link--text #Type-Ahead---Mobile {
  stroke: var(--color-link);
}

.link--text:active,
.link--text.active,
p > a:active {
  color: var(--color-link-active);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

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

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

.link[role="link"]: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;
}

.line-divider::after {
  content: '|';
  margin: 0 1.3rem 0 1.5rem;
}

.line-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: var(--color-foreground);
  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: var(--color-foreground);
  color: var(--color-foreground);
  fill: var(--color-foreground);
}

details > * {
  box-sizing: border-box;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a {
  color: var(--color-link);
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover,
.customer a:hover {
  text-decoration-thickness: 0.2rem;
}

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

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: 1.6rem;
  right: 1.5rem;
  top: calc(40% - 0.2rem);
  transform: rotate(90deg);
}

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 ring - inset */
.focus-inset:focus-visible {
  outline: 0.2rem solid var(--color-foreground);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 var(--color-foreground);
}

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

.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 var(--color-foreground);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem var(--color-background),
    0 0 0.2rem 1.2rem var(--color-foreground);
}

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

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

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  padding: 0;
  list-style: none;
}

.product .product__media-list.grid {
  margin-bottom: 0;
}


@media screen and (min-width: 750px) {
  .grid {
    margin-left: -1rem;
  }
}

.grid__item {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(25% - 0.5rem * 3 / 4);
  max-width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(25% - 1rem * 3 / 4);
    max-width: 50%;
  }
}

.grid--gapless .grid__item {
  padding-left: 0;
  padding-bottom: 0;
}

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

@media screen and (min-width: 750px) and (max-width: 989px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 990px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 25%;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - 0.5rem * 2 / 3);
}

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

.grid--2-col .grid__item {
  width: calc(50% - 0.5rem / 2);
}

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

  .grid--4-col-tablet .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--5-col-desktop .grid__item {
    width: calc(19% - 1rem * 3 / 4);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 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 {
    width: calc(50% - 3.75rem / 2);
  }

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

  .grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 4rem * 3 / 4);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 4rem * 2 / 3);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 4rem / 2);
  }

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

  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 989px) {
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

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

/* component-media */

deferred-media {
  display: block;
}

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

.button,
.shopify-challenge__button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  padding: 0.9rem 3rem 1.1rem;
  text-decoration: none;
  border: 0.2rem solid transparent;
  border-radius: 0;
  background-color: var(--color-background);
  box-shadow: 0 0 0 0.1rem var(--color-button);
  color: var(--color-foreground);
  min-width: 15rem;
  min-height: 4rem;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
}

.button:focus-visible {
  box-shadow: 0 0 0 0.1rem var(--color-button),
    0 0 0 0.3rem var(--color-background),
    0 0 0.5rem 0.4rem var(--color-foreground);
}

.button:focus {
  box-shadow: 0 0 0 0.1rem var(--color-button),
    0 0 0 0.3rem var(--color-background),
    0 0 0.5rem 0.4rem var(--color-foreground);
}

.button:focus:not(:focus-visible) {
  box-shadow: 0 0 0 0.1rem var(--color-button);
}

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

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button svg {
  margin-left: 1rem;
}

.button--primary {
  background-color: var(--color-button-background-1);
  color: var(--color-button-foreground-1);
  border-color: var(--color-button-background-1);
  text-decoration: none; 
}

.button--primary:hover,
.button--primary.hover {
  background-color: var(--color-button-hover-1);
  color: var(--color-button-foreground-1);
  border-color: var(--color-button-hover-1);
  text-decoration: none;
}

.button--primary:disabled,
.button--primary.disabled {
  background-color: var(--color-button-disabled-1);
  color: var(--color-button-disabled-foreground-1);
  border-color: var(--color-button-disabled-1);
  text-decoration: none;
}

.button--primary:disabled,
.button--primary.disabled {
  background-color: var(--color-button-background-1);
  color: var(--color-button-foreground-1);
  border-color: var(--color-button-background-1);
  text-decoration: none; 
}

.button--secondary {
  background-color: var(--color-button-background-2);
  color: var(--color-button-foreground-2);
  border-color: var(--color-button-foreground-2);
  text-decoration: none;
}

.button--secondary:hover,
.button--secondary.hover {
  background-color: var(--color-button-background-2);
  color: var(--color-button-foreground-2);
  border-color: var(--color-button-foreground-2);
  text-decoration: none;
}

.button--secondary:active,
.button--secondary.active {
  background-color: var(--color-button-background-2);
  color: var(--color-button-foreground-2);
  border-color: var(--color-button-foreground-2);
  text-decoration: none;
}

.button--secondary:disabled,
.button--secondary.disabled {
  background-color: var(--color-button-background-2);
  color: var(--color-button-foreground-2);
  border-color: var(--color-button-foreground-2);
  text-decoration: none;
}

.button--tertiary {
  background-color: var(--color-button-background-3);
  color: var(--color-button-foreground-3);
  border-color: var(--color-button-background-3);
  text-decoration: none;
}

.button--tertiary:hover,
.button--tertiary.hover {
  text-decoration: none;
}

.button--tertiary:active,
.button--tertiary.active {
  background-color: var(--color-button-background-3);
  color: var(--color-button-foreground-3);
  border-color: var(--color-button-background-3);
  text-decoration: none;
}

.button--tertiary:disabled,
.button--tertiary.disabled {
  background-color: var(--color-button-background-3);
  color: var(--color-button-foreground-3);
  border-color: var(--color-button-background-3);
  text-decoration: none;
}

.button--quaternary ,.button--secondary-dark {
  background-color: var(--color-button-background-4);
  color: var(--color-button-foreground-4);
  border-color: var(--color-button-background-4);
  text-decoration: none;
}

.button--quaternary:hover,
.button--quaternary.hover, 
.button--secondary-dark:hover,
.button--secondary-dark.hover{
  background-color: var(--color-button-background-4);
  color: var(--color-button-hover-4);
  border-color: var(--color-button-hover-4);
  text-decoration: none;
}

.button--quaternary:active,
.button--quaternary.active,
.button--secondary-dark:active,
.button--secondary-dark.active {
  background-color: var(--color-button-background-4);
  color: var(--color-button-foreground-4);
  border-color: var(--color-button-active-4);
  text-decoration: none;
}

.button--quaternary:disabled,
.button--quaternary.disabled,
.button--secondary-dark:disabled,
.button--secondary-dark.disabled{
  background-color: var(--color-button-disabled-4);
  color: var(--color-button-disabled-foreground-4);
  border-color: var(--color-button-disabled-4);
  text-decoration: none;
}

.button--link-1 {
  background-color: transparent;
  color: var(--color-link-1);
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0;
}

.button--link-1:hover,
.button--link-1.hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.button--link-1:active,
.button--link-1.active {
  color: var(--color-link-active-1);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.button--link-2 {
  background-color: transparent;
  color: var(--color-link-2);
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0;
}

.button--link-2:hover,
.button--link-2.hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.button--link-2:active,
.button--link-2.active {
  color: var(--color-link-active-2);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.rte a.button--primary {
  background-color: var(--color-button-background-1);
  color: var(--color-button-foreground-1);
  border-color: var(--color-button-background-1);
  text-decoration: none;
  text-align: center;
}

.rte a.button--secondary {
  border: 0.1rem solid transparent;
  background-color: var(--color-button-background-2);
  color: var(--color-button-foreground-2);
  border-color: var(--color-button-foreground-2);
  text-decoration: none;
  text-align: center;
}

.rte a.button--tertiary {
  background-color: var(--color-button-background-3);
  color: var(--color-button-foreground-3);
  border-color: var(--color-button-foreground-3);
  text-decoration: none;
  text-align: center;
}

.rte a.button--link-2 {
  background-color: transparent;
  color: var(--color-link-2);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0;
}

/* Button - hover */

.button:not([disabled]):hover,
.shopify-challenge__button:hover,
.customer button:hover {
  box-shadow: 0 0 0 0.2rem var(--color-button);
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer 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: var(--color-foreground);
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}

/* Button - social share */

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

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

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

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

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

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

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-button__fallback button:hover {
  color: var(--color-foreground);
}

.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: var(--color-foreground);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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

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

/* component-form */
.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: var(--color-foreground);
}

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

/* Select */

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

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 4rem 0 1.5rem;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

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

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
}

.field__label {
  font-size: 1.6rem;
  left: 1.5rem;
  top: 1rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: var(--color-foreground);
  letter-spacing: normal;
  line-height: 1.5;
}

.newsletter-form .field__label{
  display: block;
  left: unset;
  top: unset;
  position: relative;
}

.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: 0.3em;
  letter-spacing: normal;
  display: none; /* Hides label that replaces placeholder text */
}

.newsletter-form .field__input:focus ~ .field__label{
  display: block;
}

.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: 0.8rem 1.5rem;
}

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

.field__input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: var(--color-styleguide-light-gold);
  border: 0;
  color: var(--color-styleguide-white);
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: var(--color-foreground);
}

/* Text area */
input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}


input[type='checkbox'] {
  border: 0.1rem solid currentColor;
  border-radius: 0.6rem;
}

input[type="checkbox"]::before {
  content: "";
  position: relative;
  border: 0.3rem solid transparent;
  border-left: transparent;
  border-top: transparent;
  height: 13.8px;
  width: 8.08px;
  margin-left: 0;
  margin-top: 0;
  transform: rotate(0deg);
  pointer-events: none;
  transition: 120ms transform ease-in-out;
}

input[type='checkbox']:checked::before {
  transform: rotate(45deg);
  border-color: var(--color-styleguide-primary);
}

/* Form global */

.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-list li {
  list-style-position: inside;
}

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

/* component-quantity */
.quantity {
  border: 0.1rem solid var(--color-styleguide-accent-2);
  position: relative;
  height: 4.5rem;
  width: calc(14rem / var(--font-body-scale));
  display: flex;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 1;
  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: 1px solid rgb(var(--color-base-accent-2));
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-foreground);
  padding: 0;
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem var(--color-background) inset !important;
  -webkit-box-shadow: 0 0 0 10rem 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;
}


/* Block animation effects */
@keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0);
      opacity: 0
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0);
      opacity: 0
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

.fadeInUp.active {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

@keyframes fadeInLeft {
  from {
      transform: translate3d(-40px,0,0);
      opacity: 0
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeInLeft {
  from {
      transform: translate3d(-40px,0,0);
      opacity: 0
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

.fadeInLeft.active {
  opacity: 0;
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
      transform: translate3d(40px,0,0);
      opacity: 0
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeInRight {
  from {
      transform: translate3d(40px,0,0);
      opacity: 0
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

.fadeInRight.active {
  opacity: 0;
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
}

@keyframes fadeIn {
  from {
      transform: translate3d(0,0,0);
      opacity: 0
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  from {
      transform: translate3d(0,0,0);
      opacity: 0
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

.fadeIn.active {
  opacity: 0;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}

/* Page and Article global template styles */

@media screen and (min-width: 750px) {
  .page-title {
    font-size: 3.1rem;
  }

  .main-page h2, .article-template h2 {
    font-size: 2.6rem;
  }

  .main-page h3, .article-template h3 {
    font-size: 2.2rem;
  }

  .main-page h4, .article-template h4 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--font-body-family);
  }

  .main-page h5, .article-template h5 {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--font-body-family);
  }

  .main-page caption, .article-template caption{
    font-size: 1.4rem;
  }

  .main-page p, .article-template p, .article-template__content {
    font-size: 1.6rem;
  }

  .main-page ol, .main-page ul, 
  .article-template ol, .article-template ul {
    font-size: 1.6rem;
  }
}

/* Wishlist King customization */
.shopify-app-block wishlist-link-floating{
  z-index: 2147483646;
}

/* Needs a lower z-index than sticky-header */
wishlist-button-collection .wk-floating {
  z-index: 2 !important; 
}

/* Jira Issue Collector */
.atlwdg-trigger {
  display: none !important;
}

/* Responsive Video */
.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:2em;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height:100% !important;
  border:none;
}
 