/** Shopify CDN: Minification failed

Line 3003:21 Comments in CSS use "/* ... */" instead of "//"
Line 3003:33 Unterminated string token
Line 3098:62 Expected identifier but found "*"
Line 5214:0 Expected "}" to go with "{"

**/
/*.shopify-block  .wc_product_review_badge{margin-top: -2px !important;}*/
@media screen and (max-width: 481px){
    ul.wc_slider_review_main_ul .slick-prev, ul.wc_slider_review_main_ul .slick-next{
      opacity: 1 !important;
    }
    .wc_slider_review_main_ul button{ opacity: 1 !important;}
    ul.wc_slider_review_main_ul .slick-prev, ul.wc_slider_review_main_ul .slick-next{
      width: 23px !important;
    height: 30px !important;
    }
    ul.wc_slider_review_main_ul .slick-prev{left: 0px !important;}
    ul.wc_slider_review_main_ul .slick-next{right: 0px !important;}
  }
/* Color custom properties */

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

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

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

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

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

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

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

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

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

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
  .page-width.section-template--23447451435330__main-padding h1 {
    font-size: 2rem !important;
    text-align:center;
    margin-bottom:10px;
}
  .map-tab-mobile-bnt {
 padding-top: 12px !important;
 margin-bottom: 0px !important;
}
  div#storeifyapps-storelocator-shortcode {
    margin-top: -12% !important;
}


}

  /* .styles_TieredRewards__R03ai {
    padding-top: 0px !important;}
  .styles_Footer__XL90t{     padding-top: 5px !important; padding-bottom: 5px !important;}
 */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  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;
}

a:not([href]) {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
  
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

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

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

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

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

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

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

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

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

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

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

  .grid--peek .grid__item {
    min-width: 35%;
  }

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

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

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

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

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

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

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

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

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

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

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

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

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

.media > *:not(.zoom):not(.deferred-media__poster-button),
.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,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);

  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  /* --border-opacity: var(--buttons-border-opacity); */
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

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

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

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

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

/* Button - other */

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

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

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

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

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

.button.loading > .loading-overlay__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

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

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

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

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

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

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

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

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

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

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

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

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

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground),.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

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

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

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

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

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

/* Select */

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

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

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

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

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

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

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

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

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

/* Text area */

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

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

/* Form global */

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

.form__message {
  align-items: center;
  display: flex;
  font-size: 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 {
  /* color: rgba(var(--color-foreground));
  position: relative; */
   width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2); 
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

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

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

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

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

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

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

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

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

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

.cart-count-bubble {
  position: absolute;
  background-color: #2689E4;
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

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

.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 0;
  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 {
  padding: 1rem 0;
  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-hidden.menu-open {
  transform: translateY(0);
}

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

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

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

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

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

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

  .header:not(.header--middle-left, .header--middle-center) .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 (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: center;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@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;
    text-align: 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;
  padding: 0;
}

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

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

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

/* Search */
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);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

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

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.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);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

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

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

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

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

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

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

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

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

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

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

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

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

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

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

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

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

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

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  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: rgb(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;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-radius: 0;
  border-left: none;
  border-right: none;
}



#UpcartPopup .Stack--alignmentCenter {
    align-items: flex-start !important;
}
.styles_ProductRow__price__Ta93X {
    flex-direction: row !important;
}
#UpcartPopup .Stack__item {
    margin-left: 20px !important;
}
.upcart-product-savings{ 
    /* margin-left: 5px; */
  font-size:12.5px !important;
}

button.upcart-express-pay-button.upcart-express-pay-button-paypal.ExpressPayButton_button__ldPx-::before{
  content: "Buy Now With";   
  /* content: "More payment options available at checkout"; */
    text-align: center;
    font-size: 17px;
  color:black;
  font-weight:500;
}
#UpcartPopup .flxcalculator-plugin-wrapper {background: #eef1f6;}


/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

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

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

body {
    overflow: hidden;
  position:relative; // that's it
  touch-action: none;
-ms-touch-action: none;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
  
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role="button"]:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role="button"]:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}
.wc_testimonial_title h1, .wc_testimonial_title h2 {font-size: 35px !important;}
.wc_testimonial_start{padding-top:0px !important;}
.wc_testimonial_start ul.wc_testi_slider_3_grid li.wc_slider_start_li{padding: 40px 15px 0 !important;}

.header__menu-item a {
color: black;
text-decoration: none;
}
.header__menu-item {
   color: black;
}
#MediaGallery-template--19336647147842__main .slider-counter.caption,
#MediaGallery-template--19336647147842__main .slider-button.slider-button--next,
#MediaGallery-template--19336647147842__main .slider-button.slider-button--prev {
    display: none;
}
@media only screen and (max-width: 767px) {
    .product__title h1, .product__title h2 {
        font-size: 22px;
    }
}
.predictive-search__list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* aligns children (image and text container) in a row at the start of the container */
  width: 100%;
  margin: 0;
  padding: 10px 0; /* adds some vertical padding */
}

.predictive-search__item--link {
  display: flex;
  align-items: center;
  text-decoration: none; /* optional, removes the underline from the link */
  color: inherit; /* ensures the text color inherits from the parent */
  width: 100%;
}

.predictive-search__image {
  width: 80px; /* set a fixed width for the image */
  height: 80px; /* set a fixed height for the image */
  object-fit: contain; /* ensure the aspect ratio of the image is maintained */
  margin-right: -20px; /* space between the image and the text */
}

.predictive-search__item-content {
  flex-grow: 1; /* ensures the text container takes up the remaining space */
}

.predictive-search__item-heading {
  font-size: 16px; /* matches the font size from your second image */
  /* white-space: nowrap; /* ensures the text doesn't wrap */ */
  overflow: hidden; /* hides any overflow */
  text-overflow: ellipsis; /* adds an ellipsis to any text that overflows */
  margin: 0; /* remove any default margin */
}
/**************************************************************************/




