/** Shopify CDN: Minification failed

Line 2466:2 Unexpected "}"
Line 2697:14 Expected identifier but found whitespace
Line 2697:15 Unexpected "1px"
Line 2697:26 Unexpected "{"
Line 2697:36 Expected ":"
Line 2763:8 Expected identifier but found whitespace
Line 2763:10 Unexpected "{"
Line 2763:20 Expected ":"
Line 2764:12 Expected identifier but found whitespace
Line 2764:14 Unexpected "{"
... and 15 more hidden warnings

**/
/* Color custom properties */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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;
  padding: 0 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

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: var(--font-heading-weight);
  /*letter-spacing: calc(var(--font-heading-scale) * 0.06rem);*/
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

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

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

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

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

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

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

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

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

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

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

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

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

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

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

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

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

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

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

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

.hidden {
  display: none !important;
}

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

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

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

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

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

.link--text:hover {
  color: rgba(var(--color-foreground), 0.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;
}

.link[role="link"]:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

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

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

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

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

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

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

*:focus {
  outline: 0;
  box-shadow: none;
}

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

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

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

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

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

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

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

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

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

.title .link {
  font-size: inherit;
}

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

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

.title--primary {
  margin: 4rem 0;
      color: #003d5a;
      font-weight: 700;
}

.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: rgb(var(--color-link));
  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: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  color: rgba(var(--color-foreground), 0.7);
}

/* 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: 2rem;
    padding-bottom: 2rem;
    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: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

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

.media > *:not(.zoom):not(.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: 150%;
}

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

.product__media-list .product__modal-opener {
  border: none !important;
}

@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;
  padding: 0.9rem 3rem 1.1rem;
  text-decoration: none;
  border: 0.1rem solid transparent;
  border-radius: 0;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  color: rgb(var(--color-button-text));
  min-width: 12rem;
  min-height: 4.5rem;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

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

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
}

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

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #CCC;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  /*box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);*/
  height: 4.5rem;
  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: rgba(var(--color-foreground), 0.75);
}

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

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.75);
  outline: transparent;
}

.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.2rem);
  right: 1.5rem;
}

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

/* Field */

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

.customer .field {
  display: block;
}

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

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

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

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  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 rgba(var(--color-base-text), 0.08);
  position: relative;
  height: 4.5rem;
  width: calc(14rem / var(--font-body-scale));
  display: flex;
}

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

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

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

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

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

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

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

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

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  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: calc(1 + 0.1 / var(--font-body-scale));
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
      border-bottom: 1px solid #ddd;
}

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

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

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

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

.announcement-bar__link .announcement-bar__message {
  padding: 0;
  letter-spacing: 0;
  font-size: 14px;
  line-height:20px;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}
  .color-background-1 .announcement-bar__message{
    text-align: left;
  }

/* section-header */
#shopify-section-header {
  z-index: 3;
}

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

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

.header {
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
       
  }

  .header--has-menu:not(.header--middle-left) {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

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

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

  .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;
}
.top-navigation {
  display: none;
}
.top-navigation ul {
    display: inline-flex;
    flex-wrap: wrap;
  padding-left: 20px;
} 
.top-navigation ul li {
    list-style: none;
    margin-right: 24px;
}
.top-navigation ul li a {
  color: black;
  font-size: 16px;
}

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

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

.header__heading-logo {
  height: auto;
  width: 85px;
}

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

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

  .header__heading,
  .header__heading-link {
    justify-self: start;
    display: inline-block;
    vertical-align: middle;
  }

  .top-navigation {
    display: inline-block;
  }

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

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}
  header__icon,.header__icon--account{
    color: #1f1f21;
    font-size: 14px;
    font-weight: 400;
  }
.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
    text-decoration: none;
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

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

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

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

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

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

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

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

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

/*   .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  } */
}

.no-js .predictive-search {
  display: none;
}

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

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

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

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

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

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

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

.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;
  z-index: 1;
}

/* 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__inline-menu {
    display: block;
  }

  .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;
        float: right;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
    color: #2F2F2F;
    font-weight: 600;
    font-size: 14px;
}

.header__menu-item:hover {
  color: var(--gradient-base-accent-2);
}

.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: rgb(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: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

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

.header__submenu .header__menu-item {
  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);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: 4rem;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.gradient {
  background: var(--color-background);
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}
  
/*********** date 1/13/2022 ************/
  
   @media screen and (min-width: 992px){
  .banner__content{
  justify-content: left !important;
  }
   }
  @media screen and (min-width: 750px){
  .banner__content{
  padding-bottom: 13rem !important;
    padding-top: 13rem !important;
  }
  }
  .banner__content .button {
  border-radius:2px !important;
    padding: 1.2rem 3rem 1.1rem !important;
  }
  .banner__box>:first-child{
  font-size: 40px !important;
    font-weight: 900 !important;
  }
  @media screen and (min-width: 750px){
.banner__box>*+.banner__text {
    font-weight: 600 !important;
  font-size:22px !important;
}
  }
  @media screen and (max-width: 749px){
  .banner:not(.banner--mobile-bottom) .banner__box{
  color:#232323;
  }
    .banner__box>:first-child{
    color:#232323;
    }
    .banner__content .button{
    background-color:#009eb4;
      color:#ffffff;
      border-color:#009eb4;
      box-shadow:none;
    }
  }
  
  .rich-text:not(.color-background-1){
  background: transparent;
  }
  .rich-text__blocks{
      font-size: 20px;
    font-weight: 500;
    color: #1c1d1d;
        max-width: 100rem !important;
  }
  .rich-text__blocks .rich-text__text.rte p{
      font-weight: 600;
  }
 
  
/*   @media screen and (min-width: 750px){
  .image-with-text__media img{
    
      height: 50% !important;
    width: 50% !important;
  } */
/*        .image-with-text__content{
      height: 60% !important;
  } */
  .image-with-text.page-width {
    max-width: 120rem;
}
  }
    @media screen and (min-width: 750px){
  .image-with-text__grid--reverse img{
       left: auto !important;
    right: 0 !important;
  }
    }
  @media screen and (min-width: 750px){
  .grid--2-col-tablet .grid__item{
      width: calc(50% - 20px);
  }
  }
