/** Shopify CDN: Minification failed

Line 4117:0 Unexpected "}"
Line 6002:31 Unexpected "*"
Line 6009:31 Unexpected "*"
Line 6013:23 Unexpected "*"
Line 6017:23 Unexpected "*"
Line 6023:23 Unexpected "*"
Line 6028:40 Unexpected "*"
Line 6034:23 Unexpected "*"
Line 6038:40 Unexpected "*"
Line 6042:30 Unexpected "*"
... and 26 more hidden warnings

**/
a, p {
  letter-spacing: normal;
  text-decoration: none;
} 

a, a:focus, a:visited, a:active {
  color: #373737;
}

@media screen and (max-width: 989px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .mobile-only { 
    display: none !important;
  }
}


@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

.blur-up {
  /*-webkit-filter: blur(5px);*/
  /*filter: blur(5px);*/
  /*transition: filter .4s,-webkit-filter .4s;*/
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* Color custom properties */
:root,
.color-background-1 {
/*  --color-foreground: var(--color-base-text);*/
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
/*  --color-foreground: var(--color-base-text);*/
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
/*  --color-foreground: var(--color-base-solid-button-labels);*/
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
/*  --color-foreground: var(--color-base-solid-button-labels);*/
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button--coming-soon {
  pointer-events: none;
}

.button--white-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

.contains-card,
.card {
  --border-radius: var(--card-corner-radius);
  --border-width: var(--card-border-width);
  --border-opacity: var(--card-border-opacity);
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-blur-radius: var(--card-shadow-blur-radius);
  --shadow-opacity: var(--card-shadow-opacity);
  --shadow-visible: var(--card-shadow-visible);
}

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

.block {
  display: block;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.page-width-full {
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media screen and (min-width: 990px) {
  .page-width-full {
    padding: 0 3rem;
  }
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

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

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

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

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

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

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

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

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.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(0,0,0, 0.2);
}

footer ::selection {
  background-color: rgba(255,255,255, 1);
  color: #000;
}

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


.neue-montreal {
  font-family: NeueMontreal;
}

.victor-serif-trial {
  font-family: VictorSerifTrial;
}

body {
  font-family: NeueMontreal;
  font-size: 12px;
/*  grid-template-rows: 0 0 0 auto auto 1fr auto;*/
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  /*
  font-family: var(--font-heading-family);
  */
  font-family: NeueMontreal, Helvetica, sans-serif;
  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 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

.h3 {
  font-size: 12px;
  text-transform: uppercase;
}

@media only screen and (min-width: 750px) {
  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: .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);
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.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;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-family: inherit;
}

.link {
  text-underline-offset: 0.3rem;
}

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

.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-long: 500ms;
}

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

.underlined-link:hover {
  color: rgb(var(--color-link));
}

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

.Safari summary .icon-caret {
  top: calc(50% - 0.5rem);
}

summary .icon-carat .icon-caret {
  height: 0.6rem;
  padding: 0 10px;
  position: initial;
}

.list-unstyled-padding {
  padding: 12px 12px 12px 0;
}

 

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;*/
    padding-left: 0;
    padding-right: 0;
}

@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 {
  color: rgb(var(--color-link));
  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;
/*  justify-content: center;*/
  column-gap: calc(var(--grid-mobile-horizontal-spacing));
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 990px) {
  .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% - 2px);
  max-width: calc(50% - 2px);
/*  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(25% - 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-mobile-horizontal-spacing) * 2);
  }

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

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

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

.grid--gapless.grid--2-col .grid__item {
  width: 50%;
  max-width: 50%;
}

@media screen and (max-width: 1199px) {
  .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;
  }
}

@media screen and (min-width: 1024px) {
  .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% - 2px);
    max-width: calc(25% - 2px);
  }

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

@media screen and (min-width: 1024px) {
  .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;
  }

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

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - 2px);
  }

  .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: 1023px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

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

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

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

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* 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):not(.banner__big-text),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}

.banner__media.media>*:not(.zoom):not(.deferred-media__poster-button):not(.banner__big-text) {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: inherit;
  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,
.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-base-text), 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: 12px;
  line-height: 1.67;
  min-height: 32px;
  text-transform: uppercase;
}

a.button {
  color: #fff;
}

.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 {
  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;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(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 {
  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-base-text), 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),.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),.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-base-text), 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 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;
}

@media screen and (max-width: 749px) {
  .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 {
    left: 0;
  }
}

.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: 1em;
  line-height: 1;
  margin-bottom: 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(12rem / 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);*/
  min-height: 4rem;
  transform: translateX(-1.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-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 12px;
  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;
  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;
}

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

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

#shopify-section-announcement-bar .gradient {
  background-color: #000 !important;
}

/*body.mega-menu-open #MainContent,
body.mega-menu-open #shopify-section-announcement-bar,
body.mega-menu-open #shopify-section-footer {
  filter: blur(3px);
}
*/
/*#shopify-section-header {
  filter: initial !important;
}*/

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

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

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

.announcement-bar__link .announcement-bar__message {
  padding: 0;
  font-family: HelveticaMonospacedPro-Rg;  
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
/*  letter-spacing: 0.1rem;*/
  color: #fff;
}

/* section-header */
#shopify-section-header {
  /* this should be higher than mobile Filters */
  z-index: 11;
}

.shopify-section {
  position: relative;
}

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

.shopify-section-header-hidden {
  transform: translateY(0);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  padding: 0 32px;
/*  background-color: transparent;*/
  background-color: #fff;

  position: absolute;
  width: 100%;
}

.mega-menu-open .header-wrapper {
  background-color: #fff;
}

.template-hero .header-wrapper {
/*  position: absolute; */
}

.template-hero:not(.mega-menu-open) .icon-hamburger path {
  color: #000;
}

:not(.mega-menu-open) .shopify-section-header-sticky .icon-hamburger path {
  color: inherit;
}

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

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

@media screen and (min-width: 990px) {
  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

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

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

  .header--middle-center {
    grid-template-areas:
      'navigation heading icons-desktop';
  }

  .MegaMenu-aligner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .MegaMenu-aligner .megammenu__link-padding {
/*    padding: 12px;*/
  }

  #MegaMenu-Content-1 > ul > li:nth-of-type(4) > a {
/*    color: #f00;*/
    font-size: 16px;
    text-decoration: none !important;
    font-weight: 700;
  }


@media screen and (min-width: 989px) {
    #MegaMenu-Content-1 > ul > li:nth-of-type(4) > a {
      display: none;
    }
}

  #MegaMenu-Content-1 .MegaMenu-aligner,
  #MegaMenu-Content-4 .MegaMenu-aligner {
/*    padding: .3rem 1rem 1rem 0;*/
  }

  .list-menu .mega-menu__link--level-2 {
    font-weight: 700;
    color: #333;
    text-decoration: none;
  }

  #MegaMenu-Content-2 > ul > li:nth-child(5) > a,
  #MegaMenu-Content-2 > ul > li:nth-child(4) > a {
/*  #MegaMenu-Content-3 > ul > li:nth-child(4) > a {*/
/*    padding: 10px;*/
/*    padding: .3rem 1rem 1rem 0;*/
  }

  #MegaMenu-Content-2 > ul > li:nth-child(8) {
    display: none;
  }
      

  #MegaMenu-Content-3  > ul > li:nth-child(5) {
    grid-column: 5;
  }

  .header-menuitem--shop {
        padding: 12px 24px 12px 0;
  }

  .header--middle-center .header__inline-menu {
    padding-left: 0;
  }
}

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

.header__heading {
  margin: 0;
  line-height: 0;
}

.header .region-list {
  list-style: none;
  display: grid;
}

.header .region-list--desktop {
/*  grid-template-columns: repeat(4, 1fr);*/
  grid-template-rows: repeat(40,0fr);
  grid-auto-flow: column;
}

.header .region-list--mobile {
  grid-template-columns: 1fr 1fr;
  padding-left: 1.6rem;
  padding-bottom: 1.6rem;
}

.shopify-section-header-sticky .header {
  padding: 0; 
}

@media screen and (max-width: 989px) {
  .header {
    height: 52px;
  }

  .header__heading {
    position: absolute;
    left: 50%;
    top: 9px;
    transform: translate(-50%, 0);
  }

  .header__icon--menu {
    position: absolute;
    right: initial;
    top: 16px;
    left: 1.5rem;
  }

  .mobile-menu-open .header-wrapper {
    background-color: #fff;
    color: #000;
  }

  .shopify-section-header-sticky .header {
    height: 36px;
  }

  .shopify-section-header-sticky .header__heading {
    top: 3px;
  }

  .shopify-section-header-sticky .header__icon--menu {
    top: 9px;
  }
}

.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: 16px 10px 16px 32px;
  background: transparent;
  color: #161616;
  word-break: break-word;
  text-decoration: none;
}

.header__heading-link:hover .h2 {
  /*color: rgb(var(--color-foreground));*/
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
  font-weight: bold;
  letter-spacing: 5px;
}

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

.header__heading-link svg {
  height: 21px;
}



@media screen and (max-width: 989px) {
  .header__heading-link svg {
    height: 11px;
  }
}

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

  .header__heading-link {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px 0 32px;
    height: 36px;
  }

  .header__heading-link .h2 {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -22px;
  }

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

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

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

@media screen and (max-width: 749px) {
  .header__heading-link {
    padding: 16px 10px 16px 10px;
  }
}

/* Header icons */
.header__icons {
  grid-area: icons;
  justify-self: end;
  height: 0;
  line-height: 0;
}

.header__icons--desktop {
  grid-area: icons-desktop;

}

.header__icons--desktop > .list-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 990px) {
  .modal__toggle-open {
    display: none;
  }
}

/*
.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%;
}

.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 {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
}

@media screen and (max-width: 749px) {
  .header__icon,
  .header__icon--cart .icon {
    width: 3.5rem;
    height: 4.4rem;
    padding: 0;
  }
}

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

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

.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 */

#boost-pfs-search-suggestion-0{
  left: auto;
  right: 75px !important;
}

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

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

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header: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;
}

.shopify-section-header-sticky details[open] > .search-modal {
  height: 68px;
}

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

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

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

.header__icon--search {
  position: absolute;
  right: 90px;
  top: 16px;
}

.shopify-section-header-sticky .header__icon--search {
  top: 9px;
  color: #000;
}

@media screen and (min-width: 990px) {
  .header__icon--search {
    position: relative;
    right: -13px;
    top: 16px;
  }
}


@media screen and (min-width: 990px) {
  .header-menuitem--search--mobile {
    display: none;
  }

  .shopify-section-header-sticky .header__icon--search {
    top: 15px;
  }

}

@media screen and (max-width: 989px) {
 .header__icon--search {
    right: 37px;
  } 
}

.template-hero .header__icon--search {  
  color: #000;
}

.mobile-menu-open.template-hero .header__icon--search {  
  color: #000;
}



.header__bag--mobile {
  position: absolute;
  right: 50px;
  top: 13px;
  width: 60px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 989px) {
  .header__bag--mobile {
    right: 2px;
    width: 40px;
  }
}

.header__bag--mobile svg {
  width: 23px;
  height: 23px;

}

@media screen and (max-width: 749px) {
  .header__bag--mobile {
/*   right: 39px;*/
  }
}

.header__bag--mobile > a {
  color: #000;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header__bag--mobile .cart-drawer-opener {
  line-height: 1;
}

.template-hero .header__bag--mobile > a {
  color: #000;
}

.template-hero.mobile-menu-open .header__bag--mobile > a {
  color: #000;
}

.shopify-section-header-sticky .header__bag--mobile {
  top: 6px;
}

.shopify-section-header-sticky .header__bag--mobile > a {
  color: #000;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
/*  min-height: 50vh;*/
  height: 100%;
}

@media screen and (min-width: 750px) {
  .search-modal {
/*    min-height: 300px;
    height: 58vw;
    max-height: 540px;*/
  }
}

.search-modal__content {
  display: flex;
  width: 100%;
  height: 100%;
/*  height: auto;*/
  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.6rem;
/*  top: 0.8rem;*/
}



@media screen and (min-width: 989px) {
  .search-modal__close-button {
    right: 0 0 0 2rem;
  }

  .search-modal__content {
    padding: 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);
  }
}
*/



























@media screen and (min-width: 990px) {
  .search-modal__close-button {
    right: 1rem;
  }
}


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

 .header--middle-center .header__inline-menu {
  margin-left: 0;
}

.header__inline-menu .list-menu {
  display: flex;
  justify-content: end;
}

.header-search-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-search-container.open {
  background-color: #F0EFEF;
  border-radius: 30px;
  overflow: hidden;
  padding: 0  0 0 16px;
}

.header-search-container.open .search__input {
  background-color: transparent;
}

.header-search-container.open .search__button {
  display: none;
}

.header__search--desktop {
  display: none;
}

.header__inline-menu .list-menu.middle-center {
  display: flex;
  justify-content: start;
  flex-direction: row;
}

.header__icons--desktop .header-menuitem--bag,
.header__icons--desktop .header-menuitem--search {
  padding-left: 0;
}

.header__icons--desktop .header-menuitem--bag svg,
.header__icons--desktop .header-menuitem--search svg {
  width: 25px;
}

.header__icons--desktop .header-menuitem--search svg {
  height: 20px;
  display: block;
}



