/** Shopify CDN: Minification failed

Line 2507:4 Comments in CSS use "/* ... */" instead of "//"
Line 2514:4 Comments in CSS use "/* ... */" instead of "//"
Line 2709:4 Comments in CSS use "/* ... */" instead of "//"
Line 2712:4 Comments in CSS use "/* ... */" instead of "//"
Line 3264:17 Expected "]" to go with "["
Line 3473:3 Comments in CSS use "/* ... */" instead of "//"
Line 3952:4 Comments in CSS use "/* ... */" instead of "//"
Line 4000:4 Comments in CSS use "/* ... */" instead of "//"
Line 4077:2 Comments in CSS use "/* ... */" instead of "//"
Line 4096:4 Comments in CSS use "/* ... */" instead of "//"
... and 2 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 20px;
}

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

@media screen and (min-width: 750px) {
   .card {
  	border: 1px solid #e1e3e4;
}
  .product__info-container {
    border: 1px solid #e1e3e4;
}
  .spr-container {
    border: 1px solid #e1e3e4 !important;
}
  .page-width {
    padding: 0 40px;
  }

  .page-width--narrow {
    padding: 0 40px;
  }

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

  .page-width-tablet {
    padding: 0 35px;
  }
}
  @media screen and (min-width: 768px) {
    .itg-mobile{
    display:none;
    }
    summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    display: none;
}
    svg.icon.icon-account,.icon.icon-close {
    display: none !important;
}
  
  }

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

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 40px;
  }
}

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

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

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: 0.06rem;
  color: rgb(var(--color-foreground));
  line-height: 1.3;
}

.h0 {
  font-size: 4rem;
}

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

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

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

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

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

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

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

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

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

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

h6,
.h6 {
  color: 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: 1.7;
}

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

  .caption-with-letter-spacing {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
  }

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

.color-foreground {
  color: 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;
}

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

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

.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: 1.8;
  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-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.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: 125%;
}

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

.button,
.shopify-challenge__button,
.customer button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  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));
  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: 1.2;
}

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

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - 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 {
  margin-right: 1rem;
}

.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: 31rem;
  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 transparent;
  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: 1.6;
  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: 14px;
  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: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 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: 14rem;
  display: flex;
}

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

.quantity__button {
  width: 4.5rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: 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: 2;
}

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

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

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 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: 1.1;
   
}

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

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

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

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

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

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

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

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

  .header--has-menu:not(.header--middle-left) {
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

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

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

.header__icon,
.header__icon--cart .icon {
  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: 1.8;
}

.search-modal__form {
  width: 100%;
}

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

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

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

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

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: 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;
  }
}
  
  
  
  
/* New css start   */
  
  .announcement-bar {
    padding-left: 55px;
    display: flex;
    justify-content: space-between;
    padding-right: 55px;
    align-items: center;
}
  
  .announcement-bar__button {
    padding: 7px 18px 7px 15px;
    background: var(--header-accent-color);
    color: var(--secondary-background);
    box-shadow: 0 1px var(--header-accent-color);
}
  .announcement-bar__button svg {
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 12px;
    vertical-align: text-bottom;
}
 
  /**
 * --------------------------------------------------------------------
 * BLOCK LIST
 *
 * This component is used by various elements on mobile to allow items
 * to becomes scrollable on mobile and small tablets
 * --------------------------------------------------------------------
 */

.block-list {
  display: flex;
  flex-flow: column nowrap;
}

.block-list--no-flush.block-list--no-flush {
  margin-bottom: 0; /* The double class is to increase specifity and avoid to set it at each breakpoint */
}

.block-list__item {
  display: flex; /* Allow to stretch the content if different block items have different height */
}

/* Unfortunately IE11 does not like nested flex items, so for IE11, we revert to display: block */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-list__item {
    display: block;
  }
}

.block-list__item > :first-child {
  flex: 1 0 0%;
}

@media screen and (max-width: 999px) {
  .scroller .block-list {
    white-space: nowrap;
    flex-flow: row nowrap;
  }

  .scroller .block-list::before {
    content: "";
    flex: 0 0 var(--mobile-container-gutter);
  }

  .scroller .block-list::after {
    content: "";
    flex: 0 0 calc(var(--mobile-container-gutter) - 7px);
  }
  .video-sec .scroller .block-list::after {
    flex: 0 !important;
	}

  .scroller .block-list__item {
    flex: 0 0 auto;
    white-space: normal;
    scroll-snap-align: center;
  }
}

@media screen and (max-width: 640px) {
  	.scroller .block-list__item {
    width: 81%;
  	}
  	.video-sec .scroller .block-list__item {
    width: 100%;
	}
  	.video-sec .block-list {
    display: block;
    margin: 0 auto !important;
	}
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .scroller .block-list__item {
    width: 56%;
  }

  .scroller .block-list::before {
    flex: 0 0 var(--desktop-container-gutter);
  }

  .scroller .block-list::after {
    flex: 0 0 calc(var(--desktop-container-gutter) - 15px);
  }
  .video-sec .scroller .block-list__item {
    width: 46%;
	}
  .video-sec .block-list {
    width: 100%;
    margin: 0 !important;
	}
}

@media screen and (min-width: 641px) {
  .block-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

 
}

@media screen and (min-width: 1000px) {
  .block-list {
    white-space: normal;
  }

  .block-list::before,
  .block-list::after {
    display: none;
  }

  .block-list__item--grow {
    flex-grow: 1;
  }
}

/**
 * VARIATIONS
 */