.sticky-button {
  display: block;
/*   position: fixed; */
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .banner .banner__content:before {
    padding-bottom: 100%!important;
  }
  .wc_product_review_badge .wc_review_badge_inner .wc_product_review_title {
    font-size: 12px;
 
    padding-left: 3px;
}

}

.price__sale .price-item--regular{
    color: #000000 !important;
}


.cart-item__price-wrapper *,
.price__sale .price-item--sale{
    color: #FF0017 !important;
}
.price__sale .price-item--sale{
    font-weight:700;
}
s.price-item.price-item--regular{ color: #808080f7 !important; }

.wc_testimonial_section div, .wc_testimonial_section p, .wc_testimonial_section span, .wc_testimonial_section h1, .wc_testimonial_section h2, .wc_testimonial_section h3, .wc_testimonial_section h4, .wc_testimonial_section h5, .wc_testimonial_section h6, .wc_testimonial_section li{font-family: Roboto, sans-serif !important;}
/*.review_badge .wc_product_review_badge{display:none !important}*/
.swiper-button-next:after , .swiper-button-prev:after {display:none !important}

.footer-block--newsletter{flex-direction: column; align-items: flex-start !important;}

.footer-block__newsletter+.footer__list-social{padding-left:0;}
.wc_testimonial_title h1, .wc_testimonial_title h2{
  font-weight: 400 !important;
}
.product-form__submit {
    background: #ffffff ;
    color: #000000 ;
  }
@media only screen and (max-width: 768px) {

p.announcement-bar__message.center.h5{
    font-size: 13px;
}
}

.product__info-wrapper .wc_product_review_badge .wc_review_badge_inner .wc_product_review_title{
 /* text-decoration: underline !important;*/
}
.product__info-wrapper .wc_product_review_text{
   text-decoration: underline !important;
}

.flxcalculator-plugin-wrapper {
    text-align: center;
}
div#ultimateTrustBadgeswidgetDiv{
  border-top: .1rem solid rgba(var(--color-foreground),.08);
    margin-top: 10px;
  display:none;
}

@media screen and (min-width: 1920px){
.styles_CartPreview__card__KX-WB.styles_CartPreview__card_nonSticky__-xG9q{
  min-height:auto !important;
}
  
}

@media screen and (max-width: 747px){
 h2.ntg-h2 {
    font-size: 20px !important;
  font-weight:800 !important;
} 
}

@media screen and (min-width: 750px) {
h2.ntg-h2 {
    font-size: 30px !important;
  font-weight:800 !important;
}
  }


div#menu-drawer {
    width: 100%;
}
.product__info-wrapper .wc_product_review_badge{
margin-top: -0.5px !important;
    margin-bottom: -17px !important;
}
/* Change on June 10, 2023 by Zac A., at Shopify – Theme Support */
@media only screen and (max-width: 749px) {
  div.chat-app--is-open {
    margin-left: 7px !important;
  }
}
.pr-2 {
    padding-right: .5rem;
}
.pointer-events-auto {
    pointer-events: auto;
}




.grid-cols-3 {
 display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-3 a {
  display:flex;
  font-size: 13px;
  color: black;
  margin-top: 1rem;
  justify-content:center;
}

@media screen and (max-width: 750px) {
.price--large , .price--on-sale .price-item--regular {
    font-size: 1.5rem !important;
}
.badge {
    font-size: 1rem !important;
   padding: 0.3rem 0.7rem !important;
    }

.free-ship{
 font-size:13px !important; 
}
  h3.card__heading.h5{
    font-size:calc(var(--font-heading-scale) * 1.4rem);
  }
}

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

.upcart-footer{
width:100%;
}

}

.page-width.page-width--narrow.section-template--23074566340930__main-padding {
    max-width:none;
   text-align: center;
}

.banner__buttons a {
    border: 1px solid white;
}
span.price-item.price-item--regular {
    font-weight: 600;
}

.page-width.section-template--23447451435330__main-padding h1 {
    font-size: 3rem ;
  text-align:center;
}

.shopify-payment-button {
    min-height: 57px;
    line-height: 57px;
}


.stopscroll{ overflow:hidden !important; height: 100%; width: 100%; position:fixed; }
.enablescroll{ overflow:auto !important;}

/* .media > *:not(.zoom):not(.deferred-media__poster-button), .media model-viewer */
.product__media img {
    object-fit: contain;
    object-position: center;
}
a.w-full.toggle-sub-menu {
    display: inline-block;
    width: 100%;
}
.accordion-container .ac .ac-header.active + .ac-panel {
    height: auto;
}
.toggle-menu-drawer-svg {
  transition: transform 0.3s ease;
}
.rotate {
  transform: rotate(90deg);
}

.styles_CartPreview__card__KX-WB.styles_CartPreview__card_nonSticky__-xG9q .intro:nth-child(3) {
    margin-top: 0px !important;
}
.styles_Footer__XL90t.UpcartDesignSettings__cartAccentColor.upcart-footer.intro {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
}
.upcart-rewards-tier.intro{
      margin-top: -20px !important;
}

.active-facets.active-facets-desktop , .active-facets.active-facets-mobile.medium-hide.large-up-hide {
    display: none;
}
/**
 * -------------------------------------------------------------
 * PRICE RANGE
 * -------------------------------------------------------------
 */

.price-range {
  display: block;
  padding-top: 5px;
}

.price-range__input-group {
  display: flex;
  align-items: center;
}

.price-range__input {
  flex: 1 0 0;
  min-width: 0; /* Required for Firefox */
}

.price-range__delimiter {
  margin-left: 20px;
  margin-right: 20px;
}

.price-range__range-group {
  position: relative;
  margin-bottom: 15px;
}

.no-js .price-range__range-group {
  display: none !important; /* When JS is disabled we only rely on the input field */
}
.range {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  width: 100%;
}
.range::-webkit-slider-thumb {
  background: rgb(var(--background));
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  box-shadow: 0 0 0 5px rgb(40, 40, 40) inset;
  border: none;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  margin-top: -10px;
  position: relative;
}

.range::-webkit-slider-runnable-track {
  cursor: pointer;
  background: rgb(var(--border-color));
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 6px;
}