.header-menuitem--bag {
  position: relative;
  transform: translateX(4px);
}






@media screen and (max-width: 989px) {
  .chrome .header-menuitem--bag .list-menu__item {
    top: 8px;
  }
}

.chrome .header__bag--mobile .cart-count-bubble {
  line-height: 0.85;
}

@media screen and (min-width: 990px) {
  .chrome .header-menuitem--bag .list-menu__item {
    line-height: 1.3;
  }

  .Safari .header-menuitem--bag .list-menu__item {
    line-height: 1.5;
  }
}





.cart-drawer-opener {
  position: relative;
  gap: 4px;
}

.cart-drawer-opener .cart-count-bubble {
  position: absolute;
  top: 31%;
}

.header__bag--mobile .cart-count-bubble {
  position: absolute;
  right: initial;
  top: 9px;
  width: 100%;
  text-align: center;
  margin-left: initial;
}

.header__bag--mobile .icon-cart {
/*  display: none;*/
}

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

.header__heading-link--black {
/*  filter: invert(1);*/
}

.header-menuitem--shop {
/*  width: 250px;*/
}

#Details-HeaderMenu-1 .header__menu-item span{
/*  color: #f00;*/
}

#Details-HeaderMenu-1 .header__menu-item svg path {
/*  fill: #f00;*/
}

#Details-HeaderMenu-1 .header__menu-item {
/*  text-decoration-color: #f00;*/
}

#Details-HeaderMenu-1 .list-menu__item {
  justify-content: flex-end;
}






.header--middle-center #Details-HeaderMenu-1 .list-menu__item {
  justify-content: flex-start;
  padding-left: 0;
}

@media screen and (min-width: 990px) {

  .header-menuitem--shop {
/*    width: 350px;*/
  }

  .header__inline-menu {
    display: flex;
    padding-left: 5rem;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }


  .header-menuitem--regions,
  .header-menuitem--search,
  .header-menuitem--bag {
    padding-left: 40px;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  font-size: 12px;
/*  padding: 1.2rem 1.2rem 1.2rem 0;*/
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  justify-content: left !important;
}

.header-menuitem--search .header__menu-item {
  padding: 1.2rem;
}

.cart-drawer-opener {
  justify-content: center !important;
}

@media screen and (min-width: 990px) {
  .header-menuitem--bag a {
    padding: 6px 0 1.2rem 1.2rem;
  }
}

.header__menu-item {
  white-space: nowrap;
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
/*  text-decoration: underline;*/
  font-weight: 700;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
}

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

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

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

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

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

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

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

@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: 9px;
  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-foreground));
  word-break: break-word;
}

.badge--italy {
  border-color: #000;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 9px;
}

.gradient {
  background: rgb(var(--color-background));
/*  background: var(--gradient-background);*/
  background: #fff;
  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;
}

.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 {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-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);
}

/********************************************************************************************/
/* CUSTOM CSS */


/* Homepage */
.template-index .bg-video {
  object-fit: cover;

}



.template-index .collection__title.title-wrapper {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 1.5rem;
}

@media screen and (min-width: 750px) {
  .template-index .collection__title.title-wrapper {
    padding: 0 3rem;
  }
}

.template-index .collection__title.title-wrapper .btn-shop-all {
  color: #3d3d3d;
  line-height: 1.33;
  text-decoration: none;
}

.template-index .collection__title h2 {
  font-size: 12px;
  font-weight: normal;
  color: #3d3d3d;
  line-height: 1.33;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.shopify-section-header-sticky .header-wrapper {
  background-color: #fff;
}

.template-hero:not(.mega-menu-open) .header__menu-item {
  color: #000; 
}

.template-hero .shopify-section-header-sticky .list-menu__item {
  color: #000;
}

.template-hero .header__icon--menu .icon {
/*  color: #fff;*/
}

.template-hero .shopify-section-header-sticky .header__icon--menu .icon {
/*  color: #fff;*/ 
}

.template-hero details[open] .header__icon--menu .icon {
  color: #000;
}

.template-index .bg-video-section {
  position: relative;
  display: block;
}
/*
.template-index .bg-video-section .block-text {
  position: absolute;
  left: 3.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.template-index .bg-video-section .block-text p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}*/



.template-index .bg-video-section .controls {
  display: none;
  grid-template-columns: auto 1fr auto auto;
  column-gap: 1em;
  align-items: center;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  font-size: 0.9em;
  left: 32px;
  right: 32px;
  bottom: 24px;
}

.template-index .bg-video-section:hover .controls {
  display: grid;
}

@media screen and (max-width: 479px) {
  .template-index .bg-video-section .controls {
    left: 16px;
    right: 16px;
  }
}

.template-index .bg-video-section .controls-seekbar {
  cursor: pointer;
  display: block;
  position: relative;
  height: 14px;
}

.template-index .bg-video-section .controls-seekbar:after {
  content: '';
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.template-index .bg-video-section .controls-seekbar-caret {
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: #fff;
}

.template-index .bg-video-section .controls .btn {
  cursor: pointer;
}

.template-index .bg-video-section .controls .btn, .template-index .bg-video-section .controls .btn:hover {
  color: #fff;
  text-decoration: none;
}

.template-index .bg-video-section .controls .btn-mute {
  min-width: 60px;
  text-align: right;
}

.template-index .bg-video-section .controls .btn-mute:after {
  content: attr(data-mute);
}

.template-index .bg-video-section .controls .btn-mute.muted:after {
  content: attr(data-unmute);
}

/* Floating Bar */
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.template-index .floating-bar {
  display: block;
  margin-top: 1px;
  max-width: 100%;
  line-height: 1;
  overflow: hidden;
  padding: 12px 0;
  cursor: default;
  margin-top: 1px;
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.template-index .floating-bar .marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 20s linear infinite;
}

.floating-bar__image {
  max-width: 11px;
  width: 100%;
  height: auto;
  max-height: 100px;
  margin: 0px 3px 0 3px;
  transform: translateY(1px);
}

.template-index .floating-bar p {
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
  padding-right: 10px;
}

@media screen and (max-width: 750px) {
  .template-index .floating-bar .marquee {
    animation: marquee 20s linear infinite;
  }
  
  .template-index .floating-bar {
    padding: 7px 0;
  }

  .template-index .floating-bar p {
    font-size: 10px;
  }

  .floating-bar__image {
    max-width: 9px;
  }

}

@media screen and (max-width: 749px) {
  .template-index .banner__content {
    position: absolute;
/*    bottom: 1rem;*/
/*    right: 2rem;*/
    line-height: 1;
    width: auto;
  }
}

.template-index .banner__box {
  padding: 0;
}

.template-index .banner__box p {
  color: #fff;
  margin: 0;
}

.template-index .banner__box a {
  color: #fff;
  text-decoration: none;
}

.template-index .banner__box >*+.banner__text {
  margin: 0;
}

/* Image with text */
.template-index .image-with-text__content {
  flex-direction: row;
  justify-content: flex-start;
  padding: 1rem 0;
}

@media screen and (min-width: 750px) {
  .template-index .image-with-text__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .template-index .image-with-text__content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.template-index .image-with-text__grid--reverse .image-with-text__content {
  padding-left: 0;
}

.template-index .image-with-text__content>*+* {
  margin-left: 3rem;
  margin-top: 0;
}

.template-index .image-with-text .grid {
  align-items: center;
}

.template-index .image-with-text__text a {
  color: #373737;
  text-decoration: none;
  font-size: 14px;
}

.template-index .image-with-text__text p {
  line-height: 1;
  font-size:  14px;
}

@media screen and (min-width: 750px) {
  .template-index .image-with-text__text.index-3 {
    margin-left: 5rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 1023px) {
  .template-index .image-with-text__content>*+* {
    margin-left: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .template-index .image-with-text__text.index-3 {
    margin-left: 10rem;
  }
}


@media screen and (max-width: 749px) {
  .template-index .image-with-text  {
    max-width: 70%;
  }

  .template-index .image-with-text__content {
    display: block;
    margin-top: 1rem;
    padding: 0;
  }

  .template-index .image-with-text__content>*+* {
    margin: 0;
  }

  .template-index .image-with-text__content .index-3 {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }

  .template-index .image-with-text__text p {
    margin-bottom: 0;
    font-size: 14px;
  }
}

/* Featured Collection / Product Card */
.card--standard>.card__content .card__information {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
}
.carousel--product .card--standard > .card__content .card__information {
  justify-content: center;
}
.card--standard .card__toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: default;
  display: none;
  font-size: 10px;
  background-color: rgba(255,255,255, 0.8);
  padding: 1rem;
  z-index: 2;
}

@media screen and (min-width: 750px) {
  .card--standard:hover .card__toolbar {
/*    display: none;*/
  }
}

.card--standard .card__toolbar--label {
  min-width: 65px;
  margin-right: 24px;
  text-transform: uppercase;
}

.card--standard .card__toolbar--label::after {
  content: attr(data-default);
}

.card--variant-selected .card__toolbar--label {
  cursor: pointer;
}

.card--variant-selected .card__toolbar--label::after {
  content: attr(data-selected);
}

.region-usa-intl .card__toolbar--label {
  display: none;
}

.card--standard .card__toolbar--sizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.card--standard .card__toolbar--sizes li {
  padding: 0 8px;
  user-select: none;
  text-transform: uppercase;
}

.card--standard .card__toolbar--sizes li.selected {
  text-decoration: underline;
}

.card--standard .card__toolbar--sizes li.soldout {
  text-decoration: line-through;
  pointer-events: none;
}

.card--standard .card__toolbar--sizes li.available {
  cursor: pointer;
}

.card--standard .price {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin-top: 0;
  white-space: nowrap;
}

.card--standard .card__color {
  color: #777;
  text-transform: uppercase;
  display: block;
}

.card--standard .card-information {
  width: auto;
  margin-left: 2rem;
}

.card--standard .card-information__text {
  margin-top: 0;
}

.card--standard .card__heading {
  font-size: 12px;
}

.card__heading .title--style {
  font-family: VictorSerifTrial, sans-serif;
  display: block;
}

@media screen and (max-width: 749px) {
  .card--standard>.card__content .card__information {
    display: flex;
  }

  .card--standard>.card__content .card-information {
    margin-top: 1rem;
    margin-left: 0;
  }

  .card--standard .price {
    text-align: left;
  }
}

/* Product page */
/* #preview-bar-iframe {
  z-index: 0 !important;
}*/


.search-modal .field {
/*  border-bottom: 1px solid #000;*/
}

.search-modal .field:after {
/*  display: none;*/
}

.search__input.field__input:focus {
  box-shadow: none;
}

@media screen and (max-width: 989px) {
  .search-modal {
/*    height: 100vh;*/
/*    overflow: auto;*/
    padding-top: 12px;
    height: 68px;
  }

  .search-modal .reset__button {
/*    right: 61px;*/
/*    top: 8px;*/
  }

/*  .search-modal .search__button {
    right: 18px;
    height: auto;
    bottom: 6px;
    padding: 0;
    top: auto;*/
  }

  .search-modal__content-bottom {
/*    padding: 0 2rem;*/
  }

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

  .header-menuitem--search--mobile .search__input.field__input {
    padding-left: 1rem;
  }

  .header-menuitem--search--mobile .search__input.field__input + .field__label {
    left: 1rem;
  }
}

/* 404 page */
.template-404 main {
  color: #373737;
  padding: 1.6rem;
}

.template-404 .main-container,
.template-404 .main-container-plain {
  padding-top: 66px;
  padding-bottom: 66px;
  text-transform: uppercase;
}

.template-404 .main-container .subtext,
.template-404 .main-container-plain .subtext {
  margin-right: 3.2rem;
}

.template-404 .collection__title.title-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.template-404 h2 {
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.template-404 .btn-shop-all {
  line-height: 1;
}

@media screen and (max-width: 579px) {
  .template-404 .main-container .subtext,
  .template-404 .main-container-plain .subtext {
    white-space: nowrap;
  }

  .template-404 .main-container p,
  .template-404 .main-container-plain p {
    display: flex;
    justify-content: space-between;
    text-align: right;    
  }
}

/* add top padding pages */
.main-container,
.template-search.spaced-section,
.template-customers #MainContent > div,
#MainContent > div:first-of-type {
  padding-top: 66px;
}

#MainContent > section:first-of-type {
  padding-top: 89px;
}

.template-index #MainContent > section:first-of-type {
/*  padding-top: 30px;*/
/*  padding-top: 95px;*/
}

.template-page-fit-guide #MainContent section:first-of-type {
  padding-top: 66px;
}

/* Hide pagination for infinite scroll */
.template-collection .pagination,
.template-search .pagination {
/*  display: none;*/
}

@media screen and (max-width: 990px) {
  .template-404 .main-container,
  .template-404 .main-container-plain,
  .main-container,
/*  .template-search.spaced-section,*/
  .template-customers #MainContent > div,
  #MainContent > div:first-of-type,
  .template-page-fit-guide #MainContent section:first-of-type  {
      padding-top: 30px;
  }

  #MainContent > section:first-of-type {
    padding-top: 53px;
  }
 
  .template-index #MainContent > section:first-of-type {
/*      padding-top: 70px;*/
  }

  .template-search.spaced-section {
    padding-top: 0;
  }
}

