@charset "utf-8";

.fa-icon,
blockquote:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/**********
 Variables
 **********/
body {
  /* Text */
  --text-font-family: 'Inter', sans-serif;
  --heading-font-family: 'Inter', sans-serif;
  --text-font-size: 16px;
  --text-font-size-large: calc(16px + 2px);
  --heading-1-font-size: 48px;
  --heading-2-font-size: 32px;
  --heading-3-font-size: 24px;
  --heading-4-font-size: 20px;
  --heading-5-font-size: 16px;
  --heading-6-font-size: calc(16px - 2px);
  /* Other */
  --border-radius-base: 16px;
  --border-radius-small: calc(16px / 2);
  --border-radius-button: 16px;
  --logo-height: 40px;
  --border-width: 1px;
  --white-color: #fff;
  /* Assets */
  --assets-check-svg: url(/hc/theming_assets/01KBPSMYF2HN057FSRW9DSKA6Y);
  --assets-circle-svg: url(/hc/theming_assets/01KBPSMYDWE538J9Z58W627SMH);
}

/**********
 Light mode
 **********/
body {
  --primary-color: rgba(0, 3, 7, 1);
  --secondary-color: rgba(255, 255, 255, 1);
  --primary-bg-color: rgba(255, 255, 255, 1);
  --primary-bg-color-always: rgba(255, 255, 255, 1);
  --secondary-bg-color: rgba(255, 255, 255, 1);
  --secondary-bg-color-always: rgba(255, 255, 255, 1);
  --primary-text-color: #000C20;
  --secondary-text-color: #8290A8;
  --link-color: #1863BC;
  --border-color: #DDE2EB;
  --info-color: #1863BC;
  --success-color: #67C30B;
  --warning-color: #F1D52F;
  --danger-color: #e64545;
  --primary-color-light-hover: #000;
  --primary-color-hover: #000;
  --primary-color-active: #000;
  --secondary-color-hover: #e0e0e0;
  --secondary-color-active: #d9d9d9;
  --secondary-bg-color-hover: #f5f5f5;
  --secondary-bg-color-active: #f0f0f0;
  --secondary-text-color-hover: #7685a0;
  --secondary-text-color-active: #70809b;
  --link-color-hover: #114686;
  --link-color-active: #0f3f78;
  --bg-image-opacity: 0.5;
  --bg-image-opacity-dark: 0.5;
  --bg-image-color: var(--primary-text-color);
}

.layout--style-filled .section:nth-child(even),
.layout--style-invert .section:nth-child(odd),
.section--secondary {
  /* Invert colors */
  --primary-bg-color: rgba(255, 255, 255, 1);
  --secondary-bg-color: rgba(255, 255, 255, 1);
}

/*********
 Dark mode
 *********/
.ui-dark body {
  /* UI dark colors */
  --primary-color: rgba(0, 12, 32, 1);
  --secondary-color: #6DBC1D;
  --primary-bg-color: #000C20;
  --primary-bg-color-always: #000C20;
  --secondary-bg-color: rgba(0, 12, 32, 1);
  --secondary-bg-color-always: rgba(0, 12, 32, 1);
  --primary-text-color: #FFFFFF;
  --secondary-text-color: #8290A8;
  --link-color: #1863BC;
  --border-color: #242f42;
  --info-color: #1863BC;
  --success-color: #67C30B;
  --warning-color: #F1D52F;
  --danger-color: #e64545;
  --primary-color-light-hover: #00173f;
  --primary-color-hover: #00235d;
  --primary-color-active: #00296d;
  --secondary-color-hover: #8ce036;
  --secondary-color-active: #93e243;
  --secondary-bg-color-hover: #00235d;
  --secondary-bg-color-active: #00296d;
  --link-color-hover: #4891e8;
  --link-color-active: #5699e9;
  --bg-image-opacity: 0.5;
  --bg-image-opacity-dark: 0.75;
  --bg-image-color: var(--primary-bg-color);
}

.ui-dark .layout--style-filled .section:nth-child(even),
.ui-dark .layout--style-invert .section:nth-child(odd),
.ui-dark .section--secondary {
  /* Invert colors */
  --primary-bg-color: rgba(0, 12, 32, 1);
  --secondary-bg-color: #000C20;
}

/***********
 Base styles
 ***********/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
html {
  min-height: 100vh;
}

[dir] body,
[dir] html {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--text-font-family);
  font-size: var(--text-font-size);
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-text-color);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

[dir] body {
  background-color: var(--secondary-bg-color);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: var(--link-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-color-hover);
}

a:active,
a.is-active {
  color: var(--link-color-active);
}

[dir] a.is-disabled {
  cursor: default;
}

a.is-disabled,
a.is-disabled:hover,
a.is-disabled:active,
a.is-disabled.is-active {
  color: var(--secondary-text-color);
}

[dir] a,
[dir] button,
[dir] [type=submit],
[dir] [type=button],
[dir] [type=reset] {
  cursor: pointer;
}

a,
input,
button,
select,
textarea,
label {
  transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus,
label:focus {
  outline: none;
}

a.focus-visible,
input.focus-visible,
button.focus-visible,
select.focus-visible,
textarea.focus-visible,
label.focus-visible {
  outline: auto 5px -webkit-focus-ring-color;
}

[dir] figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/********
 Headings
 ********/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font-family);
  font-weight: 500;
}

h1,
.h1 {
  font-size: var(--heading-2-font-size);
  line-height: 1.2;
}

[dir] h1,
[dir] .h1 {
  margin: 0 0 1.2em;
}

[dir] .markdown h1,
[dir] .markdown .h1 {
  margin-top: 1.2em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  h1,
  .h1 {
    font-size: var(--heading-1-font-size);
    line-height: 1.1;
  }

  [dir] h1,
  [dir] .h1 {
    margin: 0 0 1em;
  }

  [dir] .markdown h1,
  [dir] .markdown .h1 {
    margin-top: 1em;
  }
}

h2,
.h2 {
  font-size: var(--heading-3-font-size);
  line-height: 1.3;
}

[dir] h2,
[dir] .h2 {
  margin: 0 0 1.3em;
}

[dir] .markdown h2,
[dir] .markdown .h2 {
  margin-top: 1.3em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  h2,
  .h2 {
    font-size: var(--heading-2-font-size);
    line-height: 1.2;
  }

  [dir] h2,
  [dir] .h2 {
    margin: 0 0 1.2em;
  }

  [dir] .markdown h2,
  [dir] .markdown .h2 {
    margin-top: 1.2em;
  }
}

h3,
.h3 {
  font-size: var(--heading-4-font-size);
  line-height: 1.4;
}

[dir] h3,
[dir] .h3 {
  margin: 0 0 1.4em;
}

[dir] .markdown h3,
[dir] .markdown .h3 {
  margin-top: 1.4em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  h3,
  .h3 {
    font-size: var(--heading-3-font-size);
    line-height: 1.3;
  }

  [dir] h3,
  [dir] .h3 {
    margin: 0 0 1.3em;
  }

  [dir] .markdown h3,
  [dir] .markdown .h3 {
    margin-top: 1.3em;
  }
}

h4,
.h4 {
  font-size: var(--heading-4-font-size);
  line-height: 1.4;
}

[dir] h4,
[dir] .h4 {
  margin: 0 0 1.4em;
}

[dir] .markdown h4,
[dir] .markdown .h4 {
  margin-top: 1.4em;
}

h5,
.h5 {
  font-size: var(--heading-5-font-size);
  line-height: 1.5;
}

[dir] h5,
[dir] .h5 {
  margin: 0 0 1.5em;
}

[dir] .markdown h5,
[dir] .markdown .h5 {
  margin-top: 1.5em;
}