@media screen and (min-width: 990px){
.image-with-text__content {
    padding: 0rem 0rem 0rem !important;
}
}
@media screen and (min-width: 990px){
.title-wrapper-with-link .title,
  .collection-list-title{
    font-size: 42px;
    font-weight: 700;
}
    }
      @media screen and (min-width: 990px){
.title-wrapper-with-link {
    align-items: center;
    justify-content: center;
}
      }
      @media screen and (min-width: 1200px){
.collection-list.grid--3-col-tablet .grid__item {
    max-width: 20% !important;
}
    }
        @media screen and (max-width: 1199px){
.collection-list.grid--3-col-tablet .grid__item {
    max-width: 33.33% !important;
}
    }
          @media screen and (max-width: 543px){
.collection-list.grid--3-col-tablet .grid__item {
    max-width: 50% !important;
}
    }
     @media screen and (min-width: 992px){
.collection-list.grid--3-col-tablet .grid__item {
   padding: 0px 65px 65px 0px;
}
    }
     @media screen and (max-width: 1199px){
.collection-list.grid--3-col-tablet .grid__item {
   padding: 0 0 15px 15px;
}
    }
  @media screen and (min-width: 750px){
.card--media .card__text-spacing {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
}
  .card--media .card__text-spacing {
    padding: 1rem !important;
}
  .card__text-spacing>*{
  font-size:16px;
  }
  .list-social{
      justify-content: flex-start!important;
  }
  .list-social__item:first-child .list-social__link {
  padding-left:0;
  }
  .footer-address{
  margin-bottom:15px;
  }
  .footer-address p{
  margin:0;
  }
  .footer-phone a{
  color:#232323;
    text-decoration:none;
  }
  @media screen and (min-width: 992px){
    .footer__column.footer__column--info .footer__payment{
    width:30%;
    }
    .footer__column.footer__column--info .footer__copyright{
    width:70%;
    }
    .footer__column--info{
        flex-direction: row !important;
    }
    .footer__payment {
    margin-top: 0 !important;
}
    .footer__copyright{
    margin-top:0 !important;
    }
    .footer__copyright{
     text-align: left !important;
      font-size: 16px;
    color: #121212;
    }
  }
  
  /*********** date 1/17/2022 ************/
  .collection-list-section.spaced-section:last-child{
  margin-bottom:0;
  }
  .collection-hero--with-image{
  background-color:transparent !important;
  }
  .collection-hero--with-image .collection-hero__text-wrapper{
      position: absolute;
    left: auto;
    z-index: 1;
        padding: 4rem 2rem 4rem 9rem !important;
  }
  .collection-hero__image-container{
  margin-left: 0 !important;
  }
/*   .collection-hero--with-image .media{
    padding-bottom: 0 !important;
  } */
 .collection .card .media.media--hover-effect>img:only-child,.collection .card--search img, .card-wrapper .media.media--hover-effect>img:only-child{
      max-height: 100%;
    height: auto;
    /* object-fit: contain; */
  }
  .collection .media--square,
  .collection .media--adapt{
      padding-bottom: 100% !important;
  }
  @media screen and (max-width: 1199px){
    .collection .media--square,
    .collection .media--adapt{
        padding-bottom: 100% !important;
    }
  }
  @media screen and (max-width: 400px){
    .collection .card .media.media--hover-effect>img:only-child, .collection .card--search img, .card-wrapper .media.media--hover-effect>img:only-child{
      max-height: 140px;
    }
  }
  .button, .shopify-challenge__button, .customer button{
      border-radius: 2px;
  }
  .grid__item{
      flex-grow: 0 !important;
  }
  .spaced-section .multicolumn-list__item .media--adapt img, 
  .spaced-section .multicolumn-list__item.center .media--adapt{
    max-height: 200px !important;
    margin: 0 auto;
    align-items: flex-start;
    position: unset !important;
    object-fit: contain;
  }
  .spaced-section .background-none .multicolumn-list .multicolumn-card__info .animate-arrow{
  display:none;
  }
  .background-none .multicolumn-card__image-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
}
  @media screen and (min-width: 799px){
.grid--2-col-tablet.grid--4-col-desktop .multicolumn-list__item {
    max-width: 25% !important;
}
  }
    @media screen and (max-width: 798px){
.grid--2-col-tablet.grid--4-col-desktop .multicolumn-list__item {
    max-width: 50% !important;
}
  }
  
  
  .footer .footer-block__newsletter .field{
    display:block;
  }
  .footer .footer-block__newsletter .newsletter-form__button{
    position: unset;
    background: #0070c1;
    color: #fff;
    padding: 0 1em;
    text-align: center;
    cursor: pointer;
    min-height: 44px;
    height: 40px;
    line-height: 1.2;
    vertical-align: top;
    font-family: Assistant,sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
    appearance: none;
    width: 100%;
    margin-top: 20px;
    border-radius: 2px;
  }
  .footer .footer-block__newsletter .field__input{
    box-shadow: unset !important;
        border-bottom: 1px solid #ddd;
  }
  .footer .footer-block__newsletter .field__input label{ 
        left: 0;
  }
  .footer .footer-block__newsletter{
        text-align: left;
  }
  .footer .footer-block__newsletter .newsletter-form__field-wrapper{
        max-width: 100%;
  }
  
 .main-blog  .blog-articles {
    width: 75%;
   float: left;
  }
  .main-blog  .blogSidebar  {
    width: 25%;
    float: left;
  }
  /* #Sidebar
================================================== */
.sidebar {
  border-left: 1px solid {{ settings.border_color }};
}
@media only screen and (max-width: 989px) {
  .sidebar {
    border-left: none;
  }
  .main-blog  .blog-articles {
    width: 100%;
   float: left;
  }
  .main-blog  .blogSidebar  {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .sidebar {
    padding-left: 0;
  }
}

@media only screen and (max-width: 989px) {
  .sidebar {
    width: 100% !important;
    /* To overwrite desktop styles set inside of section */
  }

  .has-sidebar-option {
    width: 100% !important;
    /* To overwrite desktop styles set inside of section */
  }
}
.has-sidebar-option.sidebar-enabled--false {
  width: 100%;
}

.sidebar__block {
  margin: 10px 0;
}

.sidebar__block:first-child {
  margin-top: 0;
}

.sidebar__block ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.sidebar__block li,
.sidebar__block p {
  margin: 0;
  text-align:left;
}

.sidebar__block ul.tag_list li {
  display: inline;
}
  .sidebar__block ul.tag_list li a,.block__recent_posts li a{
    color:#232323;
        text-decoration: none;
  }
.sidebar__heading {
  margin: 0 0 10px;
      text-align: left;
  color: {{ settings.regular_color }};
  font-size: {{ headline_font_size | times: 0.6 | floor | append: 'px' }};
  position: relative;
}

.sidebar__heading .icon-down-caret {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.sidebar__downArrow {
  width: 15px;
  cursor: pointer;
}

.sidebar__content {
  padding-left: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 798px) {
  .sidebar__content {
    padding-left: 0;
  }
}

/* Sidebar blocks */
.block__search .blog_search {
  border-bottom: 1px solid {{ settings.border_color }};
}
.block__search .search_box {
  padding: 0;
  border: 0;
  width: calc(100% - 44px);
  float: left;
  background-color: {{ settings.shop_bg_color }};
  margin-bottom: 0;
}
.block__search .icon-search {
  float: left;
  width: 44px;
  min-height: 44px;
  font-size: 1.5rem;
  position: relative;
  cursor: pointer;
}
.block__search .icon-search::before {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  text-align: center;
}
.block__search .search-submit {
  background-color: #fff;
    color: #2c365e;
}
.block__search .search-submit:hover {
  color: {{ settings.link_hover_color }};
}

.block__newsletter .action_button.sign_up {
  margin: 5px 0 0;
}
.block__newsletter .flex-row {
  flex-direction: column;
}
.block__newsletter .flex-row input {
  margin: 5px 0 0;
}
.block__newsletter .email-row {
  margin: 0;
}
.block__newsletter .email-row input[type=email] {
  padding: 0;
}
@media only screen and (max-width: 798px) {
  .block__newsletter .footer__title {
    margin-bottom: 0;
  }
}

.block__recent_posts li {
  padding: 0 0 10px;
}

.toggle-all--true .toggle {
  cursor: pointer;
}
.toggle-all--true .toggle_list {
  display: none;
}

.toggle-all--false .icon-down-caret {
  display: none;
}

@media only screen and (max-width: 798px) {
  .blogSidebar {
    padding-left: 0;
  }
}
  
   .main-blog  .field{
    display:block;
  }
  .main-blog .newsletter-form__button{
    position: unset;
    background: #009eb4;
    color: #fff;
    border: thin solid #009eb4;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    min-height: 44px;
    height: 40px;
    line-height: 1.2;
    vertical-align: top;
    font-family: Assistant,sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
    appearance: none;
    width: 100%;
    margin-top: 20px;
    border-radius: 0;
  }
   .main-blog .newsletter-form__field-wrapper .field__input{
     box-shadow: unset !important;
        border-bottom: 1px solid #ddd;
  }
 #shopify-section-announcement-bar .header__icons{
        float: right;
        padding: 0 2rem;
  }
  #shopify-section-announcement-bar .color-background-1 {
        float: left;
    border: none;
  }
  