@media screen and (max-width: 749px) {

  #MainContent > section:first-of-type {
    padding-top: 52px;
  }
}


.shopify-challenge__button {
  margin-top: 2rem !important;
}

body.mega-menu-open:after {
  content: '';
  display: block;
  position:fixed;
  left:0;
  right: 0;
  bottom: 0;
  top:0;
  background-color: rgba(0,0,0,0.3);
  transition: opacity 0.2s linear;
  z-index: 5;
}


.alert {
  line-height: 1.67;
  margin-bottom: 2.4rem;
}

.alert-success {
  color: #00f;
}

.alert-error {
  color: #f00;
}

.grecaptcha-badge { 
  display: none !important;
}

.overflow-hidden #dummy-chat-button-iframe {
  display: none;
}
 
.boost-pfs-filter-tree-open-body #dummy-chat-button-iframe {
  display: none;
}

.ios-select-wrapper {
  position: relative;
}

.ios-select-wrapper:after {
  content: '+';
  display: block;
  position: absolute;
  right: 8px;
  top: 4px;
}

.ios-select-wrapper select {
  border-radius: 0;
  -webkit-appearance: none;
  padding: 0 4px;
}

@media screen and (max-width: 749px) {
  #dummy-chat-button-iframe,
  #shopify-chat iframe {
    transform: scale(0.85) !important;
    right: -5px !important;
    bottom: -5px !important;
  }
}

@media screen and (max-width: 749px) {
  .hide-on-mobile {
    display: none;
  }
}

.afterpay-logo.brand-afterpay, 
.afterpay-logo.brand-afterpay svg { 
  width: 69px !important;
}

.for-you .main-page-title.page-title {
  visibility: none;
}


.main-page-title {
  font-size: 12px;
  text-transform: uppercase;
}

.megamenu-product-image {
/*  max-width: 200px;
  min-width: 200px;
  justify-self: flex-end;*/
} 

 
/*#MegaMenu-Content-1 > ul > li:nth-child(6),*/
#MegaMenu-Content-1 > ul > li:nth-child(10),
/*#MegaMenu-Content-2 > ul > li:nth-child(2),*/
#MegaMenu-Content-3 > ul > li:nth-child(5),
#MegaMenu-Content-3 > ul > li:nth-child(6),
#MegaMenu-Content-1 > ul > li:nth-child(7)  {
/* display: none;*/
}


#MegaMenu-Content-2 > ul > li:nth-child(9) {
/*  display: none;*/
}

@media screen and (min-width: 990px) {
  #MegaMenu-Content-1 > ul > li:nth-child(1) {
/*    display: none;*/
  }

  #MegaMenu-Content-2 > ul > li:nth-child(9) {
/*    display: block;
    position: absolute;
    right: 40px;
    top: 0;
    max-width: 200px;*/
  }

  #MegaMenu-Content-2 {
/*    min-height: 360px;*/
  }
}

#MegaMenu-Content-2 > ul > li:nth-child(4) {
  /*grid-column-start: auto;
  grid-column-end: 6;*/
}

.bg-video {
  position: relative;
  z-index: -1;
  width: 100%;
}


@media screen and (max-width: 749px) {
  .bg-video--hide-on-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 750px) {
  .bg-video--hide-on-desktop {
    display: none !important;
  }

  .bg-video {
    z-index: 1;
  }
}

@media screen and (min-width: 749px) and (max-width: 1199px) {
  .bg-video {
    min-height: calc(100vh - 632px);
  }
}

@media screen and (min-width: 1200px) {
  .bg-video {
    min-height: calc(100vh - 632px);
  }
}

.bg-video.is-visible {
  z-index: 1;
}



.badge--discount {
  position: relative;
  background-color: #aaa;
  border: 1px solid #aaa;
/*  display: none;*/
}

.badge--60 {
/*  background-color: #f00;*/
  border: 1px solid #f00;
  color: #f00;
/*  display: none;*/
/*  color: #fff;*/
}

.badge--50 {
/*  background-color: #ff7600;*/
border: 1px solid #ff7600;
  color: #ff7600;
/*  display: none;*/
}

.badge--40 {
/*  background-color: #ff8039;*/
border: 1px solid #ff8039;
  color: #ff8039;
/*  display: none;*/
}

.badge--30 {
  /*  background-color: #ffff00;*/
  border: 1px solid #a0a029;
  color: #a0a029;
  /*  display: none;*/
}



.sale-savings {
  position: absolute;
  left: 8px;
  bottom: -3px;
/*  display: none;*/
}

.sale .sale-savings {
  display: block;
}

.sale-savings .badge--discount {
  background-color: transparent;
/*  border: 1px solid red;*/
/*  color: red;*/
  padding: 1px 5px 1px 2px;
  font-size: 7px;
}

@media screen and (min-width: 750px) {
  .sale-savings .badge--discount {
    padding: 2px 5px 2px 2px;
  }
}

.template-product .product__info-container .sale-savings {
  position: relative;
  left: initial;
  bottom: initial;
  top: initial;
  right: initial;
}






/* Start: Gross stuff */

#Banner-template--15763127828527__03b9280a-cd4e-48ab-8a1b-47eb56d22017 > div.banner__content.banner__content--bottom-left.page-width-full > div > div:nth-child(2) > p:after {
  content: '';
  position: absolute;
  width: 29px;
  height: 17px;
  bottom: 2px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38.76 26.45' style='enable-background:new 0 0 38.76 26.45;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.1984;stroke-miterlimit:10;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.0979;stroke-miterlimit:10;%7D .st3%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpolyline class='st0' points='7.46,7.06 25.43,7.06 25.43,20.06 '/%3E%3Cg%3E%3Cline class='st2' x1='19.55' y1='15.27' x2='24.98' y2='20.28'/%3E%3Cline class='st2' x1='31.3' y1='15.27' x2='25.87' y2='20.28'/%3E%3C/g%3E%3Cpolygon class='st3' points='24.44,20.53 25.43,21.46 26.68,20.28 25.33,19.65 '/%3E%3C/g%3E%3C/svg%3E");
}

.template-index #Details-menu-drawer-container > summary > span > svg.icon.icon-hamburger > g,
.template-index .header__bag--mobile svg,
.template-collection-hero .header__bag--mobile svg,
.template-collection-carousels .header__bag--mobile svg {
  fill: #000;
}
.template-index .shopify-section-header-sticky #Details-menu-drawer-container>summary>span>svg.icon.icon-hamburger>g,
.template-index .shopify-section-header-sticky .header__bag--mobile svg,
.template-collection-hero .shopify-section-header-sticky .mobile__header-region-toggle .menu-drawer__menu-item,
.template-collection-carousels .shopify-section-header-sticky .mobile__header-region-toggle .menu-drawer__menu-item,
.template-collection-hero .shopify-section-header-sticky .header__bag--mobile svg,
.template-collection-carousels .shopify-section-header-sticky .header__bag--mobile svg {
  fill: #000;
}

.template-collection-hero #shopify-section-header:not(.shopify-section-header-sticky) .menu-drawer-container:not(.menu-opening) .header__icon--menu .icon,
.template-index .header__bag--mobile svg,
.template-collection-hero .header__bag--mobile svg,
.template-index .mobile__header-region-toggle .menu-drawer__menu-item,
.template-collection-hero .mobile__header-region-toggle .menu-drawer__menu-item,
.template-collection-carousels #shopify-section-header:not(.shopify-section-header-sticky) .menu-drawer-container:not(.menu-opening) .header__icon--menu .icon,
.template-index .header__bag--mobile svg,
.template-collection-carousels .header__bag--mobile svg,
.template-index .mobile__header-region-toggle .menu-drawer__menu-item,
.template-collection-carousels .mobile__header-region-toggle .menu-drawer__menu-item {
  color: #000;
}

.template-index .shopify-section-header-sticky .mobile__header-region-toggle .menu-drawer__menu-item,
.template-collection-hero .shopify-section-header-sticky .mobile__header-region-toggle .menu-drawer__menu-item,
.template-collection-carousels .shopify-section-header-sticky .mobile__header-region-toggle .menu-drawer__menu-item {
  color: #000;  
}


.template-index.mobile-menu-open #Details-menu-drawer-container > summary > span > svg.icon.icon-hamburger > g,
.template-index.mobile-menu-open .header__bag--mobile svg,
.template-collection-hero.mobile-menu-open .header__bag--mobile svg,
.template-collection-carousels.mobile-menu-open .header__bag--mobile svg  {
  fill: #000;
}
.template-collection-hero.mobile-menu-open #shopify-section-header:not(.shopify-section-header-sticky) .menu-drawer-container:not(.menu-opening) .header__icon--menu .icon,
.template-index.mobile-menu-open .header__bag--mobile svg,
.template-collection-hero.mobile-menu-open .header__bag--mobile svg,
.template-index.mobile-menu-open .mobile__header-region-toggle .menu-drawer__menu-item,
.template-collection-hero.mobile-menu-open .mobile__header-region-toggle .menu-drawer__menu-item,
.template-collection-carousels.mobile-menu-open #shopify-section-header:not(.shopify-section-header-sticky) .menu-drawer-container:not(.menu-opening) .header__icon--menu .icon,
.template-index.mobile-menu-open .header__bag--mobile svg,
.template-collection-carousels.mobile-menu-open .header__bag--mobile svg,
.template-index.mobile-menu-open .mobile__header-region-toggle .menu-drawer__menu-item,
.template-collection-carousels.mobile-menu-open .mobile__header-region-toggle .menu-drawer__menu-item {
  color: #000;
}

.mobile__header-region-toggle {
  display: none;
}


@media screen and (max-width: 989px) {
  .mobile__header-region-toggle {
    display: block;
    position: absolute;
    right: 137px;
    top: 8px;
  }

  .shopify-section-header-sticky .mobile__header-region-toggle {
    top: 2px;
  }

}

@media screen and (max-width: 750px) {
  .mobile__header-region-toggle {
    right: 140px;
  }
}

.mobile__header-region-toggle .drawer__close {
  z-index: 2;
  right: 20px;
}

/*
#Banner-template--15548297904175__d4d35388-fd6e-4559-9383-eb4d8c98e67f > div.banner__content.banner__content--middle-left.page-width > div > div.banner__text.body > span,
#Banner-template--15548297904175__d4d35388-fd6e-4559-9383-eb4d8c98e67f > div.banner__content.banner__content--middle-left.page-width > div > div.banner__text.victor-serif-trial > p {
  color: #000;
}

#Banner-template--15548297904175__d4d35388-fd6e-4559-9383-eb4d8c98e67f > div.banner__content.banner__content--middle-left.page-width {
  margin: 20px;
}

#Banner-template--15548297904175__d4d35388-fd6e-4559-9383-eb4d8c98e67f {
  min-height: 45vw;
}


#shopify-section-template--15548297379887__collection-with-hero > div.collection-image-with-text > div.collection-texts > h1 {
  width: 200px;
}

@media screen and (max-width: 749px) {
  #Banner-template--15548297904175__d4d35388-fd6e-4559-9383-eb4d8c98e67f > div.banner__content.banner__content--middle-left.page-width {
    bottom: initial;
    right: initial;
    top: 180px;
    left: 20px; 
  }

  #Banner-template--15548297904175__d4d35388-fd6e-4559-9383-eb4d8c98e67f > div.banner__content.banner__content--middle-left.page-width > div {
    text-align: left;
  }

  #Banner-template--15548297904175__d4d35388-fd6e-4559-9383-eb4d8c98e67f > div.banner__content.banner__content--middle-left.page-width {
    margin: 0px;
  }
}
*/

@media screen and (max-width: 750px) {
  .template-index #MainContent > section .banner__media {
/*      height: 117vw;*/
      position: relative;
  }
  .template-index #MainContent > section .banner__box p {
/*    margin-bottom: 5px;*/
  }

  .template-index #MainContent > section .banner__content {
/*    left: 1.5rem;
    right: initial;*/
  }
} 

.size-guide {
  /*  display: none;*/ 
  position: relative;
}

.product-form__input details.size-guide {
  display: none;
}

.xse_carousel_container.xse_carousel_config {
/*  display: none !important;*/
}
.xse_size_selector_container{
  display: none !important;
}

body.loop-returns-activated {
  padding-bottom: 46px;
}

body.loop-returns-activated .drawer {
  height: calc(100% - 46px);
}

body.mobile-menu-open #gorgias-chat-container,
body.overflow-hidden #gorgias-chat-container,
body.region-select-open #gorgias-chat-container,
body.mobile-menu-open .acsb-trigger,
body.overflow-hidden .acsb-trigger,
body.region-select-open .acsb-trigger {
  display: none !important;
}

.loop-onstore {
  background-color: #e8ff01 !important;
/*  flex-direction: row-reverse;*/
}

.loop-onstore__amount,
.loop-onstore__copy {
  color: #000 !important;
}

.loop-onstore__back {
  margin-left: 10px !important;
  order: 0;
  margin-right: auto;
  color: #e8ff01 !important;
  background: #000 !important;
  font-family: 'NeueMontreal';
  text-transform: uppercase;
  border-radius: 0px !important;
  border: none !important;
}

.loop-onstore__amount {
  order: 2;  
}

.loop-onstore__copy {
  order: 3;
}

.loop-onstore {
  z-index: 5000 !important;
}

.loop-onstore__back-icon path {
  stroke: #e8ff01 !important;
}