.block-list--loose {
  margin-bottom: -45px;
}
.block-list--loose .block-list__item > :first-child {
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) {
  .block-list--loose {
    margin-bottom: -60px;
  }

  .block-list--loose .block-list__item > :first-child {
    margin-bottom: 30px;
  }
}
.block-list {
    flex-direction: row;
    //flex-wrap: wrap;
/*     margin: 0 -15px -30px -15px; */
    display: flex;
  justify-content: space-between;
}
  .block-list__item {
    display: flex;
    //width: 50%;
}
  .offer-item--inline {
    display: flex;
    align-items: center;
    padding: 28px 25px;
}
  .offer-item--inline .offer-item__image-wrapper {
    margin: 0 30px 0 0;
}
  .offer-item__image-wrapper {
    min-width: 110px;
    max-width: 110px;
}
  .aspect-ratio {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
  .aspect-ratio img {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
}
  .offer-item {
    border: 1px solid #e1e3e4;
    border-radius: 3px;
}
  p.offer-item__title.heading.h4 {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
}
  .offer-item__content p {
    font-size: 13px;
    color: initial;
}
  .block-list a {
    text-decoration: none;
}
  .video-sec .block-list__item>:first-child {
    margin: 0 15px 0 15px;
}
  .video-sec .block-list {
    background: #e7e7e7;
    padding: 10px 0;
}
  .video-sec .block-list__item {
    align-items: center;
}
  .video-sec .block-list__item>:first-child {
    flex: 1 0 0%;
}
  .block-list__item.\31 \/2--lap-and-up {
    width: 50%;
    display:flex;
}
  .block-list__item>:first-child {
    margin: 0 15px 30px 15px;
}
  h3.video-title-it.heading.h2 {
    margin-bottom: 7px;
}
  p.video-text-it {
    letter-spacing: 0;
    font-size: 14px;
    margin-top: 7px;
}
  .collection-list.grid--3-col-tablet .grid__item {
    max-width: 16.66% !important;
}
  .collection-list-wrapper .large-up-hide {
    display: block !important;
}
   .collection-list-wrapper .medium-hide {
    display: none;
}
  .collection-list-wrapper .card__media-spacer {
    padding: 10px 10px 0;
}
  .section--tight {
    margin: 40px 0;
}
  .text-with-icons {
    padding: 0;
    margin: 0 -35px;
    flex-wrap: nowrap;
    justify-content: space-around;
    display: flex;
}
  .text-with-icons__item {
    flex-basis: calc(25% - 70px);
    margin: 0 35px;
    display: flex;
    width: 100%;
    line-height: 1.6;
}
  icons__icon-wrapper {
    margin: .5em 18px 0 0;
}
  .text-with-icons__icon-wrapper svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
  .text-with-icons__title {
    margin-bottom: 4px;
}
  .content-container {
    padding: 0 100px;
}
  i.fa.fa-angle-left.slick-arrow {
    font-size: 44px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
  .slide-image {
    width: 40%;
}
  .slide-image img {
    max-width: 380px;
    margin: 0 auto;
    width: 100%;
}
  .slide-content {
    width: calc(60% - 100px);
    margin: 0 auto;
}
  i.fa.fa-angle-right.slick-arrow {
    font-size: 44px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
  .content-slider-item {
    width: 100%;
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
}
  .slide-content p {
    font-size: 14px;
    letter-spacing: 0;
}
  .slide-content h3.heading.h2 {
    font-weight: 600;
}
  .slick-arrow {
    cursor: pointer;
    color: #ea1c24;
}
  .slick-dots li.slick-active button {
    background: #ea1c24!important;
}
  .slick-dots li button {
    background: #ff000061!important;
}
  .slick-dots li button:before{
  font-size: 0 !important;
  }
/*   New css end */
  
  .slideshow .slick-dots li.slick-active button {
    background: 0 !important;
}
  .slideshow .slick-dots li button {
    padding: 3px !important;
    background: #fff !important;
    border: 3px solid #fff !important;
    border-radius: 50% !important;
}
  .slideshow .slick-dots {
    bottom: 20px !important;
  }
  .slideshow .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
  }
  .slideshow .slick-dots li {
    margin: 0 0px !important;
  }
  
  .search-bar-it {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #e5e5e5;
    padding-left: 40px;
    //padding-right: 40px;
}
  .search-bar-it .container {
    //flex-wrap: wrap;
    display: flex;
    align-items: center;
}
    
.vehicle--search-filter {
    width: 80%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
  .label-it {
    width: 25%;
}
  .vehicle--search-filter label {
    font-size: 20px;
    color: #616161;
    margin-right: 10px;
}
  .year-make-model-it {
    width: 75%;
}
  .clearfix::after, .clearfix::before {
    display: table;
    content: "";
}
    ul.dropdowns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.header-search-bar-it.header__search-bar-wrapper {
    width: 20%;
}
  .slideshow {
  height: 400px;
  overflow: hidden;
}

.slideshow--small {
  height: 350px;
}

.slideshow--large {
  height: 450px;
}

.slideshow__slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.slideshow__slide-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.slideshow__title {
  margin-bottom: 7px;
  color: inherit;
}

.slideshow__content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 25px;
}

.slideshow__content {
  max-width: 650px;
  margin: 0 auto 22px auto;
}

/** Overlay variation **/
.slideshow__slide--overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

/** Preserve ratio variation

 IMPLEMENTATION NOTE: I am using two different ways to center the content. If the slideshow is a fixed height, the theme uses a flexbox
                      based approach, while if the slideshow is not fixed (ie. respecting the image aspect ratio), I use a transform based
                      approach. I could have keep it simpler and use the transform based everywhere (which would have removed a lot of code),
                      but the transform based is proved to reduce sometimes the quality of the text and make it a bit blurry. This is why
                      there is another, more optimized way to position when it is possible
 **/
.slideshow--preserve-ratio {
  height: auto !important;
}

.slideshow--preserve-ratio .slideshow__slide {
  height: auto;
}

.slideshow--preserve-ratio .slideshow__slide-inner {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}

.slideshow--preserve-ratio .slideshow__content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 641px) {
  .slideshow:not(.slideshow--edge2edge) {
    margin: var(--desktop-container-gutter) 0;
  }

  /* Positioning for fixed height carousel */
  .slideshow__slide-inner--top-left,
  .slideshow__slide-inner--top-center,
  .slideshow__slide-inner--top-right {
    justify-content: flex-start;
  }

  .slideshow__slide-inner--bottom-left,
  .slideshow__slide-inner--bottom-center,
  .slideshow__slide-inner--bottom-right {
    justify-content: flex-end;
  }

  .slideshow__slide-inner--bottom-left .slideshow__content-wrapper,
  .slideshow__slide-inner--bottom-center .slideshow__content-wrapper,
  .slideshow__slide-inner--bottom-right .slideshow__content-wrapper {
    padding-bottom: 75px;
    padding-top: 25px;
  }

  .slideshow__slide-inner--top-left,
  .slideshow__slide-inner--middle-left,
  .slideshow__slide-inner--bottom-left {
    text-align: left;
  }

  .slideshow__slide-inner--top-left .slideshow__content,
  .slideshow__slide-inner--middle-left .slideshow__content,
  .slideshow__slide-inner--bottom-left .slideshow__content {
    margin-left: 0;
  }

  .slideshow__slide-inner--top-right,
  .slideshow__slide-inner--middle-right,
  .slideshow__slide-inner--bottom-right {
    text-align: right;
  }
  .slideshow__slide-inner--top-right .slideshow__content,
  .slideshow__slide-inner--middle-right .slideshow__content,
  .slideshow__slide-inner--bottom-right .slideshow__content {
    margin-right: 0;
  }

  /* Positioning for non-fixed height carousel */
  .slideshow--preserve-ratio .slideshow__slide-inner--top-left .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--top-center .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--top-right .slideshow__content-wrapper {
    top: 0;
    transform: translateX(-50%);
  }

  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-left .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-center .slideshow__content-wrapper,
  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-right .slideshow__content-wrapper {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1000px) {
  .slideshow {
    height: 430px;
  }

  .slideshow--small {
    height: 380px;
  }

  .slideshow--large {
    height: 520px;
  }
}
  
  
/*   pages css */
  
  
  .spaced-section {
    margin-top: 0 !important;
}
  .main-page-title {
    font-size: 27px !important;
    margin: 28px 0 !important;
}
  
  .page-width--narrow p {
    font-size: 13px;
    letter-spacing: 0;
    color: #677279;
    word-break: break-word;
}
  .page-width--narrow h2.heading-bg {
    color: #555555;
    font-size: 20px;
    font-weight: 400;
    margin: 31px 0 12px;
}
      h1.title--primary {
    font-size: 27px;
    margin: 45px 0;
}
  .blog-articles {
    grid-template-columns: 1fr 1fr 1fr !important;
}
  .article-card__header h2 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0;
}
  .article-card__header {
    line-height: 24px !important;
    margin-bottom: 4px !important;
}
  .article-card__info {
    padding: 0px 15px !important;
}
  .article-card__image-wrapper {
    padding: 15px;
}
  .article {
    background: #fff;
    border: 1px solid #e5e5e5;
}
  .article-content:hover .article-card__title {
    text-decoration: none !important;
  }
  
/*   .caption-with-letter-spacing::after {
    content: '\2022';
    margin: -1px 10px 0 10px;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 100%;
    color: #766279;
} */
  .article-card__excerpt {
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 0;
    color: #677279;
}
  .spin-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.spin_one {
    width: calc(100% - 10px);
    display: inline-flex;
    flex-wrap: wrap;
}
.custm_spin_it.spin_one{
	width:100%;
} 
.spin_one .content-wrapper {
    width: 70%;
}
.spin_two{
    width: calc(50% - 10px);
    display: block;
    flex-wrap: wrap;
}
.custm_spin_it.spin_two{
	width:25%;
} 
.spin_three{
    width: calc(33% - 10px);
}
.custm_spin_it.spin_three{
    width:33%;
}
.spin_four{
    width: calc(25% - 10px);  
}
.custm_spin_it.spin_four{
    width:25%;
}
.spin-grid-item {
    padding: 0;
    background: 0;
    border: none;
    margin: 0 5px 2px 5px;
    position: relative;
}
.spin_two .content-wrapper {
    width: 70%;
}
.spin-grid-item.spin_two {
	margin: 0 auto;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.image_wrapper a img {
    margin: 0;
    width: 100%;
}
.content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.content-wrapper .heading.h4 {
    font-size: 14px;
    text-align: center;
    top: 50%;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content-wrapper .heading.h4 a {
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}
  
  #shopify-section-template--15157216608440__main .image_wrapper {
    max-height: 200px;
    overflow: hidden;
  
}
  .image_wrapper {
      position: relative;
  }
  .spin-grid-item.custm_spin_it {
    margin: 0;
    border: 1px solid #fff;
}
  .cstm_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    display: none;
    color: #fff;
}
  .icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    background: 0 0;
    pointer-events: none;
    overflow: visible;
}
  .image_wrapper a img {
    height: 180px;
    width: 100%!important;
    object-fit: cover;
}
  .heading-bg {
    font-size: 20px!important;
    font-weight: 400!important;
    color: #555!important;
    background: #ddd;
    margin: 1.55em 0 .6em 0;
    text-transform: uppercase;
    padding: 4px 4px;
    width: 100%;
}
.image_wrapper a:hover:after {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
}
#shopify-section-gallery .spin-grid-item .content-wrapper:hover:after {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 96%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
}
  .content-wrapper .heading.h4 a {
    text-shadow: none;
    color: #fff !important;
    text-decoration: none !important;
}
  .image_wrapper a:hover .cstm_icon{
  display:block;
}