@media screen and (min-width: 750px){
  .image-with-text__grid .grid__item .image-with-text__media--small{
    height: 45.4rem !important;
  }
}
  
  @media screen and (max-width: 749px){
  .image-with-text__grid .grid__item .image-with-text__media--small{
    height: 55.4rem !important;
  }
}
  @media screen and (min-width: 992px){
    .header__icons--inner{
      display:block;
    }
  }
  @media screen and (max-width: 991px){
    .header__icons--inner{
      display:none;
    }
  }
  @media screen and (min-width: 992px){
    .header__icons--inner1{
      display:none;
    }
  }
  @media screen and (max-width: 991px){
    .header__icons--inner1{
      display:block;
    }
  }
  
  .main-blog{
    overflow:hidden;
  }
  .article{
        margin: 0 20px;
  }
  .main-blog .blogSidebar{
        border-left: 1px solid #ccc;
  }
  @media only screen and (max-width: 798px) {
     .main-blog .blogSidebar{
          border-left: none;
    }
  }
  #search-container-full input{
     border: none;
    height: 45px;
    outline: none;
    box-shadow: none;
  }
  #search-container-full .header__icon{
        height: 2.4rem;
    width: 2.4rem;
  }
  #search-container-full form{
        display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .commen-email{
   padding: 1rem 0;
    margin: 0;
    letter-spacing: .1rem;
  }
  .commen-email a{ 
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    color: #2f2f2f;
    font-weight: 400;
  }
  .commen-email .spacer{ 
    padding: 0 8px;
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 400;
  }
  .commen-item{
  display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media only screen and (max-width: 991px) {
  .commen-item{
      justify-content: center;
   }
  }
  .banner__box{
        text-align: left !important;
  }
  .banner__box>.banner__buttons{
    margin-right: unset !important;
    margin-left: unset !important;
  }
  .image-with-text .grid{
        overflow: visible;
  }
  .spaced-section.collection-list-section .collection-list.grid--3-col-tablet .grid__item{
        padding: 0 30px 30px 0;
  }
  .collection-list-title {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #009eb4;
}
  
  .spaced-section.collection-list-section .collection-list__item.grid__item h3{
    font-size: 20px;
    text-align: center;
    color: #2c365e;
  }
  .spaced-section.collection-list-section .card-colored.color-background-1{
    background:#fff;
    padding: 10px 0 0 !important;
  }
  .spaced-section.collection-list-section .icon-wrap{
    display:none;
  }
  .spaced-section.collection-list-section .card--light-border{
        border: none !important;
  }
  .product-grid.negative-margin{
   margin:10px -15px;
  }
  .product-grid .grid__item{
   padding:0 15px;
  width:33.33%;
  }
  .grid__item .card-wrapper .card--product{
    border:none;
  }
  .grid__item .card-wrapper{
    text-align: center !important;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 2%), 0 0 0 1px rgb(0 0 0 / 7%), 0 5px 5px -3px rgb(0 0 0 / 5%);
    transition: transform .3s ease-out 0s,box-shadow .3s ease-out 0s;
  }
  .grid__item .card-wrapper .card-information{
        padding: 8px 15px 25px;
  }
  .grid__item .card-information__wrapper>.price {
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    color:#787878;
     
}
  .price--on-sale .price-item--regular{
    font-size: 1.8rem !important;
    color: #8c8b8b;
  }
  .price .price-item{
  margin: 0 0.5rem 0 0 !important;
  }
  @media only screen and (min-width: 990px) {
    .grid__item .card-wrapper .card--product .card__inner{
      position:relative;
    }
    .grid__item .card-wrapper .card--product .card__inner:after{
      display: block;
      position: absolute;
      content:"";
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      background: #fff;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      transition: opacity .3s ease-out 0s;
    }
    .grid__item .card-wrapper:hover .card--product .card__inner:after{
    opacity: 0.8;
    }
    .grid__item .card-wrapper:hover{
      box-shadow: 0 8px 10px 1px rgb(0 0 0 / 6%), 0 3px 14px 2px rgb(0 0 0 / 5%), 0 5px 5px -3px rgb(0 0 0 / 6%);
      transform: translate3d(0,-2px,0);
    }
    .card:hover .media.media--hover-effect>img:first-child:only-child, .card-wrapper:hover .media.media--hover-effect>img:first-child:only-child {
      transform: scale(1) !important; 
    }
  }
  
  
 .grid__item .card-wrapper .card-information__text a{
        font-size: 18px;
    font-weight: 600;
        text-decoration: none;
    line-height: 27px;
  }
  @media only screen and (max-width: 991px) {
   .grid__item .card-wrapper .card-information__text a{
          font-size: 14px;
    }
     .grid__item .card-information__wrapper>.price {
        font-size: 13px;
    }
  }
  @media only screen and (max-width: 749px) {
    .product-grid .grid__item{
      width:50%;
    }
  }
  @media only screen and (max-width: 543px) {
    .product-grid .grid__item{
      padding:0 5px;
    }
    .product-grid.negative-margin{
      margin:10px -5px;
    }
  }
  
  .grid__item .caption-with-letter-spacing{
    opacity: unset !important;
  }
  .product-recommendations .grid__item .card-information__wrapper>.price {
    color:var(--gradient-base-accent-2);
  }
  .extra-inner:hover {
     background: #009eb4 !important;
    color:#fff !important;
    border-color:#009eb4 !important;
    box-shadow:unset !important;
  }
  .extra-inner {
      transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
  }
  .list-menu.list-menu--inline li:hover .header__submenu.list-menu{
            top: 100%;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    box-shadow: 0 -5px #2c365e;
    border: thin solid #cccccc;
        padding:0;
  }
  .list-menu.list-menu--inline li .header__submenu.list-menu{
      position: absolute;
    top: 70%;
    left: 15px;
    background: #fff;
    border: none;
    width: auto;
    z-index: 999;
    overflow: hidden;
    padding: 15px;
    border-radius: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    -moz-transform: translateY(60px);
  }
  .header__submenu .header__menu-item{
  padding: 12px 15px;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
  }

   .list-menu.list-menu--inline li:hover .header__submenu.list-menu li:hover a{
        color: #0aacc9;
  }
  #menu-inner-part{
    position: relative;
  }
 .inner-focus{
          padding-top: 0 !important;
     padding-bottom: 0 !important;
  }
  .inner-focus a,.header__menu-item:hover span,.header__active-menu-item{
  text-decoration: unset !important;
  }
  
  .blogSidebar .sidebar__block.block__search{
        overflow: hidden;
    margin: 0;
  }
  .blogSidebar input:focus-visible{
        outline: unset;
    outline-offset: unset;
    box-shadow: unset;
  }
  .blogSidebar input{
     height: 45px;
  }
  .blogSidebar form{
    overflow:hidden;
  }
  .blogSidebar form .icon-search.search-submit svg{
        position: absolute;
    top: 0;
  }
  .footer .list-social__link{
    padding: 0.6rem;
        color: #009eb4;
  }
  .footer-address p{
    
    line-height: 20px;
  }
  .footer-phone{
    margin-bottom:10px;
  }
  .footer-phone a{
        color: #787878;
  }
  #shopify-section-template--15262400807099__1642006447e48de503 .grid__item .image-with-text__content .button {
    color: #009eb4 !important;
    border: 2px solid #009eb4 !important;
        background: transparent !important;
        transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
        box-shadow: unset !important;
        font-weight: 600;
    width: 38%;
  }
  @media only screen and (max-width: 767px) {
    #shopify-section-template--15262400807099__1642006447e48de503 .grid__item .image-with-text__content .button {
          width: auto;
    }
  }
  #shopify-section-template--15262400807099__1642006447e48de503 .grid__item .image-with-text__content .button:hover {
     background: #009eb4 !important;
    color:#fff !important;
        border-color: #009eb4 !important;
    box-shadow: unset!important;
  }
 
  .image-with-text__content .image-with-text__text+.button{
  background: #009eb4 !important;
  }
  @media screen and (max-width: 749px){
    .image-with-text__content .image-with-text__text+.button{
  background-color: #009eb4 !important;
    color: #ffffff !important;
    border-color: #009eb4 !important;
  }
  }
  .extra-inner {
    color: #009eb4 !important;
    border: 2px solid #009eb4 !important;
        background: transparent !important;
        transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
        font-weight: 600 !important;
        box-shadow: unset !important;
  }
  .card--product .card__badge{
    position: absolute;
    top: auto;
    right: 10px;
    max-width: 100%;
    z-index: 2;
    bottom: 0px;
    left: auto;
  }
  .card--product .card__badge .badge {
    background-color: #009eb4;
    box-shadow: unset;
    border: none;
    border-radius: 15px 0 15px;
    text-transform: uppercase;
  }
  
  
  ================================================== */
.product__info-container ul.tabs {
  display: block;
  margin: 25px 0;
     
      border-bottom: solid 1px #ccc;
  border-top: 0;
  list-style: none outside;
  margin-left: 0;
  text-transform: uppercase;
  padding-left: 0;
}
.product__info-container ul {
 padding: 0;
}

.product__info-container ul.tabs li {
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 0;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0;
  cursor: pointer;
}

.product__info-container ul.tabs li a {
      display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    line-height: 30px;
    margin-right: 40px;
    font-size: 14px;
    outline: none;
    font-weight: 600;
      color: #2c365e;
}
@media (max-width: 960px) {
 .product__info-container ul.tabs li a {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 798px) {
  .product__info-container ul.tabs li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .product__info-container ul.tabs li a {
    margin-right: 20px;
  }
}

.product__info-container ul.tabs li a.active {
         background-color: transparent;
    border: none;
    padding: 10px 12px;
    border-radius: 25px;
    color: var(--gradient-base-accent-2);
}
/*  .product__info-container ul.tabs li a.active{
    background-color: transparent;
     padding: 10px 12px;
    border-radius: 0;
    color: #009eb4;
  }*/

.product__info-container ul.tabs li:last-child a {
  margin: 0;
}

.product__info-container ul.tabs-content {
  padding-top: 5px;
  margin: 0;
  display: block;
  border: 0;
  padding-left: 0;
}

.product__info-container ul.tabs-content > li {
  display: none;
  border: 0;
}

.product__info-container ul.tabs-content > li.active {
  display: block;
  border: 0;
  padding-left: 0px;
}

.product__info-container ul.tabs-content ul {
  padding-left: 20px;
}
  .shopify-payment-button__button{
    border-radius: 40px !important;
        text-transform: uppercase;
  }
  #Banner-template--15262400807099__image_banner .banner__box.color-background-1{
    background: transparent !important;
  }
  .product__media-list .product__media-item{
        width: 20%;
  }
  .product.grid .product__media-list{
        justify-content: center;
  }
  
  @media (min-width: 860px) {
  
    .product-form__buttons .product-form__submit {
      display: inline-block;
      vertical-align: middle;
      width: 49%;
          margin-bottom: 0;
      margin-right: 10px;
    }
    .product-form__buttons .shopify-payment-button{
      display: inline-block;
      vertical-align: middle;
      width: 48%;
    }
   
   }
  
 .shopify-payment-button__more-options{
  display:none;
}
  .incentive {
  font-size: 16px;
  line-height: 20px;
  color: #2F2F2F;
  font-weight: 700;
  margin-bottom: 12px;
}