.loop-onstore {
  padding: 1rem 1.5rem 1rem 60px !important;
}


body.loop-returns-activated .main-cart-footer afterpay-placement,
body.loop-returns-activated #dynamic-checkout-cart,
body.loop-returns-activated afterpay-placement {
  display: none !important;
}

body.loop-returns-activated #chat-button {
  bottom: 55px !important;
}

#FreeShippingBanner {
  line-height: 1.2;
  font-size: 11px;
}

body.mobile-menu-open #shopify-section-announcement-bar 
body.mobile-menu-open .ge-free-shipping-container {
  visibility: hidden;
  max-height: 0;

}

.ge-free-shipping-container {
  z-index: 2;
  color: #fff;
  background: #000;
}

.product-form__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}


.product-form__buttons--split {
  /*grid-template-columns: 1fr 1fr;*/
}

.product-form__buttons .product-form__submit.no-pickup-available {
  grid-column-start: 1;
  grid-column-end: 3;
}

.product-form__buttons square-placement {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
}

.product-form__buttons .button {
  padding: 8px;
  line-height: normal;
}

.product-form__submit.button.klaviyo-bis-trigger {
  order: -1;
}

.store-availability-drawer-opener {
  height: 100%;
}

.product-form__buttons afterpay-placement {
  order: 2;
  display: block !important;
  margin-top: 0 !important;
  padding-bottom: 10px;
}

.shopify-payment-button {
  order: 3;
}

 
.boost-pfs-filter-tree-content {
      width: 100%;
}

@media screen and (max-width: 749px) {
  .filters-toolbar-wrapper label[for="SortBy"] {
    display: none;
  }
}

.in-right {
  min-width: 104px;
}

@media screen and (min-width: 750px) {
  .in-right {
    min-width: 500px;
  }
}

.template-index #MainContent {
/*  background: #000;*/
}

.final-sale {
  color: #f00;
}



@media screen and (min-width: 750px) {
  #product-grid .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);*/
  }
}

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


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

@media screen and (min-width: 1024px) {
  .fleece-set #product-grid .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }
}

#MainContent {
  flex: 1;
}


.fit-guide__page-nav {
  margin: 0 auto 60px auto;
  text-align: center;
}

.fit-guide__page-nav-item {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 20px;
}

@media screen and (min-width: 950px) {
  .fit-guide__page-nav-item {
    margin: 0 60px;
  }
}

.template-page-fit-guide .fit-guide__page-nav-item--men,
.template-page-womens-fit-guide .fit-guide__page-nav-item--women {
  text-decoration: underline;
}

.template-page-fit-guide .bg-video + .block-text {
  color: #fff;
}

@media screen and (max-width: 989px) {
 .list-menu__item {
    justify-content: flex-start !important;
  }
}

.black-label .banner--large:not(.banner--adapt),
.lvii-xxi-collection .banner--large:not(.banner--adapt) {
  min-height: 57vw;
}

@media screen and (min-width: 750px) {
  .banner--large:not(.banner--adapt) {
    height: 36vw;
  }
}

 

/*Bad stuff*/


.template-page-contact .rich-text__wrapper h5 {
    font-size: calc(var(--font-heading-scale) * 1.7rem);
    font-weight: 700;
}

@media screen and (min-width: 750px) {
    .template-page-contact .rich-text__wrapper h5 {
        font-size: calc(var(--font-heading-scale) * 1.8rem);
    }
}

a h1.ss25-heading {
  margin: 0 !important;
  text-transform: uppercase;
  padding-bottom: 3vw;
  color: #fff;
  font-size: 1.5vw;
  text-align: center;
}

span.ss25-button {
    border: 2px solid #fff;
    font-size: 1vw;
    text-transform: uppercase;
    padding: 0.7vw 5.5vw;
    background-color: transparent;
    margin: 0 1vw;
    color: #fff;
    cursor: pointer;
    width: 15vw;
    display: inline-block;
    text-align: center;
    transition: all .3s ease;
}

span.ss25-button:hover {
  background-color: #fff;
  color: #1c1e32;
  transition: all .3s ease;
}

.template-index h2.banner__heading.h1 {
  color: #fff;
  font-size: 1.7vw;
}

.template-index h2.banner__heading.h1 span {
  position: relative;
}

.template-index h2.banner__heading.h1 span svg {
  width: 1.5vw;
  transition: all .3s ease;
}

.template-index h2.banner__heading.h1 span:hover svg {
  transform: translateX(15px);
  transition: all .3s ease;
}



@keyframes slideInRight {
  0% {
    transform: translateX(-10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.slideInRight-animation {
  animation: 1s slideInRight forwards;
}

.slideInLeft-animation {
  animation: 1s slideInLeft forwards;
}

.slideInDown-animation {
  animation: 1s slideInDown forwards;
}

.slideInUp-animation {
  animation: 1s slideInDown forwards;
}


@media screen and (max-width: 749px) {
  .template-index h2.banner__heading.h1 {
    color: #fff;
    font-size: 3.7vw;
  }

  .template-index h2.banner__heading.h1 span svg {
    width: 4vw;
  }

  a h1.ss25-heading {
    font-size: 4.5vw;
  }

  span.ss25-button {
    font-size: 3vw;
    padding: 1vw 5.5vw;
    width: 34vw;
  }

  .template-index h2.banner__heading.h1 span:hover svg {
    transform: translateX(7px);
    transition: all .3s ease;
  }
}


/*.template-index h2.banner__heading.h1 span:after {
  content: '';
  position: absolute;
  top: 0;
  right: -3vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' class='icon icon-arrow' viewBox='0 0 14 10'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M8.537.808a.5.5 0 0 1 .817-.162l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 1 1-.708-.708L11.793 5.5H1a.5.5 0 0 1 0-1h10.793L8.646 1.354a.5.5 0 0 1-.109-.546' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-size: 2vw 2vw;
  height: 2vw;
  width: 2vw;
}
*/
.vday.template-collection .collection-title {
  font-size: 21px;
  text-transform: uppercase;
}

.vday.template-collection .collection-header {
/*  display: none;*/
}

.vday.template-collection-hero #MainContent > div:first-of-type {
  padding-top: 89px;
}

@media screen and (max-width: 989px) {
  .vday.template-collection-hero .collection-image-with-text {
    margin: 1.5rem;
  }

  .vday.template-collection-hero #MainContent > div:first-of-type {
    padding-top: 51px;
  }
}


.mitchell-ness .btn-shop-all.text-uppercase,
.bball .btn-shop-all.text-uppercase {
  display: none;
}

#shopify-section-template--17916098576431__custom_liquid_wpMBEX {
  line-height: 0;
}
.template-index .grid--5-col-desktop .grid__item {
  width: 20% !important;
  max-width: 20% !important;
  border-right: 1px solid #ccc;
  padding: 0 10px
}

.template-index .grid--5-col-desktop .grid__item:last-of-type {
  border-right: 0;
}

.template-index .collection .page-width-full {
  padding: 0;
}

.template-index .grid {
  column-gap: 0;
  row-gap: 0;
}


@media screen and (max-width: 949px) {
  .template-index .grid--5-col-desktop .grid__item:last-of-type {
    display: none;
  }

  .template-index .grid--5-col-desktop .grid__item:nth-of-type(4) {
    border-right: 0;
  }

  .template-index .grid--5-col-desktop .grid__item {
    width: 25% !important;
    max-width: 25% !important;

  }
}

@media screen and (max-width: 749px) {
  .template-index .grid--5-col-desktop .grid__item {
    width: 50% !important;
    max-width: 50% !important;
  }

  .template-index .grid--5-col-desktop .grid__item {
    border-right: 0;
  }
}


#shopify-section-template--17786899529775__image_banner_old_6abiUW h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.3vw;
  text-decoration: underline;
}
#shopify-section-template--17786899529775__image_banner_old_6abiUW .banner__text {
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.1vw;
  font-weight: 300;
}
#shopify-section-template--17786899529775__image_banner_old_6abiUW .banner__text::after {
  content: "";
  top: 2.341vw;
  background-image: url(/cdn/shop/files/arrow-right.png);
  background-size: 100%;
  background-position: -20% 0%;
  position: absolute;
  left: 14vw;
  width: 1vw;
  height: 0.7vw;
}

#shopify-section-template--17786899529775__image_banner_old_gNViED {

}

#shopify-section-template--17786899529775__image_banner_old_gNViED h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 2.3vw;
  font-weight: 700;
  text-decoration: underline;
  margin-left: -1.2vw;
  transform: translateY(4vw);
}

#shopify-section-template--17786899529775__image_banner_old_gNViED .banner__text {
  margin-top: 0.4vw;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 2.1vw;
  font-weight: 300;
  padding-top: 1vw;
  margin-left: -1.2vw;
  transform: translateY(3.4vw);
}

#shopify-section-template--17786899529775__image_banner_old_gNViED .banner__text::after {
  content: "";
  top: 1.2vw;
  background-image: url(/cdn/shop/files/arrow-right.png);
  background-size: 100%;
  background-position: -20% 0%;
  position: absolute;
  left: 26vw;
  width: 2.5vw;
  height: 1.9vw;
}





@media screen and (min-width: 750px) {
  #shopify-section-template--17786899529775__image_banner_M8Yhkc,
  #shopify-section-template--17786899529775__image_banner_QWThmX,
  #shopify-section-template--17786899529775__image_banner_qWd4Qf,
  #shopify-section-template--17786899529775__image_banner_old_gNViED {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  #shopify-section-template--17786899529775__image_banner_f6PVj4,
  #shopify-section-template--17786899529775__image_banner_old_6abiUW {
    display: none;
  }
}


#shopify-section-template--17786899529775__image_banner_f6PVj4 .banner__media-image-half {
  width: calc(100% - 4px);
}

#shopify-section-template--17786899529775__image_banner_f6PVj4 .banner__media-half:first-of-type img {
  left: calc(50% - 3px);
}

#shopify-section-template--17786899529775__image_banner_f6PVj4 .banner__media-half:nth-of-type(2) {
  right: -2px;
}

#shopify-section-template--17786899529775__featured_collection_version2_HNxDeq .slider-mobile-gutter.page-width-full {
  padding: 0;
}

.template-index #MainContent .shopify-section {
/*  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;*/
}

.template-index #MainContent .shopify-section slider-component.slider-mobile-gutter ul {
  margin-top: 0;
}

/*.template-index #MainContent .shopify-section slider-component.slider-mobile-gutter ul li:nth-of-type(1) {
  width: calc(28% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
  max-width: calc(28% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
}*/

/*.template-index #MainContent .shopify-section slider-component.slider-mobile-gutter ul li:nth-of-type(2) {
  width: calc(24% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
  max-width: calc(24% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
}

.template-index #MainContent .shopify-section slider-component.slider-mobile-gutter ul li:nth-of-type(3) {
  width: calc(24% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
  max-width: calc(24% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
}

.template-index #MainContent .shopify-section slider-component.slider-mobile-gutter ul li:nth-of-type(4) {
  width: calc(24% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
  max-width: calc(24% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
}*/

@media screen and (max-width: 749px) {
  #shopify-section-template--17786899529775__featured_collection_version2_HNxDeq .slider-mobile-gutter.page-width-full {
    flex-direction: column;
  }

/*  .template-index #MainContent .shopify-section slider-component.slider-mobile-gutter ul li:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
  }*/

  .shopify-section-template--17786899529775__image_banner_f6PVj4 {
    display: none;
  }

/*  .template-index #MainContent .shopify-section slider-component.slider-mobile-gutter ul li:nth-of-type(2) {
    width: calc(33% - 1rem);
    max-width: calc(33% - 1rem);
  }

  .template-index #MainContent .shopify-section slider-component.slider-mobile-gutter ul li:nth-of-type(3) {
    width: calc(33% - 1rem);
    max-width: calc(33% - 1rem);
  }

  .template-index #MainContent .shopify-section slider-component.slider-mobile-gutter ul li:nth-of-type(4) {
    width: calc(33% - 1rem);
    max-width: calc(33% - 1rem);
  }*/
}



@media screen and (max-width: 749px) {
  #shopify-section-template--17611470274607__bg_video_eb76Yp {
    background: black;
    padding: 50vw 0 !important;
  }
}

@media screen and (max-width: 749px) {
  #shopify-section-template--17786899529775__bg_video_bC936w {
    background: rgb(242,252,124);
    background: linear-gradient(180deg, rgba(242,252,124,1) 0%, rgba(242,252,124,1) 48%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    padding: 23vw 0 8vw !important;
  }
}


.bf24 #ProductCount {
  display: none;
}

.template-page-womens-launch-signup #MainContent {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

#shopify-section-template--15967143297071__f97f76d6-b811-4699-8679-f41ae6667a51,
#shopify-section-template--16429362282693__f97f76d6-b811-4699-8679-f41ae6667a51,
#shopify-section-template--16027760394287__ac323cd4-be2b-48e1-bb69-bae8b3336be6,
#shopify-section-template--16622940422341__ac323cd4-be2b-48e1-bb69-bae8b3336be6,
#shopify-section-template--16027760394287__f97f76d6-b811-4699-8679-f41ae6667a51,
#shopify-section-template--16622940422341__ac323cd4-be2b-48e1-bb69-bae8b3336be6,
#shopify-section-template--16622940422341__f97f76d6-b811-4699-8679-f41ae6667a51,
#shopify-section-template--16376285855791__ac323cd4-be2b-48e1-bb69-bae8b3336be6 {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 40px;
  z-index: -1;
}