.image_wrapper {
    position: relative;
}
  .image_wrapper:hover .cstm_icon {
    display: block;
}
  #port-slider .image_wrapper a img {
    margin: 0;
    width: auto;
    display: block;
}
  
    .rte a {
   color: #ea1c24 !important;
    transition: color .2s ease-in-out !important;
    text-decoration: underline !important;
    text-underline-position: under !important;
}
  h1.title--primary {
    text-transform: capitalize;
}
  .article {
    margin: 0px 0px;
}
 .blog-articles {
    grid-gap: 3rem !important;
}
  .heading-bg {
    padding: 6px 6px;
  }
  
  .block-list__item {
    display: block;
}
  .block-list__item.\31 \/2--lap-and-up {
    width: 50%;
}
 .nav-bar__item {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding: 37px 0;
    font-weight: 500;
}
  .announcement-bar {
    padding-left: 20px;
    padding-right: 30px;
  }
  .announcement-bar__button {
   border: none;
    font-size: 12px;
    font-weight: 600;
}
  .list-social__link {
    padding: 5px !important;
}
  p.itg-sub-save {
    display: initial;
    font-size: 12px;
    font-weight: 600;
}.announcement-bar__message {
    letter-spacing: 0;
}
  .header__menu-item:hover {
    color: #ea1c24;
}
  .header__menu-item:hover span {
    text-decoration: none;
    color: #ea1c24;
}
  .search-bar-it .header__search-bar-wrapper {
    display: block;
}
  
  .header__search-bar-wrapper {
    display: none;
}
  .search-bar {
    margin-top: 0;
    padding-bottom: 0;
    min-width: 0;
}
.search-bar {
    position: relative;
    min-width: 100%;
    padding-bottom: 15px;
    z-index: 1;
    font-size:15px;
}
 .vehicle--search-filter {
    width: 74%;
 }
  .search-bar-it .spaced-section:last-child {
    margin-bottom: 0;
}
  .search-bar-it .template-search--empty {
    padding-bottom: 0;
}
  .field__button {
    width: 50px;
    height: 100%;
    color: #fff;
    background-color: #ea1c24;
    border-radius: 0 3px 3px 0;
}
  .search__button .icon {
    height: 25px;
    width: 25px;
}
  predictive-search[loading] .predictive-search, predictive-search[open] .predictive-search {
    display: none !important;
}
  .search__input.field__input {
    background: #fff;
    border: none !important;
    box-shadow: none;
}
 path[Attributes Style] {
    stroke: rgb(28, 27, 27);
    d: path("M 23 7 l -10 5 L 1 6 M 13 12 v 11");
} 
 .featured-product.product.grid.grid--1-col.grid--2-col-tablet{
    padding-top: 60px;
}
  .text-with-icons__icon-wrapper {
    margin: 1.5em 18px 0 0;
}
.text-with-icons__title {
    margin-bottom: 4px;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}