h6,
.h6 {
  font-size: var(--heading-6-font-size);
  line-height: 1.5;
}

[dir] h6,
[dir] .h6 {
  margin: 0 0 1.5em;
}

[dir] .markdown h6,
[dir] .markdown .h6 {
  margin-top: 1.5em;
}

/**********************
 Other default elements
 *********************/
[dir] p,
[dir] ul,
[dir] ol,
[dir] dl,
[dir] pre,
[dir] table,
[dir] blockquote {
  margin: 1.5em 0 1.5em;
}

[dir] li {
  margin: 0.75em 0 0.75em;
}

small,
.small {
  font-size: var(--heading-6-font-size);
}

[role="main"] {
  flex-grow: 1;
  position: relative;
}

hr {
  display: block;
  height: 0;
}

[dir] hr {
  border: 0;
  border-top: 1px solid var(--border-color);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

pre {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  color: var(--primary-bg-color);
}

[dir] pre {
  padding: 8px 16px;
  border-radius: var(--border-radius-base);
  background-color: var(--primary-text-color);
}

.ui-dark pre {
  color: var(--secondary-text-color);
}

[dir].ui-dark pre {
  background-color: var(--secondary-bg-color);
}

blockquote {
  display: block;
  position: relative;
  z-index: 2;
}

[dir=ltr] blockquote {
  padding-left: 16px;
  border-left: 1px solid var(--border-color);
}

[dir=rtl] blockquote {
  padding-right: 16px;
  border-right: 1px solid var(--border-color);
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  [dir=ltr] blockquote {
    padding-left: 24px;
  }

  [dir=rtl] blockquote {
    padding-right: 24px;
  }
}

@media only screen and (min-width: 980px) {
  [dir=ltr] blockquote {
    padding-left: 32px;
  }

  [dir=rtl] blockquote {
    padding-right: 32px;
  }
}

blockquote:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -4px;
  font-size: 60px;
  color: var(--secondary-bg-color);
}

[dir=ltr] blockquote:before {
  left: 8px;
}

[dir=rtl] blockquote:before {
  right: 8px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  [dir=ltr] blockquote:before {
    left: 12px;
  }

  [dir=rtl] blockquote:before {
    right: 12px;
  }
}

@media only screen and (min-width: 980px) {
  [dir=ltr] blockquote:before {
    left: 16px;
  }

  [dir=rtl] blockquote:before {
    right: 16px;
  }
}

.list-unstyled {
  list-style: none;
}

[dir=ltr] .list-unstyled {
  padding-left: 0;
}

[dir=rtl] .list-unstyled {
  padding-right: 0;
}