#shopify-section-template--15967143297071__ac323cd4-be2b-48e1-bb69-bae8b3336be6 .bg-video,
#shopify-section-template--16429362282693__ac323cd4-be2b-48e1-bb69-bae8b3336be6 .bg-video,
#shopify-section-template--16622940422341__ac323cd4-be2b-48e1-bb69-bae8b3336be6 .bg-video {
    height: calc(100vh - 400px);
}

#shopify-section-template--16027760394287__91402d84-4f4b-47e6-a0ba-7549a616754b .gradient,
#shopify-section-template--16429362282693__254cd3d6-8f7a-4166-b9c4-cc4bf06d45c2 .color-background-1.gradient,
#shopify-section-template--16027760394287__254cd3d6-8f7a-4166-b9c4-cc4bf06d45c2 .color-background-1.gradient,
#shopify-section-template--16027760394287__254cd3d6-8f7a-4166-b9c4-cc4bf06d45c2 form.klaviyo-form,
.section-template--15967143297071__254cd3d6-8f7a-4166-b9c4-cc4bf06d45c2-padding,
#shopify-section-template--16622940422341__254cd3d6-8f7a-4166-b9c4-cc4bf06d45c2 .gradient ,
#shopify-section-template--16622940422341__91402d84-4f4b-47e6-a0ba-7549a616754b .gradient,
#shopify-section-template--16622940422341__254cd3d6-8f7a-4166-b9c4-cc4bf06d45c2 .gradient,
#shopify-section-template--16622940422341__91402d84-4f4b-47e6-a0ba-7549a616754b .gradient,
#shopify-section-template--16365184909359__91402d84-4f4b-47e6-a0ba-7549a616754b .gradient {
  background: transparent !important;
}

@media screen and (max-width: 767px) {
  #shopify-section-template--16027760394287__ac323cd4-be2b-48e1-bb69-bae8b3336be6,
  #shopify-section-template--16622940422341__ac323cd4-be2b-48e1-bb69-bae8b3336be6,
  #Banner-template--16027760394287__f97f76d6-b811-4699-8679-f41ae6667a51,
  #Banner-template--16622940422341__f97f76d6-b811-4699-8679-f41ae6667a51,
  #Banner-template--16622940422341__f97f76d6-b811-4699-8679-f41ae6667a51,
  #Banner-template--16365184909359__f97f76d6-b811-4699-8679-f41ae6667a51 {
    height: 100vh !important;
    width: 100% !important;
  }
}

#shopify-section-template--15967143297071__ac323cd4-be2b-48e1-bb69-bae8b3336be6,
#shopify-section-template--16429362282693__ac323cd4-be2b-48e1-bb69-bae8b3336be6,
#shopify-section-template--16622940422341__f97f76d6-b811-4699-8679-f41ae6667a51,
#shopify-section-template--16622940422341__f97f76d6-b811-4699-8679-f41ae6667a51,
#shopify-section-template--16376285855791__ac323cd4-be2b-48e1-bb69-bae8b3336be6,
#shopify-section-template--16365184909359__ac323cd4-be2b-48e1-bb69-bae8b3336be6,
#shopify-section-template--16365184909359__f97f76d6-b811-4699-8679-f41ae6667a51 {
  position: fixed;
  top: 53px;
  z-index: -1;
}

#shopify-section-template--16365184909359__f97f76d6-b811-4699-8679-f41ae6667a51 {
  width: 100%;
}


#shopify-section-template--16365184909359__254cd3d6-8f7a-4166-b9c4-cc4bf06d45c2 .rich-text {
  background: transparent;
}

.template-page-womens-launch-signup #MainContent {
/*  background: #000;*/
}


/*#shopify-section-template--15650748891183__ecc0fa60-0543-4423-addb-41a62982f8d9 .block-text {
  top: 30px;
  left: 30px;
}
*/
/*@media screen and (max-width: 750px) {
  #shopify-section-template--15650748891183__ecc0fa60-0543-4423-addb-41a62982f8d9 .block-text {
    left: 1.5rem;
    top: 3rem;
  }
}*/


/*END: Bad stuff*/

#XSE-sm_el_515b757b62b740f0b586745cbf58ce9a .xse_title {
  display: block !important;
}

.template-index #XSE-sm_el_515b757b62b740f0b586745cbf58ce9a {
  padding-bottom: 100px !important; 
}

#XSE-sm_el_515b757b62b740f0b586745cbf58ce9a .btn-shop-all {
  display: none;
}





#backToTop {
  display: inline-block;
  background-color: rgba(255,255,255, 0.3);
  width: 50px;
  height: 27px;
  line-height: 1;
  text-align: center;
  position: fixed;
  bottom: 2px;
  right: 50%;
  -webkit-transition: background-color .3s, 
    opacity .5s, visibility .5s;
  -o-transition: background-color .3s, 
    opacity .5s, visibility .5s;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  visibility: hidden;
  z-index: 5;
  line-height: 27px;
  text-transform: uppercase;
  padding-top: 2px;
}

#backToTop::after {
  font-size: 12px;
  line-height: 1;
  color: #000;
}
#backToTop:hover {
  cursor: pointer;
  background-color: #ddd;
}
#backToTop:active {
  background-color: #eee;
}

.template-collection #backToTop.show,
.template-product #backToTop.show,
.template-search #backToTop.show, 
.template-index #backToTop.show {
  opacity: 1;
  visibility: visible;
}

#backToTop svg {
  width: 50%;
    -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.boost-pfs-filter-tree-desktop-button-body .boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer .boost-pfs-filter-apply-all-button {
  text-transform: uppercase ;
  border-radius: 0 !important;
}

.shipping-rates table {
/*  border-top: 1px solid #aaa; 
  border-left: 1px solid #aaa; */
  border-collapse: collapse;
  text-align: center;
  line-height: 1.2;
  table-color: #aaa;
  max-width: 500px;
  width: 100%;
}

.shipping-rates td { 
  line-height: 1.2;
  padding: 8px 3px;
}

.shipping-rates th { 
  padding: 3px;
  line-height: 1.2;
}

.shipping-rates tr, 
.shipping-rates th {
  text-align: center;
/*  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;*/
}

@media screen and (max-width: 640px) {
  .shipping-rates table {
    max-width: initial;
  }
}



/* Start: Kaktus Pre-Order */
[id^=kaktusp-app] .kaktusp-inline kaktusp-volume {
    padding: 0  !important;
}

[id^=kaktusp-app] .kaktusp-form__form,
[id^=kaktusp-app] .product-form, 
[id^=kaktusp-app] .kaktusp-form{
    display: none !important;
}

[id^=kaktusp-app] .kaktusp-inline .kaktusp-checkout-btn, [id^=kaktusp-app] .kaktusp-inline .kaktusp-reject-btn {
    margin: 0 !important;
}

[id^=kaktusp-app] .kaktusp-inline {
    justify-content: flex-start !important;
}

[id^=kaktusp-app] .kaktusp-volume .kaktusp-checkout-btn:hover {
    transform: scale(1.00) !important;
}

[id^=kaktusp-app] .kaktusp-inline .kaktusp-popup__body.kaktusp-width-container {
    max-width: 100% !important;
    min-width: 100% !important;
}
.kaktusp-checkout-btn {
    text-transform: uppercase !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1 !important;
    padding: 9px !important;
    background: #000 !important;
    color: rgb(255, 255, 255) !important;
    width: 100% !important;
    max-width: 100% !important;
}

.kaktusp-popup__title.kaktusp-title {
  padding-top: 10px;
  text-align: center;
}

[id^=kaktusp-app] .kaktusp-volume .kaktusp-checkout-btn {
    text-transform: uppercase !important;
}

[id^=kaktusp-app] .kaktusp-popup__title {
  font-size: 12px !important;
}
/* End: Kaktus Pre-Order */

.united-way-gift-card square-placement,
.gift-card square-placement {
  display: none !important;
}



/* XGen Styles */

/*Xgen Welcom Back Popup*/

/*#XSE-sm_el_b5a4d44e8b464252a04dca61c076cfa5{
  display: block !important;
}*/

.xse_prod_name {
  text-transform: uppercase;
}

.xse_carousel > .xse_rec img {
  mix-blend-mode: normal !important;
}

p.xse_prod_name > p > span:nth-child(3) {
  display: none !important;
}

/* End: XGen Styles */

#locksmith-content {
  padding: 3rem;
  margin-top: 100px;
}

.final-sale-text {
  font-size: 12px;
  color: #f00;
  text-transform: uppercase;
}

.price--red,
.price-item--red,
.price--end.price--red {
  color: #f00;
}

.landing-page-signup {
  border: none;
  width: 100%;
  height: 300px;
  
} 

.counter__wrapper {
  text-align: center;
  width: 100%;
  max-width: 500px;
  height: 300px;
/*  border: 1px solid red;*/
  margin: 0 auto;
}

.css-rl2oo9 {
  min-height: 250px !important;
}

#counter {
  padding: 20px;
  max-width: 1200px;
  margin: 100px auto 0 auto;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-between;
  font-size: 16px;
  text-transform: uppercase;
}


@media screen and (max-width: 749px) {
  #counter {
    margin-top: 40px;
    font-size: 13px;
  }
}

.color--red {
  color: #f00;
}

.archive-sale__nav li a {
  color: #f00;
}

.archive-sale__nav li a:hover {
  color: #f00;
}

.archive-sale__nav .header__menu-item {
  color: #f00;
}

.archive-sale__nav .header__menu-item:hover {
  color: #f00;
}

.archive-sale__nav .link--text {
  color: #f00;
}

.archive-sale__nav .menu-drawer__close-button {
  color: #f00;
}

.archive-sale__nav {
  display: none;
}

.archive-sale__nav.show {
  display: block;
}

#MegaMenu-Content-2 > ul > li.MegaMenu-aligner.archive-sale__nav {
  display: none !important;
}

.site-intl .shopify-section-header-sticky.shopify-section-header-hidden + #MainContent > div:first-of-type {
  padding-top: 14px;
}

.collection--mobile-only {
  display: none !important;
}

.collection--desktop-only {
  display: block !important;
}

.template-collection .collection-title {
  font-size: 12px;
}

.template-collection-hero.template-collection .collection-title {
  font-size: 16px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .collection--mobile-only {
    display: block !important;
  }

  .collection--desktop-only {
    display: none !important;
  }
}


/* Instagram Widget */
.covet-pics-standard-gallery-section {
  max-width: 400px;
  margin: 0 auto;
}

.covet-pics-standard-gallery-section h2 {
  margin-bottom: 10px;
}

.covet-pics-standard-gallery-section p {
  line-height: 1.4;
}

a.button--instagram {
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  margin: 0 0 60px 0;
  transition: background-color .3s ease;
}

a.button--instagram svg {
  width: 24px;
  padding: 5px;
}

a.button--instagram:hover {
  background-color: rgba(255, 255, 255, .9);
  transition: background-color .3s ease;
}

.shopify-app-block {
  text-align: center;
}

.covet-branding {
  display: none !important;
}

.covet-pics-standard-gallery-section {
  margin-top: 60px;
}

covet-pics-widget {
  max-width: 50vw;
  margin: 0 auto 60px auto;
}

@media screen and (max-width: 767px) {
  covet-pics-widget {
    max-width: initial;
  }
}

.source-link,
.shop-this-look {
  color: #000 !important;
}


.share ul li a path, 
.share ul li button path {
  fill: #000 !important;
}


.boost-pfs-search-suggestion-product-title {
  text-transform: uppercase;
}
/**/

/* Search re-work */
.filters-toolbar__mobile-icon svg {   
  display: none;
}

@media screen and (max-width: 767px) {
  .boost-pfs-filter-tree[data-is-desktop], 
  .boost-pfs-filter-tree-desktop-button {
/*      display: block !important;*/
  }

  .in-left {
/*    display: none !important;*/
  }

  .template-search .boost-pfs-filter-tree-mobile-button > button {
    padding: 0;
    width: auto !important;
    background: transparent;
    margin: 0;
    color: #000;
  }

  .template-search .filters-toolbar-wrapper .in-middle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .filters-toolbar__item-child > div {
    flex-basis: 100%;
  }

  .filters-toolbar__mobile-icon svg {    
    display: block;
    margin-right: 5px;
    height: 18px !important;
    width: 18px !important;
/*    transform: translateY(3px);*/
  }
}


.collection-featured-products {
  margin-top: 100px;
  padding-bottom: 100px;
}




@media screen and (max-width: 767px) { 
  .collection-featured-products {
    margin-top: 60px;
  }
}

.intro-text p a {
  text-decoration: underline !important;
}

.filters-toolbar__item-child .collection-filters__label {

}

/* Region Popup */
body .recommendation-modal__selector--flag {
  font-size: 12px !important;
  border: 1px solid #000000 !important;
  border-radius: 0px !important;
  background-color: #fff !important;
}

body .recommendation-modal__container {
  border-radius: 0 !important;
}


body .recommendation-modal__flag img {
    width: 36px !important;
    height: 30px !important;
}

body .recommendation-modal__message,
body .recommendation-modal__message--align-start {
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-family: NeueMontreal !important;
}