.text-with-icons__content p {
    font-size: 13px;
}
div#announcement-bar-newsletter {
    display: none;
}
 
  .footer__content-top .grid {
    margin-left: 0 !important;
    padding-top: 50px;
  }
  .list-menu__item--link {
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}
  .footer-block__details-content {
    font-size: 14px;
    letter-spacing: 0;
}
  .footer-block__heading {
    font-size: 13px !important;
    letter-spacing: 0;
    text-transform: uppercase;
}
  .list-menu__item--active {
    text-decoration: none !important;
  }
 .footer-block__details-content .list-menu__item--link:hover {
    color:#ea1c24 !important;
    text-decoration: none !important;
}
  .footer-block__newsletter .field {
    display: block;
}
  .footer-block__newsletter .field__button {
    position: relative;
  }
  .footer-block__newsletter .field__input{
    background-color: #fff;
    border: .1rem solid #d4d6d8;
    border-radius: 2px;
    box-shadow: none;
}
  .footer__content-top .grid__item {
    padding-left: 8rem !important;
}
/*   .grid--4-col-tablet .grid__item {
    width: auto !important;
} */
  .newsletter-form__button {
    width: auto !important;
    padding: 0 25px;
    font-size: 15px;
    border-radius: 2px;
    margin-top: 15px !important;
    font-weight: 600;
}
  .footer-block__newsletter p {
    font-size: 14px;
    letter-spacing: 0;
}
.footer-pay {
    display: flex;
    justify-content: space-between;
}
  .itg-social {
    width: 50%;
}
  p.footer__aside-title-1 {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    max-width: 610px;
}
  .footer-block--newsletter {
    margin-top: 0;
}
  .footer__list-social.list-social:only-child {
    justify-content: center;
    margin-left: 80px;
}
  p.footer__aside-title-2 {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0;
}
  .footer__payment {
    margin-top: 0;
}
  svg.icon.icon--full-color {
    width: 38px;
    height: 24px;
}
  .footer__content-bottom {
    border: none !important;
    padding: 0 !important;
}
  .footer__copyright {
    margin-bottom: 20px;
    font-size: 14px;
}
  h2.heading-1.header1-2 {
    text-align: center;
    font-size: 27px;
    margin-top: 0;
}
  p.itg-rte {
    text-align: center;
    font-size: 14px;
    padding-bottom: 30px;
}
  .announcement-bar__newsletter-inner {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
  button.announcement-bar__close {
    border: none;
    background: none;
    font-size: 20px;
}
  .announcement-bar__close-container {
    text-align: right;
    margin-top: 20px;
    padding-right: 30px;
}
  
  .field__button {
    position: relative;
  }
  .header__action-list {
    display: flex;
    align-items: center;
    margin-left: auto;
}
  .header__action-item, .header__action-item-content {
    position: relative;
}
  .header__action-item-title {
    display: block;
    margin-bottom: -6px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
  .icon-state {
    position: relative;
    vertical-align: middle;
}
  .hidden-desk {
    display: none!important;
}
  .header__action-item-link {
    display: block;
    font-weight:500;
    font-size:16px;
}
  .icon-state .icon-state__secondary {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translateY(-50%) scale(.3);
}
  .mini-cart {
    left: auto;
    right: 0;
    top: calc(100% + 14px);
    max-height: none;
    width: 470px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
}
  .mini-cart {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 100%;
    max-height: 0;
    background: var(--secondary-background);
    color: var(--text-color);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: scale(.9);
    transition: opacity .25s ease-in-out,transform .25s ease-in-out,visibility .25s ease-in-out,max-height 0s linear .25s;
    will-change: transform;
}
  
  .template-product .product ul.lSPager.lSGallery li {
    margin: 10px 0!important;
    display: block;
   // width: 100%!important;
}
  .view-product {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    transition: background .25s ease-in-out,color .25s ease-in-out,box-shadow .25s ease-in-out;
}
  .view-product.button--ternary {
    color: #ea1c24;
    box-shadow: 0 0 0 1px #e1e3e4 inset;
    background: transparent;
}
  .custom-listing .card {
    border: none;
}
  .boost-pfs-action-list-wrapper.boost-pfs-action-extend {
    display: none;
}
  span.article-item__meta-item:not(:last-child)::after {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    margin: -1px 10px 0 10px;
    border-radius: 100%;
    background: #b4b0a7;
    vertical-align: middle;
}
  .spin-grid {
    align-items: center;
}
.rte>p:last-child {
    margin-bottom: 0;
    font-size: 14px;
}
  .gallery.js-gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
  .gallery-item {
   width: 24.7%;
    margin-left: 3px;
}
  img.gallery-img {
    height: 180px !important;
    width: 100%!important;
    object-fit: cover;
}
  .gallery-img-holder.js-gallery-popup {
    height: 183px;
}
  .rte ol:not(:last-child), .rte p:not(:last-child), .rte ul:not(:last-child) {
    margin-bottom: .7em;
}
  .offer-section {
    margin-bottom: 60px;
}

  li.collection-list__item:hover h3 {
    color: #ea1c24;
}
  li.collection-list__item:hover .card__text.card__text-spacing.card-colored.card__text-hover{
   transform: translateX(0);
  
  }
  .card__text.card__text-spacing.card-colored.card__text-hover h3 {
    font-size: 14px;
    text-align: center;
}
  li.collection-list__item:hover .card .icon-wrap {
    opacity: 1;
    right: 0;
}
  .card__text.card__text-spacing.card-colored.card__text-hover{
    transform: translateX(14px);
    transition: transform .35s cubic-bezier(.645, .045, .355, 1);
 
  }
  
 li.collection-list__item:hover .card .icon-wrap {
    opacity: 1;
    right: 0;
 }
  li.collection-list__item .card .icon-wrap {
    margin-left: .8rem;
    white-space: nowrap;
    transition: transform var(--duration-short) ease;
      overflow: hidden;
      position: relative;
      display: inline-block;
      vertical-align: -2px;
      opacity: 0;
      transition: all .35s cubic-bezier(.645, .045, .355, 1);
      }
  
  
  
.article-card__image--small {
    border-radius: 3px;
} 
  
    
  .product__info-container {
    border: 1px solid #e1e3e4 !important;
}
  .button--primary {
    background: #ea1c24 !important;
  }
   .button--primary:hover {
    background: #ee4950 !important;
  }
  .button:disabled{
  background: #898989 !important;
  }
  a.itg-custom-menu {
    text-decoration: none;
    color: #677279;
}
  a.itg-custom-menu:hover {
    color:  #ea1c24;
}
  
  ul.header__submenu-1.list-menu-1.motion-reduce-1 {
    padding-top: 12px;
    padding-bottom: 5px;
}
  a.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large {
    padding: 0px 0 0px 20px;
    line-height: 1;
}
  ::marker {
    color: #677279bf;
}
  #ssv-works-privacy-policy p {
    font-size: 15px;
}
   #ssv-works-privacy-policy .section--tight {
    margin: 80px 0 40px;
}
  .article-template .article__navigation a {
    text-decoration: none;
    font-size: 13px;
    color: #262626;
}
  .article-template .article__navigation a:hover{
  color:#ea1c24;
  }
  
  .article-template .page-width--narrow {
    padding: 0 0px;
}
  #contact-us .alert--success {
    background:#e3f6e3;
    color: #00aa00;
      padding: 12px 20px;
    font-size: 14px;
}
  #company-profile .col-1-1 .heading-bg {
    background: #ddd;
}
  #collections span.price-item.price-item--regular.mws-price {
    margin-left: 0;
    margin-left: 0;
    font-size: 15px;
  }
  #collections .media>img {
    object-fit: contain;
  }
  .boost-pfs-filter-options-wrapper {
    border: 1px solid #d4d6d8;
    padding: 20px;
}
  #main-collection-product-grid {
   border: 1px solid #d4d6d8;
}
  #main-collection-product-grid .card {
    border: none;
    padding: 0 20px;
}
  #main-collection-product-grid .media>img {
    object-fit: contain;
}
  #main-collection-product-grid .select__select{
  border: none !important;
  }
  .multicolumn .multicolumn-card img {
    height: 400px;
}
  .itg-product-head h2 {
    font-size: 20px;
}
  a.itg-main-link {
    color: #fff;
    text-decoration: none;
}
  #collections .collection-list__section p.heading.h2 {
    margin: 0;
}
  #collections a.product-meta__vendor.link.link--accented {
    color: #677279 !important;
    font-size: 14px !important;
}
   #collections a.product-meta__vendor.link.link--accented:hover {
    color: #ea1c24 !important;
}
  #collections .grid--4-col-tablet .grid__item {
    width: calc(30% - 1rem * 3 / 4);
}
  #collections .card-information+.card {
    margin-bottom: 0;
}
  .lSSlideOuter .media {
    opacity: 1;
}
 .template-collection .price-item.price-item--regular {
    color: #ea1c24 !important;
   font-size: 19px;
}
  [class*=" spr-icon-"]:before {
  font-size: 84% !important;
  }
 .template-collection span.spr-badge-caption {
    font-size: 13px;
}
  .template-collection span.card-information__text.h5:hover {
    color: #ea1c24;
}
  .template-collection span.spr-badge-caption:hover {
    color: #ea1c24;
}
   .template-collection .caption-with-letter-spacing.light {
    font-size: 14px;
}
   .template-collection .caption-with-letter-spacing.light:hover {
   color: #ea1c24;
}
  .view-product a {
    color: red;
    text-decoration: none;
    padding: 0 10px !important;
}
  .template-collection .card-wrapper .card-information {
    padding: 0 20px;
}
  .template-collection .card-information>*+* {
    margin-top: 0;
}
  .announcement-bar__newsletter-inner h3#Newsletter-success--announcement-bar {
    color: #00aa00;
    padding: 15px 80px;
    text-align: center;
    background: #e3f6e3;
}
 .announcement-bar__newsletter-inner .newsletter-form__message--success {
    left: 33%;
    bottom: -30px;
}
  div#header-recover-panel {
    display: none;
}

div#header-register-panel {
    display: none;
}
  .popover__panel.popover__panel--sliding.is-selected {
    display: block !important;
}
  #account .customer ul {
    padding-left: 0;
  }
  .customer.register h1 {
    font-size: 27px;
}
  .customer.register p {
    font-size: 12px;
}
  #create-account a.link.link--accented {
    text-decoration: none;
}
   #create-account .customer form {
    margin-top: 2rem;
}
  .recover_sec h1#recover {
    font-size: 27px;
}
  #recover {
    margin-bottom: 15px !important;
}
  .recover_sec .customer form {
    margin-top: 2rem;
}
  .recover_sec button {
    margin-top: 20px !important;
}
  .recover_sec a.link.link--accented {
    display: inline-block;
    text-decoration: none;
}
  .popover {
    background: #fff;
    color: #677279;
    border-radius: 3px;
    width: auto;
    min-width: 160px;
}
  div#account-popover {
    right: 100px !important;
  }
  #account-popover svg.icon {
    right: 20% !important;
}
  .popover__inner.popover__inner--no-padding {
    padding: 15px 0px 15px 0px;
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
}
  a.popover__link-item {
    display: block;
    padding: 2px 25px;
    cursor: pointer;
    width: 100%;
    transition: color .15s ease-in-out,background .15s ease-in-out;
    font-size: 14px;
    color: #677279;
    text-decoration: none;
}
  div#account-popover.popover--large {
    right: 72px!important;
}
  .popover__link-item:hover {
    background: #fdedee;
    color: #ea1c24;
}
  .value-picker-wrapper.hidden-tablet-and-up {
    display: none;
}
  .container-1.container--flush-1 {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}