.range::-moz-range-thumb {
  background: rgb(var(--background));
  cursor: pointer;
  box-shadow: 0 0 0 5px rgb(40, 40, 40) inset;
  border: none;
  border-radius: 100%;
  width: 14px;
  height: 14px;
}

.range::-moz-range-progress {
  cursor: pointer;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 6px;
}

.range::-moz-range-track {
  cursor: pointer;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 6px;
  
}

.range::-moz-range-progress {
  background-color: rgba(40, 40, 40, .7);
}

.range::-moz-range-track {
  background-color: rgb(var(--border-color));
}

@media screen and not (pointer: fine) {
  .range::-webkit-slider-thumb {
    box-shadow: 0 0 0 7px rgb(40, 40, 40) inset;
    width: 20px;
    height: 20px;
    margin-top: -7px;
  }

  .range::-moz-range-thumb {
    box-shadow: 0 0 0 7px rgb(40, 40, 40) inset;
    width: 20px;
    height: 20px;
  }
}

.range-group {
  background:linear-gradient(to right, rgb(223, 223, 223) var(--range-min), rgb(12, 79, 136) var(--range-min), rgba(40, 40, 40, .7) var(--range-max), rgb(223, 223, 223) var(--range-max));
  border-radius: 4px;
  height: 6px;  
 /* linear-gradient(to right, rgb(223, 223, 223) var(--range-min), rgba(40, 40, 40, .7) var(--range-min), rgba(40, 40, 40, .7) var(--range-max), rgb(223, 223, 223) var(--range-max));
  */

}

.range-group .range {
  pointer-events: none;
  vertical-align: top;
  height: 6px;
}

.range-group .range::-webkit-slider-runnable-track {
  background: none;
}

.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-group .range::-moz-range-progress {
  background: none;
}

.range-group .range::-moz-range-track {
  background: none;
}

.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}

.range-group .range:last-child {
  position: absolute;
  top: 0;
}

.range-group .range:last-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 0;
}

.range-group .range:last-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}

@media not screen and (pointer: fine) {
  /* On non-touch device the thumb are bigger so we need to adjust the spacing */
  .price-range {
    padding-top: 7px;
  }

  .price-range__range-group {
    margin-bottom: 18px;
  }
}

@media not screen and (pointer: fine) {
  /* On non-touch device the thumb are bigger so we need to adjust the spacing */
  .price-range {
    padding: 1.3rem 2.5rem;
  }

  .price-range__range-group {
    margin-bottom: 18px;
  }
}


.ac .ac-panel {
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    height: 0;
}