body .recommendation-modal__button--minimal {
  font-size: 12p !important;
  font-family: NeueMontreal !important;
}

body .recommendation-modal__benefits ul {
  padding-left: 32px;
}

body .recommendation-modal__benefits ul li {
    font-size: 12px !important;
    line-height: 1.4 !important;
}

body .recommendation-modal__button--minimal {
  font-size: 12px !important;
}

body .recommendation-modal__button {
  background-color: black !important;
  width: 100% !important;
  color: white !important;
  font-size: 12px !important;
  min-height: 32px !important;
  text-transform: uppercase !important;
  padding: 0 3rem !important;
  margin-top: 1rem !important;
  border-radius: 0 !important;
  font-family: NeueMontreal !important;
  height: 32px !important;
}

.section--product_carousel {
  background-color: #fff;
}




.banner__media {
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  .blue-sky-inn .banner__media {
    height: 150vw !important; 
  }
}


@media screen and (min-width: 767px) {
  .blue-sky-inn .banner--large:not(.banner--adapt) {     
    height: 56.5vw !important; 
  }
}

.template-page-skinny .diagram__flip-cta,
.template-page-slim-straight .diagram__flip-cta,
.template-page-flare .diagram__flip-cta,
.template-page-carpenter .diagram__flip-cta,
.template-page-wide .diagram__flip-cta,
.template-page-baggy .diagram__flip-cta {
    display: none;
}


/* TOTE Styles  */
 #widget-_tote {
/*  display: none;*/
  z-index: 5;
  
} 

 #widget-_tote.is-visible {
  display: block;
} 


#tote-app > div > div + div {
  border-radius: 0 !important;
}

#tote-btn,
.tote-pdp-button{
/*  display: none;*/
  background-color: #334fb4;
  height: 32px !important;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255, 255, 255, calc(1 - 1.0 )), 0 0 0 var(--buttons-border-width) rgba(51,79,180, var(--alpha-button-background)) !important;
}

#tote-btn.is-visible,
.tote-pdp-button.is-visible {
  display: block !important;
}

#tote-btn:after,
.tote-pdp-button:after {
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255, 255, 255, calc(1 - 1.0 )), 0 0 0 var(--buttons-border-width) rgb(51 79 180) !important;
}

#tote-btn:hover,
.tote-pdp-button:hover {
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255, 255, 255, calc(1 - 1.0 )), 0 0 0 calc(var(--buttons-border-width) + 1px) rgba(51,79,180, var(--alpha-button-background)) !important;
}

.tote_main-module-widgetButton-*,
#tote-app-main-button {
  font-size: 12px !important;
  border-radius: 0 !important;
}


.tote_cart-module-imageWrapper-* {
  background-color: transparent !important;
}

.tote_main-module-root-* img {
  margin: 0 auto !important;
}

.tote_cart-module-cart-* .tote_cart-module-screenHeading-*,
#widget-_tote h1 {
  font-size: 14px !important;
  text-transform: uppercase  !important;
}

.tote_cart-module-cart-* .tote_cart-module-contents-* .tote_cart-module-cartItem-* .tote_cart-module-infoContainer-* {
  font-size: 12px !important;
  text-transform: uppercase !important;
}

span.tote_main-module-updateModeWarning-*,
.tote_cart-module-cart-lm8Od .tote_cart-module-info-* {
  font-size: 12px !important;

}

.tote_cart-module-info-* {
  margin-bottom: 10px !important;
}

span.tote_main-module-updateModeWarning-* {
  margin-bottom: 10px !important;  
}

.tote_Footer-module-container-* {
/*  display: none !important;*/
}

.tote_dialog-module-dialog-*,
.tote_forms-module-radioToggleGroup-* label {
  border-radius: 0 !important;
}

body input[type=text].tote_forms-module-formControl-*, 
body input[type=email].tote_forms-module-formControl-*, 
body input[type=tel].tote_forms-module-formControl-*, 
body select.tote_forms-module-formControl-*,
.react-tel-input .selected-flag {
  border-radius: 0 !important;
  font-size: 12px !important;
}

.tote_appointment-module-appointment-* .tote_appointment-module-dateTimeSelect-* .tote_appointment-module-formControl-* {
  box-shadow: none !important;
}


.tote_appointment-module-appointment-* .tote_appointment-module-datePin-* {
  width: 15px !important;
  height: 15px !important;
}

.tote_forms-module-radioToggleGroup-* input[type=checkbox]:checked+label {
    border-radius: 0 !important;
}


.tote_forms-module-radioToggleGroup-* input[type=radio]:checked+label, .tote_forms-module-radioToggleGroup-* input[type=checkbox]:checked+label {
  color: #fff !important;
}

.tote_education-module-education-* .tote_education-module-welcomeScreen-* .tote_education-module-greeting-Kynle {

}

.tote_appointment-module-appointment-* .tote_appointment-module-dateTimeSelect-* .tote_appointment-module-flexWrapper-*,
.tote_education-module-education-* .tote_education-module-welcomeScreen-* {
  font-size: 12px !important;
}

button.tote_MainButton-module-mainButton-* {
  height: 32px !important;
}

.tote_education-module-education-* .tote_education-module-welcomeScreen-* .tote_education-module-welcomeTextContainer-* .tote_education-module-welcomeText-*,
.tote_education-module-education-* .tote_education-module-welcomeScreen-* .tote_education-module-infoText-* {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.tote_cart-module-cart-* .tote_cart-module-locationSelect-* .tote_cart-module-flexWrapper-* {
    font-size: 12px !important;
    margin-bottom: 6px !important; 
}

.tote_appointment-module-appointment-* .tote_appointment-module-bookingDetailsFieldContainer-* .tote_appointment-module-phoneInputButtonClass-* {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding-right: 10px;
}


.tote_forms-module-formControl-*,
.tote_forms-module-formControl-*.tote_appointment-module-formControl-* {
  height: 35px !important;
}

.tote_appointment-module-infoContainer-*,
.tote_appointment-module-bookingDetailsFieldLabel-* {
  font-size: 12px !important;
}

.tote_appointment-module-appointment-* .tote_appointment-module-additionalInfoContainer-* {
  align-self: flex-start !important;
      width: 100% !important;
}

.tote_appointment-module-appointment-* .tote_appointment-module-additionalInfoContainer-* .tote_appointment-module-additionalInfo-* { 
  width: 100% !important;
  font-size: 12px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.tote_appointment-module-appointment-* .tote_appointment-module-bookingDetailsFieldContainer-* .tote_appointment-module-bookingDetailsFieldLabel-*,
.tote_confirmation-module-confirmation-* .tote_confirmation-module-infoText-*,
.tote_confirmation-module-confirmation-* .tote_confirmation-module-infoText-*,
.tote_confirmation-module-confirmation-* .tote_confirmation-module-infoText-*  {
  font-size: 12px !important;
}

.tote_confirmation-module-confirmation-* .tote_confirmation-module-screenHeading-* {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.tote_appointment-module-dateTimeSelect-* {
  gap: 10px !important;
}

#tote-app input, 
#tote-app button,
#tote-app label,
#tote-app * {
  border-radius: 0 !important;
} 

#tote-app .react-tel-input .selected-flag {
  border-radius: 0 !important;
}
 

#tote-app input[type=checkbox]:checked+label {
  color: #fff !important;
}


.tote-button {
  cursor: pointer;
  justify-content: flex-start;
  color: #373737;
  border: 0;
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  letter-spacing: normal;
}

.tote-button:after {
  box-shadow: none;
}


@media screen and (max-width: 600px) {

  #tote-app > div:first-of-type > div:nth-of-type(2) > div:first-of-type span {
    bottom: 2px !important;
  }


  #tote-app > div > div + div {
    border-radius: 0 !important;
    padding: 7px !important;
    height: 40px;
  }



          
       



  .tote_main-module-widgetButton-* {
    border: 1px solid red !important;
    border-radius: 0 !important;
  } 


  .tote_main-module-widgetButton-*.tote_main-module-widgetButtonOpen-* {
    min-width: 50px !important;
  }

  .tote_main-module-widgetButton-* {
    width: auto !important;
  }

  .tote_questionnaire-module-questionnaire-* .tote_questionnaire-module-questionsContainer-* div.tote_questionnaire-module-question-* {
    font-size: 12px !important;
  }

  .tote_appointment-module-appointment-* .tote_appointment-module-dateTimeSelect-* .tote_appointment-module-flexWrapper-* {
    font-size: 12px !important;
  }

  .tote_cart-module-cart-* .tote_cart-module-contents-* .tote_cart-module-cartItemOutOfStockTag-* {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
}
/* end tote styles */



#Details-menu-drawer-menu-item-1 .menu-drawer__menu-item,
#Details-menu-drawer-menu-item-1 #link-Sale .menu-drawer__close-button {
/*  color: #f00;*/
}


.template-page-early-black-friday .rich-text__blocks {
    max-width: 500px;
}


.template-page-early-black-friday .kl-private-reset-css-Xuajs1 {
  min-height: initial !important;
 }


.template-page-early-black-friday .section-template--16783057190959__254cd3d6-8f7a-4166-b9c4-cc4bf06d45c2-padding,
.template-page-early-black-friday .section-template--16712027668527__254cd3d6-8f7a-4166-b9c4-cc4bf06d45c2-padding {
  padding-bottom: 0;
}

.template-page-early-black-friday #MainContent {
  background-image: url(/cdn/shop/files/PF--DEKSTOP-signup.jpg?v=1715807666);
  background-size: cover;
  background-position: 50% 50%;
}

.template-page-early-black-friday #MainContent div,
.template-page-early-black-friday #MainContent .klaviyo-form {
  background-color: transparent !important;
}

.template-page-early-black-friday #MainContent .rich-text h2 {
  color: #fff;
  margin-bottom: 0;
}

.template-page-early-black-friday .counter__wrapper {
  margin-top: -40px;
}

.template-page-early-black-friday #MainContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.template-index #shopify-section-template--16783057027119__bg_video_JzTGHe .block-text p {
  font-size: 20px;
  font-family: NeueMontreal;
  letter-spacing: .2px;
}

.template-index #shopify-section-template--16783057027119__bg_video_JzTGHe .block-text {
  width: 100%;
  bottom: 0;
}

.page-load-status .button--infinite-scroll {
  width: 180px;
  margin: 5px;
}

#shopify-section-template--16783057027119__bg_video_9hzBfT .block-text p {
  font-family: NeueMontreal;
  text-align: left;
  letter-spacing: .5px;
}


#shopify-section-template--16788038746159__collection-nav {
  display: none;
}

#shopify-section-template--16788038746159__collection-nav.is-visible {
  display: block;
}

#shopify-section-template--16788038746159__product-grid {
  padding-top: 60px;
}


.friends-and-family-sale.template-collection .header-container h2 {
  font-size: 22px !important;
}

@media screen and (max-width: 767px) {
  .friends-and-family-sale.template-collection .header-container h2 {
    font-size: 18px !important;
  }
}


/* hack fix for global-e sale prices */

/*.non-us-region #XSE-sm_el_62f05397a0264afba990785181e2eff4 .xse_sale .xse_prod_price,
.non-us-region #XSE-sm_el_348d7cdaa7764a1db7fa3e7e2265c663 .xse_sale .xse_prod_price,
.non-us-region #XSE-sm_el_bcfcd058c3fd4272a2c80ccc6aa81346 .xse_sale .xse_prod_price,
.non-us-region .xse_sale .xse_prod_price {
    text-decoration: initial !important; 
    color: #f00 !important;
}
 
.non-us-region #XSE-sm_el_62f05397a0264afba990785181e2eff4 .xse_sale .xse_sale_price,
.non-us-region #XSE-sm_el_348d7cdaa7764a1db7fa3e7e2265c663 .xse_sale .xse_sale_price,
.non-us-region #XSE-sm_el_bcfcd058c3fd4272a2c80ccc6aa81346 .xse_sale .xse_sale_price,
.non-us-region .xse_sale .xse_sale_price {
  text-decoration: line-through !important; 
}

.us-region #XSE-sm_el_62f05397a0264afba990785181e2eff4 .xse_sale .xse_sale_price,
.us-region #XSE-sm_el_348d7cdaa7764a1db7fa3e7e2265c663 .xse_sale .xse_sale_price,
.us-region #XSE-sm_el_348d7cdaa7764a1db7fa3e7e2265c663 .xse_sale .xse_sale_price,
.us-region .xse_sale .xse_sale_price {
  color: #f00 !important;
}

@media (max-width: 750px) { 
     .xse_sale .xse_sale_price,
     .xse_sale .xse_sale_price,
     .xse_sale .xse_sale_price,
     .xse_sale .xse_sale_price,
     .xse_sale .xse_sale_price,
     .xse_sale .xse_sale_price,
     .xse_sale .xse_sale_price {
     
    }
}
*/

/* More bad stuff */


body.non-us-region #shopify-section-template--18844504457263__image_banner_basic_bQAfUe,
body.non-us-region #shopify-section-template--18844504457263__image_banner_basic_BE8h98 {
  display: none;
}

