/** Shopify CDN: Minification failed

Line 4428:33 Unexpected "="

**/
/* SIMPLIFY PDP TEST */
.ombraz-npdp__len-collection {
  display: none !important;
}

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

.home-image-banner-v2 {
  display: none !important;
}

.home-centered-banner-v2.hidden {
  display: block !important;
  margin-bottom: 100px;
}

@media screen and (max-width: 415px) {
  .home-centered-banner-v2__home-info-title h1 {
    display: grid;
    font-family: "Montserrat Bold", sans-serif;
    color: #fff;
    margin-block: 0;
    line-height: 0.8;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
}

/* Derived from base colors (theme settings) */
:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-foreground-rgb: var(--color-base-text-rgb);
  --color-background: var(--color-base-background-1);
  --color-background-rbg: var(--color-base-background-1-rgb);
  --payment-terms-background-color: var(--color-base-background-1);
}

.color-background-2 {
  --color-background: var(--color-base-background-2);
  --color-background-rbg: var(--color-base-background-2-rgb);
}

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

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-foreground-rgb: var(--color-base-solid-button-labels-rgb);
  --color-background: var(--color-base-accent-1);
  --color-background-rbg: var(--color-base-accent-1-rgb);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-foreground-rgb: var(--color-base-solid-button-labels-rgb);
  --color-background: var(--color-base-accent-2);
  --color-background-rbg: var(--color-base-accent-2-rgb);
}

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

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

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

:root,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-foreground-75: rgba(var(--color-foreground-rgb), 0.75);
  --color-foreground-70: rgba(var(--color-foreground-rgb), 0.7);
  --color-foreground-55: rgba(var(--color-foreground-rgb), 0.55);
  --color-foreground-50: rgba(var(--color-foreground-rgb), 0.5);
  --color-foreground-40: rgba(var(--color-foreground-rgb), 0.4);
  --color-foreground-30: rgba(var(--color-foreground-rgb), 0.3);
  --color-foreground-20: rgba(var(--color-foreground-rgb), 0.2);
  --color-foreground-10: rgba(var(--color-foreground-rgb), 0.1);
  --color-foreground-8: rgba(var(--color-foreground-rgb), 0.08);
  --color-foreground-4: rgba(var(--color-foreground-rgb), 0.04);
  --color-foreground-3: rgba(var(--color-foreground-rgb), 0.03);
}

/* Links */

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

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

/* Primary button */

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

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

/* Secondary button */

.button--secondary {
  --color-button-background: transparent;
  --color-button-border: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button-text-rgb: var(--color-base-outline-button-labels-rgb);
}

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

/* Tertiary button */

.button--tertiary {
  --color-button-background: transparent;
  --color-button-border: rgba(var(--color-base-outline-button-labels-rgb), 0.2);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button-text-rgb: var(--color-base-outline-button-labels-rgb);
}

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

/* Badges */

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

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

/*  Cards and announcement bar */

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

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

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

/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

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

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

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

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

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

  .page-width-desktop {
    max-width: 120rem;
    padding: 0 5rem;
  }
}

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

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

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

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

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

.color-background-2 {
  color: #fff;
  background-color: transparent;
}

.background-secondary {
  background-color: var(--color-foreground-4);
  padding: 4rem 0 5rem;
}

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

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.shopify-challenge__container {
  margin: 12rem auto 4rem;
}

@media screen and (min-width: 750px) {
  .shopify-challenge__container {
    margin: 18rem auto 7rem;
  }
}

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

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: normal;
  letter-spacing: 0.06rem;
  color: var(--color-foreground);
  line-height: 1.3;
}

.h0 {
  font-size: 4rem;
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: 5.2rem;
  }
}

h1,
.h1 {
  font-size: 3rem;
}

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

h2,
.h2 {
  font-size: 2rem;
}

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

h3,
.h3 {
  font-size: 1.7rem;
}

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

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

h5,
.h5 {
  font-size: 1.2rem;
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: 1.3rem;
  }
}

h6,
.h6 {
  color: var(--color-foreground-75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

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

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

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: 1.7;
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

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

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: 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 var(--color-foreground-20);
  /* draws the table border  */
}

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

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

@media screen and (max-width: 749px) {
  header.page-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
/* div:empty, */
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

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

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

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

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

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

.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: var(--color-foreground-20);
  display: block;
  margin: 5rem 0;
}

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

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

.placeholder {
  background-color: var(--color-foreground-4);
  color: var(--color-foreground-55);
  fill: var(--color-foreground-55);
}

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

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

/* 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.35rem);
}

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

/* base-focus */

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

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

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */

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

/* Negate the fallback side-effect for browsers that support :focus-visible */

*:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid var(--color-foreground-50);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 var(--color-foreground-30);
}

/* Fallback */

.focus-inset:focus {
  outline: 0.2rem solid var(--color-foreground-50);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 var(--color-foreground-30);
}

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

/* component-title */

.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title-wrapper {
  margin-bottom: 5rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 4rem 0 3rem;
  flex-wrap: wrap;
}

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

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

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

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

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

.title-wrapper-with-link a {
  color: var(--color-base-outline-button-labels);
  margin-top: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 990px) {
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}

.subtitle {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  color: var(--color-foreground-70);
}

/* component-grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* component-media */

.media {
  display: block;
  background-color: var(--color-foreground-10);
  position: relative;
  overflow: hidden;
}

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

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

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

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

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

deferred-media {
  display: block;
}

/* component-button */

/* Button - default */

.button,
.shopify-challenge__button,
.customer button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  font-family: Montserrat, sans-serif;
  /* padding: 0.9rem 3rem 1.1rem; */
  padding: 0.9rem 3rem 1rem;
  text-decoration: none;
  border: 1px solid;
  border-radius: 0;
  /* background-color: var(--color-button-background); */
  /* box-shadow: 0 0 0 0.1rem var(--color-button-border); */
  background-color: transparent;
  border-color: var(--color-button-border);
  color: var(--color-base-outline-button-labels);
  min-width: 12rem;
  min-height: 4rem;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  text-transform: uppercase;
}

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

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

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: 9rem;
  min-height: 3.5rem;
}

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

.button.loading:after {
  animation: loading var(--duration-long) infinite linear;
  border: 0.5rem solid rgba(var(--color-button-text-rgb), 0.4);
  border-left: 0.5rem solid var(--color-button-text);
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 2rem;
  position: absolute;
  width: 2rem;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* component-form */

.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: var(--color-foreground);
  font-size: 1.6rem;
  width: 100%;
  box-shadow: 0 0 0 0.1rem var(--color-foreground-55);
  height: 4rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  /* font-size: 1.2rem; */
  color: var(--color-foreground-75);
}

#ContactForm-role.select__select {
  -webkit-appearance: auto;
  appearance: auto;
}

.field__input:hover,
.select__select:hover,
.customer .field input:hover,
.customer select:hover,
.localization-form__select:hover {
  box-shadow: 0 0 0 0.2rem var(--color-foreground-55);
}