.color-swatch ul.color-options {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.color-swatch ul.color-options li.color-option {
  display: flex;
  align-items: center;
  flex: 0 1 25%;
  box-sizing: border-box;
  padding: 5px;
  cursor: pointer;
}
.color-swatch ul.color-options li.color-option img {
  width: 100%;
  display: block;
  
}

img.Living.Room.Sets{ height: 40px;}
#thumb_option_5 {display: none;}

.wallet-cart-grid {
        flex-direction: row;
        max-width: none;
     
    }

.Stack {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: -20px;
  /* width:100%; */
}
@media (max-width: 600px) {
    .styles_ProductRow__imageWrapper__ a, .styles_ProductRow__imageWrapper__ a img {
        max-height: 70px;
    }
}
.styles_ProductRow__imageWrapper__ a img {
    height: auto;
    max-height: 88px;
    width: 100%;
}

@media (max-width: 600px) {
    .styles_ProductRow__imageWrapper__ {
        height: 70px;
        width: 70px;
    }
}
.styles_ProductRow__imageWrapper__ {
    align-items: center;
    display: flex;
    height: 88px;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    width: 88px;
}
.Stack__item {
    margin-left: 15px;
    margin-top: 20px;
    max-width: 100%;
}
.Stack__item--fill {
    flex: 1 1 auto;
}
.styles_ProductRow__productHeading__ {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}
@media (max-width: 600px) {
    .styles_ProductRow__product__ {
        padding: 15px 20px;
    }
}
/* .styles_ProductRow__product__ {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    position: relative;
} */

.Stack__item--fill {
    width: calc(100% - 130px);
}

.upcart-product-title {
    font-weight: 600;
}

.UpcartDesignSettings__cartTextColor {
    color: #000000;
}
.styles_ProductRow__productTitle__ {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
  text-decoration:none;
}

.styles_TrashButton__deleteButton__ {
    border-radius: 1px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: 0.2s stroke;
}

.Stack--distributionEqualSpacing {
    justify-content: space-between;
}
 .Stack--alignmentCenter {
    align-items: center;
}
.Stack--alignmentCenter {
    align-items: flex-start !important;
}

.styles_ProductRow__price__ {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.2;
    text-align: right;
}

.styles_ProductRow__priceRow__ {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.UpcartDesignSettings__cartTextColor {
    color: #000000;
}
.styles_ProductRow__ProductPrice__ {
    font-size: 15px;
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    .styles_ProductRow__price__ .styles_Price__compareAtPrice__, .styles_ProductRow__ProductPrice__ {
        font-size: 13px !important;
    }
}

.UpcartDesignSettings__cartSavingsTextColor {
    color: #2ea818;
}
.styles_ProductRow__cartDiscountFormat__ {
    font-size: 15px;
    font-weight: 800;
}
@media screen and (max-width: 750px) {
    .upcart-product-savings {
        margin-left: 0px;
        font-size: 12px !important;
    }
}
.upcart-product-savings {
  
    font-size: 12.5px !important;
}

.styles_ProductRow__price__ .styles_Price__compareAtPrice__, .styles_ProductRow__price__ .styles_Price__compareAtPrice__ > span {
    font-size: 15px;
    font-weight: 400;
    margin-left: 0;
    text-decoration-line: line-through;
}
@media screen and (max-width: 750px) {
    .styles_ProductRow__price__ .styles_Price__compareAtPrice__, .styles_ProductRow__ProductPrice__ {
        font-size: 13px !important;
    }
}

.UpcartDesignSettings__cartTextSubduedColor {
    color: #000000;
    opacity: 0.4;
  display:flex;
}


.quantity__button{
  -webkit-appearance: none;
    -webkit-text-fill-color: #000;
    width: 45px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 14px;
    opacity: 1;
    min-height: 30px;
    max-height: 30px;
}
.quantity__input{
  -webkit-appearance: none;
    -webkit-text-fill-color: #000;
    width: 45px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #ddd;
   padding: 0;
    margin: 0;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 14px;
    opacity: 1;
    min-height: 30px;
    max-height: 30px;
}
.TextStyle--variationSubdued{
    font-size: 14px;
    line-height: normal;
    margin-top: 2px;
}

.UpcartDesignSettings__cartTextSubduedColor {
    color: #000000;
    opacity: 0.4;
}

.upcart-product-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}



.drawer__inner {max-width: calc(100vw - 0rem) !important;}
.subtotal-text {
    color: black;
    font-weight: 700;
    font-size: 15px;
}
.drawer__inner{
  overflow: hidden;
}

.styles_CustomButton__ a {
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: 600;
    padding: 7px 14px;
    text-decoration: none;
    text-decoration: initial;
    transition: opacity 0.3s;
}
.upcart-checkout-button {
    font-weight: bold !important;
    font-size: 17px !important;
    line-height: 1.5;
    max-width: 100%;
    padding: 10px !important;
    letter-spacing: .4px;
  background: #193753;
    color: #FFFFFF;
  text-align:center;
}

.upcart-checkout-button::after {
    content: url(/cdn/shop/files/icons-lock.svg?v=1716729328);
    position: absolute;
    padding-left: 2px;
    margin-top: 2px;
}

.drawer__inner {
    overflow: hidden !important;
}

.quantity::after{
display: none !important;
}

.drawer__footer {
    padding-inline: 20px !important;
  /* margin-bottom: 70px !important; */
    background: #F6F6F7 !important;
}


.drawer__inner {
    padding: 0 !important;
}

.upcart-product-item{
  padding: 0px 20px !important;
}

.drawer__header{
  padding: 20px 20px !important;
}

.drawer__close{
  right: 10px !important;
}

.drawer__close svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

@media only screen and (max-width: 600px) {
cart-drawer {background: transparent !important;}
}

.upcart-product-item + .upcart-product-item{
  padding: 15px 20px !important;
}
.UpcartDesignSettings__cartTextColor {
    color: #000000;
}
.styles_Rewards__ {
    font-size: 15px;
    line-height: 20px;
    padding: 0px 5px 25px;
    text-align: center;
}
.upcart-rewards-message {
    font-weight: 600;
      margin-bottom: 10px;
}
.styles_Rewards__progressBar__ {
    background: #193753;
    border-radius: 16px;
    height: 10px;
    margin-top: 6px;
    overflow: hidden;
    width: 100%;
}
.styles_Rewards__progressBar--progress__ {
    /* background-color: #93d3ff; */
    height: inherit;
    overflow: hidden;
    transition: all .5s ease 0s;
}

.upcart-item-option {
    display: flex;
    flex-direction: column-reverse;
}

.img-content {
    background: #f9fafb;
    height: 70px !important;
    width: 80px !important;
}
.pppimg{
    height: 48px !important;
    width: 48px !important;
}
.theme-btn {
    align-items: center !important;
    background-color:#193753 !important;
    border-radius: .25rem !important;
 
    font-size: 1.5rem !important;
    justify-content: center !important;
    padding: .75rem 1.5rem !important;
    text-align: center !important;
  border:0;
}
#ppp_info .md\:bg-gray-50 {
        background-color: #f9fafb ;
    }
.el-checkbox__input {
    cursor: pointer;
    line-height: 1;
}
.el-checkbox-button__inner, .el-checkbox__input {
    outline: 0;
    vertical-align: middle;
    white-space: nowrap;
}
.el-checkbox, .el-checkbox__input {
    display: inline-block;
    position: relative;
}
.el-checkbox__inner {
    height: 20px !important;
    width: 20px !important;
}
.el-checkbox__inner {
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    height: 14px;
    position: relative;
    transition: border-color .25scubic-bezier(.71,-.46,.29,1.46), background-color .25scubic-bezier(.71,-.46,.29,1.46);
    width: 14px;
    z-index: 1;
}
.el-checkbox__inner:after {
    border-width: 2px !important;
    height: 10px !important;
    left: 7px !important;
    top: 2px !important;
}
.el-checkbox__inner:after {
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    box-sizing: content-box;
    content: "";
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scaleY(0);
    transform-origin: center;
    transition: transform .15sease-in .05s;
    width: 3px;
}
.el-checkbox__original {
    height: 0;
    margin: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    width: 0;
    z-index: -1;
}
.el-checkbox:last-of-type {
    margin-right: 0;
}
.el-checkbox {
    height: 20px;
}
.el-checkbox {
    color: #606266;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.el-checkbox__input.is-checked .el-checkbox__inner:after {
    transform: rotate(45deg) scaleY(1);
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #d77210 !important;
    border-color: #d77210 !important;
}
.add-ppp-btn.theme-btn {
    display: inline-block;
    width: 100%;
    word-break: break-word;
}

  .ppp_modal .lead {
    word-break: break-word;
}
  .ppp_modal .policy_inclusions {
    list-style: disc;
    margin: 0 1rem 1rem;
 padding-left: 5px;
}
  .ppp_modal .sub_lead {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1rem 0;
}
 .ppp_modal .text-lg {
    font-size: 1.7rem;
   margin:0;
}
.ppp_modal  .p-8 {
    padding: 4.8rem;
}
  .v-modal {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    display:block !important;

}
  .ppp_modal, .ppp_modal div, .ppp_modal li, .ppp_modal p {
    color: #000 !important;
}
.el-dialog__wrapper {
    z-index: 9999 !important;
}
.el-dialog__wrapper {
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
  
}
  .ppp_modal .el-dialog {
    width: 45%;
}
.ppp_modal, .ppp_modal div, .ppp_modal li, .ppp_modal p {
    color: #000 !important;
}
.el-dialog {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px #0000004d;
    box-sizing: border-box;
    margin: 0 auto 50px;
    position: relative;
    width: 50%;
}
  .ppp_modal .el-dialog__body {
    padding: 0 !important;
}
.ppp_modal, .ppp_modal div, .ppp_modal li, .ppp_modal p {
    color: #000 !important;
}
.el-dialog__body {
    padding: 0 !important;
}
.el-dialog__body {
    color: #606266;
    font-size: 14px;
    padding: 30px 20px;
    word-break: break-all;
}
  
  .ppp_modal .el-dialog .dialog-close {
    cursor: pointer;
    border: 0;
    background: #fff;
    border-radius: 50%;
    color: #000 !important;
    height: 32px;
    opacity: .6;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 32px;
}
  .ppp_modal svg {
        display: block;
    vertical-align: middle;
}
.w-8 {
    width: 2rem;
}
  .ppp_modal .el-dialog .ppp_modal_bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
  .flex-grow {
    flex-grow: 1;
}