.incentive span {
  color: #009eb4;
  font-weight: 600;
}
  .productInfo--collection {
  margin-top: 3px;
}
@media only screen and (max-width: 480px) {
  .productInfo--collection {
    display: none;
  }
}

.productInfo--collection span.label {
  color:#009eb4;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
  .productInfo--collection a{
        color: #2c365e;
        font-size: 14px;
    text-decoration: none;
  }
  .product-recommendations__heading{
     font-weight: 600;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: var(--gradient-base-accent-2);
  }
  .product__info-wrapper .price--on-sale .price-item--regular{
        font-family: Assistant;
    font-style: normal;
    font-weight: 500;
        font-size: 17px !important;
    line-height: 42px;
     color:#787878;
  }
  .product__info-wrapper .price .price-item.price-item--sale{
        font-size: 29px;
    font-weight: 600;
    color: #009eb4;
    display: inline-block;
    vertical-align: middle;
    line-height: 37px;
  }
  .product__info-wrapper .share-button{
    display:none;
  }
  .product__stars {
    color: #2c365e !important;
}
  #shopify-product-reviews{
    margin-top: 40px !important;
  }
  .spr-icon{
        font-size: 121% !important;
  }
  .product__text.caption-with-letter-spacing+.product__title{
        font-weight: 600;
  }
  .product__info-wrapper .badge{
    display:none !important;
  }
  
  .product__info-wrapper .savings {
    color: #009eb4;
    font-size: 17px;
        line-height: 40px;
}
  .product__info-wrapper .money1 {
    color: #009eb4;
    font-size: 20px;
    margin: auto -4px;
    font-weight: 600 !important;;
}
  .product__info-wrapper #price-template--15262400774331__main{
     display:flex !important;
  }
  
  @media screen and (min-width: 750px) and (max-width: 1199px) {
    .product__info-wrapper #price-template--15262400774331__main{
       display:block !important;
    }
  }
  @media only screen and (max-width: 450px) {
    .product__info-wrapper #price-template--15262400774331__main{
       display:block !important;
    }
  }
  .image-with-text__text p{
    font-size: 18px;
  }
  .product__text.caption-with-letter-spacing{
    font-family: Assistant;
    font-size: 18px;
    line-height: 24px;
    color: #2f2f2f;
    text-transform: capitalize !important;
    margin-top: 0;
  }
  .multicolumn-list__item.grid__item{
    text-align: center;
  }
  .product-form__buttons .product-form__submit span,.shopify-payment-button__button{
        text-transform: uppercase !important;
  }
  .grid__item .caption-with-letter-spacing{
        font-size: 14px;
    color: #2c365e;
  }
  @media screen and (min-width: 750px){
    body {
        font-size: 1.7rem;
    }
  }
  .header__menu-item span{
    font-size: 14px;
    font-weight: 500;
    color: #2f2f2f;
        
  }
  @media screen and (max-width: 767px){
    .collection-list__item.grid__item{
          padding: 0 5px !important;
    }
  }
  
  
  
  @media screen and (max-width: 950px){
    .image-with-text__grid .grid__item .image-with-text__media--small {
        height: 45.4rem !important;
    }
  }
  @media screen and (max-width: 543px){
    .image-with-text__grid .grid__item .image-with-text__media--small {
        height: 45.4rem !important;
    }
    .image-with-text__media--large{
          height: 33.5rem !important;;
    }
  }
  @media screen and (max-width: 370px){
    .image-with-text__grid .grid__item .image-with-text__media--small {
        height: 33.4rem !important;
    }
    .image-with-text__media--large{
          height: 28.5rem !important;;
    }
  }
 .blog-articles .article-card__image-wrapper .article-card__image img{
/*         max-height: 400px;
    display: block;
    width: 100%;
    height: auto; */
  }
  @media screen and (min-width: 990px){
    .article-card__image--medium {
        padding-bottom: 39.4rem !important;
    } 
/*     .main-blog.page-width{
      padding:0;
    } */
  }
  .facets__display {z-index:6 !important}
  .product-form__buttons .product-form__submit{
    height: 48px;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-button),var(--alpha-button-border));
    color: rgb(var(--color-button-text));
    transition: all .2s linear;
    -webkit-appearance: none;
    border-radius:12px;
  }

  
  .grid.grid--2-col.negative-margin.product-grid.grid--2-col-tablet .grid__item .card .media.media--hover-effect>img:only-child{
     max-height: auto !important;
  }
           
  .product-form__buttons .product-form__submit:hover{
        background-color: #009eb4;
    color: #fff;
  }
  .shopify-payment-button__button:hover{
      background: #009eb4 !important;
    border-color: #009eb4 !important;
    box-shadow:none !important;
  }
  .shopify-cleanslate ._3G6VJhJYno-AX3-X38f1TA{
        border-radius: 30px !important;
  }
  @media screen and (min-width: 990px){
    .product:not(.product--no-media):not(.featured-product) .product__media-wrapper {
            max-width: 44% !important;
      width: calc(44% - 0.5rem) !important;
    }
    .product:not(.product--no-media):not(.featured-product) .product__info-wrapper{
      max-width: 56% !important;
          width: calc(55% - 0.5rem) !important;
    }
  }
  @media screen and (max-width: 543px){
    .product__info-container ul.tabs{
      text-align: center;
    }
  }
  @media screen and (max-width: 767px){
    .collection-hero--with-image .collection-hero__text-wrapper{
          padding: 30px 15px !important;
      text-align: center;
    }
  }
  .is-empty .cart__empty-text, .title-wrapper-with-link .title.yourcart{
        font-weight: 500 !important;;
    font-size: 32px !important;;
    line-height: 1 !important;;
    text-align: center !important;;
    color: #009eb4 !important;;
  }
  
  .underlined-link-inner{
    color: #2c365e;
    text-decoration: none;
    display: inherit;
        text-align: center;
  }
  .underlined-link-inner:hover{
        color: #009eb4;
  }
 @media screen and (max-width: 749px){
  .product.grid .product__media-list{
        justify-content: unset !important;
  }
}
  @media screen and (min-width: 750px){
    .image-with-text .grid--gapless .grid__item{
          padding-left: 10px !important;
    }
  }
  .linkedin_link svg{
    height: 2.9rem !important;
    width: 2.3rem !important;
        fill: #009eb4 !important;
    margin-right: 3px;
  }
   .linkedin_link1 svg{
    height: 3.1rem !important;
    width: 2.3rem !important;
        fill: #009eb4 !important;
  }
  
  .banner__box>*+.banner__text {
    font-size: 21px !important;
    color:#000 !important;
    font-weight:600;
    letter-spacing:0;
        margin-top: 8px !important;
}
  .banner__content .button{
    font-weight: 600 !important;
    letter-spacing: 0.06em;
  }
  .banner__box>*+.banner__buttons {
    margin-top: 3rem;
  }
  .image-with-text__content .image-with-text__text+.button
  .rich-text__blocks{
   max-width: 120rem !important;
  }
  .rich-text__blocks .rich-text__text.rte,
  .rich-text__blocks .rich-text__text.rte p{
    font-size: 24px;
    line-height: 1.5;
    color: #181821;
    font-weight: 600;
  }
  .image-with-text__heading{
    font-weight: 700;
    text-transform: unset;
    color: #2f2f2f;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  .image-with-text__text.rte,
  .image-with-text__text.rte p{
      font-weight: 400;
    font-size: 16px;
    color: #1f1f21;
    line-height: 1.5;
  }
  .button, .shopify-challenge__button, .customer button{
    transition: all 0.2s ease;
    padding: 10px 32px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: none;
  }
  .button:not([disabled]):hover, 
  .shopify-challenge__button:hover, 
  .customer button:hover{
    box-shadow:none !important;
    background-color: #0070c1 !important;
  }
  .title-wrapper-with-link .title, .collection-list-title{
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
  }
  
  .card--product .card__badge .badge{
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1;
    padding: 0.9rem 1.6rem;
  }
  .grid__item .card-information .caption-with-letter-spacing{
   font-weight: 600;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.11em;
    color: #009eb4;
    margin-bottom: 4px;
  }
  .grid__item .card-wrapper .card-information__text{padding:0;}
  .grid__item .card-wrapper .card-information__text a{
   font-size: 14px;
    line-height: 1.65;
    text-align: center;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
  }
  .card-information__wrapper>*:not(.visually-hidden:first-child)+*:not(.rating) {
    margin-top: 0 !important;
  }
  .grid__item .card-wrapper:hover .card-information__text {text-decoration:none;}
  .spr-badge-caption {
    display: none;
  }
  .grid__item .card-wrapper .spr-badge{
   padding: 5px 0 0 0;
  }
  .spr-icon{font-size:100% !important;}
  .footer-address>*,.footer-phone>*{
    font-size: 15px;
    color: #1f1f21 !important;
    line-height:1.5;
  }
  .footer-phone a{
  color: #2c365e !important;
  }
      
  .footer__list-social {align-items:center;}
  .footer__list-social .list-social__item svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
    transition: all 0.2s ease;
}
  .footer__list-social .list-social__item.linkedin_link svg,
  .footer__list-social .list-social__item.linkedin_link1 svg {
    height: 2.2rem !important;
    width: 2.2rem !important;
    transition: all 0.2s ease;
    margin-top:6px;
  }
  .footer-block__heading{
    margin-bottom: 1.2rem !important;
    color: #FFFFFF;
    letter-spacing: 0; 
    line-height:24px;
  }
  .footer-block__details-content .list-menu__item--link{
    color: #FFFFFF !important;
    line-height: 1.5;
    font-weight: 400;
    font-size: 15px !important;
    transition: color .3s ease-in-out;
  }
  .footer-block__details-content .list-menu__item--link:hover, .copyright__content a:hover{
    text-decoration:none !important;
  }
   .footer-block__details-content .list-menu__item--link:hover{
    color:#009eb4 !important;
  }
  .footer-block__details-content.rte{
    font-size: 13px;
    color: #FFFFFF;
    line-height: 1.5;
  }
  .footer-block__details-content.rte p{
    margin:0;
  }
  .footer .footer-block__newsletter .field__input{
     font-size: 15px;
    color: #1f1f21;
    padding-left:0;
  }
  .footer .footer-block__newsletter .field__label{
    left:0;
  }
 .copyright__content{
  font-size: 15px;
    color: #FFFFFF;
    line-height: 1.5;
   letter-spacing:0;
  }
  .footer__column--info{
      align-items: flex-start !important;
  }
  @media(max-width: 798px){
    .banner__box>:first-child{
      font-size:32px !important;
    }
    .banner__box>*+.banner__text{
    font-size:19px !important;
    }
    .rich-text__blocks .rich-text__text.rte, .rich-text__blocks .rich-text__text.rte p{
     font-size:16px !important;
    }
    .image-with-text__heading{
     font-size:22px !important;
    }
    .footer__list-social.list-social{
    justify-content:center !important;
    }
  }
  
  