.field__input:focus-visible,
.select__select:focus-visible,
.field input:focus-visible {
  box-shadow: 0 0 0 0.1rem var(--color-foreground-55),
    0 0 0 0.3rem var(--color-background),
    0 0 0.5rem 0.4rem var(--color-foreground-30);
}

.field__input:focus,
.select__select:focus,
.field input:focus {
  box-shadow: 0 0 0 0.1rem var(--color-foreground-55),
    0 0 0 0.3rem var(--color-background),
    0 0 0.5rem 0.4rem var(--color-foreground-30);
}

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

/* Select */

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

.select__select,
.customer select {
  cursor: pointer;
  padding: 0 4rem 0 1.5rem;
}

/* Field */

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

.customer .field {
  display: block;
}

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

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

.field__label,
.customer .field label {
  font-size: 1.4rem;
  left: 1.5rem;
  top: 1rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: var(--color-foreground-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: 0.3em;
  letter-spacing: 0.04rem;
}

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

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

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

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

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

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

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

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

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

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

/* component-quantity */

.quantity {
  border: 0.1rem solid var(--color-foreground-55);
  position: relative;
  width: 14rem;
  display: flex;
}

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

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

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

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem var(--color-background) inset !important;
  -webkit-box-shadow: 0 0 0 10rem var(--color-background) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* component-modal */

.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 2;
}

.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: var(--color-background);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-count-bubble {
  position: absolute;
  /*   background-color: var(--color-base-accent-1);
  color: var(--color-base-solid-button-labels);
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: 1.1; */

  color: #909090;
  height: 1.7rem;
  width: 1.7rem;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.1;
  top: 10px;
  left: 21px;
  font-weight: bold;
}

/* section-announcement-bar */

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

.announcement-bar {
  border-bottom: 0.1rem solid var(--color-foreground-20);
  color: var(--color-foreground);
  padding: 0.5rem 0 0.25rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 990px) {
  .announcement-bar {
    justify-content: center;
  }
}

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

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

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

@media screen and (min-width: 750px) {
  .announcement-bar__link .icon-arrow {
    height: 1.3rem;
  }
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  text-align: center;
  padding: 6px 4px;
  margin: 0 auto;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  .announcement-bar__message {
    font-size: 11px;
    padding: 2px 4px;
  }
}

@media screen and (max-width: 480px) {
  .announcement-bar__message {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  .announcement-bar__message {
    letter-spacing: 0.5px;
  }
}

/* section-header */

#shopify-section-header {
  z-index: 3;
  will-change: transform;
}

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

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

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

/* Main Header Layout */

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

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

.header {
  display: grid;
  grid-template-areas: "dummy-space left-icon heading icons header-drawer";
  /*   grid-template-columns: 1fr 1fr 2fr 1fr 1fr; */
  grid-template-columns: 1fr 0 2fr 0 1fr;
  align-items: center;
  /*   background-color: var(--color-background); */
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.72);
}

.header.page-width {
  max-width: 100%;
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    padding-left: 25px;
    padding-right: 25px;
  }

  .header--top-left {
    grid-template-areas: "heading icons" "navigation navigation";
    grid-template-columns: 1fr auto;
  }

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

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

  .header--middle-left .header__inline-menu {
    min-width: 45rem;
  }

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

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

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

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

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

.header__heading-link .h2 {
  line-height: 1;
  color: var(--color-foreground-75);
}

@media screen and (max-width: 989px) {
  .header__heading-logo {
    height: auto;
    width: 100%;
    min-width: 250px;
  }
}

@media screen and (max-width: 749px) {
  .header__heading-logo {
    min-width: 220px;
    max-width: 225px;
  }
}

@media screen and (max-width: 480px) {
  .header__heading-logo {
    min-width: 190px;
    max-width: 190px;
  }
}

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

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

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

/* Header icons */

.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

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

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

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

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

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

.header__icon.link--text {
  color: #fff;
  text-decoration: none;
}

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

  .header__icon--cart img {
    width: 30px;
    object-fit: contain;
  }

  .cart-count-bubble {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .header__icon--cart img {
    width: 25px;
    height: auto;
  }

  .cart-count-bubble {
    font-size: 1rem;
    top: 11px;
  }
}

/* Search */

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

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

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

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

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid var(--color-foreground-20);
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: 1.8;
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

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

  .search-modal__content {
    padding: 0 6rem;
  }
}

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

  .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); */
  visibility: visible;
  opacity: 1;
}

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

.header__inline-menu details[open] > .header__submenu {
  opacity: 1;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
}

/* Header menu */

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

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

@media screen and (min-width: 990px) {
  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

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

.header__menu {
  padding: 0 1rem;
}

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

.header__menu-item:hover {
  color: var(--color-foreground);
}

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

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

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

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

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

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

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

.header__submenu .header__menu-item {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
}

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

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

.header__submenu .icon-caret {
  right: 2rem;
}

details-disclosure > details {
  position: relative;
}

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

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

details-modal,
.header__icons {
  display: none !important;
}

/* Button - default */

@media screen and (max-width: 749px) {
  .button,
  .shopify-challenge__button,
  .customer button {
    padding: 0.8rem 2rem;
    min-width: 12rem;
    min-height: auto;
  }

  .button,
  .button-label,
  .shopify-challenge__button,
  .customer button {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 990px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}

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

  .mobile {
    display: block;
  }
}

.home-image-banner {
  margin-top: -10rem;
}

body[class*="page.contact"] .banner__box,
body[class*="page.careers"] .banner__box,
body[class*="page.pro-program"] .banner__box {
  background: transparent;
}

body[class*="page.contact"] .banner__box .banner__heading,
body[class*="page.careers"] .banner__box .banner__heading,
body[class*="page.pro-program"] .banner__box .banner__heading {
  color: #fff;
}

body[class*="page.careers"] .page-width--narrow,
body[class*="page.pro-program"] .page-width--narrow {
  padding-top: 5rem !important;
}

body[class*="page.careers"] .page-title,
body[class*="page.pro-program"] .page-title {
  display: none;
}

body[class*="collection"] #MainContent {
  text-align: center;
}

body[class*="cart"] #MainContent {
  margin-top: 14rem;
}

body[class*="page"] #MainContent .spaced-section {
  margin-top: 0 !important;
}

body[class*="page"]
  #MainContent
  > section:not(:first-of-type)
  .rich-text.color-background-1 {
  margin-top: 4.5rem;
  margin-bottom: 0;
}

body[class*="page"]
  #MainContent
  > section:not(:first-of-type)
  .rich-text.color-background-1
  .rich-text__blocks {
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0 10%;
}

body[class*="product"] .product-list-carousel .header-md {
  font-size: 1.8rem;
}

body[class*="page.contact"]
  #MainContent
  > section:not(:first-of-type)
  .rich-text.color-background-1
  .rich-text__blocks {
  text-align: center;
}

.product\.accessory .spec-expander {
  padding: 1rem 0 !important;
  background-color: #3d3834;
}