.w-1\/4 {
    width: 25%;
}
  @media (max-width: 767px) {

.hide-mobile 
{
    display: none;
}

    
    .ppp_modal .el-dialog .ppp_modal_bg {
        display: none !important;
    }
        .ppp_modal .el-dialog {
        width: 95%;
    }
    .ppp_modal .p-8{
      padding: 2rem !important;
    }
    .ppp_action{
     display:block !important 
    }
   .ppp_action .w-1\/2{
     width:100% !important;
   }
 .ppp_action .theme-btn {padding: 1.75rem 2.5rem !important;}
   .ppp_action .w-1\/3 {
     width:100% !important; margin-top: 5px; 
   }
    .extra-product-details h4   {
    font-size: 13px !important;
    }
    .extra-product-details p  {
    font-size: 12px !important;
    }
    .extra-product-price {
    gap: 4px !important;    
      align-items: center !important;
}
    .warranty-link {
      font-size: 11px !important;
    }
    .extra-product-icon img {
    width: 30px !important;
    height: 30px !important;
}
    .extra-product-amount{
   font-size: 12px !important;
    }

 .extra-product-add-btn {
  padding: 4px 8px !important;
    }
    
}

.ppp_action .leading-5{
  line-height: 2rem !important;
}
div#warranty_9882508656962 , div#warranty_9882508558658 , #warranty_9952800899394 {
  display:none;
}
.no-thank-option , .no-thanks-option{
      color: #193753 !important;
}

.warranty-link{
  color:#193753 !important;
}

shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 42px;
  --shopify-accelerated-checkout-button-inline-size: 54px;
  --shopify-accelerated-checkout-button-border-radius: 4px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-inline-alignment: flex-start;
  --shopify-accelerated-checkout-row-gap: 8px;
  --shopify-accelerated-checkout-skeleton-background-color: #dedede;
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

/* shopify-accelerated-checkout-cart shopify-apple-pay-button */

/* shopify-accelerated-checkout-cart shop-pay-wallet-button  , shopify-accelerated-checkout-cart shopify-google-pay-button , shopify-accelerated-checkout-cart shopify-apple-pay-button  {
  display:none !important;
} */

.upcart-checkout-button-container{
      margin-bottom: -40px;
    position: relative;
    z-index: 100;
}

.additional-checkout-buttons--vertical{
      margin-bottom: -30px
}
div#upcart-rewards_1 {
    display: block !important;
}

#shopify-section-announcement-bar{
      display: flex;
    background: #121212;
    justify-content: center;
    flex-wrap: wrap;
}
span.reviewRateCount {
    text-decoration: underline;
}
.cart_custom-text {
    color: black;
    font-weight: 500;
    font-size: 12px;
}
inbox-online-store-chat#ShopifyChat {
    z-index: 500 !important;

/* custom accordion css  */

  .ntg-faq-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .faq{
    width: calc(50% - 20px);
  }
  
  .ac-trigger:focus {
  outline: none;
  box-shadow: none;
}
 @font-face
{
    font-family: 'integral_cf';
    font-weight: 700;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-bold-webfont.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-bold-webfont.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-bold-webfont.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-bold-webfont.ttf') format('truetype');
}
@font-face
{
    font-family: 'integral_cf';
    font-weight: 600;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-demibold-webfont.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-demibold-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-demibold-webfont.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-demibold-webfont.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-demibold-webfont.ttf') format('truetype');
}
@font-face
{
    font-family: 'integral_cf';
    font-weight: 500;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-medium-webfont.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-medium-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-medium-webfont.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-medium-webfont.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-medium-webfont.ttf') format('truetype');
}
@font-face
{
    font-family: 'integral_cf';
    font-weight: 400;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-regular-webfont.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-regular-webfont.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-regular-webfont.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/integralcf-regular-webfont.ttf') format('truetype');
}
  @font-face
{
    font-family: 'Jost';
    font-weight: 700;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Bold.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Bold.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Bold.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Bold.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Bold.ttf') format('truetype');
}
@font-face
{
    font-family: 'Jost';
    font-weight: 300;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Light.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Light.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Light.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Light.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Light.ttf') format('truetype');
}
@font-face
{
    font-family: 'Jost';
    font-weight: 400;
    font-style: italic;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Italic.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Italic.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Italic.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Italic.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Italic.ttf') format('truetype');
}
@font-face
{
    font-family: 'Jost';
    font-weight: 700;
    font-style: italic;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-BoldItalic.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-BoldItalic.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-BoldItalic.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-BoldItalic.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-BoldItalic.ttf') format('truetype');
}
@font-face
{
    font-family: 'Jost';
    font-weight: 500;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Medium.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Medium.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Medium.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Medium.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Medium.ttf') format('truetype');
}
@font-face
{
    font-family: 'Jost';
    font-weight: 500;
    font-style: italic;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-MediumItalic.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-MediumItalic.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-MediumItalic.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-MediumItalic.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-MediumItalic.ttf') format('truetype');
}
@font-face
{
    font-family: 'Jost';
    font-weight: 300;
    font-style: italic;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-LightItalic.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-LightItalic.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-LightItalic.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-LightItalic.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-LightItalic.ttf') format('truetype');
}
@font-face
{
    font-family: 'Jost';
    font-weight: 600;
    font-style: italic;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-SemiBoldItalic.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-SemiBoldItalic.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-SemiBoldItalic.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-SemiBoldItalic.ttf') format('truetype');
}
@font-face
{
    font-family: 'Jost';
    font-weight: 600;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-SemiBold.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-SemiBold.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-SemiBold.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-SemiBold.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-SemiBold.ttf') format('truetype');
}
@font-face
{
    font-family: 'Jost';
    font-weight: 400;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Regular.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Regular.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Regular.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Regular.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Jost-Regular.ttf') format('truetype');
}
@font-face
{
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Bold.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Bold.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Bold.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Bold.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Bold.ttf') format('truetype');
}
@font-face
{
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Medium.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Medium.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Medium.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Medium.ttf') format('truetype');
}
@font-face
{
    font-family: 'Inter';
    font-weight: 300;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Light.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Light.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Light.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Light.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Light.ttf') format('truetype');
}
@font-face
{
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-SemiBold.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-SemiBold.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-SemiBold.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-SemiBold.ttf') format('truetype');
}
@font-face
{
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;

    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Regular.eot');
    src: url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Regular.woff2') format('woff2'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Regular.woff') format('woff'), url('https://cdn.shopify.com/s/files/1/0611/9024/2460/files/Inter-Regular.ttf') format('truetype');
}