/************************* overright css ****************************/
  
  .main-page-title.page-title.h2{
    color:#003d5a;
    font-weight:700;
    font-size:22px;
    letter-spacing:.25px;
    margin-bottom:20px;
  }
  .rte{
    color:#444;
    font-size:16px;
    line-height:1.2;
    /*letter-spacing:.25px;
    font-weight:400;*/
  }
  a{
    text-decoration:none !important;
  }
  .rte a{
    text-decoration:none !important;
  }
  
  .rte p{
    margin-top:0;
    margin-bottom:20px;
    color:#444;
    line-height:1.55;
  }
  .rte p:last-child{
    margin-bottom:0;
  }
  .rte h3{ 
    font-size:20px;
    font-weight:500;
    letter-spacing:0.25px;
  }
  .rte h4{ 
    font-size:18px;
    font-weight:700;
  }
  .rte h5{ 
    font-size:16px;
    font-weight:700;
  }
  .rte h6{ 
    font-size:14px;
    font-weight:700;
  }
  .announcement-bar .page-width{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .announcement-bar .announcement-bar__link{
    text-align:left;
    padding:1rem 0;
    
  }
  .announcement-bar__link .announcement-bar__message{
    color:#fff;
    text-align:left;
    font-weight: 400;
  }
  .announcement-bar .contact-link{
    padding: 1rem 0;
    display: block;
    width: 100%;
    text-align:right;
  }
  .announcement-bar .contact-link a{
    color: #b1b1b1;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    line-height:20px;
    text-decoration: none;
    transition:all 0.3s ease-in-out;
    display: block;
  }
  .announcement-bar .contact-link a:hover{
        color: #009eb4;
  }
  .requestdemo-button{
    margin:10px 0;
  }
  
  .contact-vokkero .button{
    padding:0.7em 1em;
    min-width:155px;
    border-radius:12px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .header__icon--cart{
      margin-right:0;
    }
  .header__icon{
        color: #003d5a;
      position:relative;
    }
  @media screen and (min-width: 990px) {
    .header--top-center .header__heading{
       vertical-align:middle;
    }
    .header--top-center .header__icons--inner{
      display:inline-block;
      vertical-align:middle;
      float: right;
      padding: 22px 0;
    }
    .header{padding-top:10px;}
    .header__icon--search{
      width: 100%;
      display: flex;
    }
    
    
    .header__icon--search .search-text{
      text-transform: uppercase;
      margin-right: 10px;
      position:relative;
    }
    .header__icon:before{
      position: absolute;
      display: block;
      content: " ";
      height: 2px;
      width: auto;
      top: auto;
      bottom: 5px;
      left: 50%;
      right: 50%;
      background: #009eb4;
      z-index: 1001;
      opacity: 0;
      transition: all .3s ease-in-out 0s;
    }
    .header__icon:hover:before{
      left: 0;
      opacity:1;
      right: 0;
    }
     .header__icon.header__icon--search:hover:before{
      left: 0;
      opacity:1;
      right: 30px;
    }
    .header__icon--search .search-icon img{
      max-width:100%;
    }
    
    .header__inline-menu{
      margin:0 auto !important;
    }
    .header__menu-item{
      padding: 1.6rem 1.2rem;
    }
    .header__menu-item a{
      position:relative;
    }
    summary.list-menu__item{
      padding:0 !important;
    }
    .header__menu-item a:after{
      position: absolute;
      display: block;
      content: " ";
      height: 2px;
      width: auto;
      top: auto;
      bottom: 0;
      left: 50%;
      right: 50%;
      background: #0070c1;
      z-index: 1001;
      opacity: 0;
      transition: all .3s ease-in-out 0s;
    }
    .header__inline-menu .list-menu li:hover .header__menu-item a:after{
      opacity: 1;
      left: 0;
      right: 0;
    }
    .header__menu-item span {
      font-size: 13px;
      font-weight: 700;
      color: #FFFFFF;
      letter-spacing: 0.25px;
    }
    .header__menu-item .icon-caret {
      right: -3px;
      fill: #FFFFFF;
      height: 0.4rem;
    }
    .header--top-center .header__inline-menu > .list-menu--inline{
      display:flex;
      
    }
    .header--top-center .header__inline-menu > .list-menu--inline li{margin:auto;}
    .list-menu.list-menu--inline li .header__submenu.list-menu{
      top:100%;
      transform:translateY(0px);
      -webkit-transform: translateY(0px); 
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      -moz-transform: translateY(0px);
      box-shadow:none;
      border: 1px solid #e8e8e8;
      border-top: 1px solid #e8e8e8;
      border-radius: 0;
      border-bottom-left-radius: 3px;
       border-bottom-right-radius: 3px;
      padding:10px 0;
      min-width:200px;
      left:0;
    }
    nav ul.list-menu.list-menu--inline > li {
      margin-right: 15px;
      position: relative;
    }
    nav ul.list-menu.list-menu--inline > li:first-child a {
      padding-left: 0;
    }
    nav ul.list-menu.list-menu--inline > li:first-child:after {
        content: " ";
        position: absolute;
        background: white;
        height: 22px;
        top: 12px;
        width: 1px;
        right: 0;
    }
    .list-menu.list-menu--inline li:hover .header__submenu.list-menu {
      top: 100%;
      opacity: 1;
      transform:translateY(0px);
      -webkit-transform: translateY(0px); 
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      -moz-transform: translateY(0px)
      visibility: visible;
       box-shadow:none;
         padding:10px 0;
    }
    .header__submenu .header__menu-item{
      padding:10px 15px;
      color:#333;
    }
     .list-menu.list-menu--inline li .header__menu-item a svg{
      transform: rotate(0deg);
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
    }
    .list-menu.list-menu--inline li:hover .header__menu-item a svg{
      transform: rotate(180deg);
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
    }
  }
  
  @media screen and (max-width: 989px) {
    .header__icons--inner{
       display:block;
    }
    .header__icons--inner1{
      display:none;
    }
    .header__search .search-text{
    display:none;
    }
    .header__icons{
        justify-content: end;
    }
    .announcement-bar .contact-link{display:none;}
    .announcement-bar__link .announcement-bar__message{text-align:center;}
  }
  
  .rich-text{
    padding:0 !important;
    margin:0 !important;
  }
  .rich-text__blocks {
    width:100% !important;
    max-width:100% !important;
  }
  .rich-text__blocks .h1{
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: left;
  }
  .rich-text__blocks .rich-text__text p{
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: #444 !important;
    font-weight: 400 !important;
    text-align: left;
  }
 
  .rich-text__blocks .rich-text__text{
    margin-top:0 !important;
  }
 
  .product__info-container ul.tabs{
    border: 1px solid #eee;
    border-bottom: 0 none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin:0;
    display: flex;
    align-items: center;
  }
  .product__info-container ul.tabs li{
    height:45px;
    width:25%;
  }
  .product__info-container ul.tabs li a{
    color: #333;
    background-color: #eee;
    border-left: 1px solid #fff;
    padding: 10px 12px;
    line-height: 25px;
    height: auto;
    text-align: center;
    font-weight:700;
    width:100%;
  }
  
  .product__info-container ul.tabs li a:focus-visible{
    box-shadow:none;
    outline:none;
  }
  .product__info-container ul.tabs-content{
    padding-top:0;
  }
  .product__info-container ul.tabs-content > li{
    padding: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-top: 0 none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .product__info-container ul.tabs-content > li.active{
    border: 1px solid #eee;
    padding: 30px;
    border-top: 0 none;
  }
  .product__info-container ul.tabs-content > li p{
    margin-top:0; 
  }
  .product__info-container ul.tabs-content > li p:last-child{
   margin-bottom:0; 
  }
  .product__info-container ul.tabs-content > li ul{padding-left:15px;    line-height: 20px;}
  .product__info-container ul.tabs-content > li ul li{
    list-style:none;
    line-height: 21px;
    position:relative;
  }
  .product__info-container ul.tabs-content > li ul li:before{
    position:absolute;
    content:"";
    width:4px;
    height:4px;
    border-radius:50%;
    background:#444;
    left: -12px;
    top: 8px;
  }
  @media (min-width: 750px) and (max-width: 1199px){
    .product__info-container ul.tabs{
      display:block;
    }
    .product__info-container ul.tabs li {
      width: 100%;
    }
  }
    @media(max-width: 543px){
    .product__info-container ul.tabs{
      display:block;
    }
    .product__info-container ul.tabs li {
      width: 100%;
    }
  }
  .footer .footer-before{
      border-bottom: 1px solid #242425;
      padding-top: 4rem;
  }
  .footer .footer-before .footer-block__newsletter {
    text-align: left;
    width:60%;
    /*padding:4rem 3rem;
    border: 1px solid #808080;
    border-radius: 30px;*/
    margin:0 auto 4rem;
}
  .footer .footer-before .footer-block__newsletter .footer-block__heading{
    margin: 0 0 30px !important;
    font-size: 30px !important;
    line-height: 40px;
  }
  .footer .footer-before .footer-block__newsletter .newsletter-form{max-width:100%;}
  .footer .footer-before .footer-block__newsletter .field{display:flex;}
  .footer .footer-before .footer-block__newsletter .field__input{
    padding-left: 1.5rem;
    background: #fff;
    border-radius: 12px;
    padding: 1.2rem;
    height: 4.4rem;
    color:#a5a5a5;
    
  }
  .footer .footer-before .footer-block__newsletter .field__label{
    left:1.5rem;
    font-size: 1.4rem;
    color:#a5a5a5;
    letter-spacing:0;
  }
  footer .footer-before .footer-block__newsletter .field__input:focus ~ .field__label,
  .footer .footer-before .footer-block__newsletter .field__input:not(:placeholder-shown) ~ .field__label{
    font-size: 1rem;
  }
  .footer .footer-before .footer-block__newsletter .newsletter-form__button{
    margin-top:0;    
    border-radius: 12px;
    margin-left: 25px;
    width: auto;
    min-width: 120px;
    letter-spacing:0;
  }
  .footer-block__heading {
    line-height: normal;
    font-weight: 500;
  }
  .footer-block__details-content .list-menu__item--link {
    line-height: 1.8;
    font-weight: 400;
    font-size: 13px !important;
    color: #b1b1b1 !important;
    padding: 0 !important;
    display:block !important;
  }
  
  .footer-block__details-content.rte p{
    color:grey;
    font-style: italic;
  }
  .footer-block__details-content.rte p strong{
    color:grey;
    font-style: normal;
  }
  .footer__content-bottom{
    padding: 0!important;
    color: #fff!important;
    background: #009eb4!important;
    border-top: none!important;
  }
  
  .footerbottom-social {
    width: 30%;
        text-align: right;
  }
  .footerbottom-social ul{
   display:block;
  }
  .footerbottom-social ul li{
    display:inline-block;
    vertical-align:middle;
  }
  .footerbottom-social ul li a {
       background: #000;
    padding: 5px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
  .footerbottom-social ul li a svg{
    fill:#fff;
  }
  .footerbottom-social .footer__list-social .list-social__item.linkedin_link svg{margin-top:0;}
  
  @media(max-width: 1024px){
    .footer .footer-before .footer-block__newsletter{
      width:60%;
    }
  }
   @media(max-width: 900px){
    .footer .footer-before .footer-block__newsletter{
      width:70%;
    }
  }
   @media(max-width: 749px){
    .footer .footer-before .footer-block__newsletter{
      width:100%;
      display:block;
      text-align:center;
    }
     .footer .footer-before .footer-block__newsletter .field {
       display: block;
       margin-left: 0;
     }
     .footer .footer-before .footer-block__newsletter .newsletter-form__button {
       margin-top: 20px;
       margin-left: 0;
       width: 100%;
       min-width: auto;
     }
     .footer .footer-before .footer-block__newsletter .footer-block__heading{margin-bottom:2rem !important;}
  }
     @media(max-width: 991px){
       .footerbottom-social {
         width: 100%;
         text-align: center;
         margin-top: 10px;
       }
       .footer__copyright {
         text-align: center !important;
         display: block;
         width: 100%;
       }
     }
  @media(min-width: 990px){
    .collection-list--4-items .grid__item, {
      width: 25% !important;
    }
  }
  
  .brand-title{
  	font-size:16px;
    color:#444444;
    font-weight: 700;
  }

  	
  .rte ul li{
  	line-height:2.2rem;
  }
  
  .collection-hero__inner{
  	    flex-direction: column-reverse !important;
  }
  .collection-hero--with-image .collection-hero__text-wrapper{
  	position:unset;
    padding: 0 !important;
    margin-top:10px;
  }
  
  .reuest-form .form-all{
    width: 100%;
    margin: 0px auto;
  }
  .reuest-form .form-all ul{
  	margin:0;
    padding:0;
  }
  
  .reuest-form .form-all ul li{
  	list-style: none;
  }
  
  .reuest-form .form-header-group{
	padding:24px 0px 24px 0px;
    margin: 12px 36px 12px 36px;
    border-bottom: 1px solid #e3e3e3;
  }
  
  .reuest-form .form-header-group .form-header {
    color: #3b6e9a;
    font-weight: 800;
    line-height: 1.55em;
    font-size: 1.45em;
    margin:0;
        font-family: "Verdana", sans-serif;
  }
  
  .reuest-form .form-header-group .form-subHeader {
    color: #4d88bb;
    line-height: 1.5em;
    font-size: 1.5rem;
    margin: 3px 0 0;
  }
  
  .reuest-form .form-line{
  	padding: 12px 80px;
    margin-top: 7px;
    margin-bottom: 7px;
    display: block;
    overflow: hidden;
  }
  
  .reuest-form .form-label.form-label-auto{
  	display: inline-block;
    float: left;
    padding: 3px;
    padding-right: 10px;
    font-size:14px;
    font-weight:800;
    margin-bottom: 9px;
    text-align: right;
    width: 273px;
  }
  
  .reuest-form .form-required{
  	margin-left: 5px;
    color: red;
  }
  
  .reuest-form .form-input{
  	width: 100%;
    max-width: 379px;
    float:left;
    display: inline-block;
  }
  .reuest-form .form-input .fieldset{
    margin:0 7px;
  }
  .reuest-form .d-flex{
    display:flex;
  }
  .reuest-form .field__input{
    border: 1px solid #ccc;
    /*box-shadow: none;*/
    padding: 5px;
    height: 30px;
  }
  
  .reuest-form .field__smalllabel{
    color: #4d88bb;
    margin: 3px;
    text-align: left;
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
  }

  .reuest-form .field__input[name="contact[areacode]"] {
    width:115px;
  }
  .reuest-form .select__select{
    -webkit-appearance: revert;
    appearance: revert;
    padding: 5px;
    height: 30px;
  }
  .reuest-form .contact__button{
    padding: 0 30px;
  }
  .reuest-form .contact__button .button {
    background-color: var(--gradient-base-accent-2);
  }

  @media(max-width:1100px){
      .reuest-form .form-line{
         padding: 12px 40px;
      }
  }
    @media(max-width:829px){
      .reuest-form .form-line{
         padding: 12px 25%;
      }
      .reuest-form .form-label.form-label-auto{
        text-align:left;
      }
    }
  
   @media(max-width:600px){
      .reuest-form .form-line{
         padding: 12px 20%;
      }
    }
  
  @media(max-width:543px){
      .reuest-form .form-line{
         padding: 12px 30px;
      }
    }
  
  
  .collection_banner{
  
  }
   
  .collection_banner .collection-grid{
     margin:0;
  }
  
  .collection_banner .collection-grid .imagebar__item {
      box-shadow: 0 0 0 0 rgb(0 0 0 / 2%), 0 0 0 0 rgb(0 0 0 / 7%), 0 0 0 0 rgb(0 0 0 / 5%);
    transition: transform .3s ease-out 0s,box-shadow .3s ease-out 0s;
    padding:0;
    width:25%;
  }
  .collection_banner .collection-grid .imagebar__item:nth-child(4n+1) {
    clear:left;
  }
  .collection_banner .collection-grid .imagebar__item:hover {
     box-shadow: 0 8px 10px 1px rgb(0 0 0 / 12%), 0 3px 14px 2px rgb(0 0 0 / 10%), 0 5px 5px -3px rgb(0 0 0 / 12%);
    transform: translate3d(0,-2px,0);
    z-index: 2;
  
  }
  .collection_banner .collection-grid .imagebar__item a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .collection_banner .collection-grid .imagebar__item img {
    max-width:100%;
    padding:5px;
  }
  .collection_banner .collection-grid .imagebar__item h3{
    position:absolute;
    text-shadow: 1px 1px #000;
    color: #fff;
    font-weight:400;
    line-height:1.5;
    font-size:44px;
  }
  #shopify-section-template--14670029029449__1647428826c08e4a10 .collection-grid .imagebar__item h3{
    max-width: 300px;
    text-align: center;
  }
  


  @media(max-width:1299px){
    .collection_banner .collection-grid .imagebar__item h3{
      font-size:42px;
    }
  }
  @media(max-width:1199px){
    .collection_banner .collection-grid .imagebar__item h3{
      font-size:40px;
    }
  }
  @media(max-width:1024px){
    .collection_banner .collection-grid .imagebar__item {
      width:33.33%
    }
    .collection_banner .collection-grid .imagebar__item:nth-child(4n+1),  {
      clear:none;
    }
    .collection_banner .collection-grid .imagebar__item:nth-child(3n+1) {
      clear:left;
    }
  }
    @media(max-width:991px){
    .collection_banner .collection-grid .imagebar__item h3{
      font-size:34px;
    }
  }
   @media(max-width:749px){
    .collection_banner .collection-grid .imagebar__item {
      width:50%
    }
    .collection_banner .collection-grid .imagebar__item:nth-child(3n+1) {
      clear:none;
    }
    .collection_banner .collection-grid .imagebar__item:nth-child(2n+1) {
      clear:left;
    }
  }
  @media(max-width:543px){
    .collection_banner .collection-grid .imagebar__item {
      width:100%
    }
    .collection_banner .collection-grid .imagebar__item:nth-child(2n+1) {
      clear:none;
    }
  }
 .spaced-section .banner__buttons .button {
    box-shadow: none !important;
    background-color: #009eb4 !important;
    border-color: #009eb4 !important;
    color: #fff;
  }
  
  .spaced-section .banner__box>.banner__buttons{
     justify-content: left;
  }
  iframe{    max-width: 100%;}
  .product__media-toggle{
  cursor: pointer !important;
  }
  h2#header_1 {
    color: #3b6e9a;
    font-weight: 700;
}
  
  /*================ slider ================*/
  
.slider {
  position: relative;
}


 .slider .slideshow-carousel .owl-nav .owl-prev, .slider .slideshow-carousel .owl-nav .owl-next {
   position: absolute;
   padding: 0;
   top: 45%;
   box-shadow: none;
   margin: 0px;
   right: auto;
   border: 0;
   display: inline-block;
   background-color: transparent;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   color: #003d5a;
}
 @media (max-width: 998px) {
   .slider .slideshow-carousel .owl-nav .owl-prev, .slider .slideshow-carousel .owl-nav .owl-next {
     top: 35%;
  }
}
  @media (max-width: 749px) {
    .slider .slideshow-carousel .owl-nav .owl-prev, .slider .slideshow-carousel .owl-nav .owl-next {
      top: 30%;
    }
  }
  @media (max-width: 543px) {
    .slider .slideshow-carousel .owl-nav .owl-prev, .slider .slideshow-carousel .owl-nav .owl-next {
      top: 25%;
    }
  }
  @media (max-width: 400px) {
    .slider .slideshow-carousel .owl-nav .owl-prev, .slider .slideshow-carousel .owl-nav .owl-next {
      top: 22%;
    }
  }
  .slider .slideshow-carousel .owl-nav .owl-prev span, .slider .slideshow-carousel .owl-nav .owl-next span {display:none;}
  .slider .slideshow-carousel .owl-nav .owl-prev:after{
    position:absolute;
    content:"❮";
    right:auto;
    left:0;
    font-size: 30px;
    color:#003d5a;
    font-weight: 400;
  }
  .slider .slideshow-carousel .owl-nav .owl-next:after {
    position:absolute;
    content:"❮";
    transform:rotate(180deg);
    right:0;
    left:auto;
    font-size: 30px;
    color:#003d5a;
    font-weight: 400;
  }


 .slider .slideshow-carousel .owl-nav .owl-next {
   right: 10px;
   left: auto;
}
 .slider .slideshow-carousel .owl-nav .owl-prev {
   left: 10px;
   right: auto;
}
  
 .slider .slideshow-carousel .owl-dots {
   position: absolute;
   bottom: 14px;
   right: 0;
   left: 0;
   margin: 0 auto;
   text-align: center;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}

 .slider .slideshow-carousel .owl-dots .owl-dot {
   display: inline-block;
   vertical-align: middle;
   margin: 0 2px;
}
 .slider .slideshow-carousel .owl-dots .owl-dot span {
   width: 50px;
   height: 2px;
   background:rgba(128,128,128,.2); !important;
   border: none;
   margin: 0 3px;
   display: block;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 .slider .slideshow-carousel .owl-dots .owl-dot.active span, .slider .slideshow-carousel .owl-dots .owl-dot:hover span {
   background: #fff !important;
}
.cover-video {
  position: relative;
  min-height: 600px;
}
 .cover-video .block-cover__background {
   bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
   background: #000000;
 }
.cover-video video {
  border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
 .slider .slideshow-carousel .slideshow__link {
   display: flex;
   align-items: center;
   position:relative;
}
    .slider .slideshow-carousel .slideshow__link svg,
  .slider .slideshow-carousel .slideshow__link img {
    position:relative;
  }
  .slider .slideshow-carousel .slideshow__link svg:after,
  .slider .slideshow-carousel .slideshow__link img:after{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0,0,0,.2);
    visibility: visible;
    content: '';
  }
  .slider .slideshow-carousel .slideshow__item .slideshow__link svg{
    display:block;
    width:100%;
  }
  
 .slider .slideshow-carousel .page-width {
   position: absolute;
   left: 0;
   right: 0;
   z-index:3;
   bottom:105px;
}
  @media(min-width:750px){
    .slider .slideshow-carousel .page-width {
      padding: 0 30px;
    }
  }

 .slider .slideshow-carousel .slider-content {
   float:right;
   width:50%;
}
   .slider .slideshow-carousel .slider-content *{
  transition: opacity .5s ease-in-out 0s;
   }

  .slider .slideshow-carousel .slider-content .main-title {
    font-size: 40px;
    margin-bottom: 12px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 0.757px;
  }

  .slider .slideshow-carousel .slider-content .desc {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 24px;
    font-weight: 500;
    letter-spacing: 0.416px;
  }

  .slider .slideshow-carousel .slider-content .slider-btn {
    box-shadow: none !important;
    background-color: #009eb4 !important;
    border-color: #009eb4 !important;
    color: #fff !important;
    font-weight:400;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0;
    min-height: 41px;
    letter-spacing: 0.431px;
  }

 .slider .slideshow-carousel .owl-item.active .main-title {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInUp;
   animation-delay: 1.5s;
       opacity: 1;
    
}
 .slider .slideshow-carousel .owl-item.active .desc {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInUp;
   animation-delay: 1.7s;
    opacity: 1;
}
 .slider .slideshow-carousel .owl-item.active .slider-btn {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInUp;
   animation-delay: 1.9s;
    opacity: 1;
 }
  .owl-carousel .owl-item img{
   max-width:100%;
 }
  @media (min-width:990px) and (max-width:1600px){
     .slider .slideshow-carousel .slider-content .main-title {
      line-height:1;
       margin-bottom:0;
    }
    .slider .slideshow-carousel .slider-content .desc {
     margin-bottom:15px;
      line-height:1;
    }
     .slider .slideshow-carousel .slider-content .slider-btn {
      padding: 6px 14px;
      font-size: 12px;
      min-height: 36px;
    }
  }
  @media(max-width:989px){
    .slider .slideshow-carousel .slideshow__link{
      display:block;
    }
    .slider .slideshow-carousel .page-width{position:unset;}
    .slider .slideshow-carousel .slider-content *{
      color:#000 !important;
    }
    .slider .slideshow-carousel .slider-content {
      float: unset;
      width: 100%;
      text-align: center;
      padding-top:30px;
  }
    .slider .slideshow-carousel .owl-dots .owl-dot {display:none;}
  }
  
  @media(max-width:543px){
   .slider .slideshow-carousel .slider-content .main-title {
       font-size: 30px;
    }
     .slider .slideshow-carousel .slider-content .desc {
       font-size: 16px;
    }
    .slider .slideshow-carousel .slider-content .slider-btn {
      padding: 6px 14px;
      font-weight: 600;
      font-size: 12px;
      min-height: 38px;
    }
  }
  
   @media(max-width:400px){
   .slider .slideshow-carousel .slider-content .main-title {
       font-size: 26px;
    }
     .slider .slideshow-carousel .slider-content .desc {
       font-size: 15px;
    }
     .slider .slideshow-carousel .slider-content .slider-btn {
       padding: 4px 10px;
       font-weight: 600;
       font-size: 12px;
       min-height: 36px;
     }
  }
  .zoomContainer{display:none;}
  #main-media-container {list-style-type:none;}  
  .header-height{
      min-height:73px;
    }
  /*@media(min-width:990px){
    .header-height{
      min-height:139px;
    }
  }*/
  @media(max-width:543px){
     iframe{    height: 300px;}
  }
    @media(max-width:400px){
     iframe{    height: 260px;}
  }
    @media(max-width:375px){
     iframe{    height: 230px;}
  }
  
  .shopify-section-header-sticky{
    position:fixed;
    left:0;
    right:0;
        animation: slide-down .7s;
    -moz-animation: slide-down .7s;
    -webkit-animation: slide-down .7s;
    -o-animation: slide-down .7s;
  }
  
  
@keyframes slide-down {
   0% {
     transform: translateY(-100%);
     -webkit-transform: translateY(-100%);
     -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
  }
   100% {
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     -moz-transform: translateY(0);
  }
}
  
  
  .reuest-form .contact-group{
    padding: 0 35px;
    padding-top: 30px;
    border-bottom: unset;
    text-align: left;
    margin: 0;
  }
  
  .reuest-form .contact-decs, .reuest-form .contact-address{
    padding: 0 35px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .reuest-form .contact-decs p{
    margin: 5px 0;
  }
  .reuest-form .contact-decs .form-input-wide{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
  }
  .reuest-form .contact-address{
  padding-top: 50px;
  }
  .request-header{
   display:none;
  }
  .request-decs .form-input-wide{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
  }
  .request-decs{
      margin-bottom: 0;
  }
  .request-decs h2#header_1, .reuest-form .request-decs p{
  color:#2d5475;
  }
  .brand-inner-title{
      font-size: 18px !important;
    color: #000 !important;
    margin-bottom: 60px !important;
  }
  .innerpart{
      font-size: 17px;
    color: #000;
  }

  
  
.newsletter-popup-overlay{
  background:rgba(0,0,0,0.5);
  opacity:0;
  visibility:hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.newsletter-popup-overlay.active{
  opacity:1;
  visibility:visible;
}

  
  
  /* Product popup */

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0; 
  position: fixed;
  visibility: hidden; 
  display:flex;
  align-items:center;
  z-index: 99;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(0,0,0,.8);
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content {
  background-color: rgb(var(--color-background));
  overflow: auto;
  margin: 0 auto;
  text-align:center;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0rem;
  width: 546px;
  position: absolute;
  padding: 3rem;
  border-radius: 12px;
}

  @media(max-width:600px){
    .product-popup-modal__content{
      left:0;
      right:0;
      padding:2rem;
      width: 300px;
      transform:unset;
    }
  }

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
}

.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}


.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
}

.product-popup-modal__toggle {
  top: 15px;
  right: 15px;
  height: 26px;
  width: 30px;
  line-height: 26px;
  border: none;
  color: #009eb4;
  font-size: 26px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 1051;
  font-family: monospace,serif,sans-serif;
  transition: all .3s ease-in-out;
}
  
  @media(max-width:600px){
    .product-popup-modal__toggle {
      top: 5px;
      right: 5px;
    }
  }

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  stroke:#009eb4;
  width: 1.2rem;
}
  
  .product-popup-modal__content-info  .popup-title{
    margin:0;
  	margin-bottom: 10px;
    font-weight:600;
    font-size: 18px;
    text-transform: uppercase;
    color:#003d5a;
  }
  
  @media(max-width:600px){
    .product-popup-modal__content-info .popup-title{
  		font-size:13px;
    }
  }
	
  .product-popup-modal__content-info  .popup-sub-title{
  	font-size:14px;
    color:#444444;
  }
  
  @media(max-width:600px){
    .product-popup-modal__content-info .popup-sub-title{
      font-size:13px;
      line-height:20px;
    }
  }
  
  .product-popup-modal__content-info .newsletter-form{
  	width:100%;
    max-width:100%;
  }
  
  .product-popup-modal__content-info .newsletter-form__field-wrapper{
  	max-width:100%;
  }
  
  .product-popup-modal__content-info .field{
  	display:block;
  }
  
  .product-popup-modal__content-info .newsletter-form__field-wrapper .field__input{
    background-color: #fff;
    border-color: #e8e8e8;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    box-shadow:none;
    color: #707070;
    font-size: 13px;
    height: 42px;
    margin: 0;
    transition: border-color .1s ease-out;
    width: 100%;
    margin-bottom:15px;
    border-radius: 12px;
  }
  
  .product-popup-modal__content-info .newsletter-form__button{
  	width:100%;
    position:unset;
    background-color:#0070c1;
    color:#fff;
    padding:14px 22px;
    font-size:16px;
    font-weight:700;
    border-radius: 12px;
    text-transform: uppercase;
  }
  
  .product-popup-modal__content-info .field__label{
    font-size: 1.3rem;
    color:#707070;
    top: 1.1rem;
  }
  
  .product-popup-modal.active{
    opacity: 1;
    visibility: visible;
  }

  .product-popup-modal__content-info .newsletter-form__message--success{
  	position:unset;
    margin-top:15px;
  }

  .product-popup-modal__content-info .newsletter-form{
  	flex-direction: column-reverse;
    align-items:center;
  }
  
  .alert-success{
  	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding:.75rem 1.25rem;
    display:block;
    width:100%;
    border:1px solid transparent;
  }

h3[data-sku='']{
	display:none !important;
}

/* clearing up cart-item details */
.cart-item__details> dl> .product-option:nth-child(1){
  display: none;

}
.cart-item__details> dl> .product-option:nth-child(2){
  display: none;

}
.cart-item__details> dl> .product-option:nth-child(3){
  display: none;

}

.collection-grid{
  display: flex;
  justify-content: center;
}

/* center main header */
/*@media only screen and (min-width: 990px) {
  .header__heading-logo{
    transform: translate(62px) !important;
  }
}*/
/*cart information edit*/
._6zbcq51b{
  display: none
}