.npr {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.npr iframe {
  max-width: 798px;
  margin: auto;
  height: auto !important;
  min-height: 255px;
}

body[class*="page"] .bottom-content {
  min-height: auto !important;
}

body[class*="page"] .bottom-content .left-item img {
  min-height: auto !important;
  max-height: auto !important;
}

@media (max-width: 767px) {
  body[class*="page"]
    #MainContent
    > section:not(:first-of-type)
    .rich-text.color-background-1 {
    margin-top: 3rem;
  }

  body[class*="product"] .product-list-carousel .header-md {
    font-size: 1.2rem;
  }

  .product\.accessory .spec-expander {
    padding: 3px 0 !important;
    font-size: 17px;
  }
}

.video-wrapper {
  max-width: 1000px;
  margin: auto;
}

.youtube {
  background-color: #000;
  margin: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
}

@media screen and (max-width: 940px) {
  .youtube {
    padding-top: 56.25%;
  }
}

.youtube img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  /*0.7*/
}

.youtube .play-button {
  display: block;
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.shopify-policy__container {
  margin-top: 8rem;
  margin-bottom: 4.5rem;
}

/* hide Facebook Pay Button */
#slidecarthq .additional-buttons ul > li:last-of-type {
  display: none !important;
}

.green-button {
  border: 0;
  color: #fff;
  padding: 1rem 6rem;
  background-color: #6d7c69;
}

.image-list__item .green-button {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .image-list__item .green-button {
    margin-top: 2rem;
  }

  .product\.accessories .product__media-wrapper {
    min-height: auto;
  }

  .product\.accessories .product__info-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner__media {
    height: 28rem !important;
  }
}

.video-section__poster,
.video-section__media iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-section__media {
  position: relative;
}

body.index .product-wear .video-wrapper {
  padding-bottom: 0;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.why-ombraz .video-wrapper {
  padding-top: 5rem;
}

@media screen and (max-width: 768px) {
  body.index .product-wear .video-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.rating_count {
  color: #e4b05c;
  font-size: 1.2rem;
  line-height: 1;
}

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

.button--primary {
  background-color: #5b6153;
  border: none;
  color: #fff;
}

.free-shipping {
  /*     font-family: "Montserrat Medium",sans-serif; */
  font-size: 1.3rem;
  line-height: 1.2;
  padding-top: 1rem;
}

.grey-title-wrapper {
  position: relative;
  background-color: #939290;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 400;
}

.swiper {
  --swiper-navigation-size: 26px;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-image: url("/cdn/shop/files/arrow-prev.png");
}

.swiper-button-next:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-image: url("/cdn/shop/files/arrow-next.png");
}

.footer.color-inverse,
.rich-text.color-inverse {
  background-color: #3d3834 !important;
}

@media screen and (max-width: 480px) {
  .promise-item img {
    max-width: 100px;
  }
}

body.index .spaced-section {
  max-width: var(--page-width);
  margin-left: auto;
  margin-right: auto;
}

body.index .spaced-section--full-width:first-child {
  max-width: 100%;
}

body.index .video-wrapper {
  max-width: 100%;
}

.list-menu__item img {
  max-width: 90%;
  margin-bottom: 0;
  height: auto;
}

.menu-drawer__menu-item {
  margin: 0.4rem 0 0.2rem;
}

.small-page-width {
  max-width: calc(760px + 5rem) !important;
}

/* Pro Program Styles */
.grey-price {
  text-decoration: line-through !important;
  color: grey !important;
  right: -24px !important;
  position: relative !important;
}

.new-price {
  font-family: "Montserrat Medium";
  color: black !important;
  position: relative !important;
}

.new-price:before,
.old-price:before {
  display: block;
  content: "Pro Deal Discount";
  position: relative;
  background: #3d3935;
  color: white;
  position: absolute;
  bottom: 0;
  font-size: 10px;
  padding: 4px 5px 5px;
  top: 23px;
  height: 20px;
  width: 102px;
  right: 0px;
}

.old-price:before {
  display: block;
  content: "Pro Deal Discount";
  position: relative;
  background: #3d3935;
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  padding: 4px 5px 5px;
  top: 23px;
  height: 20px;
  width: 120px;
  right: 0px;
  left: 50%;
  right: auto;
  margin-left: -60px;
  top: -27px;
}

#slidecarthq .item {
  display: flex;
  padding: 20px 12px 40px !important;
}

@media (min-width: 440px) {
  #slidecarthq .item {
    padding: 20px 20px 30px !important;
  }
}

.old-price {
  color: #aaa;
  text-decoration: line-through;
  font-style: italic;
  margin-right: 5px;
  font-weight: 100;
  font-family: "Montserrat";
}

.price dd {
  margin: 0 1rem 0 0;
  position: relative;
  margin-top: 20px !important;
}

/* Cart Styles */

.light-cart .cart-count-bubble {
  color: white;
  font-size: 14px;
}

/* .light-cart img{ display: none !important; } */
.light-cart img {
  filter: brightness(0) invert(1) !important;
}

/* .light-cart img.light-image{ display: block !important; } */
.white-cart-header .header__icon--cart img {
  display: none !important;
}

.white-cart-header .cart-count-bubble {
  color: white;
  font-size: 14px;
}

.white-cart-header .header__icon--cart {
  background: url(/cdn/shop/files/whitecart.png?v=1151613…);
  background-size: 83%;
  background-repeat: no-repeat;
  position: relative;
  background-position: 2px 4px;
}

.center .shop-rx-link {
  display: none !important;
}

@media screen and (min-width: 750px) {
  .cart__ctas {
    display: flex;
    gap: 1rem;
    float: right;
  }
}

.cart-count-bubble {
  top: 9.5px;
}

.rich-text__blocks h2.h2 {
  font-weight: 400 !important;
  font-family: "Montserrat";
  font-size: 3.2rem;
}

.okeReviews-widget-holder {
  padding: 4rem 0;
}

@media only screen and (max-width: 989px) {
  .rich-text__blocks h2.h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .okeReviews-widget-holder {
    padding: 2rem;
  }
}

/* Text normalizing */

.image-list__item h3 {
  margin-bottom: 30px !important;
}

p {
  font-family: "Montserrat Medium";
}

.npr {
  margin-top: 20px;
  border-top: 17px solid #3d3834;
  margin: 0 auto;
  padding-top: 20px;
  margin-top: 16px;
  margin-bottom: 30px;
  border-top: 0;
  margin: 11px auto 10px !important;
  padding-top: 16px;
}

/* .page-width {
    max-width: 1000px;
} */
.sw-instagram-footer-load-more div span {
  font-size: 1.1rem !important;
  font-family: "Montserrat Light" !important;
  font-weight: 300 !important;
}

.sw-instagram-footer-load-more div {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  border-radius: 0;
  transition: box-shadow var(--duration-short) ease;
  appearance: none;
  text-transform: uppercase;
  min-width: 12rem;
  min-height: auto;
  background-color: #5b6153 !important;
  border-radius: 0px !important;
  border: none;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  padding: 0.8rem 1rem !important;
  font-size: 1.1rem;
  margin-bottom: 15px !important;
}

/* Slidecart footer */
@font-face {
  font-family: "Montserrat Light";
  src: url(" /cdn/shop/t/71/assets/Montserrat-Light.otf?v=127978250977025915591662654484")
    format("opentype");
  font-style: normal;
  font-display: swap;
}