/*   .container.container--flush {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
} */
.page__sub-header {
  display: flex;
  align-items: center;
  justify-content: 
  space-between;margin: 23px 0;}

ol.breadcrumb__list {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
}
li.breadcrumb__item {
    font-size: 12px;
}
a.breadcrumb__link.link {
    font-size: 12px;
    text-decoration: none;
}
.breadcrumb__list svg {
    margin: 0 7px;
    width: 6px;
    height: 8px;
    vertical-align: inherit;
}
  .layout {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 100px;           
}
  .layout__section--secondary {
    width: 288px;
    flex: none;
}
  .layout__section {
    margin: 0 15px;
  }
  .card--sticky {
    top: calc(115px * 1);
    position: sticky !important;
    margin-bottom: 0;
}
.card {
    border-radius: 3px;
    border: 1px solid #e1e3e4;
  position: relative;
}
.card__section--tight {
    padding: 20px 25px;
}
.card__collapsible-button, .card__section {
    position: relative;
  padding: 30px;
}
  
.card__linklist {
    list-style: none;
}
.card__linklist-item {
    display: block;
    padding: 2px 0;
    text-align: left;
    text-decoration: none;
}
  .card__section+.card__section::before {
    width: 100%;
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    height: 1px;
    background: #e1e3e4;
}
  .layout__section-1 {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    margin: 0 15px;
}
  .layout .card:last-child {
    margin-bottom: 0;
}
  .layout__section-1 h1.heading.header1 {
    font-size: 27px;
}
  .empty-state--extra-tight {
    margin: 40px 0;
}
  .empty-state {
    text-align: center;
}
  .itg-account-head {
    padding: 0 30px;
}
  .empty-state__icon {
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
}
  .empty-state__icon .icon--package {
    width: 46px;
    height: 46px;
}
  .empty-state__count {
    position: absolute;
    top: 2px;
    right: -9px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    background: #ea1c24;
    color: #fff;
    border-radius: 100%;
}
  .card__linklist a:hover {
    color: #ea1c24;
}
  a.breadcrumb__link.link:hover {
   color: #ea1c24;
}
  .empty-state__icon .icon--address {
    width: 46px;
    height: 45px;
}
  div#AddAddress {
    //display: none;
}
  
  
  
  
  .hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    left: 0;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc>div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 41%;
    border-radius: 8px;
    overflow: auto;
    max-height: 570px;
    
}
.popupCloseButton {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    left: 90%;
}

  #AddAddress .field label {
    //display: none;
}
  
   #AddAddress input{
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #d4d6d8;
}
  #AddAddress .field {
    margin-top: 15px;
}
  #AddAddress form#address_form_new {
    margin: 30px;
}
  .field.field-country label {
    display: block!important;
    position: absolute;
    top: 1px;
    z-index: 999;
    font-size: 12px;
    margin: 0px 10px;
}
  select#AddressCountryNew {
    width: 100%;
    padding: 20px 10px 10px;
    align-items: baseline;
    vertical-align: baseline;
}
  input#address_default_address_new {
    width: auto;
}
  .itg-address-btn {
    max-width: 300px;
    margin: 0 auto;
}
  .text--strong{
  color:#262626;
  font-weight:500;
  }
  
  .itg-default-form input {
    padding: 15px;
    width: 90%;
    margin: 5px auto;
}
  
  .itg-default-form .field {
    position: relative;
    width: 100%;
    display: flex;
}
  li[data-address] {
    margin-top: 0 !important;
}
  .itg-default-form select#AddressCountry_6789263818936 {
    width: 90%;
    padding: 15px;
}
  .itg-default-form select#AddressProvince_6789263818936 {
    width: 90%;
    padding: 15px;
}
  .itg-default-form input#address_default_address_6789263818936 {
    width: auto;
}
  .address-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #e1e3e4;
    padding-left: 0;
    margin-bottom: 0;
}
.address-list__item {
    width: 33.33%;
    border-right: 1px solid  #e1e3e4;    
    padding-left: 20px;
  //border-bottom: 1px solid #e1e3e4;
  text-align: left;
}
  #addresses ul {
    list-style: none;
}
 .address-list__item:nth-child(3) {
    border-left: none;
}
  .address-list__item:last-child {
    border-bottom: none;
}
.address-list__action-list {
    margin-bottom: 30px;
}
  a.itg-main-link:hover{
  color:#ea1c24;
  }
  #addresses .card__section {
    //display: flex;
    justify-content: space-between;
}
  li[data-address]>h2 {
    text-align: left !important;
}
  .itg-default-form {
    display: none;
}
  .itg-edit-address {
    display: none;
}
  .field-1 label {
    top: 0%;
    position: absolute;
    z-index: 999;
    font-size: 12px !important;
    left: 10px;
}
  .field-1 {
    position: relative;
    margin-top: 15px;
}
  .field-2 {
    text-align: left;
    margin-top: 15px;
}
  button.itg-default-edit {
    border: none;
    background: none !important;
    color: red;
    font-size: 12px;
    cursor: pointer;
    min-width: 5rem;
    justify-content: flex-start;
    padding: 0;
    width: auto !important;
    margin: 0 !important;
}
  button.itg-default-delete{
  border: none;
    background: none !important;
    color: red;
    font-size: 12px;
    cursor: pointer;
    min-width: 5rem;
    justify-content: flex-start;
    padding: 0;
    width: auto !important;
    margin: 0 !important;
  }
  .itg-delete-edit-btn {
    margin-bottom: 20px;
    display: flex;
}
  .address-list__item p.heading.h6 {
    margin-top: 20px;
    margin-bottom: 0;
}
  .itg-edit-address .field label {
    display: none;
}
  .itg-edit-address .field input {
    width:100%;
    padding: 15px 10px;
    border: 1px solid #d4d6d8;
}
 .itg-edit-address form {
    margin: 30px;
}
  .itg-edit-address .field {
    margin-top: 15px;
}
  .itg-edit-address select{
    width: 100%;
    padding: 15px 10px;
}
  .itg-update-btn {
    //background: red;
    padding: 10px;
    margin-top: 30px;
}
  .container--flush-1 .customer ul{
  margin-bottom: 0 !important;
  }
  .container--flush-1 .customer.addresses {
    margin-bottom: 0 !important;
}
.itg-update-btn button {
    border: none;
    background: none;
    color: #fff;
    font-weight: 700;
  margin:0 !important;
}
.header__inline-menu svg.icon.icon--nav-triangle-borderless {
    position: absolute;
    top: 35px;
    left: 90px;
    color: #fff;
}
/*   
  div#ac-wrapper {
    display: none;
} */
  .addresses h2 {
    text-align: center !important;
}
.form__floating-label:focus {
    position: absolute !important;
    font-size: 14px !important;
    transform: translateY(-6px) scale(.8);
}
  .product-recommendations span.price-item.price-item--regular.mws-price {
    font-size: 18px;
    margin-left: 0;
}
  .product-recommendations span.itg-price {
    display: none;
}
  .product-recommendations a.product-meta__vendor.link.link--accented{
  color: #677279 !important;
  }
  