.ntg-faq-section .accordion-container .ac .ac-trigger .ntg-icon {
    right: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 17px;
    height: 9px;
    margin: -1px 0 0;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ntg-faq-section.ntg-style-2 {
    padding: 0px 0 1px;
}
.ntg-white-bg {
    background: #fff !important;
      color: #0f1f17;
}
.ntg-faq-section.ntg-style-2 .ntg-container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 25px;
}
.ntg-faq-section .ntg-heading-holder {
    font-size: 15px;
    line-height: 1.47;
    margin: 0 0 30px;
    text-align: center;
    color: #000;
}
.ntg-faq-section .ntg-faq-row {
    margin: 0 0 39px;
}  
.ntg-faq-section .accordion-container {
    margin: 0px;
    border: none;
}  
 .accordion-container {
    border-top: 1px solid #0f1f17; margin: 0;
  }
  .ntg-faq-section .accordion-container .ac {
    overflow: hidden;
    margin: 0 0 11px;
    color: #000;
    border: none;
    border: 1px solid rgba(30, 70, 66, .64);
    border-radius: 6px;
    background: #fff;
}
.accordion-container .ac {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #0f1f17;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
  .ac {
    box-sizing: border-box;
    margin-top: 8px;
    border: 1px solid #eee;
    background-color: #fff;
}
  accordion-container .ac .ac-header {
    margin: 0;
    padding: 0;
}
  .ac .ac-header {
    margin: 0;
    padding: 0;
}
  .ntg-faq-section.ntg-style-2 .accordion-container .ac .ac-trigger {
    padding: 14px 41px 14px 16px;
}
.ntg-faq-section .accordion-container .ac .ac-trigger {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.47;
    padding: 14px 59px 14px 23px;
    text-transform: none;
    color: #000;
}
  .accordion-container .ac .ac-trigger {
    font-family: Jost, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.46;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 45px 12px 19px;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
.ac .ac-trigger {
    font: 700 16px Arial, sans-serif;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 32px 8px 8px;
    cursor: pointer;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    text-align: left;
    text-decoration: none;
    color: #111;
    border: 0;
    background-color: transparent;
}  

 .ntg-faq-section.ntg-style-2 .accordion-container .ac .ac-trigger .ntg-icon {
        right: 9px;
    } 
.accordion-container .ac .ac-trigger .ntg-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    display: block;
    width: 11px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
  .ac .ac-panel {
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    height: 0;
} 
  .ntg-faq-section.ntg-style-2 .accordion-container .ac .ntg-accordion-content {
    padding-right: 16px;
    padding-left: 16px;
}
  .ntg-faq-section .accordion-container .ac .ntg-accordion-content {
    font-size: 15px;
    line-height: 1.47;
    padding: 5px 23px 35px;
    color: #000;
}
  .accordion-container .ac .ntg-accordion-content {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.46;
    padding: 5px 19px 20px;
    color: #000;
     font-family: Jost;
}
@media (min-width: 1024px) {
  .accordion-container .ac .ntg-accordion-content {
        font-size: 16px;
    }
.ntg-faq-section .accordion-container .ac .ntg-accordion-content {
        padding: 5px 31px 35px;
    }
  .ntg-faq-section .accordion-container .ac .ntg-accordion-content {
        font-size: 16px;
    }
  
  .ntg-faq-section.ntg-style-2 .accordion-container .ac .ntg-accordion-content {
        font-size: 18px;
        padding-right: 23px;
        padding-left: 23px;
    }
  
  .ntg-faq-section.ntg-style-2 .accordion-container .ac .ac-trigger .ntg-icon {
        right: 23px;
    }
  .ntg-faq-section.ntg-style-2 .accordion-container .ac .ac-trigger {
        font-size: 18px;
        line-height: 1.45;
        padding: 21px 70px 22px 23px;
    }
  
  .ntg-faq-section .accordion-container {
        margin: 0px;
    }
.ntg-faq-section.ntg-style-2 {
        padding: 65px 0 1px;
    }
.ntg-faq-section {
        padding: 88px 0 1px;
    }
.ntg-faq-section.ntg-style-2 .ntg-heading-holder {
        margin: 0 0 47px;
    }

.ntg-faq-section .ntg-heading-holder {
        font-size: 18px;
        margin: 0 0 83px;
    }
      .ntg-faq-section.ntg-style-2 .ntg-heading-holder .ntg-h2 {
        font-size: 36px;
      }
   .ntg-faq-section .ntg-heading-holder .ntg-h2 {
        font-size: 32px;
        margin: 0 0 11px;
    } 

  .ntg-faq-section .ntg-faq-row {
        margin: 0 0 63px;
    }
.ntg-faq-section .accordion-container .ac .ac-trigger {
        padding: 25px 80px 23px 31px;
    }
  .ntg-faq-section.ntg-style-2 .accordion-container .ac .ac-trigger {
        font-size: 16px;
    }

}

  @media (min-width: 768px) { 
    .accordion-container .ac .ntg-accordion-content {
        font-size: 14px;
        padding: 5px 0 25px;
    }
.accordion-container .ac .ac-trigger .ntg-icon {
        right: 18px;
        width: 16px;
        height: 16px;
    }
    .accordion-container .ac .ac-trigger {
        font-size: 14px;
        padding: 17px 50px 14px 0;
    }
    
.ntg-faq-section.ntg-style-2 .accordion-container .ac .ac-trigger {
        font-size: 16px;
    }
    
    .ntg-faq-section.ntg-style-2 .accordion-container .ac {
        margin: 0 0 20px;
    }
    .ntg-wrapper .accordion-container {
        border-top: none;
    }
     .ntg-faq-section {
        padding: 60px 0 10px;
    }
     .ntg-faq-section .ntg-heading-holder {
        font-size: 16px;
    }
  }

    @media (min-width: 1200px) {
       .ntg-faq-section.ntg-style-2 .accordion-container .ac .ntg-accordion-content{
    font-size: 20px;
  }
      .ntg-faq-section.ntg-style-2 .accordion-container .ac .ac-trigger{ font-size: 20px; }
   .ntg-faq-section .ntg-heading-holder {
        font-size: 20px;
    }
     .ntg-faq-section.ntg-style-2 .ntg-heading-holder .ntg-h2 {
        font-size: 40px;

    }
           .ntg-faq-section.ntg-style-2 .ntg-heading-holder .ntg-h2 {
        font-size: 36px;
          }
    }

 .ntg-faq-section .ntg-heading-holder .ntg-h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 9px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 9px;
    margin-left: 0px;
    text-transform: uppercase;
    color: #0f1f17;  
}

 
  
 .ntg-h2 {font-family: integral_cf, Arial, Helvetica Neue, Helvetica, sans-serif;
         letter-spacing:0px;
          font-style: normal;
         }
  .ntg-faq-section .accordion-container .ac .ac-trigger.active .ntg-icon { 
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
} 

  @media only screen and (max-width: 747px) {
 .faq{
    width: 100% !important;
  }
  } 

  /* custom icon accordion  */

    .ntg-icon-accord-wrapper .accordion-container .ac:last-child {
    border: none;
}
.ntg-icon-accord-wrapper {
  padding: 30px 0;
}
  .ntg-icon-accord-wrapper .ntg-icon-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    place-content: center;
    margin: 0 0 30px;
}
  .ntg-icon-accord-wrapper .ntg-icon-header .ntg-head-icon {
    margin: 0 20px 0 0;
}
  .ntg-icon-accord-wrapper .ntg-icon-header .ntg-head {
    font-size: 32px;
    line-height: 1.45;
    margin: 0;
}
  .ntg-icon-accord-wrapper .ntg-image-acc-cols {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

  .ntg-icon-accord-wrapper .ntg-img-col {
    width: 55%;
    color: #f9f9f9;
}
  .ntg-icon-accord-wrapper .ntg-img-col img {
    width: 90%;
    display: block;
  height: auto;
  vertical-align: top;
    border-radius:25%;
  }
 
  .ntg-icon-accord-wrapper .ntg-acc-col {
    width: 45%;
}

  .ntg-wrapper .accordion-container {
    border-top: 1px solid #0f1f17;
    margin: 0;
  }

  .accordion-container .ac {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #0f1f17;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

  .accordion-container .ac .ac-header {
    margin: 0;
    padding: 0;
}
.ac .ac-header {
    margin: 0;
    padding: 0;
}

  .ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 50px 20px 0;
}
  
.accordion-container .ac .ac-trigger {
    font-family: Jost, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.46;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 45px 12px 19px;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

  .ntg-icon-accord-wrapper .ntg-opener-ico {
    width: 61px;
}
  .ntg-icon-accord-wrapper .ntg-opener-text {
    width: calc(100% - 61px);
    padding: 0 0 0 34px;
    font-size: 24px;
    line-height: 1.45;
    color: #0f1f17;
    text-transform: none;
}

.ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger .u-ntg-icon {
    width: 21px;
    height: 21px;
    right: 0;
}
  .accordion-container .ac .ac-trigger .u-ntg-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    display: block;
    width: 11px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

  .ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger .u-ntg-icon:before {
    height: 21px;
}
  .ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger .u-ntg-icon:before, .ntg-wrapper .ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger .u-ntg-icon:after {
    background: #1e4642;
}
.accordion-container .ac .ac-trigger .u-ntg-icon:before, .accordion-container .ac .ac-trigger .u-ntg-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 11px;
    content: "";
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 2px;
    background: #000;
}
  .ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger .u-ntg-icon:after {
    width: 21px;
}
.accordion-container .ac .ac-trigger .u-ntg-icon:after {
    width: 11px;
    height: 1px;
}
.ntg-icon-accord-wrapper .accordion-container .ac .ntg-accordion-content {
    font-size: 18px;
}  
.accordion-container .ac .ntg-accordion-content {
    font-family: 'Jost';
    font-size: 13px;
    font-weight: 400;
    line-height: 1.46;
    padding: 5px 19px 20px;
    color: #000;
}
  
  @media (min-width: 1024px) {
     .accordion-container .ac .ac-trigger {
        font-size: 16px;
    }
    .accordion-container .ac .ntg-accordion-content {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
     .accordion-container {
        border-top: none;
    }
  .accordion-container .ac .ac-trigger {
        font-size: 14px;
        padding: 17px 50px 14px 0;
    }
  .accordion-container .ac .ac-trigger .u-ntg-icon {
        right: 18px;
        width: 16px;
        height: 16px;
    }
  .accordion-container .ac .ac-trigger .u-ntg-icon:before, .ntg-wrapper .accordion-container .ac .ac-trigger .u-ntg-icon:after {
        width: 2px;
        height: 16px;
    }
  .accordion-container .ac .ac-trigger .u-ntg-icon:after {
        width: 16px;
        height: 2px;
  }
  .accordion-container .ac .ntg-accordion-content {
        font-size: 14px;
        padding: 5px 0 25px;
    }
}

  .accordion-container .ac-trigger1.active .u-ntg-icon:before { opacity: 0; }

 @media screen and (max-width: 768px){
    .ntg-icon-accord-wrapper .ntg-icon-header {
    margin: 0px;
}
  .ntg-icon-accord-wrapper .ntg-img-col , .ntg-icon-accord-wrapper .ntg-acc-col {
        width: 100%;
    }
   .ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger {
        padding: 14px 24px 14px 0;
    }
   .ntg-icon-accord-wrapper .ntg-img-col .ntg-img-holder {
        margin: 0 -25px;
    }
   .ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger {
        padding: 14px 24px 14px 0;
    }
       .ntg-icon-accord-wrapper .ntg-opener-ico {
        width: 30px;
    }
   .ntg-icon-accord-wrapper .ntg-opener-text {
        width: calc(100% - 30px);
        padding: 0 0 0 16px;
        font-size: 16px;
    }
   .ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger .ntg-icon {
        width: 14px;
        height: 14px;
    }
   .ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger .u-ntg-icon:before , ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger .u-ntg-icon:after {
        height: 14px;
    }
   .ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger .u-ntg-icon {
        width: 14px;
        height: 14px;
    }
   .ntg-icon-accord-wrapper .accordion-container .ac .ac-trigger .u-ntg-icon:after { width: 14px;}

  .ntg-opener-ico img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }

   /* custom text banner  */

   .ntg-text-banner em {
  margin-left: 5px;
    font-size: 75%;
    vertical-align: super;
    display: inline-block;
    font-style: normal;
    position: relative;
    top: 8px;
}
   .ntg-text-banner em strong {
    font-size: 75%;
    font-weight: 400;
    display: inline-block;
    vertical-align: super;
}
  .ntg-text-banner-section {
    background: #2689e4; 
}
  .ntg-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
  .ntg-text-banner {
    font-family: integral_cf, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    position: relative;
    padding: 49px 10px 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #0c4c88;
}
  .ntg-text-banner .ntg-text {
    position: relative;
    z-index: 2;
    max-width: 370px;
    margin: 0 auto;
} 
 .ntg-text-banner .ntg-title {
    font-family: Jost, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.42;
    display: block;
    margin: 0 0 12px;
    text-transform: uppercase;
}  
 .ntg-text-banner p {
    margin: 0 0 10px;
}
  
  @media (min-width: 1200px) {
    .ntg-text-banner {
        font-size: 40px;
    }
    .ntg-text-banner .ntg-title {
        font-size: 20px;
        margin: 0 0 22px;
    }
}
  @media (min-width: 1024px) {
     .ntg-text-banner {
        font-size: 32px;
    }
    .ntg-text-banner .ntg-title {
        font-size: 18px;
    }
}
  @media (min-width: 768px){
    .ntg-text-banner p {margin: 0 0 38px; }
    .ntg-text-banner .ntg-title {font-size: 16px; }
    .ntg-text-banner .ntg-text {max-width: 875px; }
   .ntg-text-banner-section {padding: 60px 0 50px;   }
    .ntg-text-banner {
        font-size: 28x;
        line-height: 1.2;
        padding: 34px 100px 21px;
        border-radius: 12px;
    }
  } 

  @media (max-width: 767px) {
    .ntg-text-banner{ padding: 20px 10px 2px; }
 .ntg-text-banner-section .ntg-container {
        padding: 0;
    }
}

   /* custom icon banner  */

   .ntg-feature-swiper .ntg-slide-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
  .ntg-feature-swiper .ntg-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33px;
    height: 33px;
    margin: 0 12px 0 0;
    border-radius: 50%;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ntg-feature-swiper .ntg-img img {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    object-fit: contain;
}
.ntg-feature-swiper-section {
    padding: 21px 0 20px;
    color: #fff;
    background: #0c4c89;
}
.ntg-feature-swiper .ntg-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33px;
    height: 33px;
    margin: 0 12px 0 0;
    border-radius: 50%;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ntg-feature-swiper .swiper-slide {
    width: auto !important;
    margin: 0 30px 0 0 ;
}
.ntg-feature-swiper .swiper-wrapper {
    box-sizing: border-box;
}
.ntg-feature-swiper {
    position: relative;
}
.ntg-feature-swiper .ntg-slide-box>* {
    pointer-events: auto;
}
  .ntg-feature-swiper .ntg-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.47;
    color: #fff;
}
@media (max-width: 768px) {
  .ntg-feature-swiper .ntg-text{
    font-size: 14px;
    
  }
  .ntg-feature-swiper .ntg-img {
    width: 38px;
    height: 38px;
  }
  .custom-icon-swiper{
    margin-bottom: 40px;
  }
}
  
  @media (min-width: 1024px) {
  .ntg-feature-swiper .ntg-img img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .ntg-feature-swiper-section {
        padding: 34px 0;
    }
    .ntg-feature-swiper .swiper-slide {
        margin: 0 36px 0 0 !important;
    }
    .ntg-feature-swiper .ntg-img {
        width: 61px;
        height: 61px;
    }
}
@media (min-width: 768px) {
  .ntg-feature-swiper .ntg-img img {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
  .ntg-feature-swiper .ntg-img {
        width: 46px;
        height: 46px;
    }
  .ntg-feature-swiper-section {
        padding: 28px 0;
    }
  .ntg-feature-swiper .ntg-text {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
.ntg-feature-swiper .swiper-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
    }
  
  .ntg-feature-swiper {
        text-align: center;
     }
.ntg-feature-swiper .swiper-wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
    }
    .ntg-feature-swiper .swiper-slide {
        margin: 0 35px 0 0 !important ;
    }
}