#slidecarthq .promise-content {
  display: flex !important;
  justify-content: space-evenly !important;
  margin: auto !important;
  width: 100% !important;
  margin-bottom: 5px !important;
  padding-left: 0%;
  padding-right: 0%;
}

#slidecarthq .promise-item {
  text-align: center !important;
  display: table-cell !important;
  padding: 0 1.5rem !important;
}

#slidecarthq .promise-text {
  font-family: "Montserrat Light";
  text-transform: uppercase;
  line-height: 1.1;
  padding-top: 4px;
  font-size: 1.4rem;
  letter-spacing: -1px;
  color: #ababa8;
}

#slidecarthq .promise-item img {
  max-height: 200px !important;
  width: 180px !important;
  height: 78px !important;
  object-fit: contain !important;
  width: 85% !important;
  position: relative;
  top: 10px;
  right: -10px;
}

#slidecarthq .promise-item img {
  max-height: 200px !important;
  width: 180px !important;
  height: 65px !important;
  object-fit: contain !important;
  width: 85% !important;
  position: relative;
  top: 0;
  right: -10px;
  padding: 10px 0;
  margin-top: 10px;
}

/*     @media screen and (max-width: 768px){
      #slidecarthq .promise-item img {
          width: 100%  !important;
          height: 50px  !important;
      }
    }
    @media screen and (max-width: 480px){
      #slidecarthq .promise-item img {
          max-width: 100px  !important;
      }
    }

    @media screen and (max-width: 480px){
#slidecarthq .promise-text {
    font-size: 9px  !important;
}
}
    @media screen and (max-width: 768px){
#slidecarthq .promise-text {
    font-size: 1rem  !important;
    max-width: 12rem  !important;
    margin: auto  !important;
}
}
    @media screen and (max-width: 850px){
#slidecarthq .promise-text {
    font-size: 1.2rem  !important;
}
}    

  @media screen and (max-width: 999px){
    #slidecarthq .promise-content{ display: none  !important; }
  }
    @media screen and (max-width: 1200px){
      #slidecarthq .promise-text {
          padding-top: 0  !important;
          font-size: .75rem !important;
      }
    } */
.footer-continue {
  display: none !important;
}

/* body.page\.how-to-wear .youtube{ height: 0 !important; } */

.swiper.product-thumbnail-swiper {
  padding: 0 24px;
  width: 100%;
}

.swiper.product-thumbnail-swiper .swiper-button-next {
  right: 0;
  background: white;
}

.swiper.product-thumbnail-swiper .swiper-button-prev {
  left: 0;
  background: white;
}

.margin-15-mobile {
  margin-bottom: 15px !important;
}

.icons-carousel .deferred-media__poster-button {
  top: 57%;
}

.product-section {
  margin-top: 5rem;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .icons-carousel .deferred-media__poster-button {
    top: 62%;
  }

  .margin-15-mobile {
    margin-bottom: 15px !important;
  }

  .swiper.product-thumbnail-swiper .swiper-button-prev,
  .swiper.product-thumbnail-swiper .swiper-button-next {
    width: 20px;
    padding: 0 2px;
  }

  .okeReviews p {
    line-height: 1.4 !important;
    font-size: 1.6rem;
  }
}

#slidecarthq .discount-box {
  padding-bottom: 0 !important;
}

.social-widget-wrapper {
  display: none !important;
}

/* html:has(.menu-opening) {
  overflow-y: hidden;
} */

.js .menu-drawer__navigation > .menu-drawer__menu > li:last-child {
  margin-bottom: 180px;
}

body[data-current-template="index"] #insta-feed {
  margin-block-end: -12.5rem;
}

.home-image-banner .banner__buttons .button:last-child {
  background-color: rgba(0, 0, 0, 0.55) !important;
}

.deferred-media__poster-button {
  background: none !important;
}

html body .deferred-media__poster-button {
  top: 54%;
}

html body .deferred-media__poster-button .icon {
  width: 50%;
  height: 50%;
}

html body .video-section.isolate.desktop .deferred-media__poster-button {
  top: 52%;
}

.page\.gear .subpage-banner {
  margin-top: -12rem;
}

.virtual-accordion,
.virtual-button {
  display: none !important;
}

.collection\.onsale #main-collection-product-grid li.grid__item:last-child {
  display: none;
}

@media (max-width: 1023px) {
  .index .product-list {
    position: relative;
  }

  .index .product-list .swiper {
    position: initial;
  }

  .index .product-list-swiper .swiper-pagination {
    bottom: -33px;
  }

  .index .product-list-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
  }

  body.index .product-list div.product-list-item__info > a > h3 {
    top: 0 !important;
  }
}

@media (max-width: 600px) {
  html body .deferred-media__poster-button {
    top: 58% !important;
  }

  /* Begin:: Quick fixed by Chen L. */
  .index .product-list-swiper .swiper-pagination,
  .product-list-swiper .swiper-button-prev,
  .product-list-swiper .swiper-button-next {
    bottom: 15px !important;
  }

  .product-list-swiper .swiper-button-prev,
  .product-list-swiper .swiper-button-next {
    margin-inline: 25px;
  }

  /* End:: Quick fixed by Chen L. */
}

@media screen and (max-width: 767px) {
  .icons-carousel .swiper-top .swiper-slide {
    margin-right: 20px !important;
  }

  .title-desc-wrap {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 767px) {
  .main-heading {
    letter-spacing: -5px !important;
  }
}

#shopify-section-header {
  z-index: 3;
  will-change: transform;
}

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

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

/* .menu-drawer__menu.list-menu li:first-child a{ 
  font-weight: bold;
} */

/* Deal with Ownpricer: Customer Sets Price By Chen L. @SHV */
#ownpricer-field-label[for="price-input"] {
  text-align: left;
  display: block;
}

#ownpricer-input[name="price-input"] {
  max-width: 100px;
  width: 100%;
  margin-right: auto;
  display: block;
  border: 1px solid #939290;
  box-shadow: 0 0 3px;
  padding: 10px;
  color: #333333;
  font-size: 18px;
}

[id="min-price-container"] {
  text-align: left;
  margin-top: 15px;
}

/* Hiding the compare at price on all collections template */
/* .just-price > :is(span) {
  display: none !important;
} */

/* .needsclick.kl-teaser-QWeiXf{ margin: 30px !important; } */

@media (max-width: 600px) {
  .index .product-list-swiper .swiper-pagination {
    bottom: -30px !important;
  }

  .index .product-list-swiper .swiper-button-prev,
  .index .product-list-swiper .swiper-button-next {
    top: auto;
    bottom: 0 !important;
    z-index: 11;
  }

  .index .swiper-button-next {
    right: -20px;
  }

  .index .swiper-button-prev {
    left: -20px;
  }
}

body.product\.newgeartemplate #MainContent > section:nth-child(2) section,
body.product\.floaties #MainContent > section:nth-child(2) section,
body.product\.floaties #MainContent > section:nth-child(2) section {
  padding-top: 1px;
}