/* .modal--newsletter {
    height: 100%;
  bottom: 0;
    top: auto;
}
  .modal{
  display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 10;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
  }
  .modal::before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
    pointer-events: none;
}
  .modal[aria-hidden=false] .modal__dialog {
    transform: scale(1);
    transition: transform .4s cubic-bezier(.18, 1.25, .4, 1),visibility .4s linear;
}
  .modal--newsletter .modal__dialog {
    max-width: 540px;
    padding: 64px 80px 80px 80px;
    position: relative;
    height: auto;
}
  .modal__dialog {
    width: 580px;
    height: auto;
    max-height: calc(100% - 80px);
    border-radius: 3px;
    background:#fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    overflow: auto;
}
  .modal[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
} */
  
  
@media screen and (max-width:767px){  
.heading-bg {
    font-size: 16px!important;
    letter-spacing: 0;
    background: 0 0;
    margin: 12px 0px 12px 0px !important;
}
.main-blog .blog-articles {
    display: block;
}
.blog-articles .blog-articles__article {
    margin: 25px 0px;
}
.main-page-title {
    font-size: 23px!important;
}
#shopify-section-gallery .spin-grid {
    display: block;
}
#shopify-section-gallery .spin-grid .spin_four {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0px;
}
#shopify-section-template--15148788809912__main .layout {
    display: block;
}
.layout .layout__section .contact__store-info {
    margin-left: 0px;
}
.layout .layout__section {
  margin: 25px 15px;
}

.layout__section .contact__store-info .contact__store-text.rte {
    word-break: break-all;
}
.spin-grid .spin_two {
    width: 100%;
}
.spin-grid .gallery.js-gallery {
    display: block;
}
.spin-grid .gallery .gallery-item {
    width: 100%;
    margin-left: 0px;
}

.main-img h2.sub-heading {
    font-size: 24px;
    color: #555;
    font-weight: 100;
}
.page-width--narrow .rte img {
    margin-bottom: 15px;
}
.blog-articles .article-card__image-wrapper {
    padding: 15px 8px;
}
.blog-articles .article-card__info {
    padding: 0 8px!important;
}
.blog-articles .article-card__excerpt {
  font-size: 12px;
}
.caption-with-letter-spacing {
    font-size: 11px;
}
.form__input-row>.form__input-wrapper {
    margin-bottom: 12px !important;
}  
.form__input-row {
    display: block !important;
 	margin: 0 !important;
}
.form__input-row>* {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.page-width--narrow.rte li {
    letter-spacing: 0;
    font-size: 13px;
}
.block-list {
    display: block;
}
.block-list__item.\31 \/2--lap-and-up {
    width: 100%;
}  
.offer-item--inline {
    display: block;
}
.offer-item__image-wrapper {
    max-width: 100% !important;
  	min-width: 100% !important;
}  
.offer-item__inner {
    width: 100%;
}  
.collection-list-wrapper:not(.no-heading) .title-wrapper-with-link {
    margin-top: 0 !important;
  	padding-top: 30px;
}
.content-container {
    padding: 0;
}
.slideshow__content {
    margin: 0 auto;
    line-height: 20px;
    letter-spacing: 0;
    font-size: 13px;
}  
.slideshow__content-wrapper {
    padding-top: 25px;
} 
.rich-text__blocks>* {
    font-size: 24px!important;
    letter-spacing: 0;
}
 .rich-text__text.rte p {
    font-size: 13px;
} 
 .rich-text--full-width .rich-text__blocks {
    width: 100% !important;
    padding: 0px 20px;
}
.video-sec .page-width {
    padding: 0;
}  
h3.video-title-it.heading.h2 {
    margin-top: 7px;
}
.collection-list.grid--3-col-tablet .grid__item {
    max-width: 40%!important;
}  
.content-slider-item {
    display: block !important;
} 
.slide-image {
    width: 100%;
}
.slide-content {
    text-align: center;
    width: 100%;
}
.content-slider-item {
    padding: 0px 20px;
}

.featured-details h1.product__title {
    font-size: 18px;
}
.featured-product button.mws-addtocart.product-form__submit.button.button--full-width.button--secondary {
    width: 100%;
    margin: 0;
}
p.video-text-it {
    font-size: 13px;
}
.link.underlined-link.large-up-hide {
    color: red;
    text-decoration: none;
}
#ProductInfo-template--15148788744376__163341795757f7b37b {
    padding: 0px !important;
  	border-left: none !important;
}
.featured-product.product.grid.grid--1-col.grid--2-col-tablet {
     border: none;
}
.slide-content p {
    font-size: 13px;
}
.product__info-wrapper.grid__item.featured-details {
    border-bottom: 1px solid #dadada;
}
.announcement-bar {
    display: block;
}
.announcement-bar__message.h5 {
    font-size: 11px;
    padding: 10px 0px;
}
button.announcement-bar__button.hidden-phone {
    display: none;
}
.footer__list-social.list-social {	
    padding-bottom: 5px;
}
.label-it {
    width: 100%;
}
.vehicle--search-filter {
    display: block;
}
.year-make-model-it {
    width: 100%;
}
 .search-bar-it .container {
    display: block;
}
 .search-bar-it {
    padding: 10px 20px !important;
}
.slideshow__button.button {
    padding: 0px 15px;
    min-height: 40px;
    border-radius: 3px;
}  
.itg-product-head h2 {
    font-size: 18px;
}
 .featured-product.product.grid.grid--1-col.grid--2-col-tablet {
    border: none !important;
} 
.featured-details h1.product__title {
    font-size: 20px !important;
}
.featured-product .product-text-sku {
    display: block !important;
}  
.social-media__item-list {
    padding: 0;
  	margin: 0;
} 
.featured-product button.mws-addtocart.product-form__submit.button.button--full-width.button--secondary {
    width: 100% !important;
    margin: 0 !important;
}  
.footer__content-top .grid__item {
    padding-left: 0 !important;
}  
.footer-block__heading {
    text-align: left;
}  
.footer-block li .link.link--text.list-menu__item.list-menu__item--link {
    font-size: 14px;
} 
.footer-block__heading {
    font-size: 11px!important;
}
.footer-pay {
    display: block;
}  
 .itg-social {
    width: 100%;
} 
.footer__list-social.list-social:only-child {
    justify-content: flex-start !important;
    margin-left: 0;
} 
p.footer__aside-title-1 {
    text-align: left;
}
.list-payment {
    justify-content: flex-start !important;
}  
p.footer__aside-title-2 {
    margin: 0;
}  
header-drawer {
    margin-left: 0 !important;
}
.header__heading-logo {
    max-width: 100px !important;
  	width: auto;
}
summary.header__icon.header__icon--menu {
    width: 20%;
}  
 .vehicle--search-filter {
    width: 100%;
}
   .content-slider i.fa.fa-angle-left.slick-arrow {
    display: none !important;
}
  .content-slider i.fa.fa-angle-right.slick-arrow {
    display: none !important;
} 
.template-search__search form.search {
    padding-top: 10px;
} 

 
 a#cart-icon-bubble {
   // top: 0 !important;
left: 5px !important;
} 
header-drawer {
    width: 15%;
}
h1.header__heading {
    width: 50%;
}
.header__icons {
    width: 35%;
  top: 5px;
}
summary.header__icon.header__icon--menu {
    width: 100%;
}
.header summary.header__icon {
    height: 1.4em;
} 
 .header {
    display: flex;
width: 100%;
    }
.gradient main#MainContent {
    overflow: hidden !important;
}  
  p.footer__aside-title-1 {
    margin-top: 5rem;
}
  .footer-block.grid__item {
    margin: 20px 0 !important;
   
}
  .footer-block__details-content {
    margin-bottom: 15px !important;
    margin-top: 20px;
}
/*   accordian css */
  
  .accordion-container {
		position: relative;
		width: 100%;
		outline: 0;
		cursor: pointer
}

.accordion-container .article-title {
		display: block;
		position: relative;
		margin: 0;
		cursor: pointer;
}

.accordion-container .content-entry i {
		position: absolute;
		top: -15px;
		right:0;
		font-style: normal;
		font-size: 1.625em;
}