#MegaMenu-Content-3--sub > ul > li:nth-child(14) > a,
#MegaMenu-Content-4--sub > ul > li:nth-child(11) > a,
#Details-menu-drawer-menu-item-3  ul > li:nth-child(14) > a,
#Details-menu-drawer-menu-item-4  ul > li:nth-child(11) > a {
  /*color: #f00;*/
}
#Banner-template--17824284835887__image_banner_UDjnRn .banner__box .banner__text:first-of-type {

}

#Banner-template--17824284835887__image_banner_UDjnRn .banner__box {
  max-width: 100%;
  height: 100%;
  bottom: 0;
}

#Banner-template--17824284835887__image_banner_UDjnRn .banner__box .banner__text:first-of-type,
#Banner-template--17824284835887__image_banner_UDjnRn .banner__box .banner__text:nth-of-type(2) {
  text-align: left;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  bottom: 0;
  position: absolute;
}

#Banner-template--17824284835887__image_banner_UDjnRn .banner__box .banner__text:first-of-type {
  position: absolute;
  left: calc(-100% - 60px);
  bottom: 0;
}


#Banner-template--17824284835887__image_banner_UDjnRn .banner__box:nth-of-type(2) {
  z-index: 1;
  bottom: 0;
}
  
@media screen and (max-width: 749px) {
  #Banner-template--17824284835887__image_banner_UDjnRn .banner__box .banner__text:nth-of-type(2) {
    font-size: 20px;
    bottom: 30px;
    right: 1.5rem;
  }

  #Banner-template--17824284835887__image_banner_UDjnRn .banner__box .banner__text:first-of-type {
    font-size: 20px;
    bottom: calc(100% + 30px);
    left: 1.5rem;
  }

  #shopify-section-template--17824284835887__image_banner_UDjnRn {
    height: 299vw;
  }

}



#Banner-template--17824284835887__image_banner_UDjnRn > a.\32 222.banner__media.media.banner__media-half > div > div > div.banner__text.caption-with-letter-spacing {
    left: 0%;
    z-index: 1;
    transform: translate(0%, -50%);
}

#shopify-section-template--16991291703343__collage_Wb4twe > div > div > div > div.collage__item.collage__item--image.collage__item--left > div > a > div:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/cdn/shop/files/pf-block-overlay.png?v=1718726932);
  background-size: cover;
  opacity: 0;
  transition: all .3s ease;
}
 
#shopify-section-template--16991291703343__collage_Wb4twe > div > div > div > div.collage__item.collage__item--image.collage__item--left > div > a > div:hover:after {
  opacity: 1;
  transition: all .3s ease;
}

@media screen and (max-width: 749px) {
  #shopify-section-template--16991291703343__collage_Wb4twe > div > div > div > div.collage__item.collage__item--image.collage__item--left > div > a > div:after {
    opacity: 1;
  }
}





/* Homepage PF24 */
.template-index .bg-video-section .block-text {
  color: #fff;
  width: 100%;
  left: 0;
  top: 50%;
}

.template-index .bg-video-section p.text1 {
  position: absolute;
  left: 10%;
  font-size: 2.2vw;
  line-height: 1;
  transform: translate(0%, -50%);
  font-weight: 500;
}


.template-index .bg-video-section p.text2 {
  position: absolute;
  right: 11%;
  border: 2px solid #fff;
  padding: .2vw 3vw;
  text-transform: uppercase;
  font-family: NeueMontreal;
  font-weight: 400;
  font-size: 1vw;
  transform: translate(0%, -50%);
}



@media screen and (max-width: 749px) {
  .template-index .bg-video-section p.text1 {
    left: 50%;
    font-size: 5.2vw;
    transform: translate(-50%, -100%);
  }

  .template-index .bg-video-section p.text2 {
    font-size: 12px;
    right: 50%;
    transform: translate(50%, 33%);
    padding: 0 3rem;
    line-height: 28px;
  }
}


  .template-index .banner__big-text {
    
  }










 
.template-collection-carousels #MainContent > section:first-of-type {
  padding-top: 0;
}



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

.template-page-contact  .rich-text:not(.rich-text--full-width) .rich-text__wrapper {
    width: 100%;
}

.template-page-contact .collapsible-content-wrapper-narrow {
  max-width: 81rem;
}

.rcc-search__container {
  justify-content: center;
}

.rcc-search__main {
  width: 100%;
}

@media screen and (min-width: 750px) {
    .template-page-contact .page-width--narrow,
    .template-page-contact .isolate.page-width {
        padding: 0 1.5rem;
        max-width: 81rem;
    }
}

@media screen and (min-width: 990px) {
    .template-page-contact .page-width--narrow {
/*        padding: 0 3rem;*/
    }


}


.template-collection-blanks .collection-header {
  display: none;
}

.product__pickup-availabilities--modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  top: 0;
  left: 0;
}

.product__pickup-availabilities--modal.is-visible {
  display: block;
} 




.p001-low-rise-skinny-jean-worn-grey-knee-slit .denim-wash-body ul li:nth-of-type(2) {
  display: none;
}


/*BambooHR Careers page*/
#BambooHR {
  font-family: NeueMontreal !important;
}

#BambooHR h2 {
  font-size: 12px !important;
}

#BambooHR .BambooHR-ATS-Department-Header {
  font-family: VictorSerifTrial !important;
}

#BambooHR .BambooHR-ATS-Jobs-List,
#BambooHR .BambooHR-ATS-Location {
  font-family: NeueMontreal !important;
}

#BambooHR .BambooHR-ATS-Jobs-Item a {
    font-size: 12px !important;
}

#BambooHR #BambooHR-ATS + div {
  display: none !important;
}

.template-page-purple-flagship-store-contest #widget-_tote {
  display: none;
}    

#widget-_tote .tote_main-module-buttonText-ajTbg {
  display: none;
}

.template-page-purple-flagship-store-contest #MainContent {
  margin-bottom: 0;
}
.template-page-purple-flagship-store-contes .main-page-title {
  

}

.template-page-purple-flagship-store-contest .main-container > .page-width .rte {
  background-color: #fff;
  padding: 20px 0;
}

@media screen and (max-width: 990px) {
  .template-page-purple-flagship-store-contest #MainContent > section:first-of-type {
      margin-bottom: 100px;
  }
}


.template-search .search-title {
  text-transform: uppercase;
}

.template-search__search .field__input {
  padding: 1.5rem;
}

.template-search__search .field: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: .1rem solid transparent;
    border-radius: var(--inputs-radius);
    box-shadow: rgba(18, 18, 18, 0.55) 0px 0px 0px 1px;
    transition: box-shadow var(--duration-short) ease;
    z-index: 1;
}

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

.template-search__search .field:hover.field:after, 
.template-search__search .select:hover.select:after, 
.template-search__search .select__select:hover.select__select:after, 
.template-search__search .customer .field:hover.field:after, 
.template-search__search .customer select:hover.select:after, 
.template-search__search .localization-form__select:hover.localization-form__select:after {
    box-shadow: rgba(18, 18, 18, 0.55) 0px 0px 0px 2px;
    outline: 0;
    border-radius: var(--inputs-radius);
}

.template-search__search .field__input:focus, 
.template-search__search .select__select:focus, 
.template-search__search .customer .field input:focus, 
.template-search__search .customer select:focus, 
.template-search__search .localization-form__select:focus.localization-form__select:after {
  box-shadow: rgb(18, 18, 18) 0px 0px 0px 2px;
  outline: 0;
  border-radius: 0;

}

.template-search__search .field__input:not(:placeholder-shown) {
      padding: 2.2rem 1.5rem .8rem 2rem;
}

.template-search__search .field__input:focus {
  padding: 2.2rem 1.5rem .8rem 2rem;
}

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








.search-modal .field__input {
  padding: 1.5rem;
}



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

.search-modal .field:hover.field:after, 
.search-modal .select:hover.select:after, 
.search-modal .select__select:hover.select__select:after, 
.search-modal .customer .field:hover.field:after, 
.search-modal .customer select:hover.select:after, 
.search-modal .localization-form__select:hover.localization-form__select:after {
    box-shadow: rgba(18, 18, 18, 0.55) 0px 0px 0px 2px;
    outline: 0;
    border-radius: var(--inputs-radius);
}

.search-modal .field__input:focus, 
.search-modal .select__select:focus, 
.search-modal .customer .field input:focus, 
.search-modal .customer select:focus, 
.search-modal .localization-form__select:focus.localization-form__select:after {
  box-shadow: rgb(18, 18, 18) 0px 0px 0px 2px;
  outline: 0;
  border-radius: 0;

}

.search-modal .field__input:not(:placeholder-shown) {
      padding: 2.2rem 1.5rem .8rem 2rem;
}

.search-modal .field__input:focus {
  padding: 2.2rem 1.5rem .8rem 2rem;
}

.search-modal .field__input,
.search-modal .customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem; 
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}  
  
.search-modal__form .field: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: 1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: rgba(18, 18, 18, 0.55) 0px 0px 0px 2px;
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.mobile-facets__disclosure.disclosure-has-popup.menu-opening {
  z-index: 30;
}

@media screen and (min-width: 750px) {
  .template-collection .mobile-facets__wrapper {
/*    display: none;*/
/*    z-index: 1;*/
  }

  .template-collection .btn-filter-desktop {
    display: none;
  }
}


@media screen and (max-width: 989px) {
  .predictive-search.predictive-search--header {
    max-height: calc(100vh - 150px) !important;
  }
}

@media screen and (min-width: 990px) {
  .shopify-section-header-sticky predictive-search.search-modal__form {
    top: -13px;
  }
  .shopify-section-header-sticky .modal__close-button.link{
    margin-top: -12px;
  }

}

.gift-card .tote-button,
.gift-card .product__accordion--fit,
.gift-card .product__accordion--hangtag,
.gift-card .product__accordion--other {
  display: none;
}









/* BF Header */
.header__bf {
/*  display: none !important;*/
  background-color: #e62537;
  color: #fff;
  width: 100vw;
  position: absolute;
  top: 89px;
  left: 0;
/*  font-family: HelveticaMonospacedPro-Rg;*/
}

body:not(.template-index) .header__bf {
  display: none;
}

.shopify-section-header-sticky .header__bf {
  top: 57px;
}

.header__bf-lead {
  font-family: VictorSerifTrial;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  width: 147px;
  height: 35px;
  overflow: hidden;
  opacity: 1;
  transition: all .3s ease;
}

.shopify-section-header-sticky .header__bf-lead {
  width: 0px;
  opacity: 0;
  transition: all .3s ease;
}
.header__bf-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}

a.header__bf-nav-item {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 15px;
  text-decoration: underline;
}

.header__bf-nav-item-text svg {
  width: 10px;
  height: 10px;
  fill: #fff;
  margin: 5px 0px 0px 2px;
}

.header__bf.page-width-full {
    padding: 3px 0 3px 0;
}

.header__bf {
  display: flex;
}

.header__bf--cyber-monday {
  background-color: #000;
  color: #fff;
}

.bf24 .header__bf--cyber-monday {
  background-color: #000;
  color: #000;
}

@media screen and (max-width: 989px) {
  .header__bf {
    top: 52px;
  }

  .shopify-section-header-sticky .header__bf {
    top: 36px;
  }
}

@media screen and (max-width: 949px) {
  
  .header__bf {
    top: 52px;
  }

  .header__bf-lead {
    display: none;
  }

  .header__bf.page-width-full {
      padding: 0 0 2px 0;
  }
  .shopify-section-header-sticky .header__bf {
    top: 36px;
  }

  a.header__bf-nav-item {
    padding-right: 10px;
  }
}


.header__bf .wrapper {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
/*  font-family: HelveticaMonospacedPro-Rg;*/
}

.header__bf .text-scrolling {
  width: 100%;
}


.header__bf .row {
  overflow: hidden;
  height: 35px;
  position: relative;
}

.header__bf .row p {
  position: absolute;
  left: 0%;
  transform: translateX(-50%);
  color: #000;
  min-width: 200%;  
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.header__bf .bold {
  font-weight: 700;
}

.header__bf .last-word {
  margin-right: 40px;
  color: #000 !important;
  background-color: #fff;
  padding: 4px 3px 1px 3px;
  margin-top: -3px;
}

.header__bf .row p span, 
.header__bf .row p:after {
  position: relative;
  color: #fff;
  display: table;
  font-size: 12px;
  white-space: nowrap;
/*  top: -4px; */
}

.bf24 .header__bf .row p span {
  color: #f2fc7c;
  line-height: 1.2;
} 

.header__bf .row-1 p {
  animation: scrolling-type-1 20s infinite linear;
}

.header__bf .row p span {
  display: table;
  margin: 0 auto;
} 

.header__bf .row-group {
    padding: 0 30px;
    text-align: center;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
}

 


@media screen and (min-width: 2000px) {
  .header__bf .row-1 p {
    animation: scrolling-type-1 20s infinite linear;
  }
}


@media screen and (min-width: 3000px) {
  .header__bf .row-1 p {
    animation: scrolling-type-1 20s infinite linear;
  }
}

@media screen and (max-width: 749px) {
  .header__bf .row p span, 
  .header__bf .row p:after {
    font-size: 9px;    
  }

  .header__bf .row {
    height: 28px;
  }

  .header__bf .row p {
    margin: 8px;
  }

  .header__bf .row p span {
    top: 1px;
  }

  .header__bf .row-1 p {
    animation: scrolling-type-1 20s infinite linear;
  }

}


@keyframes scrolling-type-1 {
  0% {
    transform: translate(0, 0%);
    opacity: 0%;
  }
  2%{
    opacity:100%;
  }
  98%{
    opacity:100%;
  }
  100% {
    transform: translate(-50%, 0%);
    opacity: 0%;
  }
}






/* END: BF Header */






/* Mega Menu redesign */

.desktop-megamenu {
  background-color: rgb(var(--color-background));
  height: auto;
  border: none;
  left: 0;
  overflow-y: auto;
  padding: 2.4rem 3rem;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
}

.header__menu-item .icon-caret,
.header__menu-item .icon-caret,
.header__menu-item .icon-caret {
/*  display: none;*/
}

#Details-HeaderMenu-1 > .header__menu-item > .icon-carat,
#Details-HeaderMenu-2 > .header__menu-item > .icon-carat,
#Details-HeaderMenu-3 > .header__menu-item > .icon-carat {
/*  display: block;*/
}