body.product\.newgeartemplate .product-form__input .form__label {
  width: 100%;
  margin-top: 20px;
  background-color: #3d3834 !important;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.2rem;
  padding: 1.5rem 0 !important;
  padding: 4px 0 !important;
}

body.product\.newgeartemplate .product-form__input .select {
  max-width: 25rem;
  max-width: none;
  margin: 15px auto 0;
  max-width: 371px;
}

body.product\.newgeartemplate .product-promise,
body.product\.floaties .product-promise {
  padding: 2rem 2rem;
  text-align: center;
}

@media only screen and (max-width: 749px) {
  body.index .shade-project ul.grid {
    padding-bottom: 0rem !important;
  }

  body.product\.floaties .spec-expander,
  body.product\.newgeartemplate .spec-expander {
    font-size: 1.8rem;
  }

  body.product\.floaties .rich-text .section-title,
  body.product\.newgeartemplate .rich-text .section-title {
    font-size: 1.8rem;
    padding: 0.5px 0;
  }
}

#sandlane-main-review-widget {
  margin: -3rem auto;
}

.slr-paginator {
  padding-bottom: 0 !important;
}

.home-image-banner-v2__home-info-title h1 {
  font-size: 6.2rem;
  letter-spacing: -2px !important;
}

@media screen and (min-width: 768px) {
  #sandlane-main-review-widget {
    margin: -4rem auto;
  }
}

/* Disabled by CL. (Please add it back in case you need it) */
/* button.needsclick:not(form.needsclick button.needsclick) {
  bottom: 5px !important;
  right: 5px !important;
  margin: 0 !important;
  transform: unset !important;
  width: auto !important;
  max-width: 39%;
}

button.needsclick div.needsclick > span.needsclick {
  min-width: 170px !important;
}
*/

.needsclick.klaviyo-close-form {
  left: unset !important;
}

.slr-write-review {
  grid-column-end: 3;
}

.slr-review__footer {
  display: none;
}

.product-top-title {
  margin-top: 15px;
}

.is-desktop {
  display: none !important;
}

.is-mobile {
  display: block !important;
}

@media screen and (min-width: 767px) {
  .ombraz-v2pdp__atc-wrapper {
    margin-block: auto;
  }

  .is-desktop {
    display: block !important;
  }

  .is-mobile {
    display: none !important;
  }

  .product-top-title {
    margin-top: 0;
  }
}

footer.slr-review__footer {
  display: none !important;
}

.slr-write-review {
  grid-column-end: 3 !important;
}

.product-form .mobile.product-form__submit {
  display: none !important;
}

.ombraz-main-collection-product-grid,
.ombraz-product-v2__grid {
  margin-bottom: 40px !important;
}

.upsell-image a img {
  object-fit: contain !important;
  background-color: white !important;
}

.reset-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-width: 0;
  font-style: italic;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

body.product\.newgeartemplate .prod-accs__accs-info-review-widget,
body.product\.sideshieldcase .prod-accs__accs-info-review-widget {
  display: none;
}

.ombraz-filter-wrapper {
  transition: transform 0.3s ease-out;
}

.ombraz-sidebar {
  transition: opacity 0.2s ease-out;
}

/* Overrides by David */
/* .warranty-info.hide-this{
  display: block !important;
} */

.abtest-select-values-title li {
  display: inline;
}

/* Klaviyo Review Widget */
#pdp-review-section .kl_reviews__summary__header {
  display: none;
}

#pdp-review-section button.kl_reviews__button {
  border-width: 2px;
}

.klaviyo-review-btn-custom .kl_reviews__button {
  background-color: transparent;
  border: 2px solid #5a5a5f;
  padding: 1rem 4rem;
  border-radius: 1rem;
  cursor: pointer;
}

.klaviyo-review-btn-custom {
  margin-block-end: 2.5rem;
}

#pdp-review-section .kl_reviews__list__tabs {
  flex-direction: row;
}

@media screen and (min-width: 980px) {
  #pdp-review-section .kl_reviews__summary__rating--1 {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    flex: 2;
  }

  #pdp-review-section .kl_reviews__summary__image_grid {
    flex: 1;
  }

  #pdp-review-section .kl_reviews__histogram__rating {
    font-size: 2rem;
  }

  #pdp-review-section .kl_reviews__histogram__bar--background {
    height: 1.6rem;
  }

  #pdp-review-section .kl_reviews__summary__average {
    align-items: center;
  }

  #pdp-review-section .kl_reviews__summary__stars__count,
  #pdp-review-section .kl_reviews__histogram__value {
    font-size: 1.6rem;
  }
}

/* #slidecarthq .item[data-variant-id="46613949055227"] h3:after{
      content: "Orders with Risers will ship in one week";
    display: block;    
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
    max-width: 140px;
    font-weight: 400;
    margin-top: 5px;
} */

/* Delayed Shipping Text in Slider Cart */
/* #slidecarthq .item[data-variant-id="8847101329659"] h3::after, */
/* #slidecarthq .item[data-variant-id="46613949055227"] h3::after, */
/* #slidecarthq .item[data-variant-id="46613950791931"] h3::after,
#slidecarthq .item[data-variant-id="46613951250683"] h3::after,
#slidecarthq .item[data-variant-id="46613952069883"] h3::after,
#slidecarthq .item[data-variant-id="46613951545595"] h3::after,
#slidecarthq .item[data-variant-id="46613952102651"] h3::after {
  content: "Orders with Risers will ship in one week";
  display: block;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.4);
  max-width: 140px;
  font-weight: 400;
  margin-top: 5px;
} */

/* #slidecarthq .item[data-variant-id="46613870969083"] h3:after {
  content: "Orders with Cammina Side Shields will ship in one week";
  display: block;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.4);
  max-width: 140px;
  font-weight: 400;
  margin-top: 5px;
} */

.priomise-icon-label {
  color: #2a2a2a;
  line-height: 0.8rem;
}

/* Slidecart Cart Promise */
.slidecarthq .cart-promise__container {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: center;
  margin: 20px 0;
}

.slidecarthq .cart-promise__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slidecarthq .cart-promise__icon img {
  width: 50px;
  height: 50px;
}

.slidecarthq .cart-promise__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 1.2;
}

.slidecarthq .cart-promise__container {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: center;
  margin: 20px 0;
}

.slidecarthq .cart-promise__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slidecarthq .cart-promise__icon img {
  width: 50px;
  height: 50px;
}

.slidecarthq .cart-promise__title {
  font-family: Montserrat, sans-serif !important;
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}

#slidecarthq .item {
  padding-block: 1rem !important;
}

body[data-id="product-risers-cammina"] .riser-shipping-message {
  display: none;
}

body[data-current-template="index"] .section-le-bm-l ~ .hero-test-container {
  margin-block-start: 0;
}

.ombraz-product-v2__price [data-base-price] {
  order: 2;
}

.ombraz-product-v2__price .ombraz-product-v2__compare-at-price {
  order: 1;
}

/** RX Options */
.rx * {
  margin: 0;
}