.accordion-container .content-entry i:before {
		content: "+ ";
}

.accordion-container .content-entry.open i:before {
		content: "- ";
}

.accordion-content {
		display: none;
}
/* This stuff is just for the Codepen demo */

#content {
		width: 100%;
}

.accordion-container,
#description {
		width: 90%;
  border-bottom: 1px solid #e1e3e4;
    padding-bottom: 20px;
}

#description p {
		line-height: 1.5;
}

#description h2 {
		text-align: center;
}
    
/*   accordian css end */
  .itg-desktop{
  display:none
  }
  .footer-block__newsletter.itg-mobile {
    margin-top: 20px;
}
  .footer__content-top .grid {
    padding-top: 10px !important;
}
  span.itg-cart {
    display: none !important;
}
  a#cart-icon-bubble {
    justify-content: flex-end;
}
  .header__cart-count {
    right: 10px !important;
  }
  .header__icon {
    width: 4.5rem !important;
   
}
  span.header__action-item-title.hidden-pocket.hidden-lap {
    display: none;
}

p.itg-account {
    display: none;
}
  .header__search {
    line-height: 2.5;
}
  a#cart-icon-bubble {
    border-left: none !important;
}
  div#account-popover.popover--large {
    right: -20px !important;
}
  .template-search.spaced-section.template-search--empty {
    display: none;
}
  a.header__icon.header__icon--account.link.focus-inset {
    margin-top: 7px;
    margin-left: -11px;
}

svg.icon.icon-close {
    width: 15px;
    height: 15px;
    margin-top: 8px;
}
  .popover {
    min-width: 100vw;
}
  .slideshow .slick-dots {
    bottom: -26px!important;
    position: initial;
  }
  .slideshow .slick-dots li button {
    background: #000!important;
    border: 3px solid #000!important;
}
  .slideshow__title {
    margin-bottom: 0px;
  }
  .collection-list-wrapper.page-width .grid {
  justify-content: space-evenly;
  }
  .menu-drawer__navigation {
    padding: 1.6rem 0 !important;
}
  summary.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
    color: #677279;
    font-size: 14px;
    line-height: 1;
}
  a.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
    color: #677279;
    font-size: 14px;
    line-height: 1;
}
  .menu-drawer{
  background-color: #fff !important;
    width: calc(100vw - 0rem) !important;
  }
  svg.icon.icon--arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5rem !important;
}
  .menu-drawer__submenu.motion-reduce {
    background: #fff !important;
}
  button.menu-drawer__close-button.link.link--text.focus-inset {
    color: #000;
}
  p.mobile-menu__section-title.heading.h5 {
    color: #000;
    font-size: 16px;
}
  .mobile-menu__help-wrapper span {
    color: #677279;
}
  .mobile-menu__section{
    border-bottom: 1px solid #e1e3e4;
    border-top: 1px solid #e1e3e4;
    padding:15px 30px;
}
  .mobile-menu__help-wrapper a {
    color: #766279;
}
  svg.icon.icon--bi-phone {
    margin-right: 16px;
    width: 24px;
    height: 24px;
}
  svg.icon.icon--bi-email{
  margin-right: 16px;
    width: 24px;
    height: 24px;
  }
  .mobile-menu__help-wrapper {
    padding-bottom: 15px;
}
  .menu-drawer__utility-links a.list-social__link.link {
    color: #67727978;
    margin: 5px 0px;
    text-decoration:none;
}
  .menu-drawer__utility-links .list-social {
    display: block;
  }
  .menu-drawer__utility-links li.list-social__item {
    display: block;
  }
  .menu-drawer__utility-links .list-social__item .icon {
    height: 3.5rem;
    width: 3.5rem;
    margin-right: 20px;
}
  .menu-drawer__utility-links span {
    color: #677279;
    font-size: 16px;
}
 /*   .multicolumn .slider.slider--mobile {
    flex-wrap: wrap;
  } */ 
}
@media screen and (min-width:767px) and (max-width:992px){  
#shopify-section-template--15148788842680__main .rte ol {
    padding-left: 24px;
}
.main-img h2.sub-heading {
    font-size: 24px;
    color: #555;
    font-weight: 100;
}
.spin-grid .gallery .gallery-item {
    width: 24.5%;
    margin-left: 3px;
}
.page-width--narrow .rte img {
    margin-bottom: 20px;
} 
.page-width--narrow p {
    font-size: 15px;
}
.heading-bg {
    background: 0 0;
}  
 .rich-text__blocks {
    max-width: 100% !important;
    margin: 0 auto;
}  
 .offer-item--inline {
    display: block;
} 
 #shopify-section-template--15148788744376__1633335081ce314769 .page-width {
    padding: 0px;
}
.collection-list.grid--3-col-tablet .grid__item {
    max-width: 24%!important;
}  
 .content-slider-item {
    display: block!important;
} 
.slide-image {
    width: 100%;
}  
 
  .content-slider i.fa.fa-angle-left.slick-arrow {
    display: none !important;
}
  .content-slider i.fa.fa-angle-right.slick-arrow {
    display: none !important;
}
  .slide-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.featured-product.product.grid {
    display: block;
}
 .grid--2-col-tablet .grid__item {
    width: 100%;
} 
#ProductInfo-template--15148788744376__163341795757f7b37b {
    border-left: none !important;
}  
.featured-product button.mws-addtocart.product-form__submit.button.button--full-width.button--secondary {
   margin: 0px !important;
}  
.itg-social {
    width: 30%;
}
 .itg-payment {
    width: 80%;
}
.footer__list-social.list-social:only-child {
    margin-left: 0;
}
.footer__list-social.list-social:only-child {
    justify-content: flex-start !important;
}
 p.footer__aside-title-1 {
    text-align: left;
}
.list-payment {
    justify-content: flex-start !important;
}  
 .footer__localization:empty+.footer__column--info {
    padding-top: 30px;
} 
.footer-block__newsletter {
    width: 50%;
    padding-right: 45px;
}
.footer-block.grid__item.footer-block--menu {
    width: 50%;
    padding: 0px !important;
}
.footer__content-top .grid__item {
    padding-left: 0px !important;
}  
 
header-drawer {
    margin-left: 0 !important;
}

  
}  
@media screen and (min-width:992px) and (max-width:1075px){
.spin-grid .gallery .gallery-item {
    width: 24.6%;
    margin-left: 3px;
}
.page-width--narrow .rte img {
    margin-bottom: 20px;
}
.page-width--narrow p {
    font-size: 15px;
}
.heading-bg {
    background: 0 0;
}  
.header__menu-item {
    padding: 8px;
} 
 
}
  
#ssvworks div#ac-wrapper {
   display:none;
}
#ssvworks div#ac-wrapper.active {
   display:block;
}   
#AddAddress .field {
    flex-basis: 100% !important;
}
.itg-edit-form{
    padding-right: 0 !important; 
  flex-basis: 100% !important;
}
  .itg-edit-form-1{
    margin-top: 15px !important;
    flex-basis: 100% !important;
}
  li.grid__item.grid__item--small {
    display: none;
}
  .media>img {
    object-fit: contain;
  }
  .template-search button#Subscribe {
    position: relative;
}
  
  
/* 22/01 */
  div#cart-notification>div {
    align-items: flex-start;
    display: flex;
    padding-bottom: 0rem;
    padding-top: 2rem;
}
slider-component.slider-mobile-gutter {
    z-index: 1;
}