dl.details {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

[dir] dl.details {
  margin-bottom: 32px;
  margin-top: 0;
}

dl.details > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

dl.details > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

dl.details > dt {
  font-weight: 700;
}

[dir] dl.details > dt {
  margin-bottom: 12px;
}

[dir=ltr] dl.details > dt {
  margin-right: 8px;
}

[dir=rtl] dl.details > dt {
  margin-left: 8px;
}

[dir] dl.details > dd {
  margin-bottom: 12px;
}

dl.details > div {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

[dir] dl.details > div {
  margin-bottom: 12px;
}

dl.details--type-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

[dir] dl.details--type-2 {
  margin-bottom: 0;
}

dl.details--type-2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

dl.details--type-2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

dl.details--type-2 > dd {
  color: var(--secondary-text-color);
}

@media only screen and (min-width: 980px), only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
  [dir=ltr] dl.details--type-2 > dd {
    text-align: right;
  }

  [dir=rtl] dl.details--type-2 > dd {
    text-align: left;
  }
}

[dir] dl.details--no-margin {
  margin-bottom: 0;
}

.text-secondary {
  font-size: var(--heading-6-font-size);
  line-height: 1.5;
  color: var(--secondary-text-color);
}

/******
 Tables
 ******/
.table-container {
  display: block;
  width: 100%;
  overflow-x: auto;
}

[dir] .table-container {
  border: 1px solid var(--border-color);
}

.table-container table:not(.pika-table) {
  width: calc(100% + 3px);
  max-width: calc(100% + 3px);
}

[dir] .table-container table:not(.pika-table) {
  margin: -1px;
}

table:not(.pika-table) {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table:not(.pika-table) thead {
  font-weight: 700;
}

[dir] table:not(.pika-table) thead {
  background-color: var(--secondary-bg-color);
}

[dir] table:not(.pika-table) tfoot {
  background-color: var(--secondary-bg-color);
}

table:not(.pika-table) thead,
table:not(.pika-table) tbody,
table:not(.pika-table) tfoot {
  width: 100%;
  max-width: 100%;
}

[dir=ltr] table:not(.pika-table) th {
  border-left: 1px solid var(--border-color);
}

[dir=rtl] table:not(.pika-table) th {
  border-right: 1px solid var(--border-color);
}

[dir] table:not(.pika-table) td {
  padding: 8px;
  border: 1px solid var(--border-color);
}

/*******
 Iframes
 *******/
.iframe {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
}

.iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

[dir=ltr] .iframe iframe {
  left: 0;
}

[dir=rtl] .iframe iframe {
  right: 0;
}

[dir] .markdown > * {
  margin: 1.5em 0 1.5em;
}

/* Wysiwyg body */
.wysiwyg-body p code {
  display: inline-block;
  color: var(--primary-text-color);
  white-space: pre;
}

[dir] .wysiwyg-body p code {
  padding: 0 0.25em;
  border-radius: 2px;
  border: 1px solid var(--border-color);
  background-color: var(--secondary-bg-color);
}

.wysiwyg-body a {
  text-decoration: underline;
}

.wysiwyg-body a:hover {
  text-decoration: none;
}

.wysiwyg-body blockquote {
  font-style: italic;
  overflow: hidden;
}

[dir=ltr] .wysiwyg-body blockquote {
  border-left: 5px solid var(--border-color);
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

[dir=rtl] .wysiwyg-body blockquote {
  border-right: 5px solid var(--border-color);
  margin-right: 0;
  margin-left: 0;
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.comments__item-body.wysiwyg-body blockquote:before {
  color: var(--primary-bg-color);
}

[dir] .comments__item-body.wysiwyg-body p code,
[dir].ui-dark .comments__item-body pre {
  background-color: var(--primary-bg-color);
}

html[dir] .helpers--style-1.helpers--type-2 .helpers__block {
  background-color: #FDFCFA;
}

html[dir] .category-blocks__link {
  display: flex;
  align-items: center;
  gap: 24px;
}

.category-blocks__image {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #f7f5f3;
  overflow: hidden;
  border-radius: var(--border-radius-small);
}

.category-blocks__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.category-blocks__content {
  flex: 1 1 10px;
}

html[dir] zd-autocomplete-multibrand em, 
html[dir] zd-autocomplete-option em {
  color: #1f73b7;
}

/* CUSTOM FOOTER */
.custom-footer,
.custom-header {
  --page-container-width: 1600px;
    --reading-container-width: 720px;
    --divider-opacity: 0.14;
    --gutter-large: 30px;
    --gutter-desktop: 20px;
    --gutter-mobile: 16px;
    --section-padding: 50px;
    --larger-section-padding: 80px;
    --larger-section-padding-mobile: 60px;
    --largest-section-padding: 110px;
    --aos-animate-duration: 0.6s;
    --base-font-family: "Instrument Sans", sans-serif;
    --base-font-weight: 400;
    --base-font-style: normal;
    --heading-font-family: "Instrument Sans", sans-serif;
    --heading-font-weight: 500;
    --heading-font-style: normal;
    --logo-font-family: "Instrument Sans", sans-serif;
    --logo-font-weight: 500;
    --logo-font-style: normal;
    --nav-font-family: "Instrument Sans", sans-serif;
    --nav-font-weight: 400;
    --nav-font-style: normal;
    --base-text-size: 14px;
    --base-line-height: 1.6;
    --input-text-size: 16px;
    --smaller-text-size-1: 11px;
    --smaller-text-size-2: 14px;
    --smaller-text-size-3: 11px;
    --smaller-text-size-4: 10px;
    --larger-text-size: 30px;
    --super-large-text-size: 53px;
    --super-large-mobile-text-size: 24px;
    --larger-mobile-text-size: 24px;
    --logo-text-size: 26px;
    --btn-letter-spacing: 0.08em;
    --btn-text-transform: uppercase;
    --button-text-size: 12px;
    --quickbuy-button-text-size: 12;
    --small-feature-link-font-size: 0.75em;
    --input-btn-padding-top: 1.2em;
    --input-btn-padding-bottom: 1.2em;
    --heading-text-transform: none;
    --nav-text-size: 14px;
    --mobile-menu-font-weight: 600;
    --body-bg-color: 255 252 250;
    --bg-color: 255 252 250;
    --body-text-color: 51 50 49;
    --text-color: 51 50 49;
    --header-text-col: #333231;
    --header-text-hover-col: var(--main-nav-link-hover-col);
    --header-bg-col: #ffffff;
    --heading-color: 26 26 25;
    --body-heading-color: 26 26 25;
    --heading-divider-col: #e5e2df;
    --logo-col: #333231;
    --main-nav-bg: #ffffff;
    --main-nav-link-col: #333231;
    --main-nav-link-hover-col: #000000;
    --main-nav-link-featured-col: #cc4b0a;
    --link-color: 0 0 0;
    --body-link-color: 0 0 0;
    --btn-bg-color: 51 50 49;
    --btn-bg-hover-color: 26 26 25;
    --btn-border-color: 51 50 49;
    --btn-border-hover-color: 26 26 25;
    --btn-text-color: 255 255 255;
    --btn-text-hover-color: 255 255 255;
    --btn-alt-bg-color: 229 226 223;
    --btn-alt-text-color: 255 255 255;
    --btn-alt-border-color: 255 255 255;
    --btn-alt-border-hover-color: 255 255 255;
    --btn-ter-bg-color: 255 228 209;
    --btn-ter-text-color: 0 0 0;
    --btn-ter-bg-hover-color: 51 50 49;
    --btn-ter-text-hover-color: 255 255 255;
    --btn-border-radius: 3px;
    --color-scheme-default: #fffcfa;
    --color-scheme-default-color: 255 252 250;
    --color-scheme-default-text-color: 51 50 49;
    --color-scheme-default-head-color: 26 26 25;
    --color-scheme-default-link-color: 0 0 0;
    --color-scheme-default-btn-text-color: 255 255 255;
    --color-scheme-default-btn-text-hover-color: 255 255 255;
    --color-scheme-default-btn-bg-color: 51 50 49;
    --color-scheme-default-btn-bg-hover-color: 26 26 25;
    --color-scheme-default-btn-border-color: 51 50 49;
    --color-scheme-default-btn-border-hover-color: 26 26 25;
    --color-scheme-default-btn-alt-text-color: 255 255 255;
    --color-scheme-default-btn-alt-bg-color: 229 226 223;
    --color-scheme-default-btn-alt-border-color: 255 255 255;
    --color-scheme-default-btn-alt-border-hover-color: 255 255 255;
    --color-scheme-1: #f7f5f3;
    --color-scheme-1-color: 247 245 243;
    --color-scheme-1-text-color: 51 50 49;
    --color-scheme-1-head-color: 51 50 49;
    --color-scheme-1-link-color: 26 26 25;
    --color-scheme-1-btn-text-color: 255 255 255;
    --color-scheme-1-btn-text-hover-color: 255 255 255;
    --color-scheme-1-btn-bg-color: 26 26 25;
    --color-scheme-1-btn-bg-hover-color: 51 50 49;
    --color-scheme-1-btn-border-color: 26 26 25;
    --color-scheme-1-btn-border-hover-color: 51 50 49;
    --color-scheme-1-btn-alt-text-color: 51 50 49;
    --color-scheme-1-btn-alt-bg-color: 255 255 255;
    --color-scheme-1-btn-alt-border-color: 51 50 49;
    --color-scheme-1-btn-alt-border-hover-color: 51 50 49;
    --color-scheme-2: #1a1a19;
    --color-scheme-2-color: 26 26 25;
    --color-scheme-2-text-color: 255 255 255;
    --color-scheme-2-head-color: 255 255 255;
    --color-scheme-2-link-color: 229 226 223;
    --color-scheme-2-btn-text-color: 51 50 49;
    --color-scheme-2-btn-text-hover-color: 51 50 49;
    --color-scheme-2-btn-bg-color: 255 255 255;
    --color-scheme-2-btn-bg-hover-color: 187 187 187;
    --color-scheme-2-btn-border-color: 255 255 255;
    --color-scheme-2-btn-border-hover-color: 187 187 187;
    --color-scheme-2-btn-alt-text-color: 255 255 255;
    --color-scheme-2-btn-alt-bg-color: 26 26 25;
    --color-scheme-2-btn-alt-border-color: 255 255 255;
    --color-scheme-2-btn-alt-border-hover-color: 255 255 255;
    --payment-terms-background-color: #fffcfa;
    --quickbuy-bg: 255 252 250;
    --body-input-background-color: rgb(var(--body-bg-color));
    --input-background-color: rgb(var(--body-bg-color));
    --body-input-text-color: var(--body-text-color);
    --input-text-color: var(--body-text-color);
    --body-input-border-color: rgb(204, 202, 200);
    --input-border-color: rgb(204, 202, 200);
    --input-border-color-hover: rgb(143, 141, 139);
    --input-border-color-active: rgb(51, 50, 49);
    --swatch-cross-svg: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 24 24' fill='none' stroke='rgb(204, 202, 200)' stroke-width='0.09' preserveAspectRatio='none' %3E%3Cline x1='24' y1='0' x2='0' y2='24'%3E%3C/line%3E%3C/svg%3E);
    --swatch-cross-hover: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 24 24' fill='none' stroke='rgb(143, 141, 139)' stroke-width='0.09' preserveAspectRatio='none' %3E%3Cline x1='24' y1='0' x2='0' y2='24'%3E%3C/line%3E%3C/svg%3E);
    --swatch-cross-active: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 24 24' fill='none' stroke='rgb(51, 50, 49)' stroke-width='0.09' preserveAspectRatio='none' %3E%3Cline x1='24' y1='0' x2='0' y2='24'%3E%3C/line%3E%3C/svg%3E);
    --footer-divider-col: #222222;
    --footer-text-col: 187 187 187;
    --footer-heading-col: 255 255 255;
    --footer-bg: #1a1a19;
    --product-label-overlay-justify: flex-start;
    --product-label-overlay-align: flex-start;
    --product-label-overlay-reduction-text: #fffcfa;
    --product-label-overlay-reduction-bg: #cc4b0a;
    --product-label-overlay-stock-text: #333231;
    --product-label-overlay-stock-bg: #ffffff;
    --product-label-overlay-new-text: #333231;
    --product-label-overlay-new-bg: #fffcfa;
    --product-label-overlay-meta-text: #333231;
    --product-label-overlay-meta-bg: #fffcfa;
    --product-label-sale-text: #cc4b0a;
    --product-label-sold-text: #097ab2;
    --product-label-preorder-text: #0a8ccc;
    --product-block-crop-align: center;
    --product-block-price-align: flex-start;
    --product-block-price-item-margin-start: initial;
    --product-block-price-item-margin-end: .5rem;
    --collection-block-image-position: center center;
    --swatch-picker-image-size: 40px;
    --swatch-crop-align: center center;
    --image-overlay-text-color: 255 255 255;
    --image-overlay-bg: rgba(0, 0, 0, 0.5);
    --image-overlay-shadow-start: rgb(0 0 0 / 0.5);
    --image-overlay-box-opacity: 0.5;
  --container-pad-x: 50px;
}
.custom-footer ::selection {
  background: rgb(var(--body-heading-color));
  color: rgb(var(--body-bg-color));
}
@media all {
  .custom-footer div, .custom-footer span, .custom-footer a, .custom-footer ul, .custom-footer li {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
  }
  .custom-footer ul {
    list-style: none;
  }
  .custom-footer *, .custom-footer *:before, .custom-footer *:after {
    box-sizing: inherit;
  }
  .custom-footer .js body:not(.tab-used) *:focus {
    outline: none;
  }
  .custom-footer ::placeholder {
    color: rgb(var(--input-text-color));
  }
  .custom-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .custom-footer a {
    transition: color 0.1s, border-color 0.1s, opacity 0.1s, text-decoration-color 0.1s;
    color: rgb(var(--link-color));
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }
  .custom-footer .section-footer__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .custom-footer .section-footer__row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media all {
  .custom-footer .section-footer__row__col {
    flex: 0 1 100%;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .custom-footer .section-footer__row__col {
    flex-basis: auto;
    padding: 0 20px;
  }
}
@media all {
  .custom-footer .section-footer__lower-menu {
    margin-bottom: 10px;
  }
}
@media all {
  .custom-footer .section-footer__lower-menu__list {
    margin: 0 -10px;
  }
}
@media (min-width: 768px) {
  .custom-footer .section-footer__lower-menu__list {
    text-align: end;
  }
}
@media all {
  .custom-footer .section-footer__lower-menu__list li {
    display: inline-block;
    margin: 0 10px 10px;
    list-style: none;
  }
}
@media all {
  .custom-footer .section-footer__lower-menu__list li a {
    white-space: nowrap;
  }
}
@media all {
  .custom-footer .section-footer__row-lower {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: var(--smaller-text-size-1);
    line-height: 1.4em;
  }
}
@media (min-width: 768px) {
  .custom-footer .section-footer__row-lower {
    flex-wrap: nowrap;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-footer .section-footer__row-lower .section-footer__row__col:first-child {
    order: 1;
  }
}
@media all {
  .custom-footer .cc-animate-enabled .shopify-section {
    overflow: initial;
  }
}
@media all {
  .custom-footer .container {
    max-width: var(--page-container-width);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--container-pad-x);
    padding-left: var(--container-pad-x);
  }
}
@media all {
  .custom-footer .container--no-max {
    max-width: none;
  }
}
@media all {
  .custom-footer .section-footer {
    --link-color:var(--footer-text-col);
    background: var(--footer-bg);
    color: rgb(var(--footer-text-col));
  }
}
@media all {
  .custom-footer .section-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgb(var(--link-color));
    text-decoration-thickness: 1px;
  }
}
@media (max-width: 767.98px) {
  .custom-footer .section-footer .copyright .copy {
    white-space: normal;
  }
}
@media all {
  .custom-footer #pagefooter .container {
    margin-left: unset !important;
  }
}

/* CUSTOM HEADER */
.custom-header {
  position: sticky;
  top: 0;
  z-index: 99;
}
.custom-header ::selection {
  background: rgb(var(--body-heading-color));
  color: rgb(var(--body-bg-color));
}
@media all {
  .custom-header .pointer-events-none {
    pointer-events: none;
    white-space: nowrap;
  }
  .custom-header .invisible {
    visibility: hidden;
  }
  .custom-header .absolute {
    position: absolute;
  }
  .custom-header .relative {
    position: relative;
  }
  .custom-header .flex {
    display: flex;
  }
  .custom-header .w-full {
    width: 100%;
  }
  .custom-header .items-center {
    align-items: center;
  }
  .custom-header .text-start {
    text-align: start;
  }
  .custom-header .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .custom-header div, .custom-header span, .custom-header h1, .custom-header a, .custom-header img, .custom-header ul, .custom-header li, .custom-header form, .custom-header label {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
  }
  .custom-header ul {
    list-style: none;
  }
  .custom-header *, .custom-header *:before, .custom-header *:after {
    box-sizing: inherit;
  }
  .custom-header button {
    -webkit-appearance: none;
    appearance: none;
  }
  .custom-header .js body:not(.tab-used) *:focus {
    outline: none;
  }
  .custom-header [hidden] {
    display: none !important;
  }
  .custom-header button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    cursor: pointer;
  }
  .custom-header button svg {
    pointer-events: none;
  }
  .custom-header svg {
    vertical-align: middle;
  }
  .custom-header svg.feather {
    stroke: currentColor;
    fill: transparent;
  }
  .custom-header .icon {
    width: var(--icon-size);
    height: var(--icon-size);
  }
  .custom-header img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .custom-header .theme-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .custom-header .custom-select__btn {
    display: flex;
    width: var(--custom-select-button-width, auto);
    min-width: 100%;
    max-width: 100%;
    background-color: var(--input-background-color);
    color: rgb(var(--input-text-color));
    font-size: var(--base-text-size);
    font-weight: var(--base-font-weight);
    line-height: 1.2em;
  }
  .custom-header .custom-select__btn > .icon {
    flex-shrink: 0;
    width: 36px;
    height: 20px;
    margin-inline-start: auto;
    margin-inline-end: -5px;
    padding-inline-start: 16px;
  }
  .custom-header .custom-select__listbox {
    z-index: 100;
    top: 5px;
    left: -5px;
    min-width: 100%;
    max-height: 20em;
    overflow-y: auto;
    border: 1px solid var(--body-input-border-color);
    outline: 0;
    background-color: var(--body-input-background-color);
    box-shadow: 0 5px 10px #00000026;
    color: rgb(var(--body-input-text-color));
    font-size: var(--base-text-size);
  }
  .custom-header .custom-select__option {
    padding: 9px 15px;
    cursor: pointer;
  }
  .custom-header .custom-select__btn {
    padding: 0.75em 1em;
    border: 1px var(--input-border-color) solid;
    background: var(--input-background-color);
    color: rgb(var(--input-text-color));
    border-radius: 8px;
  }
}
@media (hover: none) {
  .custom-header .custom-select__btn:active {
    border: 1px var(--input-border-color) solid;
    background: var(--input-background-color);
    color: rgb(var(--input-text-color));
  }
}
@media (hover: hover) {
  .custom-header .custom-select__btn:hover {
    border: 1px var(--input-border-color) solid;
    background: var(--input-background-color);
    color: rgb(var(--input-text-color));
  }
}
@media all {
  .custom-header .custom-select__btn > .icon {
    width: 25px;
    padding-inline-start: 10px;
  }
}
@media all {
  .custom-header .custom-select__listbox {
    margin: 0;
    border-radius: var(--modal-border-radius);
  }
}
@media all {
  .custom-header input[type=text] {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 15px;
    border: 1px var(--input-border-color) solid;
    border-radius: 8px;
    background: var(--input-background-color);
    color: rgb(var(--input-text-color));
    font-family: var(--base-font-family);
    font-size: var(--input-text-size);
    font-style: var(--base-font-style);
    font-weight: var(--base-font-weight);
    line-height: calc(1.3 * var(--input-text-size));
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
  }
}
@media all {
  .custom-header input[type=text]:hover {
    border: 1px var(--input-border-color-hover) solid;
  }
}
@media all {
  .custom-header input[type=text]:active, .custom-header input[type=text]:focus {
    border: 1px var(--input-border-color-active) solid;
    box-shadow: 0 0 0 var(--input-active-shadow-width) var(--input-border-color-active);
  }
}
@media all {
  .custom-header ::placeholder {
    color: rgb(var(--input-text-color));
  }
}
@media all {
  .custom-header h1 {
    font-family: var(--heading-font-family);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
  }
}
@media all {
  .custom-header .navigation {
    font-family: var(--nav-font-family);
    font-style: var(--nav-font-style);
    font-weight: var(--nav-font-weight);
  }
}
@media all {
  .custom-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media all {
  .custom-header a {
    transition: color 0.1s, border-color 0.1s, opacity 0.1s, text-decoration-color 0.1s;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }
}
@media all {
  .custom-header a svg {
    pointer-events: none;
  }
}
@media all {
  .custom-header h1 {
    margin-bottom: 10px;
    color: rgb(var(--heading-color));
    line-height: 1.2;
  }
}
@media all {
  .custom-header h1 a {
    color: inherit;
    text-decoration: none;
  }
}
@media all {
  .custom-header h1 {
    font-size: var(--larger-text-size);
  }
}
@media (max-width: 767.98px) {
  .custom-header h1 {
    font-size: var(--larger-mobile-text-size);
  }
}
@media all {
  .custom-header h1 {
    text-transform: var(--heading-text-transform);
  }
}
@media all {
  .custom-header .announcement-bar {
    display: block;
    position: relative;
    z-index: 401;
    background-color: var(--bg-color);
    background-image: var(--bg-gradient, none);
    color: rgb(var(--text-color));
    font-size: var(--smaller-text-size-1);
    line-height: 1.4em;
  }
}
@media all {
  .custom-header .announcement-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media all {
  .custom-header .announcement-bar:not(.announcement-bar--with-announcement) .announcement-bar__left {
    flex: 0 0 auto;
  }
}
@media all {
  .custom-header .announcement-bar .custom-select__btn {
    transition: color 0.1s ease;
  }
}
@media all {
  .custom-header .announcement-bar__left {
    flex: 2 0 0;
    font-size: 14px;
    font-weight: bold;
  }
}
@media all {
  .custom-header .announcement-bar__middle {
    position: relative;
    flex: 1 1 auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .custom-header .announcement-bar__middle:not(:first-child):not(:last-child) {
    max-width: 50%;
  }
}
@media all {
  .custom-header .announcement-bar__right {
    flex: 2 0 0;
    text-align: end;
  }
}
@media all {
  .custom-header page-header, .custom-header main-navigation {
    display: block;
  }
}
@media all {
  .custom-header .pageheader {
    --link-color:var(--header-text-col);
    position: relative;
    z-index: 4000;
    transition: background-color 175ms ease-in;
    background: var(--header-bg-col);
    color: var(--header-text-col);
  }
}
@media all {
  .custom-header .js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent {
    background: transparent;
  }
}
@media all {
  .custom-header .js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo-area {
    border-color: transparent;
    color: var(--transparent-header-text-color);
  }
}
@media all {
  .custom-header .js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent .logo a {
    color: var(--transparent-header-text-color);
  }
}
@media all {
  .custom-header .js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent + #main-nav .navigation {
    border-color: transparent;
  }
}
@media all {
  .custom-header .js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent + #main-nav .navigation .navigation__tier-1 {
    background: transparent;
  }
}
@media all {
  .custom-header .js .section-header:not(.section-header--nav-hover):not(.section-header--nav-open) .pageheader--transparent + #main-nav .navigation .navigation__tier-1 > .navigation__item:not(.featured-link) > .navigation__link {
    color: var(--transparent-header-text-color);
  }
}
@media all {
  .custom-header .pageheader svg.feather {
    stroke: currentColor;
    fill: none;
  }
}
@media all {
  .custom-header .pageheader .logo {
    padding: 20px 0;
    text-align: center;
  }
}
@media all {
  .custom-header .pageheader .logo a {
    display: inline-block;
    color: var(--logo-col);
  }
}
@media all {
  .custom-header .logo img {
    display: inline-block;
    vertical-align: middle;
  }
}
@media all {
  .custom-header .logo__h1 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
  }
}
@media all {
  .custom-header .logo__link {
    position: relative;
  }
}
@media all {
  .custom-header .logo__image {
    transition: opacity 175ms ease-in;
  }
}
@media (min-width: 768px) {
  .custom-header .pageheader--layout-inline-menu-center .logo-area__left {
    position: relative;
    flex: 0 0 2px;
    order: 1;
    margin-right: 20px;
    margin-left: 20px;
  }
  .custom-header .pageheader--layout-inline-menu-center .logo-area__left__inner {
    position: absolute;
    left: 0;
    width: calc(100vw - 600px);
    min-height: 100%;
    transform: translate(-50%);
  }
  .custom-header .pageheader--layout-inline-menu-center .logo-area__left__inner .navigation--left {
    left: 0;
    width: 100%;
  }
  .custom-header .pageheader--layout-inline-menu-center .logo-area__left__inner .navigation--left .navigation__tier-1-container {
    left: 0;
  }
  .custom-header .pageheader--layout-inline-menu-center .logo-area__middle {
    flex: 1 0 0;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    text-align: start;
  }
  .custom-header .pageheader--layout-inline-menu-center .logo-area__middle .logo {
    display: inline-block;
  }
  .custom-header .pageheader--layout-inline-menu-center .logo-area__right {
    flex: 1 0 0;
    order: 2;
  }
  .custom-header .pageheader--layout-inline-menu-center .logo-area__right .show-search-link {
    display: flex;
    align-items: center;
  }
  .custom-header .pageheader--layout-inline-permitted .navigation--left {
    visibility: visible;
  }
  .custom-header .pageheader--layout-inline-permitted .navigation.navigation--left {
    border: 0;
    color: inherit;
  }
  .custom-header .pageheader--layout-inline-permitted .navigation.navigation--left .navigation__link:hover {
    color: var(--header-text-hover-col);
  }
  .custom-header .pageheader--layout-inline-permitted .navigation.navigation--left .navigation__tier-1 {
    transition: none;
    border: 0;
    background: transparent;
  }
  .custom-header .pageheader--layout-inline-permitted .logo-area__left:after, .custom-header .pageheader--layout-inline-permitted .logo-area__left__inner:after {
    content: "-";
    visibility: hidden;
    width: 0;
  }
  .custom-header .pageheader--layout-inline-permitted .logo-area__left {
    min-height: calc(44px + 1.5em);
    font-size: var(--nav-text-size);
  }
  .custom-header .pageheader--layout-inline-permitted .logo-area__right .show-search-link {
    display: flex;
    align-items: center;
  }
  .custom-header .pageheader--layout-inline-permitted + #main-nav .navigation--main {
    visibility: hidden;
    border: 0;
  }
  .custom-header .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-1 {
    height: 0;
  }
  .custom-header .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-1 > .navigation__item > .navigation__link, .custom-header .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-1 > .navigation__item > .navigation__children-toggle {
    display: none;
  }
  .custom-header .pageheader--layout-inline-permitted + #main-nav .navigation--main .navigation__tier-2-container {
    border-top: 0;
  }
  .custom-header .logo-area__middle--logo-image {
    line-height: 0px;
  }
}
@media all {
  .custom-header .logo-area .mobile-nav-toggle {
    display: none;
    flex: 0 0 auto;
    width: 55px;
    height: 44px;
    color: inherit;
  }
}
@media (max-width: 767.98px) {
  .custom-header .logo-area .mobile-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all {
  .custom-header .section-header {
    position: relative;
    z-index: 400;
    top: 0;
  }
}
@media all {
  .custom-header .cart-link {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .custom-header .cart-link {
    justify-content: center;
    width: 44px;
    height: 44px;
  }
}
@media all {
  .custom-header .cart-link__label {
    margin-inline-end: 8px;
    vertical-align: middle;
  }
}
@media all {
  .custom-header .cart-link__icon {
    position: relative;
    margin: 0 0 2px;
  }
}
@media all {
  .custom-header .cart-link__count {
    position: absolute;
    top: -3px;
    right: -5px;
    min-width: 15px;
    padding: 3px;
    border-radius: 12px;
    background: var(--header-text-col);
    color: var(--header-bg-col);
    font-size: 9px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    white-space: nowrap;
  }
}
@media all {
  .custom-header .cart-link__count:empty {
    display: none;
  }
}
@media all {
  .custom-header .navigation {
    position: relative;
    z-index: 2;
    font-size: var(--nav-text-size);
    line-height: 1.5;
    text-align: center;
  }
}
@media all {
  .custom-header .navigation li {
    list-style: none;
    vertical-align: top;
  }
}
@media all {
  .custom-header .navigation--left {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .custom-header .navigation--left {
    display: block;
  }
  .is-hidden--desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .custom-header .pageheader--layout-inline-menu-center .logo-area__left__inner .navigation--left {
    top: 100%;
    display: block;
    transform: translateX(-100%);
    visibility: hidden;
    transition: all .2s ease;
    z-index: 999;
  }
  
  .custom-header .pageheader--layout-inline-menu-center .logo-area__left__inner .navigation--left.is-active {
    transform: translateX(0);
    visibility: visible;
  }
  
  .custom-header .mobile-nav-toggle.is-active .innerNavicon {
    opacity: 0;
  }
  .custom-header .mobile-nav-toggle.is-active .naviconUpper {
    transform: rotate(45deg) translate(3px, 3px);
  }
  .custom-header .mobile-nav-toggle.is-active .naviconLower {
    transform: rotate(-45deg) translate(3px, -3px);
  }
}

html[dir] .custom-header .navigation__link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
@media all {
  .custom-header .navigation--left .navigation__tier-1-container .navigation__tier-1 > .navigation__item > .navigation__link {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media all {
  .custom-header .navigation--left .navigation__tier-1-container .navigation__tier-1 > .navigation__item > .navigation__link:before {
    bottom: 0;
  }
}
@media all {
  .custom-header .navigation__item {
    display: block;
  }
}
@media all {
  .custom-header .navigation__link {
    display: block;
    padding: 10px 18px;
  }
}
@media all {
  .custom-header .menu-promotion {
    padding: 0 20px 20px;
  }
}
@media all {
  .custom-header .menu-promotion__text {
    margin-top: 0.5em;
    text-align: center;
  }
}
@media all {
  .custom-header .navigation {
    color: var(--main-nav-link-col);
  }
}
@media all {
  .custom-header .navigation .navigation__item--with-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media all {
  .custom-header .navigation .navigation__item--with-children > .navigation__link {
    max-width: calc(100% - 60px);
  }
}
@media all {
  .custom-header .navigation .navigation__item--with-children .navigation__tier-2-container, .custom-header .navigation .navigation__item--with-children .navigation__tier-4-container {
    width: 100%;
  }
}
@media all {
  .custom-header .navigation .navigation__children-toggle {
    padding: 10px 20px;
    color: inherit;
  }
}
@media all {
  .custom-header .navigation .navigation__children-toggle svg {
    width: 16px;
    height: 16px;
    color: #000;
  }
}
@media all {
  .custom-header .navigation .navigation__children-toggle:hover {
    color: inherit;
  }
}
@media all {
  .custom-header .navigation .navigation__children-toggle .feather {
    display: inline-block;
    margin-bottom: 1px;
    vertical-align: middle;
  }
}
@media all {
  .custom-header .navigation .navigation__tier-1 {
    padding: 12px 0;
    transition: background-color 175ms ease-in;
    background: var(--main-nav-bg);
  }
}
@media all {
  .custom-header .navigation .navigation__tier-1 > .navigation__item {
    display: flex;
  }
}
@media all {
  .custom-header .navigation .navigation__tier-2-container {
    background: var(--main-nav-bg);
  }
}
@media all {
  .custom-header .navigation .navigation__link, .custom-header .navigation .menu-promotion__link {
    display: block;
    color: inherit;
    text-align: start;
  }
}
@media all {
  .custom-header .navigation .navigation__link:hover, .custom-header .navigation .menu-promotion__link:hover {
    color: inherit;
  }
}
@media all {
  .custom-header .navigation .feather {
    stroke: currentColor;
    fill: none;
  }
}
@media (max-width: 767px) {
  .custom-header .logo-area__right .cart-link__icon svg.icon {
    width: 15px;
    height: 15px;
  }
  .custom-header .cart-link__icon {
    margin: 0;
  }
  .custom-header .navigation .navigation__tier-4-container {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 47px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: calc(env(safe-area-inset-bottom,0px)*1.5 + 55px);
    overflow: auto;
    transform: translate3d(100%, 0, 0);
    transition: visibility 0.35s, transform 0.35s cubic-bezier(0.55, 0.03, 0.37, 0.96);
    will-change: transform;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .custom-header .navigation {
    transition: border 175ms ease-in;
    border-bottom: 1px solid var(--heading-divider-col);
    text-align: center;
  }
  .custom-header .navigation .navigation__link {
    transition: color 0.1s;
  }
  .custom-header .navigation .navigation__link:hover, .custom-header .navigation .menu-promotion__link:hover {
    color: var(--main-nav-link-hover-col);
  }
  .custom-header .navigation .navigation__children-toggle {
    display: none;
  }
  .custom-header .navigation .navigation__item--with-children > .navigation__link {
    max-width: none;
  }
  .custom-header .navigation .navigation__tier-1 {
    padding: 0;
  }
  .custom-header .navigation .navigation__tier-1 > .navigation__item {
    display: inline-block;
  }
  .custom-header .navigation .navigation__tier-1 > .navigation__item > .navigation__link {
    display: inline-block;
    position: relative;
    padding: 18px;
    white-space: nowrap;
  }
  .custom-header .navigation .navigation__tier-1 > .navigation__item > .navigation__link:before {
    content: "";
    position: absolute;
    z-index: 20;
    bottom: -1px;
    left: 18px;
    width: calc(100% - 36px);
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.3s;
    background-color: currentColor;
    will-change: transform;
  }
  .custom-header .navigation .navigation__tier-1 > .navigation__item > .navigation__link:hover:before {
    transform: scaleX(1);
  }
  .custom-header .navigation .navigation__tier-2-container {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: auto;
    transition: opacity 175ms ease-in, visibility 175ms;
    border-top: 1px solid var(--heading-divider-col);
    border-bottom: 1px solid var(--heading-divider-col);
    opacity: 0;
    text-align: start;
    pointer-events: none;
  }
  .custom-header .pageheader--sticky + #main-nav .navigation .navigation__tier-2-container {
    max-height: calc(100vh - var(--theme-header-height));
    overflow-y: auto;
  }
  .custom-header .navigation .navigation__item--show-children .navigation__tier-2-container {
    visibility: visible;
    z-index: 11;
    opacity: 1;
    pointer-events: auto;
  }
  .custom-header .navigation:hover .navigation__tier-2-container {
    transition-delay: 0.15s;
  }
  .custom-header .navigation:hover .navigation__item--show-children .navigation__tier-2-container {
    transition-delay: 0s;
  }
  .custom-header .navigation .navigation__tier-2 > .navigation__item {
    display: inline-block;
  }
  .custom-header .navigation .navigation__tier-2 .navigation__link {
    padding: 0.25em 0;
    line-height: 1.2em;
    white-space: normal;
    font-family: bt_condensed !important;
  }
  .custom-header .navigation .navigation__columns {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
    padding-top: 32px;
    padding-bottom: 12px;
  }
  .custom-header .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) {
    text-align: start;
  }
  .custom-header .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__item {
    display: block;
    padding: 2px 0;
  }
  .custom-header .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__column-title {
    display: inline-block;
    padding: 0 0 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #333231;
  }
  .custom-header .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__children-toggle {
    display: none;
  }
  .custom-header .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__tier-3 {
    display: block;
  }
  .custom-header .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__tier-3 .navigation__link {
    padding: 5px 0;
    opacity: 1;
  }
  .custom-header .navigation__column-title {
    margin-bottom: 2px;
  }
  .custom-header .navigation .navigation__column {
    display: block;
    flex: 0 0 25%;
    padding: 0 10px 20px;
  }
  .custom-header .navigation .navigation__columns:not(.navigation__columns--5-cols):not(.navigation__columns--over-5-cols) {
    justify-content: center;
  }
  .custom-header .navigation .menu-promotion {
    flex: 1 0 0;
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .custom-header .navigation .navigation__columns--over-5-cols {
    flex-wrap: wrap;
  }
  .custom-header .navigation .navigation__columns--over-5-cols .navigation__column {
    flex: 0 0 20%;
  }
  .custom-header .navigation .navigation__column {
    flex: 1 0 20%;
  }
}
@media (min-width: 1300px) {
  .custom-header .navigation .navigation__columns {
    margin: 0 -15px;
  }
  .custom-header .navigation .navigation__column {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all {
  .custom-header .navigation__tier-3-container.navigation__child-tier {
    width: 100%;
  }
}
@media all {
  .custom-header .mobile-specific__nav .navigation__link {
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
  }
}
@media all {
  .custom-header .promotion_mobile-display {
    display: flex !important;
    padding: 0 25px 20px;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .custom-header .promo-flex.navigation__item.navigation__item--with-children.navigation__column {
    flex: 0 0 100%;
  }
}
@media (min-width: 1024px) {
  .custom-header .promo-flex.navigation__item.navigation__item--with-children.navigation__column {
    flex: 0 0 40%;
  }
}
@media all {
  .custom-header .promo-flex.navigation__item.navigation__item--with-children.navigation__column .promotion_mobile-display {
    gap: 40px;
    height: 282px;
  }
}
@media all {
  .custom-header .promo-flex.navigation__item.navigation__item--with-children.navigation__column .menu-promotion__text-above {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .custom-header .navigation__tier-4 .menu__has-image img {
    display: none;
  }
  .custom-header .promotion_mobile-display .menu-promotion .menu-promotion__text {
    color: #fff;
  }
  .custom-header .mobile-specific__nav ul li {
    margin-bottom: 0;
  }
  .custom-header .mobile-specific__nav ul li a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .custom-header .container--desktop-only {
    overflow-y: scroll;
    height: calc(100% - 50px);
  }
  .custom-header .promotion_mobile-display {
    display: flex;
    padding: 0 25px 20px;
    gap: 10px;
  }
  .custom-header .promotion_mobile-display .menu-promotion__container .menu-promotion__text {
    font-size: 12px;
  }
  .custom-header .promotion_mobile-display .menu-promotion__container .menu-promotion__link {
    font-size: 7px;
    text-decoration: unset;
  }
  .custom-header .navigation__tier-2-new .promotion_mobile-display .menu-promotion .menu-promotion__image {
    height: 245px;
  }
  .custom-header .promotion_mobile-display .menu-promotion {
    gap: 10px;
    height: 245px;
    padding: 0;
  }
  .custom-header .mobile-specific__nav {
    padding-top: 20px;
    border-top: 1px solid #E8E7E7;
  }
  .custom-header .mobile-specific__nav .navigation__link {
    padding-top: 0 !important;
  }
  .custom-header .mobile-nav-toggle {
    display: none;
  }
  .custom-header .main-search__input-container {
    margin-left: 25px;
  }
  .custom-header .pageheader .logo {
    padding: 10px 0;
    pointer-events: none;
  }
  .custom-header .pageheader .logo a {
    pointer-events: auto;
  }
  .custom-header .section-header {
    z-index: 9;
  }
}
@media all {
  .custom-header .logo-area {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: background-color 175ms ease-in, color 175ms ease-in, border-color 175ms ease-in;
    border-bottom: 1px solid var(--heading-divider-col);
    color: var(--header-text-col);
    font-size: var(--smaller-text-size-1);
  }
}
@media (max-width: 767.98px) {
  .custom-header .logo-area.container {
    padding-right: 0;
    padding-left: 0;
    height: 55px;
  }
}
@media all {
  .custom-header .logo-area__left {
    display: flex;
    flex: 2 0 0;
  }
}
@media all {
  .custom-header .logo-area__left__inner {
    display: flex;
    position: relative;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .custom-header .logo-area__left__inner {
    overflow: hidden;
  }
  .custom-header .pageheader--layout-inline-permitted .logo-area__left__inner {
    overflow: visible;
  }
  .custom-header .menu-promotion__text-above {
    font-family: bt_condensed !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    letter-spacing: 0.15em !important;
    text-align: left;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    color: #333231 !important;
  }
  .custom-header .navigation .container--desktop-only .navigation__tier-4 a {
    font-family: var(--base-font-family) !important;
  }
}
@media all {
  .custom-header .logo-area__middle {
    flex: 1 1 auto;
    margin: 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .custom-header .logo-area__middle {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media all {
  .custom-header .logo-area__middle__inner {
    display: inline-block;
  }
}
@media all {
  .custom-header .logo-area__right {
    display: flex;
    flex: 2 0 0;
    align-items: center;
    justify-content: flex-end;
  }
}
@media all {
  .custom-header .logo-area__right__inner {
    display: flex;
    align-items: center;
  }
}
@media all {
  .custom-header .show-search-link {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
@media all {
  .custom-header .logo-area__right .show-search-link {
    display: flex;
    margin-inline-end: 20px;
  }
}
@media all {
  .custom-header .show-search-link__icon {
    margin: 0 0 2px;
  }
}
@media (max-width: 767.98px) {
  .custom-header .show-search-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
  }
  .custom-header .logo-area__right .show-search-link {
    margin: 0;
  }
}
@media all {
  .custom-header .show-search-link__text {
    margin: 0;
    margin-inline-end: 8px;
  }
}
@media (max-width: 767.98px) {
  .custom-header .show-search-link__text {
    display: none;
  }
}
@media all {
  .custom-header .menu-promotion__text-above {
    font-size: 12px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #8d8d8d;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .custom-header .menu-promotion__text-above {
    font-size: 16px;
  }
}
@media all {
  .custom-header .main-search {
    text-align: center;
  }
}
@media all {
  .custom-header .section-header .main-search {
    visibility: hidden;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
    background: rgb(var(--body-bg-color));
    color: rgb(var(--body-text-color));
    pointer-events: none;
  }
}
@media all {
  .custom-header .main-search__container.container {
    position: relative;
    max-width: 1200px;
  }
}
@media all {
  .custom-header .main-search__form {
    position: relative;
    max-width: 650px;
    margin: 20px auto;
  }
}
@media all {
  .custom-header .section-header .main-search__form {
    margin: 60px auto;
  }
}
@media (max-width: 999.98px) {
  .custom-header .section-header .main-search__form {
    max-width: 450px;
  }
}
@media all {
  .custom-header .main-search__button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
@media all {
  .custom-header .main-search button.main-search__close {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 10px;
  }
}
@media all {
  .custom-header .main-search button.main-search__close svg {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 768px) {
  .custom-header .main-search button.main-search__close {
    top: -2px;
    right: 50px;
  }
}
@media all {
  .custom-header .main-search__input-container {
    position: relative;
    padding: 0;
    border-radius: 3px;
    background: rgb(var(--text-color)/0.07);
  }
}
@media all {
  .custom-header input[type=text].main-search__input {
    width: 100%;
    padding: 12px 12px 12px 24px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    font-size: inherit;
    line-height: 1.5em;
  }
}
@media (max-width: 767.98px) {
  .custom-header input[type=text].main-search__input {
    font-size: max(16px, var(--base-text-size));
  }
}
@media all {
  .custom-header .main-search__results {
    margin: 40px auto;
  }
}
@media all {
  .custom-header .section-footer__menu-block__menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media all {
  .custom-header .section-footer__menu-block__menu li {
    margin-bottom: 0.5em;
    list-style: none;
  }
}
@media all {
  .custom-header .localization {
    text-align: start;
  }
}
@media all {
  .custom-header .localization .custom-select__btn {
    width: auto;
  }
}
@media all {
  .custom-header .localization .custom-select__listbox {
    width: -webkit-max-content;
    width: max-content;
    max-width: 80vw;
  }
}
@media all {
  .custom-header .localization .custom-select__option > span {
    flex: 0 0 100%;
  }
}
@media all {
  .custom-header .localization__grid {
    display: flex;
  }
}
@media all {
  .custom-header .header-localization {
    display: inline-block;
  }
}
@media all {
  .custom-header .header-localization .localization__selector {
    margin: 0 0 0 10px;
    white-space: normal;
  }
}
@media all {
  .custom-header .header-localization .custom-select__btn {
    margin: 0;
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: none;
    vertical-align: middle;
  }
}
@media all {
  .custom-header .header-localization .custom-select__btn:hover {
    border: 0;
    background: transparent;
    color: inherit;
  }
}
@media all {
  .custom-header .header-localization .custom-select__btn path {
    stroke-width: 2;
  }
}
@media all {
  .custom-header .header-localization .custom-select__btn > .icon {
    width: 12px;
    margin-inline-start: 5px;
    margin-inline-end: 0;
    padding: 0;
    transition: transform 0.15s ease-out;
  }
}
@media all {
  .custom-header .header-localization .custom-select__listbox {
    top: calc(100% - 3px);
    right: -5px;
    left: auto;
    font-size: inherit;
  }
}
@media all {
  .custom-header .cc-animate-enabled .shopify-section {
    overflow: initial;
  }
}
@media all {
  .custom-header .container {
    max-width: var(--page-container-width);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--container-pad-x);
    padding-left: var(--container-pad-x);
  }
}
@media all {
  .custom-header .container--no-max {
    max-width: none;
  }
}
@media all {
  .custom-header .menu-promotion__text {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .custom-header .promo-flex .navigation__column {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .custom-header .promo-flex.navigation__item.navigation__item--with-children.navigation__column .menu-promotion__text-above {
    padding: 0;
  }
  .custom-header .navigation__tier-2-new > .container--desktop-only {
    max-width: var(--page-container-width);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--container-pad-x);
    padding-left: var(--container-pad-x);
  }
}
@media all {
  .custom-header .mobile-specific__nav {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .custom-header .mobile-specific__nav {
    display: block;
  }
  .custom-header .mobile-specific__nav li a {
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  .custom-header .desktop-only {
    display: none !important;
  }
  .custom-header input {
    font-size: min(var(--input-text-size), 16px);
    line-height: 1em;
  }
}
@media all {
  .custom-header .navigation__tier-2-new .menu-promotion {
    position: relative;
  }
}
@media all {
  .custom-header .navigation__tier-2-new .menu-promotion__container {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
  }
}
@media all {
  .custom-header .navigation__tier-2-new .menu-promotion__text {
    font-weight: 400;
    font-size: 19px;
    line-height: 21px;
    text-align: left;
  }
}
@media all {
  .custom-header .navigation__tier-2-new .menu-promotion__link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
  }
}
@media all {
  .custom-header .navigation__tier-2-new .menu-promotion, .custom-header .navigation__tier-2-new .menu-promotion__image, .custom-header .navigation__tier-2-new .menu-promotion__image img {
    height: 100%;
  }
}
@media all {
  .custom-header .navigation__tier-3-new .navigation__column-title {
    font-family: var(--heading-font-family) !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
  }
}
@media all {
  .custom-header .navigation__tier-3-new .menu__has-image {
    display: flex !important;
    gap: 10px;
  }
}
@media all {
  .custom-header .navigation__tier-3-new .menu__has-image .menu-image {
    max-width: 15px;
    height: auto !important;
    object-fit: contain;
  }
}
@media all {
  .custom-header .navigation__tier-3 > .navigation__item:nth-child(2) {
    margin-top: 20px;
  }
}
@media all {
  .custom-header .navIcon > * {
    width: 16px;
  }
}
@media all {
  .custom-header .navIcon {
    width: 16px;
    cursor: pointer;
    margin-top: 5px;
  }
}
@media all {
  .custom-header .naviconUpper {
    border-top: 1.5px solid currentColor;
    cursor: pointer;
    transition: all 0.2s;
  }
}
@media all {
  .custom-header .innerNavicon {
    margin-top: 3px;
    border-top: 1.5px solid currentColor;
    cursor: pointer;
    transition: all 0.3s;
  }
}
@media all {
  .custom-header .naviconLower {
    border-bottom: 1.5px solid currentColor;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 3px;
  }
}
@media all {
  .custom-header .promo-flex .menu-promotion .menu-promotion__image img {
    margin-left: 0 !important;
  }
}
.custom-header #section-id-sections--17649622843565__announcement-bar {
  --bg-color:#19191a;
  --heading-color:255 252 250;
  --text-color:255 252 250;
  --link-color:255 252 250;
  --announcement-font-size:14px;
}
.custom-header .logo img {
  width: 130px;
}
.custom-header .logo-area__middle--logo-image {
  max-width: 130px;
}
@media (max-width: 767.98px) {
  .custom-header .logo img {
    width: 100px;
  }
}
.custom-header .section-header {
  position: -webkit-sticky;
  position: sticky;
}
@font-face {
  .custom-header {
    font-family: bt_condensed;
    src: url(https://revitsport.com/cdn/shop/files/Bitstream-Swiss721-Cn-BT-Regular.woff?v=1725455114) format("woff");
  }
}

.custom-header .custom-select__listbox[aria-hidden=false] {
  visibility: visible;
}

.custom-header .header-localization [aria-expanded=true]>.icon {
    transform: rotate(180deg);
}

[dir] .modal {
  z-index: 999;
}

html[dir] .cta--style-2 .cta__section,
.helpers {
  background-color: #1A1A19;
}

html[dir] .cta--style-2 .cta__section:before {
  display: none;
}

html[dir] .cta__content {
  padding-bottom: 24px !important;
}

html[dir] .topbal-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

html[dir] .topbal-link:hover {
  color: #fff;
  opacity: 0.5;
}

.helpers__block-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.helpers--style-1.helpers--type-2 .helpers__description a {
    color: var(--secondary-text-color);
}

.helpers--style-1.helpers--type-2 .helpers__description a:hover {
    color: var(--primary-text-color);
}

.body-overlay {
  overflow: hidden;
}

body::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--primary-text-color);
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all .3s ease;
}

.body-overlay::after {
  visibility: visible;
  opacity: 0.75;
}

.section.welcome {
  position: relative;
  z-index: 10;
}

html[dir] .welcome input[type=search] {
  border-radius: var(--border-radius-small) !important;
}

.category-blocks__image,
.helpers--type-2 .helpers__secondary-icon img,
html[dir] .category-blocks__link:before,
html[dir] .helpers--style-1.helpers--type-2 .helpers__block {
  border-radius: 0 !important;
}

html[dir] #upload-dropzone {
  border: 1px solid var(--border-color);
}