.rx {
  display: grid;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

.rx__header,
.rx__body {
  display: grid;
  gap: 1rem;
}

.rx__title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.rx__price {
  font-size: 3rem;
  font-family: Montserrat Medium, sans-serif;
}

.rx__cta {
  text-decoration: none;
  display: block;
  max-width: 86%;
  width: 100%;
  margin-inline: auto;
  color: #ffffff;
  background-color: #9caf89;
  font-family: "Montserrat Bold", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 2rem;
  padding: 6px;
  transition: opacity 0.3s ease-in-out;
}

.rx__cta:hover {
  opacity: 0.8;
}

.rx__price-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

/** Product Spec Table */
.prod-desc tbody :is(p[class^="p1"]:first-of-type) + p {
  border-top: 0.1rem solid var(--color-foreground-20);
  padding-block-start: 1rem;
  margin-block: 0;
}

/** Optional Add-Ons */
@media screen and (max-width: 1199px) {
  .v2pdp__addon-title {
    text-align: center;
  }
}

/** Armless Advantage */
body:not([data-current-template="page-evergreen"]) .armless__feature-wrapper {
  background-color: #ffffff;
}

/** Why $160? */
.ombraz-v2pdp__accordion:last-of-type #accordion-content p:has(strong),
.ombraz-v2pdp__accordion:last-of-type #accordion-content p:has(strong) + ul {
  margin-block: 0.4rem;
}

.ombraz-v2pdp__accordion:last-of-type #accordion-content p:has(strong) + ul {
  margin-block-end: 1rem;
}

/** Wondering abut sizing */
.size-info-dialog__content-sizing-toggle ul li input[type="radio"] + span {
  border-radius: 3rem !important;
}

.default-banner .main-heading {
  margin-bottom: 20px;
  font-family: Montserrat Bold, sans-serif;
  letter-spacing: -2px !important;
  font-size: 53px !important;
  line-height: 0.8 !important;
}

@media screen and (max-width: 767px) {
  .default-banner .main-heading {
    font-size: 36px !important;
  }
}

/** Riser Product Card */
.ombraz-product-v2__card.is-riser
  .ombraz-product-v2__card-header-content-right {
  align-self: flex-start;
}

@media (max-width: 1999px) {
  .ombraz-product-v2__card.is-riser .badge {
    transform: translateX(-30px);
  }
}

@media (max-width: 1499px) {
  .ombraz-product-v2__card.is-riser .badge {
    transform: translateX(-8px);
  }
}

@media (max-width: 1399px) {
  .ombraz-product-v2__card.is-riser .badge {
    transform: translateX(0px);
  }
}

@media (max-width: 1299px) {
  .ombraz-product-v2__card.is-riser .badge {
    transform: translateX(-60px);
  }
}

@media (max-width: 1199px) {
  .ombraz-product-v2__card.is-riser .badge {
    transform: translateX(0);
  }
}

@media (max-width: 980px) {
  .ombraz-product-v2__card.is-riser .badge {
    transform: translateX(-6px);
  }
}

@media (max-width: 599px) {
  .ombraz-product-v2__card.is-riser .badge {
    transform: translateX(0);
  }
}

@media (max-width: 399px) {
  .ombraz-product-v2__card.is-riser .badge {
    transform: translateX(-30px);
  }
}

/** Activity Landing Pages  */
[data-id^="page-"]:is(
    [data-id*="evergreen"],
    [data-id*="cycling"],
    [data-id*="hike"],
    [data-id*="alpine"],
    [data-id*="fish"],
    [data-id*="aviation"]
  )
  .header {
  background-color: transparent !important;
  color: #ffffff;
}

[data-id^="page-"]:is(
    [data-id*="evergreen"],
    [data-id*="cycling"],
    [data-id*="hike"],
    [data-id*="alpine"],
    [data-id*="fish"],
    [data-id*="aviation"]
  )
  .hamburger-line {
  background-color: #ffffff;
}

[data-id^="page-"]:is(
    [data-id*="evergreen"],
    [data-id*="cycling"],
    [data-id*="hike"],
    [data-id*="alpine"],
    [data-id*="fish"],
    [data-id*="aviation"]
  )
  .light-image {
  display: block !important;
}

[data-id^="page-"]:is(
    [data-id*="evergreen"],
    [data-id*="cycling"],
    [data-id*="hike"],
    [data-id*="alpine"],
    [data-id*="fish"],
    [data-id*="aviation"]
  )
  :is(.light-image + img) {
  display: none;
}

[data-id^="page-"]:is(
    [data-id*="evergreen"],
    [data-id*="cycling"],
    [data-id*="hike"],
    [data-id*="alpine"],
    [data-id*="fish"],
    [data-id*="aviation"]
  )
  :is(.cart-count-bubble) {
  left: 2.1rem;
  color: #ffffff;
}

[data-id^="page-"]:is([data-id*="evergreen"])
  :is(.testimonial-card:first-of-type .testimonial-card__logo) {
  max-width: 40rem;
}

@media (max-width: 980px) {
  [data-id^="page-"]:is(
      [data-id*="evergreen"],
      [data-id*="cycling"],
      [data-id*="hike"],
      [data-id*="alpine"],
      [data-id*="fish"],
      [data-id*="aviation"]
    )
    :is(.header__heading-logo) {
    min-width: 0;
    max-width: 12.5rem;
  }
}

/** LE Leggero  */
body[data-product-variant-id="46742286663931"]
  .product-lens-compare
  :is(.swiper-slide:nth-of-type(2), .swiper-slide:last-of-type) {
  display: none;
}

body[data-product-variant-id="46742286663931"]
  .product-lens-compare
  .swiper-slide:first-of-type {
  margin-inline: auto;
}

body[data-product-variant-id="46742286663931"] .product-lens-compare h2 span {
  display: none;
}

.ombraz-accordion-item:not(:first-of-type) .ombraz-accordion-content label {
  color: #333;
  font-size: 1.6rem;
  padding-left: 0.75em;
}

.mb-0 {
  margin-bottom: 0 !important;
}

body:is(
    [data-collection-handle="shop-all"],
    [data-collection-handle="polarized"],
    [data-collection-handle="non-polarized"],
    [data-collection-handle="blue-blocker"]
  )
  .no-products-message {
  grid-row: span 30;
}

.final-sale-message {
  margin-block: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.ombraz-v2pdp__atc-wrapper :is(#v2pdp-price) {
  order: 1;
}

.ombraz-v2pdp__atc-wrapper :is(#pdp-atc-button-wrapper) {
  order: 2;
}

.ombraz-v2pdp__atc-wrapper :is(.final-sale-message) {
  order: 3;
}

.ombraz-v2pdp__atc-wrapper :is(#pdp-review-widget-wrapper) {
  order: 4;
}

@media (min-width: 980px) {
  .ombraz-v2pdp__atc-wrapper :is(#pdp-atc-button-wrapper) {
    order: 3;
  }

  .ombraz-v2pdp__atc-wrapper :is(.final-sale-message) {
    order: 2;
  }

  .bs-product-card-v2[data-onsale-products]
    :is(.bs-product-card-v2__list-item h2) {
    font-size: 2.4rem;
  }

  .icon-right-new-arrow,
  .icon-left-new-arrow {
    scale: 2;
  }
}

.ombraz-product-v2__grid {
  margin-block-end: 0 !important;
}

.title-group__container {
  max-width: 90rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  padding-block-start: 2rem;
}

.title-group__content :is(h1, h2, h3, h4, h5, h6, p) {
  margin-block: 0;
  color: #57575c;
}

.title-group__content :is(h1, h2, h3, h4, h5, h6) {
  font-family: "Montserrat Bold", sans-serif;
  letter-spacing: -0.75px;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 2rem;
}

.title-group__content p {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}

.title-group__content {
  max-width: 81ch;
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 350px) {
  .title-group__content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2rem;
    padding-inline: 1rem;
  }
}