div#cart-notification {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 55%);
}
  .article-card__image img.motion-reduce {
    object-fit: cover;
}
  select#SortBy {
    border: none !important;
    padding: 0;
}
  .facet-filters__sort:focus-visible, .mobile-facets__sort .select__select:focus-visible{
  outline: none !important;
  }
  
  .template-product svg.icon.icon-close {
    display: block !important;
    width: 10px;
    height: 10px;
}
  .collection-hero__title {
    margin: 2rem 0 0 !important;
}
  .template-collection .pagination-wrapper {
    margin-bottom: 0rem !important;
}
  .template-collection .section--tight {
    margin: 10px 0;
}
  
  .collection-hero__description p {
    font-size: 18px !important;
}
  .collection-hero__image-container.media {
    background: transparent;
}
  .collection-hero {
    background-color: rgba(var(--color-foreground),.04);
    padding: calc(4rem + var(--page-width-margin)) 0 calc(4rem + var(--page-width-margin)) !important;
}
  ul.product_thumbImages {
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0;
}
  .ct_thumbnail {
    width: 100%;
}
  li.thumbImages {
    position: relative;
    display: block;
    width: 60px;
    padding: 2px;
    border: 2px solid transparent;
    border-radius: 3px;
    transition: border .2s ease-in-out;
    cursor: pointer;
    width: 72px;
    margin: 8px 4px;
    /* height: fit-content; */
}
  img.thumbimage {
    width: 100%;
    display: block;
}
  .feature_productImage img#xzoom-default {
    position: relative;
}
  .feature_productImage modal-opener.product__modal-opener.product__modal-opener--.no-js-hidden {
    display: block;
}
  .glass_magnifierImage {
    position: absolute;
    border: 1px solid #ea1c24;
    background-color: #ea1c2433;
    width: 175px!important;
    height: 175px!important;
    cursor: zoom-in;
    opacity: 0;
    z-index: 0;
}
  .feature_productImage .product__media:hover .glass_magnifierImage {
    opacity: 1;
    z-index: 1;
}
  .product #my-result {
    border: 1px solid #ea1c24;
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 5px;
    overflow: hidden;
    z-index: 1;
    background: #fff;
    display: inline-block!important;
    top: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: -1;
}
  .product { 
    position: relative;
}
  
  .facets__form {
    margin-top: 20px;
}
  
  
 li.thumbImages.product__thumbnail--active {
    border: 1px solid red;
}








.multicolumn .media--adapt img {
  width: 100%;
  height: 100%;
  object-fit: contain;  
}
.multicolumn .multicolumn-list .multicolumn-list__item .media--adapt img {
    left: auto;
    transform: translate(0%);
}
.multicolumn .media--portrait img, .multicolumn  .media--square img, .multicolumn  .media--circle img {
  width: 100%;
  height: 100%;  
  object-fit: cover;
}

/* 14/09/2022 */
.featured-product.product:not(.product--no-media)>.product__info-wrapper {
    padding: 20px!important;
}
.mobile-menu__help-wrapper p {
    display: inline-block;
    margin: 0;
    margin-block-end: 0;
}
.product__info-wrapper .product__info-container {
    padding: 15px;
  border: none !important;
}
.content-slider ul.slick-dots {
    position: absolute;
    bottom: 0;
}
.content-slider .content-slider-item {
    padding: 25px 0;
}
#popup {
    border: 2px solid #000!important;
}
main#MainContent {
    min-height: 65vh;
}
.product-section .tabs-container-it .card {
    border: none;
}
#CollectionProductGrid .boost-pfs-filter-options-wrapper{
  border:none;
}
#CollectionProductGrid #main-collection-product-grid {
    border: none;
}
.featured-product-section .featured-product.product.grid.grid--1-col.grid--2-col-tablet{
  border: none;
}

@media screen and (max-width: 989px){
    .featured-product-section .featured-product.product #my-result{
    display: none!important;
  }
  .glass_magnifierImage {
    display: none!important;
}
  .product-section .product #my-result {
    display: none!important;
}
}
@media screen and (max-width: 767px){
  .video-sec .scroller .block-list__item {
    width: 100%;
}
  .featured-product.product:not(.product--no-media)>.product__info-wrapper {
    padding: 20px 0px!important;
}
  .custom-video-it iframe {
    height: 50vw;
    width: 100%;
    object-fit: cover;
}
}
@media screen and (max-width: 749px){
    .product .main-product.product__media-wrapper .product__media-list {
     margin-left: 0;
    width: 100%;
}
  .product .main-product.product__media-wrapper .product__media-list .product__media-item {
    width: 100%;
}
  .slideshow .slideshow__slide-inner img {
    max-width: 749px;
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 766px){
  .product.grid--2-col-tablet .grid__item {
    width: 100%;
}
}
@media screen and (min-width: 641px) and (max-width: 989px){
  .product .product__info-wrapper.grid__item {
    padding-left: 0;
}
  .product .main-product.product__media-wrapper {
    padding-right: 0;
}

}

.hidden-tablet-and-up {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hidden-phone {
    display: none;
  }
  .hidden-tablet-and-up {
    display: block;
  }
}

img{
    width: 100%
  }
#alpha12-digital-smart-switcher-with-12-outputs #shopify-section-header {
  z-index: 6;
}

#ba-widget-56297-container {
  display: none !important;
}

/**/
/* .thumbimage.custom_video iframe {
    width: 175px;
} */
.custom_video{
  position:relative;
}
video.video-stream.html5-main-video {
    width: 170px;
    height: 150px;
    left: 0px;
    top: 0px;
    z-index: -11;
}
/* .thumbimage.custom_video {
    width: 155px!important;
    overflow: hidden;
}
.thumbimage.custom_video iframe {
    width: 156px!important;
} */
.product-single__media.custom_3.slick-slide.slick-current.slick-active iframe {
    width: 100%!important;
    height: 600px!important;
}
/* .feature_productImage modal-opener.product__modal-opener.product__modal-opener--.no-js-hidden {
    display: flex!important;
} */
.thumbimage.custom_video iframe {
    width: 75px!important;
    height:55px;
}
/* .product-image {
    width:100px;
}
li.thumbImages.product__thumbnail--active {
    border: none;
} */
.product_thumbImages .slick-prev {
    left: -30px;
    top: 35px;
    color: red;
}
.product_thumbImages .slick-next {
    right: -30px;
    top: 35px;
    color: red;
}
.product_thumbImages.slick-prev:before, .slick-next:before {
    color: red!important;
}
.product_thumbImages .slick-prev:before {
    color: red!important;
}
li.thumbImages.product__thumbnail--active {
    border: none;
}
@media(max-width:600px){
  .static_video {
    height:50px;
  }
  .product-single__media.custom_3.slick-slide.slick-current.slick-active iframe {
    height:400px!important;
  }
}
@media(max-width:480px){
  .static_video {
    height:50px;
  }
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
    cursor: pointer;
    pointer-events: none!important;
    width: 50px!important;
    height: 20px!important;
    top: 78%!important;
    left: 62%!important;
}
button.ytp-large-play-button.ytp-button.ytp-large-play-button-red-bg {
    display: none!important;
}
.you_icon {
    position: absolute;
    top: 37%;
    left: 37%;
    background: white;
    height: 12px;
    width: 17px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.you_icon svg {
    fill: #d74040;
    stop-color: #000;
}

/* .glass_magnifierImage {
    display: none !important;
}

.product__media:hover .glass_magnifierImage {
    display: block !important;
} */

div#my-result.hide {
    visibility: hidden !important;
}

.pd-instruction {
  border-bottom: 1px solid;
  padding: 2rem;
}

.pd-instruction:first-of-type {
  margin-top: 50px;
  border-top: 1px solid;
}

.pd-instruction-header {
  font-size: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.pd-instruction-header svg {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -ms-transition: -ms-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;  
}

.pd-instruction-header.active svg {
  transform: rotate(90deg);
  -ms-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
}

.pd-instruction-content {
  display: none;
}

.manual {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
}

.manual-product {
  text-decoration: none;
  color: black;
  font-size: 17px;
}

.manual-product:hover {
  color: #ea1c24;
}

.manual-pdf {
  text-decoration: none;
  color: #ea1c24;
  font-size: 16px;
}

strong {
  font-weight: bold;
}