#Details-menu-drawer-menu-item-3 ul.menu-drawer__menu > a.menu-drawer__menu-item,
#Details-menu-drawer-menu-item-4 ul.menu-drawer__menu > a.menu-drawer__menu-item {
/*  pointer-events: none;*/
  font-weight: 700;
}


.megamenu-product-image {
/*  display: none;*/
}

@media screen and (min-width: 990px) {
  .mens-menu #MegaMenu-Content---sub > ul > li:nth-child(1),
  .womens-menu #MegaMenu-Content---sub > ul > li:nth-child(1) {
/*    display: none;*/
  }
} 

#shopify-section-template--17675040063535__bg_video_EVJYTj .block-text,
#shopify-section-template--17611470274607__bg_video_EVJYTj .block-text {
  top: initial;
  bottom: 50px;
}

#shopify-section-template--17675040063535__bg_video_EVJYTj .block-text p.text1,
#shopify-section-template--17611470274607__bg_video_EVJYTj .block-text p.text1 {
  transform: initial;
  left: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

@media screen and (min-width: 750px) {
  #shopify-section-template--17675040063535__bg_video_EVJYTj .block-text,
  #shopify-section-template--17611470274607__bg_video_EVJYTj .block-text {
    bottom: 67px;
  }

  #shopify-section-template--17675040063535__bg_video_EVJYTj .block-text p.text1,
  #shopify-section-template--17611470274607__bg_video_EVJYTj  .block-text p.text1 {
    left: 3rem;
    font-size: 40px;
  }
}




.template-index .collection__title.title-wrapper .btn-shop-all {
  display: none;
}


/* Essential Upsell  */

a[data-essential-upsell-element="title"] {
  text-align: left !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

div[data-essential-upsell-element="content-container"] input[type='checkbox'] {
  width: 16px !important;
  height: 16px !important;
  border-radius: 0 !important;
}

div[data-essential-upsell-element="title"] {
  font-weight: 400 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-family: NeueMontreal  !important;
}
div[data-essential-upsell-element="header"] {
  padding-left: 0 !important;
}

div[data-essential-upsell-element="title"] {
  font-weight: 700 !important;
}

button[data-essential-upsell-element="add-to-cart-button"], {
  border: 1px solid #000 !important;
  padding: 8px !important;
}

#SortBy-mobile {
  text-align: right;
}



/* Share Cart */
.incubate-keep-and-share-your-cart-title {
  margin: 0  !important;
  text-transform: uppercase;
}

.incubate-keep-and-share-your-cart-links div, 
.incubate-keep-and-share-your-cart-links a {
/*    background: #fff !important;
    color: #000 !important;*/
    margin: 0 2px !important;
}


/* Postscript Popup */
#ps__widget_container {
  z-index: 6 !important;
}

iframe#ps__widget {
  inset: auto 1px 1px auto !important;
}

@media screen and (min-width: 750px) {
  #ps__widget_container {
    max-height: 552px !important;
    max-width: 550px !important;
/*    height: 100% !important;*/
    width: 100% !important;
/*    border: 1px solid red !important;*/
    left: initial !important;
    right: 0 !important;
/*    z-index: 1 !important;*/
  }

  iframe#ps__widget {
    max-height: 450px !important;
    max-width: 550px !important;
    bottom: 0 !important;
    right: 0 !important;
    
/*    height: 100% !important;*/
/*    width: 100% !important;*/
    inset: auto 0px 0px auto !important;
/*    border: 1px solid green !important;*/
  }
}



 
/* tight grid stuff */
#ProductGridContainer .grid,
.product-recommendations .grid,
#recently-viewed-products,
.grid {
  column-gap: 2px;
  row-gap: 2px;
}


#ProductGridContainer .grid--2-col-tablet-down .grid__item {
  width: calc(50% - 2px);
  max-width: calc(50% - 2px);
}

@media screen and (min-width: 750px) {
  #ProductGridContainer .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 2px);
    max-width: calc(33.33% - 2px);
  }

  .product__media-list {
    column-gap: 1px !important;
    row-gap: 1px  !important;
  }
}

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

.product__info-container {
  padding-top: 5px;
  position: relative;
}

#main-cart .incubate-keep-and-share-your-cart-widget {
  margin-bottom: 50px !important;
}

.ss25-mens .card,
.mitchell-ness .card,
.ss25-womens .card {
  background: #f8f8f8;
}

/* END: tight grid stuff */
 


.video-set__static-image {
  width: 100%;
  height: auto;
}

h2.homepage-title {
  padding: 0 1.5rem;
  font-size: 4vw;
} 

.homepage-title--overlay {
  left: 0;
  position: absolute;
  bottom: 0;
  color: #fff;
/*  font-size: 2.4vw;*/
  line-height: 1;
  font-size: 4vw;
  width: 90vw;
  text-align: left;
}

.homepage-title svg,
.homepage-title--overlay svg {
  width: 4.4vw;
}

@media screen and (min-width: 750px) {
  .homepage-title svg,
  .homepage-title--overlay svg {
    width: 2.6vw;
  }

  .homepage-title--overlay {
    left: 1.5rem;
    bottom: 1.4rem;
    font-size: 2.6vw;
  }


 
  h2.homepage-title {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 990px) {
  .homepage-title {
    padding: 0 3rem;
    font-size: calc(var(--font-heading-scale)* 2rem);
    line-height: 1;
  }

  h2.homepage-title {
    padding: 0 3rem;
  }

  .homepage-title svg,
  .homepage-title--overlay svg {
    width: 2.4vw;
  }

  .homepage-title--overlay {
    min-width: 60vw;
      left: 0;  
      bottom: 0;    
  }
}


/* Memorial Day Sale */
.memorial-day-sale__collection-title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  font-size: 8vw;
}

.memorial-day-sale__collection-button {
  width: auto;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  padding: 11px 3rem;
}

.memorial-day-sale__collection-button:before {
}

.memorial-day-sale__collection-button:after {
  box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 1px, rgb(255, 255, 255) 0px 0px 0px 1px;
}

.memorial-day-sale__collection-button:hover:after {
  box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 1px, rgb(255, 255, 255) 0px 0px 0px 1px !important;
}
 
.memorial-day-sale__collection-description {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
 
.memorial-day-sale__collection-enticer {
  color: #fff;
  font-size: 12px;
  margin-top: 0;
} 

.product__sale-message {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  margin: 30px 0 0 0;
}

.sale #MainContent > div:first-of-type {
  /*padding-top: 0;*/
}

.sale .collection-nav .collection-nav_item {
  background-position: 50% 0%;
}

.product__sale-date {
  color: #555;
} 

.product__sale-button {
  margin-bottom: 40px; 

}

.product__sale-button.is-hidden {
  display: none;
}

.product__sale-signup {
  display: none;
  margin-top: 30px;
}

.product__sale-signup.is-visible{
  display: block;
}


.template-collection-memorial-day-sale .banner__custome-liquid--multi-button {
  width: 100%;
  max-width: 700px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 56.25vw;
  top: 50%;
  bottom: initial;
}

.template-collection-memorial-day-sale #ps__phone-subscribe.sms-signup__email::placeholder,
.template-collection-memorial-day-sale #ps__phone-subscribe.sms-signup__email::-webkit-input-placeholder,
.template-collection-memorial-day-sale #ps__phone-subscribe.sms-signup__email:-moz-placeholder ,
.template-collection-memorial-day-sale #ps__phone-subscribe.sms-signup__email::-moz-placeholder,
.template-collection-memorial-day-sale #ps__phone-subscribe.sms-signup__email:-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}

.template-collection-memorial-day-sale #ps__phone-subscribe.sms-signup__email {
  font-size: 12px !important;
}

.sale #ps__subscribe-form {
  max-width: 420px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .template-collection-memorial-day-sale .banner__custome-liquid--multi-button {
    width: calc(100% - 3rem);
  }
}


@media screen and (min-width: 750px) {
  .mens-sets #ProductGridContainer .grid--3-col-tablet .grid__item,
  .womens-sets #ProductGridContainer .grid--3-col-tablet .grid__item {
    width: calc(25% - 2px) !important;
    max-width: calc(25% - 2px) !important;
  }


  .memorial-day-sale__collection-title {
    font-size: 4vw;
  }
} 


#shopify-section-announcement-bar .gradient {
  word-spacing: -3px;
  background: #0000FF;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 255, 0.5) 0%, rgba(255, 0, 0, 0.5) 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 255, 0.5) 0%, rgba(255, 0, 0, 0.5) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 255, 0.5) 0%, rgba(255, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000FF", endColorstr="#FF0000", GradientType=0);
}




#shopify-section-template--18243885498415__image_banner_basic_wzKFDa .banner__custome-liquid--multi-button,
#shopify-section-template--18243885498415__image_banner_basic_Bgpah3  .banner__custome-liquid--multi-button,
#shopify-section-template--18599559757871__image_banner_basic_AYd9cg  .banner__custome-liquid--multi-button,
#shopify-section-template--18599597670447__image_banner_basic_AYd9cg .banner__custome-liquid--multi-button,
#shopify-section-template--18219060527151__image_banner_basic_zCQxDj .banner__custome-liquid--multi-button,
#shopify-section-template--18243885498415__image_banner_basic_Af9HYj .banner__custome-liquid--multi-button,
#shopify-section-template--18243885498415__image_banner_basic_eMrqCz .banner__custome-liquid--multi-button,
#shopify-section-template--18243885498415__image_banner_basic_UUJjUi .banner__custome-liquid--multi-button {
    width: calc(100% - 6rem);
    bottom: initial;
    top: 50%;
    transform: translate(-50%, -33%);
    /* width: auto; */
    background-color: #000;
    padding: 3vw;
}

#shopify-section-template--18599597670447__image_banner_basic_AYd9cg .banner {
  min-height: 16vw;
  max-height: 300px;
}

 @media screen and (max-width: 749px) {
    #shopify-section-template--18243885498415__image_banner_basic_wzKFDa .banner__custome-liquid--multi-button,
    #shopify-section-template--18243885498415__image_banner_basic_Bgpah3 .banner__custome-liquid--multi-button,
    #shopify-section-template--18599559757871__image_banner_basic_AYd9cg .banner__custome-liquid--multi-button,
    #shopify-section-template--18599597670447__image_banner_basic_AYd9cg .banner__custome-liquid--multi-button,
    #shopify-section-template--18219060527151__image_banner_basic_AtdkAt .banner__custome-liquid--multi-button,
    #shopify-section-template--18243885498415__image_banner_basic_zLgjNK .banner__custome-liquid--multi-button,
    #shopify-section-template--18243885498415__image_banner_basic_UXEegb .banner__custome-liquid--multi-button,
    #shopify-section-template--18243885498415__image_banner_basic_UXEegb .banner__custome-liquid--multi-button {
        width: calc(100% - 6rem);
        transform: translate(-50%, -50%);
        bottom: initial;
        top: 50%;
        /*width: auto;*/
        background-color: #000;
        padding: 20px;
    }
}

.sale .banner__custome-liquid--multi-button {
  background-color: initial !important;
  padding: initial !important;
}

.sale .collection-nav .collection-nav_item:nth-of-type(5) {
      background-position: 50% 87%;
}

@media screen and (min-width: 941px) {
  .sale .collection-nav--style-2 .collection-nav .collection-nav_item {
    height: 23.66vw;
  }
} 



.collectionsmemorial-day-salewomens .lifestyle-card {
  display: none;
}
/* END: Memorial Day Sale */




.pushowl-simple-toast__action-buttons button {
  width: 30px !important;
  height: 33px !important;
}

.pushowl-simple-toast {
  height: 33px !important;
  border-radius: 0 !important;
}

.pushowl-simple-toast__title {
  font-size: 10px !important;
}

.pushowl-simple-toast {
  left: 2px !important;
  box-shadow: none !important;
  bottom: 35px !important;
}

.pushowl-simple-toast__yes-button {
  font-size: 10px !important;
  line-height: 12px !important;
  padding: 5px 12px !important;
  border-radius: 0 !important;
}

.is-maximized .pushowl-simple-toast__title-container .bell-icon {
  transform: scale(0.75);
}

.pushowl-bell-button svg {
  transform: scale(0.75);
}

.pushowl-simple-toast__action-buttons svg {
  width: 10px;
  height: 10px;
}

square-placement {
  padding-top: 5px;
}



.plp-video {
  z-index: -1;
}