@media (min-width: 390px) {
  .title-group__content {
    padding-inline: 2rem;
  }
}

@media (min-width: 767px) {
  .title-group__content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 3.8rem;
  }

  .title-group__content p {
    font-size: 2.4rem;
  }

  .title-group__content {
    padding-inline: 0;
  }
}

@media (min-width: 980px) {
  .title-group__container {
    padding-block-start: 4.5rem;
  }

  .ombraz-product-v2__grid.is-filtered-now {
    margin-block-end: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 1600px) {
  body .bs-product-card-v2__card-title-group p {
    font-size: 1rem !important;
  }
}

.shopify-section-group-hero-section-group,
.shopify-section-group-hero-test-group,
body[data-current-template="index"] #MainContent {
  transform: translateY(-12.5rem);
}

.footer-block__details-content.list-unstyled a {
  text-decoration: none !important;
}

.ombraz-no-results-message {
  display: block;
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  margin: 40px auto;
  text-align: center;
}

.ombraz-no-results-message.hide-this {
  display: none;
}

.ombraz-no-results-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  background-color: rgba(244, 246, 248, 0.9);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  max-width: 550px;
}

.ombraz-no-results-container svg {
  margin-bottom: 15px;
  color: #555;
}

.ombraz-no-results-container h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.ombraz-no-results-container p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #555;
}

.ombraz-clear-filters-btn {
  padding: 10px 20px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.ombraz-clear-filters-btn:hover {
  background-color: #555;
}

/* Ensure the product grid uses grid layout for proper spanning */
.ombraz-product-v2__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

/* Media query for larger screens */
@media screen and (min-width: 990px) {
  .ombraz-no-results-container {
    padding: 50px 30px;
    max-width: 650px;
  }

  .ombraz-no-results-container h3 {
    font-size: 22px;
  }

  .ombraz-no-results-container p {
    font-size: 16px;
  }

  .ombraz-clear-filters-btn {
    padding: 12px 24px;
    font-size: 16px;
  }
}

#rx-option {
  width: 100%;
  height: 100%;
}

.ombraz-v2pdp__accordion-content {
  margin-block-start: 0 !important;
}

.ombraz-v2pdp__accordion-content p {
  margin-block-start: 0;
  margin-block-end: 1.1rem;
}

.ombraz-v2pdp__accordion-content p:last-of-type {
  margin-block-end: 0;
}

.ombraz-v2pdp__accordion-content
  ul:not(.ombraz-v2pdp__size-comparison, .ombraz-v2pdp__guide) {
  margin-block: 0;
}

.ombraz-v2pdp__size-comparison-wrapper {
  margin: 2.1rem 0 2.5rem;
}

.ombraz-v2pdp__accordion-content
  ul:not(.ombraz-v2pdp__size-comparison, .ombraz-v2pdp__guide) {
  padding-inline-start: 1.5rem !important;
}

body[data-id="index"] footer.py-rem.color-inverse {
  margin-block-start: -12.5rem !important;
}

/** Tweaking Layout Kerning That Match To Figma 1:1 PDP Mockup */
.product-lens-compare :is(h2) {
  font-size: 1.8rem !important;
  font-family: Montserrat, sans-serif;
  color: var(--color-foreground);
  font-weight: 700;
}

.product-lens-compare :is(h2 > span) {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}

.product-lens-compare .lens-cmp-swiper-top .swiper-slide .cs-rte .header-sm {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1.6rem !important;
  color: var(--color-foreground);
}

.product-lens-compare .multicolumn-card__info h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 2.4rem !important;
  color: var(--color-foreground);
}

@media (min-width: 1159px) {
  .ombraz-v2pdp {
    padding-block: 2.9rem !important;
    gap: 8.9rem !important;
  }

  .v2pdp-feature-swiper
    .swiper-slide:not(:nth-of-type(1), :nth-of-type(2))
    img {
    object-fit: cover !important;
  }

  .ombraz-v2pdp__product-options-wrapper {
    margin-block-start: 2.4rem !important;
    gap: 2.4rem !important;
  }

  .ombraz-v2pdp__product-option-wrapper legend {
    gap: 1.3rem !important;
  }

  .ombraz-v2pdp__product-option-wrapper
    fieldset:last-of-type
    .ombraz-v2pdp__labels {
    margin-block-end: 0 !important;
  }

  .v2pdp__abtest-sizing-info {
    margin-block: 2.4rem !important;
  }

  .v2pdp__abtest-sizing-info button[type="button"] {
    padding-block: 0 !important;
  }

  .ombraz-v2pdp__atc-wrapper {
    gap: 0 !important;
    margin-block-start: unset !important;
  }

  .ombraz-v2pdp__product-form .shopify-product-form {
    gap: 0 !important;
  }

  .ombraz-v2pdp__atc-wrapper :is(#v2pdp-price) {
    width: 100%;
    text-align: center;
    display: block;
    margin-block-end: 1.7rem;
  }

  .ombraz-v2pdp__atc-wrapper button:not(.info-icon) {
    margin-block-start: 0 !important;
  }

  .warranty-info {
    margin-block: 2.4rem !important;
  }

  .warranty-info__list {
    padding-block-start: 1.3rem !important;
    padding-block-end: 2.4rem !important;
  }

  .warranty-info__list-item {
    gap: 0.9rem !important;
  }

  .v2pdp__addon-title-wrapper {
    margin: 0;
  }

  .v2pdp__addon-title {
    margin-block: 0 !important;
  }

  .ombraz-v2pdp__toggle-card-info {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
  }

  .ombraz-v2pdp__addon-toggle-list {
    margin-block: 2.8rem !important;
  }

  .ombraz-v2pdp__addon-toggle-list {
    gap: 2.8rem !important;
  }

  .pdp-accordion__list-item:first-of-type .pdp-accordion__summary-inner {
    padding-block-start: 0;
  }

  .ombraz-v2pdp__award-images {
    margin-block-start: 0 !important;
    margin-block-end: 5.7rem !important;
  }

  .nb-banner-dt__content {
    gap: 0.9rem;
  }

  .custom-thumb-wrapper {
    margin-block-start: 0.9rem !important;
    margin-block-end: 2.4rem;
  }

  :not(body.template-index) .ombraz-v2pdp-plist__list {
    padding-block: 5.7rem !important;
  }

  body[class^="product"]
    :is(
      .ombraz-v2pdp-plist__section-bar,
      .spaced-section .spec-expander,
      .product-icons-5-section .spec-expander,
      section[id$="no-problem"] .spec-expander,
      .spaced-section .rich-text
    ) {
    padding-block: 2.4rem !important;
  }

  .product-lens-compare.isolate {
    padding-block-start: 5.7rem;
  }

  .product-lens-compare .lens-cmp-swiper-top {
    margin-block: 5.7rem !important;
  }

  .product-lens-compare .multicolumn-card__info h3 {
    margin: 2.4rem 0 1.3rem !important;
  }

  .product-lens-compare .lens-cmp-swiper-top .swiper-slide .cs-rte .header-sm {
    margin-block-end: 0 !important;
  }

  .product-lens-compare .radio-wrapper {
    margin-block-start: 2.4rem !important;
  }

  .product-lens-compare :is(h2) {
    font-size: 3rem !important;
  }

  .product-lens-compare :is(h2 > span) {
    font-size: 2rem !important;
  }

  .product-lens-compare input[type="radio"] + label {
    font-weight: 400 !important;
    font-family: Montserrat, sans-serif !important;
  }

  .product-lens-compare input[type="radio"]:checked + label {
    font-weight: 700 !important;
  }

  body:not([class*="testgroup-a"]):not([class*="testgroup-b"]):not(
      [class*="testgroup-c"]
    )
    section.addons {
    display: none;
  }
}

@media (max-width: 980px) {
  .header-new__inner {
    padding-block: 1.3rem !important;
  }

  .ombraz-v2pdp {
    padding-block-start: 1.2rem;
    gap: 0 !important;
  }

  .ombraz-v2pdp__breadcrumbs-menu {
    gap: 0.6rem !important;
  }

  .ombraz-v2pdp__main-product {
    margin-block-end: 2.6rem;
  }

  .ombraz-v2pdp__product-option-wrapper legend {
    gap: 1.2rem !important;
  }

  .v2pdp__abtest-sizing-info {
    margin-block-start: 5rem;
    margin-block-end: 2.6rem;
  }

  .v2pdp__abtest-sizing-info button[type="button"] {
    padding-block: 0;
  }

  .ombraz-v2pdp__atc-wrapper {
    gap: 0 !important;
    margin-block: 0 !important;
  }

  .ombraz-v2pdp__atc-wrapper :is(#v2pdp-price) {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 85%;
    margin-block-end: 1.2rem;
  }

  .ombraz-v2pdp__atc-wrapper button:not(.info-icon) {
    margin-block: 0 !important;
  }

  .ombraz-v2pdp__atc-wrapper :is(#pdp-atc-button-wrapper) {
    margin-block-end: 1.3rem;
  }

  .warranty-info {
    margin: 1.2rem 0 2.6rem !important;
  }

  .warranty-info fieldset {
    border: 0.085rem solid #57575c36 !important;
    border-radius: 1.5rem !important;
  }

  .v2pdp__addon-title {
    margin-block: 0 !important;
  }

  .v2pdp__addon-title-wrapper {
    display: none !important;
  }

  .addons__fieldset {
    margin-block: 0 !important;
  }

  .addons__fieldset,
  .tree-planting-impact {
    border-color: #57575c36 !important;
  }

  .addon__divider {
    background-color: #57575c36 !important;
  }

  section.addons {
    margin-block-end: 2.6rem;
  }

  .addon__info {
    gap: 1.3rem !important;
  }

  .addon__info-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .addon__divider {
    margin-block: 1.9rem !important;
  }

  .addons__list {
    padding: 1.9rem 0 !important;
  }

  .pdp-accordion {
    padding-block-end: 1.9rem !important;
  }

  .pdp-accordion__list
    .pdp-accordion__list-item:first-of-type
    .pdp-accordion__summary-inner {
    padding-block-start: 0 !important;
  }

  .tree-planting-impact__subheading {
    margin-block-end: 2.6rem !important;
  }

  .tree-planting-impact {
    padding-block-end: 1.9rem !important;
  }

  .tree-planting-impact {
    margin-block-end: 1.9rem !important;
  }

  .ombraz-v2pdp__award-images {
    margin: 0 auto 1.9rem !important;
  }

  body[class^="product."]
    :is(
      .ombraz-v2pdp-plist__section-bar,
      .spaced-section .spec-expander,
      .product-icons-5-section .spec-expander,
      section[id$="no-problem"] .spec-expander,
      .spaced-section .rich-text
    ) {
    padding-block: 1.2rem !important;
  }

  .ombraz-v2pdp-plist__list {
    padding-block: 2.6rem !important;
  }

  .ombraz-v2pdp-plist__link {
    gap: 1.3rem;
  }

  .product-lens-compare.isolate {
    padding-block: 2.6rem;
  }

  .product-lens-compare .multicolumn-card__info h3 {
    margin-block: 1.3rem !important;
  }

  .product-lens-compare h2 {
    margin-block-end: 2.6rem !important;
  }

  .product-lens-compare .lens-cmp-swiper-top .swiper-slide .cs-rte .header-sm {
    margin-block-end: 1.9rem !important;
  }

  .product-lens-compare .radio-wrapper {
    margin-block-start: 1.3rem !important;
  }

  .ombraz-v2pdp__product-option-wrapper
    fieldset:last-child:has(class="hide-this")
    ~ .v2pdp__abtest-sizing-info {
    margin-block-start: 5rem;
  }
}

/** SKU Slide YT Thumbnail IMG  */
@media (min-width: 319px) {
  .v2pdp-thumb-swiper .swiper-slide img.is-pdp-youtube-mobile-img {
    all: revert;
    max-width: 100%;
    height: 38px;
  }
}

/** SKU Slide YT Thumbnail IMG  */
@media (min-width: 359px) {
  .v2pdp-thumb-swiper .swiper-slide img.is-pdp-youtube-mobile-img {
    height: 45px;
  }
}

@media (min-width: 399px) {
  .v2pdp-thumb-swiper .swiper-slide img.is-pdp-youtube-mobile-img {
    height: 50px;
  }

  @supports (-webkit-touch-callout: none) {
    .v2pdp-thumb-swiper .swiper-slide img.is-pdp-youtube-mobile-img {
      height: 45px;
    }
  }
}

@media (min-width: 576px) {
  .v2pdp-thumb-swiper .swiper-slide img.is-pdp-youtube-mobile-img {
    height: 90%;
  }
}

/** SKU Slide YT Thumbnail IMG  */
@media (min-width: 960px) {
  .v2pdp-thumb-swiper .swiper-slide img.is-pdp-youtube-mobile-img {
    height: 90%;
  }
}

@media (min-width: 1200px) {
  .v2pdp-thumb-swiper .swiper-slide img.is-pdp-youtube-mobile-img {
    width: 100%;
    height: 68px;
  }
}

/* Hide the Tortoise frame color option for the Non-Polarized / Cammina / Tortoise variant */
body:is(
    [data-product-variant-id="45909487714555"],
    [data-product-variant-id="45909487747323"]
  )
  .color-option[for="frame-color-tortoise"] {
  display: none;
}
