/** Shopify CDN: Minification failed

Line 3466:1 Expected identifier but found "."
Line 8508:2 Unexpected "{"

**/
@font-face {
  font-family: 'pf_din_text_comp_probold';
  src: url("/cdn/shop/files/pfdintextcomppro-bold-webfont.eot?v=1715865496");
  src: url("/cdn/shop/files/pfdintextcomppro-bold-webfont.eot?v=1715865496#iefix") format("embedded-opentype"), url("/cdn/shop/files/pfdintextcomppro-bold-webfont.woff2?v=1715865496") format("woff2"), url("/cdn/shop/files/pfdintextcomppro-bold-webfont.woff?v=1715865496") format("woff");
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Moderat';
  src: url("/cdn/shop/files/Moderat-Regular.eot?v=1669034619");
  src: url("/cdn/shop/files/Moderat-Regular.eot?v=1669034619?#iefix") format("embedded-opentype"), url("/cdn/shop/files/Moderat-Regular.woff2?v=1669034619") format("woff2"), url("/cdn/shop/files/Moderat-Regular.woff?v=1669034619") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Moderat';
  src: url("/cdn/shop/files/Moderat-Bold.eot?v=1669034619");
  src: url("/cdn/shop/files/Moderat-Bold.eot?v=1669034619?#iefix") format("embedded-opentype"), url("/cdn/shop/files/Moderat-Bold.woff2?v=1669034619") format("woff2"), url("/cdn/shop/files/Moderat-Bold.woff?v=1669034619") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Moderat';
  src: url("/cdn/shop/files/Moderat-Light.eot?v=1669034619");
  src: url("/cdn/shop/files/Moderat-Light.eot?v=1669034619?#iefix") format("embedded-opentype"), url("/cdn/shop/files/Moderat-Light.woff2?v=1669034619") format("woff2"), url("/cdn/shop/files/Moderat-Light.woff?v=1669034619") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Moderat';
  src: url("/cdn/shop/files/Moderat-Medium.eot?v=1669034619");
  src: url("/cdn/shop/files/Moderat-Medium.eot?v=1669034619?#iefix") format("embedded-opentype"), url("/cdn/shop/files/Moderat-Medium.woff2?v=1669034619") format("woff2"), url("/cdn/shop/files/Moderat-Medium.woff?v=1669034619") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }


/* Color custom properties */

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

.color-background-2 {
  --color-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));
}

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

.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);
}
:root{
  --custom-font: 'Moderat';
}
/* 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 2.5rem;
}

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

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

  .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: 85rem;
    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)); 
  background-color: rgb(var(--color-background));
}
.color-transparent{
  background-color:transparent !important;
}
.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;
}

.rte li {
  color: #1a1a1a;
}

.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)); */
  color: #1A1A1A;
  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; */ 
}
.article-template__content blockquote {
  font-size: 28px !important;
  line-height: 32px !important;
  color: #1a1a1a;
  margin: 40px 0;
  font-style: normal;
}

h2.stamped-proxy-write-title{
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
}

.stamped-form-label {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
}

.stamped-form-input {
    min-height: 40px !important;
    margin-top: 5px !important;
    font-size: 16px
}

#stamped-button-submit, input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary {
    font-size: 14px !important;
    line-height: 17px !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    min-height: 60px !important;
    font-family: 'Moderat' !important;
    background-color: #1a1a1a !important;
    color: #fff !important;
}

.new-review-form, .stamped-reviews {
    border: none !important;
}

.stamped-file-uploader-btn {
    display: none !important;
}

@media screen and (min-width: 750px) {
/*   blockquote {
    padding-left: 1.5rem;
  } */
  .article-template__content blockquote p:first-child{
    font-size: 35px !important;
    line-height: 50px !important;
    font-weight: 700 !important;
    margin: 60px 0 10px;
  }
}

.article-template__content blockquote p:last-child {
    display: block;
    width: 100%;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 38px !important;
    letter-spacing: 2.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #86868b !important;
    margin-top: 16px !important;
}

.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: 14px;
    line-height: 17px;
    font-weight: 300;
  }
}

.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-family: Moderat;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #CC782E;
}

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

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

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

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

.hidden {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
  .cart-count-bubble {
      right: 0 !important;
      left: unset !important;
      pointer-events: none;
  }

  h2.stamped-proxy-write-title{
    font-size: 38px;
    line-height: 41px;
    font-weight: 700;
    text-align: center;
    margin: 0px !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 {
    text-decoration: none;
}

.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: 1rem;
  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;
  }
}
body{
  font-family: var(--custom-font) !important;
  -webkit-font-smoothing: antialiased; 
}
/* 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: 2rem;
  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--7-col-desktop .grid__item {
    width: calc(14.20% - var(--grid-desktop-horizontal-spacing) * 6 / 7);
    max-width: calc(14.20% - var(--grid-desktop-horizontal-spacing) * 6 / 7);
  }
  
  .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;
  }

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

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

  .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 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: #fff;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: #1a1a1a;
  width: 100%;
  max-width: 320px;
  font-family: 'Moderat';
}

.button:hover,
.shopify-challenge__button:hover,
.customer button:hover {
  background-color: #1a1a1a !important;
}

.button:focus,
.shopify-challenge__button:focus,
.customer button:focus {
  background-color: #1a1a1a !important;
}

.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);
/*   box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background)); */
  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: 14px;
  line-height: 17px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  min-height: 60px;
  font-family: 'Moderat';
}

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

.shopify-cleanslate .h7OYsWHrW5495r9beh2n {
    border-radius: 5px !important;
}

.shopify-payment-button__button--branded .shopify-cleanslate {
    min-height: 60px !important;
    max-height: 60px !important;
}

/* 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: #1a1a1a;
  font-size: 1.6rem;
  line-height: 26px;
  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;
  font-family: 'Moderat';
}

.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: 'Moderat';
    font-style: var(--font-body-style);
    font-weight: bold;
    font-size: 16px;
    color: #1a1a1a;
}

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


.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: none;
  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); */
  width: 100px;
  height: 32px;
}

.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: 1px solid #f1f1f1;
  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: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
  opacity: 1;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  line-height: 17px;
  font-family: 'Moderat';
}

.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 > span {
    position: relative;
    display: block !important;
    line-height: 14px;
}

.cart-count-bubble {
    position: absolute;
    background-color: #C90A0A;
    color: rgb(var(--color-button-text));
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1px;
    letter-spacing: 0;
    bottom: 0.7rem;
    left: 2.2rem;
}

/* 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: 0rem 0rem;
  text-decoration: none;
}

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

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

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

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}
.announcement-bar:not(.slick-initialized) .announcement-bar__message:not(:first-child){
  display:none
}
/* section-header */
#shopify-section-header {
 z-index: 3;
position: sticky !important;
transform: unset !important;
top: 0;
}
 
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

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

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

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
/* .faqs .header__icons,
.faqs #shopify-section-section-icon-text-slider,
.faqs #shopify-section-newsletter{
    display: none;
} */

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

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

.header-wrapper--border-bottom {
  box-shadow: 0px 0px 1px #d8d8d8;
}

.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--top-center {
    grid-template-areas:
      'left-icon heading icons'
      'navigation navigation navigation';
  }

  .header:not(.header--middle-left) .header__inline-menu {
    margin-top: 1.05rem;
  }
  .header__heading,
  .header__heading-link,
  .header__icons{
    width:100%;
    max-width:228px;
  }
}

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

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

  .header__heading-link {
    margin-left: 0;
  }

  .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;
    justify-content: flex-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: 2.4rem;
  width: 2.4rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
  color: #1a1a1a;
}

.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: 0 30px; */
  text-decoration: none;
  color: #C90A0A;
}

.header__menu-item:hover {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: .3rem;
    text-decoration-thickness: 1.5px;
}

.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;
    color: #1a1a1a;
    text-underline-offset: .3rem;
    text-decoration-thickness: 1.5px;
}

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

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

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: #C90A0A;
/*   text-decoration: underline; */
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 1.5px;
}

.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: 2.4rem 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;
}
.cc-banner * {
    font-family: 'Moderat' !important;
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

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

.overflow-hidden-mobile, .overflow-hidden-tablet {
  position:relative;
  height: 100%;
  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 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.gradient {
  background: 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;
}

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

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

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

.review-main {
    margin-bottom: 0px;
}

.home-page-cus-reviews {
    padding-top: 80px;
    padding-bottom: 80px;
}

.video-heading{
  width: 100%
}

.video-section-width {
  width: 100%
}

.header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.collection-product .full-unstyled-link {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
}

.collection-product .price {
    display: none;
}
.collection-product .card__badge {
    align-self: flex-start;
}
.collection-product .collection__title {
    text-align: center;
}

.collection-product .collection__title.title-wrapper {
    margin-bottom: 80px;
}

.collection-product .collection__description p {
    max-width: 630px;
    margin: 0 auto;
}

.collection-product .cdesk-product .card__badge {
    position: absolute;
    top: 0;
    left: 0;
    grid-row-start: 1;
    grid-column-start: 1;
}

.section-newsletter-padding {
    background: #1a1a1a;
}

.newsletter #Subscribe {
    width: 180px;
    height: 58px;
    padding: 0;
    background-color: #f7f7f7;
    border-radius: 0 5px 5px 0;
    display: block;
}

.newsletter-form__field-wrapper .field {
    min-height: 58px;
    overflow: hidden;
}

input#NewsletterForm--newsletter {
    border-radius: 5px;
    background-color: #fff;
    color: #525259;
    min-height: 58px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 180px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
}

input#NewsletterForm--newsletter:focus-visible {
    box-shadow: unset;
}

.footer-block__details-content > :first-child .list-menu__item--link {
    padding-bottom: 0;
}

.suscribe-btn .button {
    border-radius: 0 5px 5px 0;
    background-color: #f7f7f7;
    color: #1a1a1a;
    font-weight: 700;
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 58px;
}

.newsletter .field {
    display: block;
}

.newsletter .icon-arrow {
    display: none;
}

.newsletter .field:after {
    display: none;
}

.newsletter__wrapper .h1 {
    color: #fff;
}

.newsletter-terms p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;    
    margin-top: 32px;
    margin-bottom: 0;
    color: #86868b;
}

.newsletter-terms p a {
    color: #86868b;
}

/* .header__icons a#cart-icon-bubble svg {
    display: none !important;
}

.header__icons a#cart-icon-bubble > span.visually-hidden {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    position: unset !important;
    visibility: visible;
    clip: unset;
}

.header__icons a#cart-icon-bubble .cart-count-bubble {
    bottom: 13px;
    left: 44px;
}

.header__icons .account-login-custom {
    margin-left: 40px;
    width: 100%;
}

span.account-login-text {
    text-transform: capitalize;
} */

.product-page-video-section .video-heading {
    text-align: center;
}

.product-page-video-section .video-top-text {
    max-width: 630px;
    margin: 0 auto;
}

.product-page-video-section .video-heading h2 {
    margin-bottom: 8px;
}

.product-page-video-section .video-section {
    padding: 100px 10px;
}

.product-page-video-section .video-heading .title-wrapper {
    margin-bottom: 60px;
}

.feature-sub-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    max-width: 349px;
    margin: 0 auto 8px;
}

.feature-text {
    padding-bottom: 20px;
    max-width: 349px;
    margin: 0 auto;
}

.feature-content {
    position: relative;
}

.feature-content:before {
    content: '';
    width: 232px;
    background-color: #d4d4d4;
    display: block;
    position: absolute;
    bottom: -53px;
    right: 0;
    height: 1px;
}

.feature-content:after {
    content: '';
    width: 1px;
    background-color: #d4d4d4;
    height: 53px;
    display: block;
    position: absolute;
    left: 116px;
    bottom: -53px;
}

.feature-point-2 .feature-content:after {
    content: "";
    width: 1px;
    background-color: #d4d4d4;
    height: 53px;
    display: block;
    position: absolute;
    right: 116px;
    bottom: -53px;
    left: unset;
}

.feature-point-2 .feature-content:before {
    content: "";
    width: 232px;
    background-color: #d4d4d4;
    display: block;
    position: absolute;
    bottom: -53px;
    height: 1px;
    left: 0;
}

.feature-image img {
    display: block;
    max-width: 480px;
}

.feature-part {
    gap: 32px;
    justify-content: center;
}

.feature-point {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 90px;
    padding-bottom: 140px;
}

.feature-point-2 {
    align-self: center;
}

.feature-heading {
    margin: 0 0 8px;
}

.feature-top-text {
    max-width: 630px;
    margin: 0 auto 80px;
    text-align: center;
}

.feature-section-1 {
    padding-top: 100px;
    padding-bottom: 150px;
}

.button:after {
  display: none;
}

.product-page-reviews {
    padding-top: 50px;
    padding-bottom: 50px;
}

.faq-top-content p {
    max-width: 300px;
    margin: 0 auto 20px;
    color: #000;
}

#product .focus-none{
  background-color: #fff;
}

.button--primary .icon-wrap {
    display: none;
}

.color-background-3 {
  background: #EBEBEC;
}

.image-text-full p {
  max-width:unset;
}

.rich-text__text p {
    max-width: 630px;
    margin: 0 auto;
}

.hiw-customer-review {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-born-on .image-with-text__content {
    padding: 0 0 0 10rem;
    max-width: 548px;
}

.section-born-on p {
    max-width: unset;
}

.our-mission-section{
  background-color: #fff;
}

..abt-muticolumn .page-width {
    padding: 0 17rem;
}

.abt-muticolumn .multicolumn-card__image-wrapper--third-width {
    width: 16%;
}

.about-banner-section {
    margin-bottom: 50px;
}

.about-banner-section .banner__media img {
    border-radius: 5px;
}

.blog-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    position: relative;
}

.blog-tag .rte ul {
    padding: 0;
    margin: 0;
}

.tag-catg-button {
  text-decoration: none;
  padding: 0px 0px;
  border-radius: 5px;
  color: #1a1a1a !important;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #fff;
  text-transform: uppercase;
  width: 100%;
  min-width: 240px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}

.blog-tag li {
    list-style: none !important;
}

.blog-catg-selector {
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    margin: 0 30px 0 0;
}

.blog-tag-main {
    background-color: #ebebec;
}

.sec-fet-blog-landing-page .article-card__info>span {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.feature-sec-blog-landing .article-card__info>span {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.single-blog-section .blog__posts {
    margin-top: 0;
}

.single-blog-section .card.article-card {
    flex-direction: row;
}

.single-blog-section .card__inner {
    width: 50%;
}

.single-blog-section .article-card >.card__content {
    width: 50%;
    background-color: #f7f7f7;
}

.single-blog-section .card__information {
    align-self: center;
    max-width: 440px;
    margin: 0 auto;
}

.single-blog-section .article-card__info>span {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.single-blog-section .card-wrapper:hover .media.media--hover-effect>img:first-child:only-child {
    transform: unset;
}

.single-blog-section .underline-links-hover:hover a {
    text-decoration: none;
    text-underline-offset: unset;
}

.blog-catg-hide {
    display: none;
}

.article-reading .title-wrapper-with-link {
    justify-content: center;
}

.full-article-banner .article-template__hero-container {
    max-width: 74rem;
    margin-top: 80px;
}

.blog-all-posts .card__content {
    text-align: center;
}

/* a#cart-icon-bubble {
    padding-right: 30px;
    width: 100%;
} */


.single-blog-section .blog__posts li {
    max-width: 100%;
}

 

.main-banner .image-with-text__content {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}

.main-banner .image-with-text__heading {
    color: #fff;
    font-size: 60px;
    line-height: 50px;
    font-family: 'pf_din_text_comp_probold';
    text-transform: uppercase;
}

.main-banner .image-with-text__text.body p {
    color: #CCCCCC;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

body#index {
    background-color: #EBEBEC !important;
    background: #EBEBEC !important;
}

.home-image-with-text-1 .image-with-text__media {
    border-radius: 0 10px 10px 0 !important;
}

.home-image-with-text-1 .image-with-text__content {
    border-radius: 10px 0 0 10px !important;
}

.home-image-with-text-2 .image-with-text__media {
    border-radius: 10px 0 0 10px !important;
}

.home-image-with-text-2 .image-with-text__content {
    border-radius: 0 10px 10px 0 !important;
}

.home-image-with-text-3 .image-with-text__media {
    border-radius: 0 10px 10px 0 !important;
}

.home-image-with-text-3 .image-with-text__content {
    border-radius: 10px 0 0 10px !important;
}


.blog-article-home .title-wrapper-with-link {
    justify-content: center;
    margin-bottom: 80px;
}

.blog__posts .article-card .card__information {
    padding: 48px !important;
    background-color: #f7f7f7;
    border-radius: 0 0 10px 10px;
}

.article-card__image-wrapper.card__media {
    border-radius: 10px 10px 0 0 !important;
}

.single-blog-section .article-card__image-wrapper.card__media {
    border-radius: unset !important;
}

.single-blog-section .blog__posts .article-card .card__information {
    padding: 0!important;
    background-color: #f7f7f7;
    border-radius: unset;
    text-align: left;
}

.article-heading-clamp .card__heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer-block.grid__item {
    width: calc(30% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}

.footer-block.grid__item.footer-block--menu {
    width: calc(14% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}

.collection-product .cdesk-product {
    position: relative;
}

.collection-product .card__information {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    padding: 0;
    height: 100%;
}

.collection-product .card__information .card__heading {
    margin-top: 46px;
}

.collection-product .quick-add__submit {
    border-radius: 5px;
    max-width: 317px;
    margin: 0 auto;
}

.brand-main {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.brand-logo-svg svg {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


.brand-logo-svg {
    padding-left: 50px;
}

.home-review-img img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.reviews-home {
    max-width: 540px;
    margin: 0 auto 8px;
    font-size: 35px;
}

.review-home-text {
    max-width: 630px;
    margin: 0 auto;
}

.top-content-review {
    padding-top: 70px;
    padding-bottom: 50px;
}

.star-img svg {
    display: block;
    margin: 0 auto;
}

.star-img-2 svg {
    display: block;
}

.star-top-text {
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content-heading {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 8px;
}

.reviewer-name-img {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.reviewer-name {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0;
}

.verified-svg svg{
    margin-right: 10px;
    display: block;
}

.review-content-home {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #86868b;
/*     min-height: 252px;
    max-height:252px; */
    margin-bottom: 16px;
    margin-top: 8px;
/*   overflow:hidden; */
}

.review-content-main {
    padding: 48px;
}
.review-content-main .star-img-2 {
    margin-top: -7px;
}
.background-color-reviews {
    background-color: #ebebec;
    border-radius: 10px;
    height: 100%;
}

.customer-reviews-home {
    padding-bottom: 80px;
}

.copyright-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #ebebec;
    padding-top: 4rem;
}

.footer__copyright {
    width: 50%;
    text-align: left !important;
    margin-top: 0;
}

.footer-menu-bottom {
    display: block;
    width: 50%;
    text-align: right;
}

.footer-menu {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.menu-option {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #ebebec;
}

.menu-option a {
    display: block;
    color: #86868B;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.menu-option:last-child {
    border-right: 0px;
    padding-right: 0;
}

.menu-option:first-child {
    padding-left: 0px;
}

.header__menu-item {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header__menu-item .header__active-menu-item+.icon-caret {
    color: #C90A0A;
}

.heading {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
}

.sub-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.rich-text__blocks .rich-text__text {
    margin-top: 8px;
}

.sub-heading {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

.customer-reviews-home {
    padding: 0px 10px 80px;
}

.text{
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.blog-article-home .page-width-desktop {
    padding: 60px 10px 60px;
}

.pop-up-video-section {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%,-50%);
    width: fit-content;
    max-width: 1080px;
    color: #fff;
}

.popup-video {
    position: relative; 
}
.popup-video video {
  width: 100%; 
  display: block;
}
.pop-up-video-section iframe {
    display: block;
    width: 100%;
    border: none;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}
.popup-video .vimeo_vide_block {
    display: block;
    min-width: 413px;
    padding-top: 180%;
}
.popop-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(50 50 50 / 70%);
    z-index: 999;
}

.popup-close {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 11;
    color: var(--color-green);
    display: block;
    cursor: pointer;
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.popup-close img {
    display: block;
    width: 100%;
    max-width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cdk_customer_video_review {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.cdk_customer_video_review 
 iframe.js-vimeo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    outline: 0;
    transform: scale(1.1);
}
.collection-product .cdesk-product .card__inner {
    border-radius: 10px;
}
.collection-product .cdesk-product .card__inner .card__media {
    border-radius: 10px;
}
.blog-article-home .card__inner {
    border-radius: 10px;
}

button.product-form__submit {
    max-width: unset;
}

.product__media-gallery {
    display: flex !important; 
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.main-product .product__media-gallery .slider-mobile-gutter {
    width: calc(100% - 108px);
    order: 2;
}

.main-product .product__media-gallery .thumbnail-slider {
    width: 88px;
    order: 1;
    display: block;
}

.main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list {
    display: block;
}
@media (min-width:750px){
.main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list__item {
    width: 88px !important;
    margin-bottom: 16px;
}
}

.main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list__item button.thumbnail {
    border: 0 !important;
    box-shadow: none;
}

.product-page-video-section .global-media-settings {
    border-radius: 10px;
}

.image-with-text-padding .image-with-text__content {
    padding: 12.4rem 12.8rem !important;
}

.product__info-container{
  position:relative;
}

.product__spinner img {
    display: block;
    width: 100%;
    max-width: 242px;
    height: 35px;
}

.product__spinner {
    width: 180px;
    height: 36px;
    position: absolute !important;
    left: 20px;
    top: 20px;
    z-index: 1;
    pointer-events: none;
/*     animation-name: spin;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
    overflow: hidden;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.review-bg-image {
    background-position: center;
    padding-top: 92px;
    padding-bottom: 92px;
    position: relative;
    max-height: 500px;
      background-size: cover;
}

.review-star-img svg {
    display: block;
}

.review-bg-text {
    margin-top: 16px;
    margin-bottom: 40px;
}

.bg-text {
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    max-width: 630px;
    color: #fff;
}

.review-bg-name {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    margin: 0;
}

.review-bg-about {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product-page-faq .collapsible-content__heading {
    margin-bottom: 55px;
}

.single-product-section .featured-product {
    align-items: center;
}

.single-product-section .product__media-wrapper {
    order: 1;
    width: 50%;
}

.single-product-section .featured-product {
    border-radius: 10px;
}

.single-product-section .product__media img {
    border-radius: 0 10px 10px 0;
}

.single-product-section .product__media-item .product__media {
    border-radius: 0 10px 10px 0;
}

.single-product-section .product__info-container {
    max-width: 413px;
    margin: 0 auto;
}

.single-product-section .product__info-wrapper {
    padding: 4rem;
}

.single-product-section .product__view-details {
    display: none;
}

.single-product-section .product__info-container .product-form {
    margin-top: 32px;
    margin-bottom: 0 !important;
}

.product-review-img img {
    display: block;
    max-width: 100%;
}

.review-bg-color {
    position: relative;
}

.product-page-review-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}

.product-page-review-bt {
    background-color: #fff;
    border-radius: 50%;
    color: rgb(var(--color-foreground));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.4rem;
    width: 6.4rem;  
}

.product-page-review-bt svg {
    width: 2rem;
    height: 2rem;
    margin-left: 0.2rem;
}

.video-label-bt .play-button{
    display: none;
}

.video-label-bt {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    background-color: #CC782E;
    color: #fff;
}

.product-page-video-section .video-section-width img,
.about-page-video-section .video-section-width img {
    border-radius: 10px;
}

.product__title h1 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
}

.product__description.rte p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.product__accordion .accordion__title {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product__accordion .accordion__content p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 9px!important;
}

.product__accordion details[open] summary {
    padding-bottom: 16px;
}

.icon-with-text img {
    width: 100%;
    max-width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 16px;
    display:block;
}

.icon-text {
    color: #86868b;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
}

.icon-main {
    padding: 64px 10px;
}

.icon-text-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 32px;
    column-gap: 20px;
}

.icon-with-text {
    width: calc(50% - 20px / 2);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.background-color-reviews {
    position: relative;
}

.mega-menu__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.mega-menu__list.mega-menu__list--condensed {
    width: 22%;
    min-width: 220px;
    margin-right: 60px;
}

.mega-menu-block {
    align-items: center;
    width: 78%;
    justify-content: flex-end;
    padding-right: 18px;
    gap: 0;
    margin-left: -20px;
}

.mega-menu-block-main {
    padding-right: 20px;
    flex: 1 0 33.33%;
    width: 100%;
    max-width: 328px;
}

.mega-menu-block-item-main {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.mega-menu-block-item {
    padding: 20px;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.collection-name {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 8px;
} 

.collection-description {
    font-size: 14px;
    line-height: 14.4px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
}

.mega-menu-block-item-main img {
    display: block;
    width: 100%;
    max-width: 100%;
    transition: transform var(--duration-long) ease;
}

.mega-menu-block-item-main:hover img {
    transform: scale(1.08);
}

.collection-about {
    position: absolute;
    top: 14px;
    width: 100%;
    left: 0;
    right: 0;
}

.collection-link-button {
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 20px 20px 0;
}

.collection-link-full:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.collection-link-full {
    display: block !important;
}

.progress-bar-text {
  width:100%;
}

.progress-bar {
    display: block;
    width: 100%;
    height: 10px;
    background-color: #f1f1f1;
    position: relative;
    border-radius: 10px;
}

.progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #1a1a1a;
    border-radius: 10px 0 0 10px;
}
.progress.bar-full{
 border-radius: 10px; 
}
.progress-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-weight: 700;
}

.text-black{
    color: #1a1a1a;
    font-weight: 700;
}

.cart-drawer__footer {
    display: none;
}

#CartDrawer-Checkout .money {
    margin-left: 5px;
}

quantity-input.quantity {
    width: 100px;
}

button.quantity__button {
    width: 20px;
}

button.quantity__button:first-child {
    margin-left: 8px;
}

button.quantity__button:last-child {
    margin-right: 8px;
}

#CartDrawer-CartItems .cart-item cart-remove-button {
    display: none;
}

.cart-drawer .cart-item__totals {
    display: none !important;
}

.cart-drawer .cart-items thead {
    display: none;
}

.cart-item__quantity-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}



.cart-drawer__collection .cdesk-product {
    flex-direction: row !important;
}


.cart-drawer__collection .cdesk-product .card__inner {
    width: 25%;
    border-radius: 10px 0 0 10px;
}

.cdesk-product.card.card--standard.card--media {
    background-color: #f1f1f1;
    border-radius: 10px;
}
.cart-drawer__collection .cdesk-product.card.card--standard.card--media {
    background-color: #fafafa;
}
.cart-drawer__collection .card-wrapper {
    padding-bottom: 10px;
}

.cart-drawer__collection .card-wrapper .cdesk-product .card__media img {
/*     border-radius: 10px;
    width: 55px;
    height: 55px; */
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    bottom: 0;
}

.cart-drawer__collection .cdesk-product .card__heading {
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    width: 100%; 
    margin-top: -3px; 
}

@media only screen and (max-width: 749px) {
  .cart-drawer__collection .cdesk-product .card__heading {
    width: 100%; 
    font-size: 14px;
    line-height: 16px;
    margin: 1px 0;
  }
}

.product-name-price {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
    padding: 20px!important;
    gap: 8px;
}

.product-price .quick-add .quick-add__submit .price {
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    margin-left: 5px;
}

.product-price .quick-add .quick-add__submit {
    background-color: #C90A0A;
    color: #fff;
    z-index: 1;
    padding: 8px 12px;
    min-width: 60px;
    min-height: unset;
    border-radius: 5px; 
    border: none;
}

span.add-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.product-price .quick-add {
    margin: 0;
}

.product-drawer-text.text {
    font-weight: 700;
    font-size: 14px; 
    color: #C90A0A;
    margin-top: 0;
    text-align: left; 
    text-transform: uppercase; 
    letter-spacing: 2px;
    text-align: center;
}

.drawer-empty-cart-button .button {
    max-width: 100%;
}
.collection__custom_block_content {
    background-color: #ABBAC0;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding:48px;
}
.collection__custom_block_content .description p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 0;
}
.collection-product .product-grid-container .card-information>.price{
  display:none;
}
.collection-product .quick-add{
  display:none;
}
.collection-product .quick-add {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 46px;
    padding-left: 48px;
    padding-right: 48px;
}
/* .product-grid-container .card__information {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
} */

.collection-product .cdesk-product .card__media:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #0003;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    border-radius: 10px;
}
.collection-product .cdesk-product:hover .card__media:before{
  opacity:1;
  visibility:visible;
}
.collection-product .cdesk-product:hover .quick-add{
  display:block;
}

.collection-product .cdesk-product:hover .card__heading a{
  color: #fff
}

.collection-product .cdesk-product:hover .customize-product-text {
  color: #fff
}

.customize-product-text {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 0;
}

.collection-product-title {
    margin-top: 0px;
    margin-bottom: 8px;
}

.collection-product-description p {
    margin: 0;
}

.collection-product-description {
    text-align: center;
}

.collection-product-grid-title {
    margin-bottom: 80px;
    max-width: 630px;
}

.collection-banner-heading {
    text-align: left;
    color: #fff;
    margin-top: 0;
    margin-bottom: 8px;
}

.collection-banner-text.text {
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.collection-banner-img img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.collection-banner-img {
    position: relative;
}

.collection-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 91px 0;
    max-width: 412px;
}

.home-page-product-collection .cdesk-product .card__media:before {
    opacity: 1;
    visibility: visible;
}

.home-page-product-collection .full-unstyled-link {
    color: #fff;
}

.home-page-product-collection .cdesk-product .quick-add {
    display: block;
}

.mobile-menu-block {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 16px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    gap: 20px;
}

.mobile-menu-block .mega-menu-block-item {
    position: relative;
    height: 150px;
    width: 100%;
    overflow: hidden;
}

.mobile-menu-block img {
    display: block;
    width: 100%;
    max-height: 150px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform var(--duration-long) ease;
}

.mega-menu-block-item:hover img {
    transform: scale(1.08);
}

.mobile-menu-block .collection-about {
    top: 18px;
    z-index: 1;
    left: 24px;
    width: unset;
}

.mobile-menu-block .collection-name {
    text-align: left;
}

.mobile-menu-block .collection-link {
    position: absolute;
    bottom: 24px;
    margin: 0;
    left: 24px;
    transform: unset;
    color: #fff;
    z-index: 1;
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
}

.mobile-menu-block .mega-menu-block-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 79.22%);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s ease;
    border-radius: 10px;
}

.image-text-full-header .rich-text__blocks {
    max-width: 841px;
}

.image-text-full .image-with-text__content {
    padding: 0 0 0 3rem;
    max-width: 551px;
    margin: 0 auto;
}

.image-text-full .image-with-text__heading {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
}

.image-text-full .text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 40px;
}

.image-text-full .image-with-text__media img {
    max-height: 600px;
}

.hiw-review-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1064px;
    margin: 0 auto;
    padding: 20px 108px 0;
    gap: 80px;
}

.hiw-review-part {
    width: 100%;
    max-width: 384px;
}

.sayer-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 24px;
}

.sayer-about img {
    width: 100%;
    max-width: 30px;
    vertical-align: middle;
    display: inline-block;
}

.hiw-reviews-abt {
    display: inline-block;
    vertical-align: middle;
}

.hiw-reviews-abt p {
    margin: 0 0 0 16px;
}

.sayer-name {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hiw-reviews {
    padding-bottom: 100px;
} 

.statics-section {
    padding: 100px 15px;
}

.statics-main-heading {
    margin: 0 0 8px;
}

.statics-main-text {
    max-width: 630px;
    margin: 0 auto 80px;
}

.statics-count {
    font-size: 80px;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: -1px;
    color: #CC782E;
    margin-top: 0;
    margin-bottom: 16px;
}

.statics-pt-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 16px;
}

.statics-paragraph p {
    margin: 0;
}

.statics-main {
    gap: 80px;
}

.statics-part {
    width: calc(33.33% - 80px * 2 / 3);
    max-width: calc(33.33% - 80px * 2 / 3);
}

.about-page-video-section .video-section {
    padding-left: 10px;
    padding-right: 10px;
}

.about-page-video-section .video-heading .title-wrapper {
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
}

.about-page-video-section .video-heading .title-wrapper .heading {
    margin-bottom: 8px;
}

.about-page-video-section .video-section .video-section__media {
    padding-bottom: 56.25% !important;
}

.video-top-text {
    margin-top: 0;
    margin-bottom: 60px;
}

.about-page-video-section .video-section .video-section__media iframe,
.product-page-video-section .video-section .video-section__media iframe {
    border-radius: 10px;
}

.button:hover {
    background-color: #374C7E;
}

.button:focus {
    background-color: #213157;
}

.suscribe-btn .button:hover{
    background-color: #EFEFEF;
}

.suscribe-btn .button:focus{
    background-color: #DFDFDF;
}

.white-button .button{
    background-color:#CC782E;
    color:#ffffff;
}

.white-button .button:hover{
    background-color: #A96020;
}

.white-button .button:focus{
    background-color: #A96020;
}

.video-label-bt:hover{
    background-color: #EFEFEF;
}

.video-label-bt:focus{
    background-color: #DFDFDF;
}

.tag-catg-button:hover{
    background-color: #EFEFEF;
}

.tag-catg-button:focus{
    background-color: #DFDFDF;
}

.blog-article-home .article-card .card__inner {
    min-height: 350px;
    border-radius: 10px 10px 0 0;
}

.mul-col-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1064px;
    margin: 0 auto;
    gap: 40px;
}

.mul-col-pt {
    width: calc(33.33% - 40px * 2 / 3);
    max-width: calc(33.33% - 40px * 2 / 3);
    text-align: center;
}

.mul-col-img svg {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.mul-col-heading {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 16px;
}

.mul-col-text.text {
    margin: 0;
}

.multicolumn-mobile-slider {
    padding-top: 40px;
    padding-bottom: 100px;
}

.feature-sec-blog-landing .article-card .card__inner {
    min-height: 400px;
    border-radius: 10px 10px 0 0;
}

.blog .page-width-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
}

.blog .card__content .card__information a {
    text-decoration: none !important;
}

.feature-blog-text {
    margin-top: 8px;
    margin-bottom: 0;
}

.blog-top-content {
    padding-bottom: 80px;
}

.blog-list-section-landing-page .article-card .card__inner {
    min-height: 350px;
    border-radius: 10px 10px 0 0;
}

.single-blog-section .article-card .card__inner {
    min-height: 600px;
}

.single-blog-section .article-card .card__information .card__heading {
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 16px;
}

.single-blog-section .article-card .card__information .rte-width {
    margin: 0 auto 4rem;
    font-size: 20px;
    line-height: 30px;
}

.feature-sec-blog-landing .text {
    font-size: 20px;
    line-height: 30px;
}

.blog-category-tag {
    padding-left: 0;
    padding-bottom: 8px;
    margin: 0;
    min-height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.single-blog-section .blog-category-tag {
    padding-bottom: 16px;
}

.blog-category-tag li {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 8px;
}

.blog-category-tag li .blog-category-name {
    color: #86868B;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.article-text-clamp .rte-width {
    margin: 0 auto 3.2rem;
/*     display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.feature-sec-blog-landing .card__information .sub-text {
    min-height: 120px;
}

.blog__view-all {
    background-color: #f7f7f7;
}

.blog__view-all .blog__button {
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-catg-list {
    position: absolute;
    background-color: #fff;
    top: 96px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    margin: 0;
}

.blog-catg-button-arrow {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.blog-catg-button-arrow .icon-down {
    width: 10px;
    height: 5px;
}

.blog-tag .list--inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.blog .blog__posts.articles-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.main-blog .blog-articles .card__information {
    padding: 48px!important;
    background-color: #f7f7f7;
    border-radius: 0 0 10px 10px;
}

.main-blog .card__content .card__information a {
    text-decoration: none !important;
}

.article-content-clamp .rte-width {
    margin: 0 auto 3.2rem;
/*     display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;  
    min-height: 140px;
    max-height: 140px; */
}

/* .main-blog .rte-width {
    min-height: 140px;
} */

.main-blog .blog-articles {
    gap: 20px;
}

.article-page-tag {
    margin: 0;
    padding-left: 0;
    padding-bottom: 32px;
}

.article-page-tag li {
    list-style: none;
}

.article-page-tag .blog-category-name {
    color: #86868b;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
}

.article-page-feature-section .article-card .card__inner {
    min-height: 350px;
    border-radius: 10px 10px 0 0;
}

.article-page-feature-section .article-card .card__information {
    background-color: #ffffff;
}

.article-main-heading,
.template-page .main-page-title {
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
}

.article-template__content.page-width--narrow,
.template-page.page-width--narrow {
    max-width: 65rem;
}

.full-article-banner .media {
    min-height: 300px;
    max-height: 300px;
}

.article-template .article-template__content {
    margin-top: 8rem;
    margin-bottom: 10rem;
}

/* .article-template .article-template__content h2,
.article-template .article-template__content h3,
.article-template .article-template__content h4,
.article-template .article-template__content h5,
.article-template .article-template__content h6 {
    text-align: left !important;
} */

.share-text-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ebebec;
}

.share-icon-main {
    display: flex;
    flex-direction: row;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
/*     background-color: #f3f3f3; */
    min-height: 73px;
/*     padding-left: 32px;
    padding-right: 32px; */
}

.share-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 16px;
    text-decoration: none;
}

.share-link:last-child {
    padding-right: 0px;
}

.share-link svg {
    width: 20px;
    height: 20px;
    color: #1a1a1a;
    margin-right: 8px;
}

.icon-pocket path {
    fill: #1a1a1a;
}

.share-icon-text {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}

.share-article.page-width--narrow {
    max-width: 65rem;
    margin: 0 auto;
    padding: 0 1rem;
    margin-bottom: 50px
}

.share-text {
    font-size: 11px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #454545;
    text-align: center;
}

.cart-drawer__collection .underline-links-hover:hover a {
    text-decoration: none;
}

.submenu-list .menu-drawer__menu-item {
    color: #000;
    padding: 15px 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px !important;
    text-transform: capitalize;
}

.menu-drawer__menu.submenu-list {
    padding-top: 16px;
    padding-bottom: 16px;
}

.submenu-list .menu-drawer__menu-item:hover {
    color: #1a1a1a;
}

.article-template__content h2,
.template-page h2{
/*     text-align: left !important; */
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.article-template__content h3,
.template-page h3 {
/*     text-align: left !important; */
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.article-template__content p,
.template-page p {
/*     text-align: left !important; */
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.compare-price {
    display: none;
}

.product-option .conversion-bear-money {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #C90A0A;
}

.announcement-bar__message.h5 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    padding: 1.2rem 2rem 1.6rem;
    display:block;
}

#qab_container {
    display: none !important;
}

.drawer-empty-cart-button {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 32px;
    z-index: 99;
    background-color: #FFFFFF;
    border-top: 1px solid #f4f4f4;
}
.accordion:first-child {
    border-top: 0 !important;
}

.blog-article-home .blog__view-all {
    background-color: #fff;
    display: none;
}

.product-page-faq details[open] summary {
    padding-bottom: 16px;
}

.accordion details summary .icon {
    color: #1a1a1a;
}

.account-login-custom {
    margin-right: 17px;
    width: 2.4rem;
    height: 2.4rem;
    align-self: center;
}

.cdk_select-wrapper {
    align-self: center;
}

.selectors-form__item .disclosure {
    margin-right: 20px;
}

.selectors-form__item .disclosure .disclosure-list {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 2px;
    border: none;
    color: #1a1a1a;
    background: url("/cdn/shop/files/arrow_1.svg?v=1663148708");
    background-size: 11px;
    background-position-x: 65px;
    background-position-y: 3px;
    position: relative;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 10px;
    box-sizing: border-box;
}

.selectors-form__item .disclosure .disclosure-list:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: unset;
}

.mobile-drawer-login-currency-sel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.selectors-form__item .menu-drawer-dis {
    margin-right: 0;
}

/* .menu-drawer__navigation .submenu-open+.mobile-menu-block {
  display: none;
} */

.popup-video .about_video_full_width {
    display: block !important;
    max-width: 100%;
    width: 1080px;
    padding-top: 56.8%;
}

.footer-block-image svg {
    display: block;
}

.footer .footer-block__details-content p {
    max-width: 335px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.single-product-section .product__title {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 8px;
}

.single-product-section .product-price {
    margin-top: 0;
    margin-bottom: 0;
}

.stamped-product-reviews-badge.stamped-main-badge .stamped-badge-caption {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-left: 16px;
}

.main-product .product__title {
   margin: 10px 0; 
}

.main-product 
.product-price {
    margin-top: 0;
}

.main-product .product-price .money {
    font-size: 21px;
    line-height: 28px;
}

.product__tax {
    display: none;
}

.collection-list-top-content {
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
}

.collection-list-sub-title {
    margin-top: 8px;
    margin-bottom: 80px;
}

.collection-list-updated .card-wrapper .card .card__inner {
    border-radius: 10px;
}

.collection-list-updated .card-wrapper .card .card__inner .card__media {
    border-radius: 10px;
}

/* .collection-list-updated .collection-list .card__inner .card__media:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #0003;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    border-radius: 10px;
} */

.collection-list-updated .collection-list .card__information {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    padding-left: 48px;
    padding-right: 48px;
    padding: 0;
}

.collection-list-updated .collection-list .card__information .card__heading {
    margin-top: 46px;
}

.collection-list-updated .card__heading .full-unstyled-link {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.collection-list-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 46px;
    padding-left: 48px;
    padding-right: 48px;
}

.collection-list-bt {
    max-width: 100%;
}

.collection__custom_block {
  display: none;
}

.collec-custom-block {
  display: block;
}

.cart-drawer__collection .card__badge {
    display: none;
}

.collection-product .cdesk-product .card__badge {
    display: none;
}

.img_wrapper {
    position: relative;
    padding-top: 100%;
}

.product-promoblock .img_wrapper img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-product .main-product-slider {
    display: block;
}

.main-product-slider.product__media-list .product__media-item.slick-active.slick-current {
    display: block!important;
}
.main-product-slider.product__media-list .product__media-item {
    position: relative;
}

.main-product-slider-nav .slick-arrow {
    border: none;
    background-color: #fff;
}

.main-product-slider-nav .slick-arrow .icon-caret {
    width: 10px;
    display: block;
}
.main-product-slider-nav button.slide-arrow svg path {
    fill: #000;
}
.main-product-slider-nav .prev-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%) rotate(180deg);
    z-index: 2;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    outline: none;
    color: #000;
}

.main-product-slider-nav .next-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
}

.thumbnail-slider .icon-caret {
    width: 10px;
} 

.thumbnail-slider > .slide-arrow {
    border: none;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.thumbnail-slider > .prev-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%) rotate(180deg);
    z-index: 2;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.thumbnail-slider > .next-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    cursor: pointer;
}

@media (min-width:750px){
.main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list__item button.thumbnail img {
    width: 88px;
    margin-bottom: 16px;
    height: 88px;
    object-fit: cover;
}
}

.product-promoblock {
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-promoblock-main {
    align-items: center;
    background-color: #EBECE6;
    border-radius: 10px;
}

.product-promoblock-pt-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.product-promoblock-pt-1 .jdgm-widget .jdgm-prev-badge__text {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 6px;
}

body .jdgm-histogram__star .jdgm-star {
    font-size: 15px;
     padding: 0 4px 0 0 !important;
}

.product-promoblock-pt-1 .jdgm-preview-badge .jdgm-star.jdgm-star {
    font-size: 15px;
    color: #F6C243;
    padding: 0 4px 0 0 !important;
}

.product-promoblock-pt-1 .jdgm-preview-badge .jdgm-star.jdgm-star:last-child,
body .jdgm-histogram__star .jdgm-star:last-child {
    padding: 0 !important;
}

.product-promoblock-title {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 8px;
}

.product-promoblock-money {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 32px;
}

.product-promoblock-main .product-promoblock-pt-2 img {
    border-radius: 0 10px 10px 0;
    border: 0;
}

#blog .section-icon-text-slider{
  display: none;
}

#article .section-icon-text-slider{
  display: none;
}

.logo-svg svg {
    display: block;
    max-width: 159px;
    margin: 0;
    color: #282723;
}

.article-template__content .product-promoblock .page-width,
.article-template__content .product-promoblock{
    padding: 0 !important;
}

.article-template__content .product-promoblock-pt-1 {
    padding-left: 20px;
}

.article-template__content h2.product-promoblock-title, .product-promoblock-title {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center !important;
}

.article-template__content .product-promoblock .grid {
    margin: 0;
}

/* .footer-block-image .logo-svg svg {
    margin: 0;
} */

.mega-menu-hover .mega-menu__content{
  opacity: 1 !important;
  transform: translateY(0);  
}

.menu-drawer__account .icon-account-new {
    margin-right: 8px;
}

.menu-drawer__account .icon-account-new rect {
    fill: transparent;
}

.menu-drawer__account .icon-account-new path:nth-child(2) {
    fill: #f7f7f7;
}

.menu-drawer__account .icon-account-new path:nth-child(4) {
    fill: #f7f7f7;
}

.cart-item__name {
    /* padding-top: 23.5px; */
}

.cart-item__name.main-cart-item {
    padding-top: 0px;
}

.cart-item__quantity-wrapper {
    /* margin-bottom: 30px; */
}

.cart-item__quantity-wrapper {
    /* padding-bottom: 23.5px; */
}

@media only screen and (max-width: 749px) {
  .cart-item__quantity-wrapper {
    margin-bottom: 0px;
  }
}

.article-page-feature-section .blog__view-all {
    background-color: #ebebec;
}

.video-cover-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.video-full-width-part {
    position: relative;
    height: 720px;
}

.video-heading-sub-text .video-heading {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
}

.video-heading-sub-text .video-heading .heading {
    margin-top: 0;
    margin-bottom: 8px;
}

.video-heading-sub-text .video-heading .sub-text {
    margin-top: 0;
    margin-bottom: 0;
}

.video-heading-sub-text .video-heading {
    padding-bottom: 60px;
}

.collection-customise-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
}

.blog-date {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 3px;
}

.how-it-works .stamped-product-reviews-badge.stamped-main-badge .stamped-badge-caption {
    display: block;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 8px;
}

.price-item.price-item--regular {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
}

.money-symbl,
.money-currncy {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.money-rate {
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
}

.product__info-wrapper .jdgm-preview-badge .jdgm-prev-badge__stars {
    display: inline-block;
}

.product__info-wrapper .jdgm-prev-badge__text {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 6px;
}

.product__info-wrapper .jdgm-star {
    padding: 0 8px 0 0 !important;
}

.product__info-wrapper .jdgm-preview-badge .jdgm-star.jdgm-star {
    font-size: 15px;
    color: #F6C243;
    padding-right: 4px !important;
}

.product__info-wrapper .jdgm-preview-badge .jdgm-star.jdgm-star:last-child {
    padding-right: 0px !important;
}

.product__info-wrapper .stamped-fa-star:before{
  font-size: 16px;
}

.product__info-wrapper .stamped-fa-star {
    line-height: 0 !important;
    margin-right: 8px;
}

.product__info-wrapper .stamped-badge {
    line-height: 0;
}

.product__info-wrapper .stamped-fa-star:last-child {
    margin-right: 0;
}

.product__info-wrapper .stamped-badge-starrating {
    margin-right: 0px !important;
    margin-left: 0px !important
}

.single-product-section .product-price .price__container {
    margin-bottom: 8px;
}

.single-product-section .product__info-container .product__description {
    margin: 0;
}

.single-product-section .product__info-container .product__tax+div {
    margin: 0;
}

.main-product.product .product__media-wrapper.grid__item.product__media-wrapper {
    max-width: 63%;
    width: calc(63% - var(--grid-desktop-horizontal-spacing) / 2);
}

.main-product.product .product__info-wrapper.grid__item {
    max-width: 37%;
    width: calc(37% - var(--grid-desktop-horizontal-spacing) / 2);
    padding-left: 4rem;
}

.product__accordion.accordion--8 {
    border-top: 0;
}

.product__accordion.accordion--10 {
    border-bottom: 0;
}

.customize-menu-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: 20px;
}

.cart-drawer__collection .card-wrapper .cdesk-product .card__media {
    top: 0;
    border-radius: 10px 0 0 10px;
}

.cart-drawer__collection .cdesk-product:hover .media.media--hover-effect img {
    transform: translateY(-50%) !important;
}

.add-cart-bt-sticky{
   display:none;
}

.add-cart-bt-sticky.fixed.showAct_bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: fixed;
    left: 0;
    z-index: 10;
    padding: 11px 70px;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    justify-content: space-between;
}

@media only screen and (min-width: 750px) {
  .add-cart-bt-sticky.fixed.showAct_bar {
    top: 0;
  }
}

@media only screen and (max-width: 749px) {
  .add-cart-bt-sticky.fixed.showAct_bar {
    bottom: 0; 
  }

  .logo-svg.sticky-logo {
    display: none; 
  }
}

.product-reviews-sticky {
    width: 400px;
    padding-left: 35px;
    padding-bottom: 1px; 
}

.product-reviews-sticky .product-reviews-count .jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__text {
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
}

.product-bt-sticky {
    width: 260px;
}

@media only screen and (max-width: 749px) {
  .product-reviews-sticky {
    display: none; 
  }

  .product-reviews-sticky .product-reviews-count .jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__text {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .product-bt-sticky {
    width: 100%;
  }
}

.product-bt-sticky .product-form__submit {
    margin: 0;
    padding: 0;
}

.product-reviews-count .jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars {
    display: block;
    padding-right: 10px; 
    float: left;
}

.product-reviews-count .jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__text {
    display: block;
    margin-left: 0;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #86868B;
    text-transform: lowercase;
    font-weight: 400;
    padding-top: 2px;
}

/* .list-active .header__menu-item{
    color:#86868b;
} */

.list-active .menu-active .header__menu-item {
    color:#C90A0A;
}
/* clearpay */
/* hiding clearpay widgets */
.clearpay-paragraph {
    display: none;
    font-size: 12px;
    line-height: 14px;
    color: #86868B;
    border: 1px solid #ebebec;
    padding: 10px 15px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    text-align: center;
}
.clearpay-paragraph .clearpay-instalments {
    font-weight: 400;
}
.clearpay-link{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 2px;
}
.clearpay-link .icon{
  width: 18px;
  height: 18px;
}
/* hiding clearpay widgets */
.drawer__footer .clearpay-paragraph{
  display: none; 
  padding: 0px 32px;
  border: 0;
  margin-top: 16px;
  margin-bottom: 0;
}
.collection__custom_block.show{
  display:block;
}
.featured-product.product.grid {
    align-items: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: transparent !important;
    color: #1a1a1a !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #1a1a1a !important;
}

.footer__copyright .copyright__content {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    color: #86868B;
    letter-spacing: 0.5px;
}

.clearpay-paragraph .clearpay-logo {
    margin-left: 2px !important;
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 10px;
}

.product-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 80px;
}

.product-block-item-main {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}

.product-block-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.product-block-item img {
    display: block;
    width: 100%;
    transition: transform var(--duration-long) ease;
    height: 100%;
    max-height: 530px;
}

.product-block-item:hover img {
    transform: scale(1.08);
}

.customize-product-header .sub-text {
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
}

.customize-product-header .heading {
    margin-top: 0;
    margin-bottom: 8px;
}

.custom-product-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 46px;
    padding-left: 48px;
    padding-right: 48px;
    z-index: 2;
}

.product-about {
    position: absolute;
    top: 40px;
    width: 100%;
}

.product-name {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 8px;
}

.product-description {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
}

.product-review-img .video-section-width .video-section__media img {
    width: 100%;
    position: relative;
}

.video-section-width {
    width: 100%;
    position: relative;
}

.product-review-img .video-section-width .video-section__media iframe {
    display: block;
    width: 100%;
    border: none;
    height: 100%;
    z-index: 2;
    border-radius: 10px;
    position: relative;
}

.product-review-img {
    width: 100%;
    height: 100%;
}

.video-section-width {
    width: 100%;
    position: relative;
    height: 100%;
}

.product-review-img .video-section-width .deferred-media {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.single-product-section .product__info-container .product__description ~ div {
    margin: 0;
}

.product__media-wrapper .product__media-item .custom-product-image img {
    position: relative;
}

.single-product-section .product-price .price__container + .price__badge-sale {
    display: none;
}

.single-product-section .product-price .price__container .price__sale {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    line-height: 0;
}

.product-review-part {
    height: 700px;
}

.quantity__input:focus-visible {
    outline: none;
    outline-offset: unset;
    box-shadow: none;
    z-index: 1;
}

.main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list {
    overflow-y: scroll;
    height: 100%;
    max-height: 639px;
}

.main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/* .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list .slick-list.draggable {
    overflow-y: auto;
}

.main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list .slick-list.draggable::-webkit-scrollbar {
    height: 0;
    width: 0;
} */

.home-image-with-text-1 #background-video {
    border-radius: 0 10px 10px 0;
}

.home-image-with-text-2 #background-video {
    border-radius: 10px 0 0 10px;
}

.home-image-with-text-3 #background-video {
    border-radius: 0 10px 10px 0;
}

.footer-multi-column .mul-col-main {
    align-items: flex-start;
}


.feature-point-main {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
/*     padding-bottom: 150px; */
}
.feature-point-main.cdk-sIngle_item {
/*     padding-bottom: 100px; */
}
.feature-main .slide-arrow {
    position: absolute;
    bottom: 70px;
    color: #ffffff;
    background-color: #CC782E;
    border: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.feature-main .slide-arrow.prev-arrow {
    left: 37%;
    transform: rotate(90deg);
    z-index: 1;
}

.feature-main .slide-arrow.next-arrow {
    right: 37%;
    transform: rotate(270deg);
    z-index: 1;
}

.feature-main .slide-arrow .icon {
    width: 15px;
}

/* New Journal View start */

.feature-main.journal-view .slide-arrow.prev-arrow {
    left: 10%;
    transform: rotate(90deg);
    z-index: 1;
    cursor: pointer; 
}

.feature-main.journal-view .slide-arrow.next-arrow {
    right: 10%;
    transform: rotate(270deg);
    z-index: 1;
    cursor: pointer; 
}

.feature-main.journal-view .slide-arrow {
 top: 32%;
}

.feature-part.feature-main.journal-view {
    margin-bottom: 6em;
}

.journal-view .feature-point-main {
  justify-content: center;
}

.feature-image.main-image img {
  max-width: 62vw; 
}

.custom-feature-text.journal-slide-text {
    text-align: center; 
    bottom: 0px; 
}

.journal-slide-text h2 {
  font-size: 26px;
  font-weight: 700; 
}

.feature-top-text.main-slide-text {
  margin: 0 auto 30px;
}

.custom-feature-text.journal-slide-text p {
  text-transform: none;
  font-size: 20px;
  font-weight: var(--font-body-weight);
  color: #454545;
  line-height: 30px;
  letter-spacing: 0.5px; 
}

/* New slick dots */

  ul.slick-dots li:only-child {
      display: none;
  }

  ul.slick-dots {
    margin: 2em auto 0; 
  }

 ul.slick-dots {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center; 
    margin-left: 0px;
    padding-right: 0px;
    margin: 0;
   gap: 4px;
    background-color: transparent;
    padding: 0.8em;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
  }

  ul.slick-dots li {
    font-size: 0;
    line-height: 0;
    display: block;
/*     width: 20px;
    height: 20px; */
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }

  ul.slick-dots li:before {
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: #003B4C;
  }

  ul.slick-dots li button {
    font-size: 0;
    width: 40px; 
    height: 5px; 
    background-color: #cccccc;
    border-radius: 100px;
    border: 0;
    color: transparent;
    cursor: pointer; 
  }

  ul.slick-dots li.slick-active button {
    background-color: #CC782E;
    border-radius: 100px;
  }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D8D8D8;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggle_slider {
  background-color: #CC782E;
}

input:checked + .toggle_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.toggle_slider:after
{
 content:'OFF';
 color: white;
 display: block;
 position: absolute;
 transform: translate(12%,-50%);
 top: 50%;
 left: 50%;
 font-size: 10px;
 font-family: 'Moderat';
 font-weight: 700;
}

input:checked + .toggle_slider:after
{  
  content:'ON';
  transform: translate(-127%,-50%); 
}

/* Rounded sliders */
.toggle_slider.round {
  border-radius: 34px;
}

.toggle_slider.round:before {
  border-radius: 50%;
}

.toggle-switch {
    text-align: center;
    margin: 1em auto 2em;
}

@media only screen and (max-width: 749px) {
  .feature-mob-image.journal-view-mob img {
    max-width: 100%; 
  }

  .custom-feature-text.journal-slide-text {
    position: relative; 
    display: block !important; 
  }

  .toggle-switch {
    text-align: center;
    margin: 1em auto 0.5em;
}
}

/* New Journal View end */

/* New cart page start */
.title-wrapper-with-link.cart-title {
   flex-direction: column;
   margin-bottom: 2em; 
   align-items: center;
}

.cart-page-width {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 2em; 
}

@media only screen and (max-width: 749px) {
  .cart-page-width {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 2.5rem;
  }
}
/* New cart page end */

/* New currency selector start */

.dropbtn {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 2px;
    border: none;
    color: #1a1a1a;
    background: url(/cdn/shop/files/arrow_1.svg?v=1663148708);
    background-size: 11px;
    background-position-x: 52px;
    background-position-y: 5px;
    position: relative;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 30px;
    box-sizing: border-box;
    cursor: pointer; 
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 135px;
  overflow: auto;
  box-shadow: -1px 3px 5px #00000040;
  z-index: 1;
  padding: 10px 2em;
  text-align: center;
  top: 66px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show_currencies {display: block;}

li.disclosure-list__item {
    list-style-type: none;
    cursor: pointer; 
    color: rgba(var(--color-foreground));
    padding: 10px 0;
}

.selector-dropdown {
  margin-right: 20px;
}

.selectors-form__item.selector-dropdown.currency-container {
    display: flex;
    justify-content: center;
}

li.disclosure-list__item.selected {
    color: #1A1A1A;
    font-weight: bold;
}

/* New currency selector end */

/* Gorgias widget start */
@media only screen and (max-width: 749px) {
  .move-widget {
    bottom: 115px !important;
  }
}
/* Gorgias widget end */

.homepage-multi-column {
    padding-bottom: 0px;
    padding-top:0;
}

#MainContent .shopify-policy__container {
    max-width: 650px;
    padding: 100px 0;
}

.shopify-policy__title h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

.shopify-policy__body .rte h3 {
    text-align: left !important;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.shopify-policy__body .rte p {
    text-align: left !important;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.shopify-policy__body .rte {
    border-top: 1px solid #ebebec;
    border-bottom: 1px solid #ebebec;
    padding-top: 25px;
    padding-bottom: 40px;
}

.cdk-template-page #MainContent,
.template-page-bg #MainContent{
    background-color: #f7f7f7;
}

.mobile-screen-cart{
  display: none;
}

.single-product-section .product__media-wrapper .product__media-item .custom-product-image img {
    min-height: 585px;
}

.free-journal-guidebook .template-page .klaviyo-form {
    margin-top: 45px;
}

.free-journal-guidebook .template-page .klaviyo-form .klaviyo-form input {
    border: 1px solid #ebebec !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    line-height: 18px !important;
    font-family: 'Moderat' !important;
    color: #525259 !important;
}

.free-journal-guidebook .template-page .klaviyo-form .klaviyo-form button {
    background-color: #263967 !important;
}

.free-journal-guidebook .template-page .klaviyo-form .klaviyo-form button:hover {
    background-color: #374C7E !important;
}

.cdk-template-cart .cart__ctas {
    padding: 0;
}

.cdk-template-cart  cart-items .title-wrapper-with-link {
    margin: 0rem 0 1.2rem;
}

.cdk-template-cart .cart__contents #main-cart-items .cart-items {
    border-spacing: 0 20px;
}

.cdk-template-cart .cart__note #Cart-note {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Moderat';
    color: #525259;
}

.cdk-template-cart .cart__note:after {
    box-shadow: none;
    border: 1px solid #ebebec;
}

.cdk-template-cart .cart__contents #main-cart-items .cart-items tbody .cart-item .cart-item__quantity {
    vertical-align: middle;
    margin-top: -10px;
}

.cdk-template-cart .cart__contents #main-cart-items .cart-items tbody .cart-item .cart-item__totals {
    vertical-align: middle;
}

.cdk-template-cart .cart-item__quantity-wrapper {
    padding-bottom: 0px;
}

.cdk-template-cart .cart__contents #main-cart-items .cart-items tbody .cart-item .cart-item__totals .price {
    margin-top: 0;
    margin-bottom: 8px;
}

.cdk-template-cart .cart-item__quantity-wrapper {
    flex-direction: row;
}

#dynamic-checkout-cart ul li {
  margin-top: 10px !important;
}

#dynamic-checkout-cart ul li div {
    border-radius: 5px !important;
}

.cdk-template-cart .cart__dynamic-checkout-buttons {
    margin-top: 0;
}

#dynamic-checkout-cart ul li div {
    border-radius: 5px !important;
}

.cdk-template-cart .paypal-button.paypal-button-shape-rect {
    border-radius: 5px;
}

article .blog-readtime {
    margin-top: 32px;
    margin-bottom: 0;
}


cart-drawer.drawer #Details-CartDrawer {
  display: none;
}

.custom-feature-text p {
    margin: 0;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.custom-feature-text {
/*     position: absolute; */
    bottom: 82px;
/*     z-index: 9; */
/*     left: 50%; */
/*     transform: translateX(-50%); */
  width: 40%; 
  margin-top: 1em;
}

@media only screen and (max-width: 749px) {
  .custom-feature-text {
      width: 100%; 
  }
}

.feature-section{
  padding-bottom: 0px;
}

.cdk-template-product .price--on-sale .price__badge-sale {
  display: none;
}

.sca-body-currency.sca-currency-bottom-left.border-type__.border-witdh__ {
    display: none;
}
.card-wrapper .card-wrapper-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.blog-button-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.single-product-section .product__media figure {
    border-radius: 0 10px 10px 0;
}

.rte strong, .rte b {
    color: #1a1a1a;
}

section#shopify-section-template--15923881607334__16623616887f81ce1a .slider.slider--mobile.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
    padding-top: 0;
}

form.klaviyo-form * {
    font-family: 'Moderat' !important;
}


@media screen and (max-width:1280px){
  .product__spinner{
    right: 20px;
    top: 20px;
  }
  .review-content-main{
    padding:25px;
  }
  .feature-image img {
    max-width: 430px;
  }
}

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

.single-product-section .product__info-wrapper {
    padding: 4rem 11rem;
}
  
}

@media screen and (max-width: 1200px) {

  .feature-sub-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .feature-text {
    font-size: 13px;
    line-height: 22px;
  }

  .feature-image img {
    max-width: 300px;
  }

  .feature-point {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  
}
@media screen and (min-width: 800px) { 
  .article-template__content .product-promoblock {
      margin-left: -5rem;
      margin-right: -5rem;
  }
}

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

  .large--hide {
    display: none !important;
  }
  
}

@media screen and (max-width: 1100px) {

  .hide--medium {
    display: none !important;
  }

/*   .feature-content:after {
    display: none !important;
  }

  .feature-content:before {
    display: none !important;
  } */

  .feature-point {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
  }

  .feature-image.small-hide {
    padding-right: 50px;
  }

  .product__title h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .collection-link {
    max-width: 100%;
  }

  .hiw-review-part {
    width: calc(50% - 80px / 2 );
    max-width: calc(50% - 80px / 2);
  }

  .product-review-part {
    height: 650px;
  }

  .mega-menu__list.mega-menu__list--condensed {
    margin-right: 0px;
  }

  .feature-point-main {
    justify-content: space-evenly;
  }

  .feature-content:before {
    bottom: -26px;
    right: -5%;
    height: 1px;
  }

  .feature-content:after {
    height: 20px;
    left: 68px;
    bottom: -26px;
  }

  .feature-point .feature-content:last-child:before {
    bottom: 18px;
  }

  .feature-point .feature-content:last-child:after {
    bottom: 18px;
  }

  .feature-point-main .feature-text {
    max-width: 286px;
    margin: 0;
  }
  
}

@media screen and (max-width: 1024px) {
  .feature-point-main.cdk-sIngle_item .feature-content {
      margin-bottom: 10px;
  }
  .main-banner .image-with-text__content {
    padding: 4rem calc(2.5rem / var(--font-body-scale)) 5rem;
  }

  .image-text-full .image-with-text__content {
    padding: 0 4rem 0 4rem;
    max-width: unset;
  }

  .image-text-full .image-with-text__media--small {
    height:  60rem;
  }

  .section-born-on .image-with-text__content {
    padding: 0 0 0 4rem;
  }

  .client-text {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .footer-block.grid__item {
    width: 100%;
  }
  
  .footer-block.grid__item.footer-block--menu {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .image-with-text-padding .image-with-text__content {
    padding: 4rem calc(4rem / var(--font-body-scale)) 5rem !important;
  }

  .review-content-main {
    padding: 20px;
  }

  .statics-part {
    width: calc(50% - 80px / 2 );
    max-width: calc(50% - 80px / 2);
  }

  .hiw-review-part {
    width: calc(50% - 80px / 2 );
    max-width: calc(50% - 80px / 2);
  }

  .collection-list-updated .collection-list .collection-list__item.grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .collection-product-grid .collection li.grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

/*   .footer .footer-block__details-content p {
    max-width: unset;
  } */

  .product__spinner {
    width: 180px;
    height: 36px;
  }

  .product__spinner img {
    max-width: 242px;
    height: 35px;
  }
  
  .product-block-item-main {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  
  .custom-product-link .button {
    width: 100%;
    max-width: 100%;
  }

  .feature-main .slide-arrow.next-arrow {
    right: 32%;
  }
  .feature-main .slide-arrow.prev-arrow {
    left: 32%;
  }
  
}
@media only screen and (min-width:992px){
  .mul-col-main>div {
    width: calc(33.33% - 40px * 2 / 3);
    max-width: calc(33.33% - 40px * 2 / 3);
}
  .mul-col-main>div .mul-col-pt {
    width: 100%;
    max-width: 100%;
}
}
@media only screen and (min-width: 750px) and (max-width: 991px) {

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

  .home-page-product-collection li.grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .blog-articles {
    grid-template-columns: 1fr 1fr !important;
  }

  header-drawer {
    width: 33.33%;
  }
  .header__heading,
  .header__heading-link {
    width: 33.33%;
  }

  .cdk-template-index .header__heading .header__heading-link {
    width: unset;
  }
  
  .header__icons {
    width: 33.33%;
  }

  .main-banner.image-with-text .grid__item {
    width: 100%;
  }
  .main-banner .image-with-text__content {
    max-width: 100%;
  }
  .main-banner .image-with-text__content--desktop-left>* {
    align-self: center;
    text-align: center;
  }
  .blog-tag {
    padding: 40px 0;
  }
  .blog_slider--mobile .blog__post,
  .review-main .review-part,
  .mul-col-main .mul-col-pt {
    padding-left: 25px !important;
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .blog .blog_slider--mobile,
  .review-main,
  .mul-col-main {
    gap: 40px;
    margin-left: -25px;
  }
  .blog_slider--mobile ul.slick-dots,
  .review-main ul.slick-dots,
  .mul-col-main ul.slick-dots{
    padding-left: 25px;
  }

  .mul-col-pt {
    padding-right: 0;
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }  

/*   .product__media-gallery {
    display: block !important;
  }
  .main-product .product__media-gallery .slider-mobile-gutter {
    width: 100%;
    order: unset;
  }
  .main-product .product__media-gallery .thumbnail-slider {
    padding-top: 16px;
  }
  .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list {
    margin-left: 20px;
    margin-right: 20px;
    overflow: unset;
    height: unset;
    max-height: unset;
  }
  .main-product.product .product__media-wrapper.grid__item.product__media-wrapper {
    max-width:100%;
    width: 100%;
  }
  .main-product.product .product__info-wrapper.grid__item {
    max-width: 100%;
    width:100%;
    padding-left: 0;
  }
  .main-product-slider-nav .prev-arrow {
    top: 50%;
    left: -20px;
    transform: translateY(-50%) rotate(90deg);
    width: unset;
    padding: 0;
  }
  .main-product-slider-nav .next-arrow {
    top: 50%;
    bottom: 0;
    transform: translateY(-50%) rotate(270deg);
    left: unset;
    right: -20px;
    width: unset;
    padding: 0;
    height: 6px;
    outline: none;
    color: #000;
  }
  .thumbnail-slider > .next-arrow {
    display: none;
  }
  .thumbnail-slider > .prev-arrow {
    display: none !important;
  }
  .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list__item {
    margin-bottom: 0px;
    margin-right: 8px;
  } */
  
}

@media only screen and (max-width: 991px) {

  .image-with-text-padding .image-with-text__content {
    padding: 3.2rem calc(2.5rem / var(--font-body-scale)) 3.2rem!important;
  }

  ul.slick-dots {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center; 
    margin-left: 0px;
    padding-right: 0px;
    margin: 0;
    gap: 15px; 
    background-color: #transparent;
    padding: 0.8em;
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto;
  }

  ul.slick-dots li {
    border: 0;
    padding: 0;
    display: inline;
    font-size: 0px;
    line-height: 0;
  }

  ul.slick-dots li.slick-active button {
    background-color: #CC782E;
    border-radius: 100px;
  }

  .single-blog-section .article-card .card__inner {
    min-height: auto;
  }
  
  .single-blog-section .blog__posts .article-card .card__information {
    padding: 40px 25px!important;
  }

  .article-template__content.page-width--narrow {
    padding: 0 1rem;
  }

  .mobile-account-login {
    padding: 0!important;
    margin: 0!important;
    text-transform: capitalize;
    font-size: 14px !important;
    color: #1a1a1a !important;
    font-weight: 700;
    text-transform: uppercase;
  }

  .selectors-form__item .disclosure .disclosure-list {
    background-position-x: 42px;
    background-position-y: 5px;
    padding-right: 15px;
  }

  .mobile-drawer-login {
    background-color: #dddddd;
  }

/*   .main-product.product .product__media-wrapper.grid__item.product__media-wrapper {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .main-product.product .product__info-wrapper.grid__item {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    padding-left: 4rem;
  } */

  .header.page-width {
    padding: 20px 25px;
  }
  .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }
  .jdgm-rev-widg__header {
    flex-direction: column;
    align-items: center;
  }
  .jdgm-rev-widg__header .jdgm-histogram.jdgm-temp-hidden {
    margin-bottom: 40px;
    min-width: 260px;
  }
  .jdgm-rev-widg__header .jdgm-rev-widg__summary {
    margin-bottom: 40px;
  }

  .product-review-part {
    height: 550px;
  }

  .feature-main .slide-arrow.next-arrow {
    right: 30%;
  }
  .feature-main .slide-arrow.prev-arrow {
    left: 30%;
  }
  .menu-drawer__utility-links .menu-drawer__account {
    display: none;
  }
  .statics-part {
    text-align: center;
  }
  .blog .section-template--15923881574566__1659613784b1982808-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #cdk_loadmore_tag .section-template--15923881607334__main-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .logo-svg svg {
    margin: 0 auto;
  }

  .statics-part {
    width: 100%;
    max-width: 100%;
  }

  .feature-point {
    padding-left: 0px;
  }

  .feature-image.small-hide {
    padding-right: 0px;
  }
  
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  
/*   .review-content-home {
    min-height: 280px;
    max-height: 280px;
  } */

  .feature-sec-blog-landing .rte-width {
    min-height: 140px;
  }

  
}

@media screen and (max-width: 767px) {
  
  .reviewer-name-button .review-button {
      display: flex;
      margin: 0 auto;
  }

  .mul-col-pt {
    max-width: unset;
  }

  .mobile-content-left .mul-col-img svg {
    margin: unset;
  }

  
}

@media screen and (min-width: 749px) {
  .hiw-page-single-product .product__info-wrapper .jdgm-prev-badge__text {
      margin-top: 8px;
      margin-left: 0px;
      display: block;
  }
  .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list__item:last-child:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 20px;
      background: white;
      z-index: 10;
  }
}


@media screen and (max-width: 749px) {
  .submenu-list .menu-drawer__menu-item {
      letter-spacing: 0.5px;
  }
.mobile-menu-block .mega-menu-block-item:not(:last-child){
  margin-bottom: 20px;
}
  
.main-product-slider:not(.slick-initialized), .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list:not(.slick-initialized) {
  display: flex;
  flex-wrap: unset;
  overflow: hidden;
}

.main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list:not(.slick-initialized) li {
  flex: 0 0 70px;
}

 
  .single-product-section .product__media-wrapper {
      order: 0;
  }

  .video-heading .title-wrapper {
    margin-bottom: 0;
  }

  .collection-product li:not(:last-child) {
    margin-bottom: 30px;
  }

  .review-main {
    margin-left: 0px;
    justify-content: center;
  }

  .feature-mob-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .feature-mob-image img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    touch-action: pinch-zoom pan-x pan-y !important;
  }

  .slick-slider{ 
    touch-action: auto !important; 
  }
  
  .feature-image {
    width: auto;
  }

  .feature-point {
    /* margin-right: -25px; */
    padding-top: 20px;
    padding-bottom: 40px;
    order: 2;
    overflow: hidden;
    display: block;
  }

  .feature-text {
    max-width: unset;
    padding-bottom: 40px;
  }

 .feature-content {
    text-align: center;
    /* padding-right: 25px; */
 }

  .feature-part {
    justify-content: center;
  }

  .feature-section-1 {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .feature-top-text {
    margin: 0 auto 40px;
  }

  .feature-part {
    gap: 20px;
    justify-content: center;
  }

  .hiw-reviews-abt p {
    margin: 0 0 0 10px;
  }

  .sayer-content {
    font-size: 16px;
    line-height: 22px;
  }

  .section-born-on .image-with-text__content {
    padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
    max-width: unset;
  }

  .abt-muticolumn-img .multicolumn-list li:not(:last-child) {
    margin-bottom: 30px;
  }

  .blog-tag {
    padding: 40px 0;
  }

  .blog-tag .rte ul {
    padding: 0;
    gap: 0;
    max-width: 240px;
    border-radius: 0 0 10px 10px;
  }

  .single-blog-section .card.article-card {
    flex-direction: column;
  }

  .single-blog-section .card__inner {
    width: 100%;
    order: 0;
  }

  .single-blog-section .card__information {
    max-width: unset;
  }

  .footer-menu-bottom {
    width: 100%;
    text-align: center;
  }
  
  .footer__copyright {
    width: 100%;
    text-align: center !important;
  }

  .main-banner .image-with-text__content {
    max-width: unset;
  }

  .home-image-with-text-1 .image-with-text__media, .home-image-with-text-2 .image-with-text__media, .home-image-with-text-3 .image-with-text__media {
    border-radius: 10px 10px 0 0!important;
  }

  .customer-reviews-home {
    padding: 0 25px 20px;
  }

  .popup-video-review-how-it-work .customer-reviews-home {
    padding: 0 25px 0px;
  }

  .hiw-reviews {
    padding-bottom: 80px;
  }
  
  .home-image-with-text-1 .image-with-text__content, .home-image-with-text-2 .image-with-text__content, .home-image-with-text-3 .image-with-text__content {
    border-radius: 0 0 10px 10px!important;
  }

  .home-image-with-text-1, .home-image-with-text-2 {
    padding-bottom: 10px !important;
  }

  .i-w-t-padding {
    padding-bottom: 40px!important;
    padding-top: 10px !important;
  }
  
  .rich-text {
    padding-top: 40px !important;
  }

  .rich-text__blocks .rich-text__text {
    margin-top: 24px;
  }

  .home-image-with-text-1 {
    padding-top: 10px !important;
  }

  .home-image-with-text-2 {
    padding-top: 10px !important;
  }
  
  .top-content-review {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .collection__description {
    margin-bottom: 40px;
  }

  .home-image-with-text-6 {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }

  .blog-article-home .page-width-desktop {
    padding: 40px 0;
  }

  .blog-article-home .title-wrapper-with-link {
    margin-bottom: 40px;
  }

  .footer-menu {
    padding: 0;
  }

  .main-banner .image-with-text__heading {
    font-size: 50px;
    line-height: 40px;
    font-weight: 300 !important;
    
  }

  .main-banner .image-with-text__text.body p {
    font-size: 20px;
    line-height: 30px;
  }

  .home-page-i-w-t-header .rich-text__text p {
    font-size: 20px;
    line-height: 30px;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
  }

  .sub-text {
    font-size: 20px;
    line-height: 30px;
  }

  .text {
    font-size: 16px;
    line-height: 26px;
  }

  .sub-heading {
    font-size: 23px;
    line-height: 32px;
  }

  .content-heading {
    font-size: 23px;
    line-height: 32px;
  }

  .article-template__content  h2 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .review-content-home {
    font-size: 16px;
    line-height: 26px;
    color: #86868b;
    min-height: unset;
/*     display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    margin-bottom: 28px;
  }

/*   .main-product .product__media-gallery {
    display: block!important;
  }


  .main-product .product__media-gallery .slider-mobile-gutter {
    width: 100%;
    order: 1;
  }

  .main-product .product__media-gallery .thumbnail-slider {
    width: 100%;
    order: 2;
    display: flex;
    padding: 0;
    margin: 0;
  }

  .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list{
    display: flex;
  }

  .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list__item {
    width: calc(20% - 0.6rem) !important;
    margin-bottom: 0px;
  } */

  .footer__copyright {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 6px;
  }

  .product-page-video-section .video-section {
    justify-content: center;
  }

  .footer-block--image {
    display: none;
  }

  .footer__blocks-wrapper {
    margin-bottom: 0;
  }

  input#NewsletterForm--newsletter {
    text-align: center;
    padding: 20px;
  }

  .newsletter-terms p {
    margin-top: 16px;
  }

  .newsletter #Subscribe {
    display: block;
    width: 100%;
    position: unset;
    margin: 8px auto 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
    overflow: hidden;
  }

  .newsletter-form__button .suscribe-btn .button {
    max-width: 100%;
    border-radius: 5px;
  }

  .review-main {
    margin-right: -25px;
    gap: 40px;
  }

  /*  review padding edit  */
  .review-part {
    padding-right: 25px;
/*     margin-right: 25px; */
  }

  .product-review-main {
    margin-right: -25px;
    gap: 20px; 
  }

.customer-reviews-home.page-width .slick-dots {
  /*margin-right: 40% !important;*/
  margin: auto !important;
}
  
  .bg-text {
    font-size: 23px;
    line-height: 32px;
  }

  .product-page-video-section .video-section {
    padding: 40px 25px;
  }

  .product-page-video-section .video-heading .title-wrapper {
    margin-bottom: 40px;
  }

  .single-product-section .page-width {
    padding: 0 25px 40px;
  }

  .single-product-section .product__info-wrapper {
    padding: 32px 20px;
    padding-bottom: 10px;
  }

  .product-page-faq .collapsible-content__heading {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 32px;
  }

  .product-page-faq .accordion__content {
    font-size: 16px;
    line-height: 26px;
  }

  .video-label-bt .play-button {
    display: flex;
  }

  .video-label-bt {
    font-size: 0;
    background: transparent;
  }

  .pop-up-video-section {
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(-0%,-50%);
    padding: 0;
    margin: 0 auto;
    width: 95%;
  }

  .product__title h1 {
    max-width: unset;
  }
  
  .icon-text {
    font-size: 18px;
    line-height: 26px;
  }

  .icon-with-text img {
    max-width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .collapsible-content__wrapper {
    padding-bottom: 40px !important;
  }

  .icon-main {
    padding: 40px 25px;
  }

  .collapsible-content-wrapper-narrow {
  padding-right: 25px !important;
  padding-left: 25px !important;
  }

  .single-product-section {
    padding-top: 10px;
  }

  .review-bg-image {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-section-1 .slick-dots {
/*     padding-right: 25px; */
  }

  .collection-product .card__information .card__heading {
    margin-top: 24px;
  }

  .collection-product .quick-add {
    bottom: 24px;
    padding: 0 24px;
  }

  .collection-product .collection__title.title-wrapper {
    margin-bottom: 40px;
  }

  .collection-product-grid-title {
    margin-bottom: 40px;
  }

  .collection-hero__inner {
    background-color: #71717B;
  }

  .collection-banner-content {
    position: unset;
    padding: 40px 0;
    text-align: center;
    transform: none;
  }

  .collection-banner-heading {
    text-align: center;
  }

  .section-footer-padding {
    padding: 40px 0 !important;
  }

  .collection__custom_block {
    display: none;
  }

  .collection-product .cdesk-product .card__media:before{
    opacity:1;
    visibility:visible;
  }

  .customize-product-text {
    color: #fff;
  }
  
  .collection-product .cdesk-product .quick-add{
    display:block;
  }
  
  .collection-product .cdesk-product .card__heading a{
    color: #fff
  }

  .collection-product li:not(:last-child) {
    margin-bottom: 14px;
  }

  .collection-product-grid {
    padding: 40px 0 !important;
  }

  .collection-product-title {
    margin-bottom: 24px;
  }

  .section-newsletter-padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .image-text-full {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }

  .statics-section {
    padding: 40px 25px;
  }

  .statics-main-text {
    margin: 0 auto 40px;
  }

  .statics-main {
    gap: 40px;
  }
  
  .statics-part {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
/* review padding */
  .hiw-review-main {
    padding: 40px 0 0; 
    gap: 20px;
/*     margin-right: -25px; */
  }

  .hiw-review-part {
    padding-right: 25px;
    max-width: unset;
  }

  .image-text-full .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
  }

  .image-text-full .image-with-text__content {
    padding: 40px 25px;
  }

  .image-text-full .image-with-text__heading {
    font-size: 28px;
    line-height: 32px;
  }

  .about-page-video-section .video-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-with-text__content .image-with-text__text+.button {
    margin-top: 3.2rem !important;
  }

  .home-page-product-collection .collection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mobile-drawer-login {
    margin-bottom: 0 !important;
  }

  .menu-drawer__menu-item {
    font-size: 1.4rem;
    color: #1a1a1a;
  }

  .product__spinner {
      left: 20px;
      top: 20px;
      
  }

  .multicolumn-mobile-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /*  multi col padding  */
  .mul-col-pt {
/*     padding-right: 25px; */
    width: 100%;
    max-width: 100%;
  }

  .mul-col-main {
/*     margin-right: -25px; */
  }

  .mul-col-img img {
    margin: 0;
  }

  .main-product-section {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .main-product-section .main-product .product__info-wrapper {
    padding-top: 20px;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .single-blog-section .article-card>.card__content {
    width: 100%;
  }

  .single-blog-section .blog__posts .blog__post {
    margin: 0 !important;
  }

  .single-blog-section .article-card .card__information .card__heading {
    font-size: 38px;
    line-height: 41px;
  }

  .blog__posts {
    gap: 20px;
  }

  .blog .page-width-desktop {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .blog-top-content {
    padding-bottom: 40px;
  }

  .blog-list-section-landing-page {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .article-template .article-template__content {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .article-template__content.page-width--narrow {
    padding: 0 2.5rem;
  }

  .share-article.page-width--narrow {
    padding: 0 25px;
    margin-bottom: 40px;
  }

  .share-text-icon {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-menu-block { 
    gap: 0;
    margin-left: 0;
  }

  .article-main-heading, .template-page .main-page-title {
    font-size: 38px;
    line-height: 41px;
  }

  .mobile-account-login {
    font-size: 14px !important;
    text-transform: uppercase;
  }

  .video-label-bt:hover {
    background-color: unset;
  }

  .video-label-bt:focus {
    background-color: unset;
  }
 
  .reviews-home {
    margin: 0 auto 24px;
  }

  .blog-article-home .blog__view-all {
    background-color: #fff;
    display: block;
  }

  .blog-article-home .blog__view-all .blog__button {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .blog__button {
    max-width: 326px;
  }

  .image-with-text-padding .image-with-text__text {
    margin-top: 8px;
  }

  .image-text-full-header .rich-text__wrapper {
    width: unset;
  }

  .statics-count {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 8px;
  }

  .statics-pt-heading {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .sayer-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
  }

  .blog-article-home .article-card .card__inner {
    min-height: 200px;
    max-height: 200px;
  }

  .blog__posts .article-card .card__information {
    padding: 32px 24px !important;
  }

/*  blog edit  */
  .blog_slider--mobile {
/*     margin-right: -25px; */
/*     gap: 40px; */
  }

  .blog_slider--mobile .blog__post {
/*     padding-right: 25px !important; */
  }

  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
  }

  .copyright-menu {
    padding-top: 3.2rem;
  }

  .collection-list-updated .page-width {
    padding: 40px 25px !important;
  }

  .collection-list-sub-title {
    margin-bottom: 40px;
  }
  
  .collection-list-top-content {
    margin: 0 auto;
    padding: 0;
  }

  .collection-list-updated .collection-list:not(.slider) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 20px;
  }

  .collection-list-updated .collection-list .card__information {
    padding: 0;
  }

  .collection-list-updated .collection-list .card__information .card__heading {
    margin-top: 32px;
  }

  .collection-list-button {
    bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-updated .collection-list .collection-list__item.grid__item {
    width: 100%;
    max-width: 100%;
  }

  .collection-product-grid .collection li.grid__item {
    width: 100%;
    max-width: 100%;
  }

  .collection-product-grid .collection-product .cdesk-product .card__inner {
    max-height: 300px;
  }

  .about-page-video-section .video-section .video-section__media,
  .product-page-video-section .video-section .video-section__media,
  {
      padding-bottom: 138% !important;
  }

  .product-promoblock-main {
    gap: 0;
  }

  .product-promoblock-pt-1 {
    width: 100%;
    max-width: 100%;
    order: 2;
    padding: 32px 20px;
  }

  .product-promoblock-pt-2 {
    width: 100%;
    order: 1;
    max-width: 100%;
  }

  .product-promoblock-title {
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .product-promoblock {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .product-promoblock-main .product-promoblock-pt-2 img {
    border-radius: 10px 10px 0 0;
  }

  .product-option .conversion-bear-money {
    color: #1a1a1a;
    display: block;
  }

  .cart-item__name {
    padding-top: 0;
  }
  
  .cart-item__quantity-wrapper {
      padding-bottom: 0;
  }

  .main-blog .blog-articles .card__information {
    padding: 32px 24px !important;
  }

  .main-blog .rte-width {
    min-height: unset;
  }

  .blog-article-home .rte-width {
    min-height: unset;
  }

  .feature-sec-blog-landing .rte-width {
    min-height: unset;
  }

  .video-heading-sub-text .video-heading .heading {
    margin-bottom: 0px;
    padding-top: 20px;
  }

  .video-heading-sub-text .video-heading {
    padding-bottom: 40px;
  }

  .video-cover-img img {
    min-height: 500px;
    border-radius: 10px;
    object-fit: cover;
  }
  
  .button {
    max-width: 326px;
  }

  .collection-list-bt{
    max-width: 100%; 
  }
  
/*   .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list .slick-list.draggable {
    overflow-y: unset;
  } */

  .main-product.product .product__media-wrapper.grid__item.product__media-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .main-product.product .product__info-wrapper.grid__item {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }

  .product__media-gallery {
    display: block !important;
  }

  .main-product .product__media-gallery .slider-mobile-gutter {
    width: 100%;
    order: unset;
  }

  .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list__item {
    margin-bottom: 0px;
    margin-right: 8px;
  }

  .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list__item:last-child {
    margin-right: 0;
  }
  
  .main-product-slider-nav .prev-arrow {
    top: 50%;
    left: -20px;
    transform: translateY(-50%) rotate(90deg);
    width: unset;
    padding: 0;
  }

  .main-product-slider-nav .next-arrow {
    top: 50%;
    bottom: 0;
    transform: translateY(-50%) rotate(270deg);
    left: unset;
    right: -20px;
    width: unset;
    padding: 0;
    height: 6px;
    outline: none;
    color: #000;
  }

  .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list {
    margin-left: 40px;
    margin-right: 40px;
    overflow: unset;
    height: unset;
    max-height: unset;
  }

  .main-product .product__media-gallery .thumbnail-slider{
    padding-top: 16px;
  }
  
  .feature-image-mob img {
    max-width: 250px;
    min-height: 412px;
    margin: 0 auto 32px;
  }

  

  .product-page-faq details[open] summary {
    padding-bottom: 8px;
  }

  .image-with-text-padding .image-with-text__media {
    min-height: 326px;
  }

  .product__description.rte p {
    font-size: 16px;
    line-height: 26px;
  }

  .main-product .product__info-container .product-form {
    margin: 2.4rem 0 4rem;
  }
 

 .blog__view-all {
    padding: 0 25px;
  }

  .article-content-clamp .rte-width {
    margin: 0 auto 3.2rem;
/*     display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; */
  }

  .reviewer-name-img {
    margin-bottom: 32px;
  }

  .review-content-main {
    padding: 32px 24px;
  }

  .popup-close {
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
  }

  .footer__column.footer__column--info {
    padding: 0;
  }

  .menu-option:last-child {
    margin-top: 10px;
  }

  .selectors-form__item .disclosure .disclosure-list {
    background-position-x: 43px;
    background-position-y: 5px;
    background-size: 10px;
    padding-right: 20px;
  }
  
  .drawer__footer .clearpay-paragraph{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .drawer__footer .clearpay-paragraph  .logo {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  
  .single-blog-section .blog-category-tag {
    padding-bottom: 24px;
  }
  
  .article-page-tag {
    padding-bottom: 24px;
  }
  .mobile-screen-cart{
    display: block;
  }
  .mobile-screen-cart svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .mobile-drawer-close .icon-close {
    width: 2.4rem;
    height: 2.4rem;
  }
  .mobile-screen-cart {
    cursor: pointer;
  }
  .header__icon.cart-close-open {
    display: flex;
    justify-content: flex-end;
  }
  .main-product .product__title {
    margin-top: 16px;
  }

  .single-product-section .product__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  
  .header__icons,
    header-drawer{
    width:25%
  }
  .cdk-template-index .header__heading{
    width:50%;
  }
  .header__heading-link{
    width:50%;
  }
  .cdk-template-index .header__heading .header__heading-link{
    width:unset;
  }
  .logo-svg svg {
    margin: 0 auto;
  }
  .product-block-item-main {
    width: 100%;
    max-width: 100%;
/*     padding-left: 25px; */
  }
/*   .product-block ul.slick-dots {
    padding-right: 0px;
    padding-left: 25px;
  } */
  .product-block {
    gap: 40px;
    padding-top: 40px;
/*     margin-left: -25px; */
  }
  .product-about {
    top: 26px;
  }
  .custom-product-link {
    bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .customize-product-header .heading {
    margin-bottom: 24px;
  }
  .customize-product.page-width {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .single-product-section .product__media img {
    border-radius: 10px 10px 0 0;
  }
  .product-review-part {
    height: 550px;
  }

  .icon-text-main {
    row-gap: 20px;
  }
  
  .icon-with-text {
    width: 100%;
  }

  .video-full-width-part {
    height: 500px;
  }

  .home-image-with-text-1 #background-video {
    border-radius: 10px 10px 0 0;
  }

  .home-image-with-text-2 #background-video {
    border-radius: 10px 10px 0 0;
  }

  .home-image-with-text-3 #background-video {
    border-radius: 10px 10px 0 0;
  }

  .article-template__content h2,
  .template-page h2 {
    font-size: 28px;
    line-height: 32px;
  }
  
  .article-template__content h3,
  .template-page h3 {
    font-size: 23px;
    line-height: 32px;
  }
  
  .article-template__content p,
  .template-page p {
    font-size: 16px;
    line-height: 26px;
  }

  .template-page.page-width--narrow {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .single-blog-section .article-card .card__information .rte-width {
    font-size: 16px;
    line-height: 26px;
  }

  .feature-sec-blog-landing .text {
    font-size: 16px;
    line-height: 26px;
  }

  .collection-banner-text.text {
    font-size: 16px;
    line-height: 26px;
  }

  .product__title h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .clearpay-paragraph {
    display: none !important;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .clearpay-paragraph .clearpay-text1 {
    width: 63%;
  }
  
  .clearpay-paragraph .logo {
    width: 37%;
  }

  .clearpay-paragraph .clearpay-text {
    width: 60%;
  }

  .clearpay-paragraph .clearpay-image {
    text-align: center;
    width: 40%;
  }

  .product__accordion .accordion__content p {
    font-size: 15px;
    line-height: 26px;
  }

  .feature-sub-heading {
    font-size: 23px;
    line-height: 32px;
  }

  .jdgm-rev-widg__header {
    align-items: flex-start;
  }

  .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content .jdgm-rev__body p {
    line-height: 28px !important;
  }

  .header__icon, .header__icon--cart .icon {
    color: #000000;
  }

  .footer .footer-block__details-content p {
    font-size: 14px;
  }

  .blog-article-home .feature-blog-text {
    display: none;
  }

  .thumbnail-slider > .next-arrow {
    display: none;
  }

  .thumbnail-slider > .prev-arrow {
    display: none !important;
  }

  #MainContent .shopify-policy__container {
    max-width: 650px;
    padding: 40px 0;
  }
  
  .shopify-policy__title h1 {
    font-size: 38px;
    line-height: 41px;
    margin-bottom: 24px;
  }
  
  .shopify-policy__body .rte h3 {
    font-size: 23px;
    line-height: 32px;
  }

  .shopify-policy__body .rte p {
    font-size: 16px;
    line-height: 26px;
  }
  
  .shopify-policy__body .rte {
    padding-top: 9px;
    padding-bottom: 24px;
  }

  .drawer__footer .clearpay-paragraph {
    padding: 0px 25px;
  }

  .single-product-section .product__media-wrapper .product__media-item .custom-product-image img {
    min-height: unset;
  }

  ul.slick-dots{
    margin: 1em auto 0; 
/*     padding-right: 25px; */
  }

  .free-journal-guidebook .template-page .klaviyo-form {
    margin-top: 25px;
  }

  .cdk-template-cart  cart-items .title-wrapper-with-link {
    margin: 0rem 0 2.4rem;
  }

  .cdk-template-cart cart-items {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .cdk-template-cart #main-cart-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cdk-template-cart .customize-product-header .heading {
    margin-bottom: 0px;
  }

  .full-article-banner .article-template__hero-container {
    margin-top: 40px;
  }

  article .blog-readtime {
    margin-top: 24px
  }

  .feature-main .slide-arrow {
    display: none !important;
  }

  .custom-feature-text {
    display: none !important;
  }
  
  .feature-point-main {
    padding-bottom: 0px;
  }
    
  .blog-button-main a {
      margin: 0 auto;
  }

  .single-product-section .product__media figure {
    border-radius: 10px 10px 0 0;
  }

  .product__accordion.accordion--8 {
    margin-top: -20px;
  }
  .product__accordion.accordion--10 {
    margin-bottom: 6px;
  }

  .hiw-review-part {
    margin-bottom: 20px;
  }
  
  .single-blog-section .slider-mobile-gutter ul li {
    padding-bottom: 0 !important;
  }
  
  .review-home-text.sub-text {
    font-size: 20px;
    line-height: 30px;
  }

  .main-banner .image-with-text__content {
    padding: 5rem 1.2rem 5rem;
  }

  .feature-content:after {
    display: none !important;
  }

  .feature-content:before {
    display: none !important;
  }
  .progress-text.text:not(.conform) {
    font-size: 13px;
  }
  .article-heading-clamp .card__heading {
    display: block;
  }
}

@media screen and (max-width: 580px) {

  .drawer__inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  .feature-sec-blog-landing .card__information .sub-text {
    min-height: unset;
  }

  .product-name-price {
    padding: 16px!important;
  }

  .mobile-drawer-login.menu-drawer__menu-item {
    display: block;
  }

  .cart-drawer__collection .cdesk-product .card__inner {
    width: 40%;
    border-radius: 10px 0 0 10px;
  }
/*   .product-drawer-text.text{
    text-align:left;
  } */
  
  .clearpay-paragraph .clearpay-text {
    width: 53%;
  }

  .clearpay-paragraph .clearpay-image {
    text-align: right;
    width: 47%;
  }
 
}


@media only screen and (min-width: 380px) and (max-width: 450px) {
  
  .how-it-work-banner .image-with-text__text.body p {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .product-multi-colm-header .rich-text__heading {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .home-page-i-w-t-header .rich-text__heading {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }

  .home-page-i-w-t-2-header .rich-text__heading {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }
  .newsletter__wrapper .h1 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .home-page-i-w-t-header .rich-text__text {
    width: 100%;
    max-width: 313px;
    margin: 24px auto 0;
  }
}

@media(min-width:750px) and (max-width: 1320px){
  .blog .page-width-desktop,
  .blog .page-width-desktop,
  .page-width{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .clearpay-paragraph{
    padding: 10px 12px;
  }
  
  .clearpay-paragraph span.clearpay-image img.clearpay-logo {
      width: 75px !important;
  }
  
  .clearpay-paragraph  svg.icon.icon-information {
      width: 17px;
      height: 17px;
  }
  
  .clearpay-paragraph  a.clearpay-link {
      margin-left: 0px;
  }
  
}

@media(min-width:750px) and (max-width: 1200px){
  .feature-point-main .feature-text {
    padding-bottom: 0;
  }
  .feature-point .feature-content:last-child {
      padding-bottom: 40px;
  }  
  
}
@media(min-width:750px) and (max-width: 989px){
  .product-review-main {
    display: block;
  }
  .product-review-main .review-part {
      margin-bottom: 30px;
  }
  .main-product.product .product__info-wrapper.grid__item {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  
  .main-product.product .product__media-wrapper.grid__item.product__media-wrapper {
      max-width: 100%;
      width: 100%;
  }
  .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list {
    margin-left: 40px;
    margin-right: 40px;
    overflow: unset !important;
    height: unset;
    max-height: unset;
  }
  .main-product-slider-nav .prev-arrow {
      top: 50%;
      left: -20px;
      transform: translateY(-50%) rotate(90deg);
      width: unset;
      padding: 0;
  }
    .main-product-slider-nav .next-arrow {
      top: 50%;
      bottom: 0;
      transform: translateY(-50%) rotate(270deg);
      left: unset;
      right: -20px;
      width: unset;
      padding: 0;
      height: 6px;
      outline: none;
      color: #000;
  }
  .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list__item {
      margin-bottom: 0px;
      margin-right: 8px;
  }
  .main-product .product__media-gallery .slider-mobile-gutter .thumbnail-list:not(.slick-initialized) {
      display: flex;
      flex-wrap: unset;
      overflow: hidden;
  }
  .product__media-gallery {
      flex-direction: column-reverse;
  }
  
  .main-product .product__media-gallery .slider-mobile-gutter {
      width: 100%;
  }
  
  .thumbnail-slider > .prev-arrow,.thumbnail-slider > .next-arrow {
      display: none;
  }
  
  .product__info-container {
    max-width: 100% !important;
    padding-top: 20px;
  }
  
  .product-form__buttons {
      max-width: 100% !important;
  }
}

@media (min-width:750px) {
.main-product-slider:not(.slick-initialized),
.review-main:not(.slick-initialized),
.blog_slider--mobile:not(.slick-initialized) {
    display: flex;
    flex-wrap: unset;
    overflow: hidden;
}

.feature-part:not(.slick-initialized) {
    display: flex;
    flex-wrap: unset;
    overflow: hidden;
    justify-content: flex-start;
    position: relative;
}

.feature-part:not(.slick-initialized) .feature-point-main {
    flex: 0 0 100%;
    position: relative;
}
}

.js .menu-drawer .menu-drawer__navigation {
    padding-bottom: 150px;
}

@media(max-width:750px){
  .overflow-hidden-mobile, .overflow-hidden-tablet {
    position:unset;
    height: unset;
    overflow: hidden;
  }
      
  .announcement-bar-enabled .menu-drawer .menu-drawer__navigation {
      padding-bottom: 150px;
  }
  body.cdk_cart_scroll_down .shopify-section-header-sticky .menu-drawer .menu-drawer__navigation {
  padding-bottom: 150px;
  }
 
 
}

body.cartOpen .add-cart-bt-sticky-hide, .add-cart-bt-sticky.showAct_bar.add-cart-bt-sticky-hide{
  display: none;
}

body.cartOpen .add-cart-bt-sticky {
display: none !important;
}
 

@media(max-width:580px){
  div#CartDrawer{
    width:100%;
  }
}

.card__information.information-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
}

.blog-information {
    width: 100%;
}

.blog-button-main {
    width: 100%;
}
#cdk_blog {
    position: relative;
    top: -80px;
}

.menu-drawer__close-button a {
    color: #000;
    text-decoration: none;
}

/* Cart drawer */
.empty-cart-shop-btn {
  margin-top: 17px; 
  box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
  width: 320px;
  margin: 17px auto;
}

.empty-cart-content {
  text-align: center; 
  margin-top: 131px; 
}

.empty-cart-content h2 {
  margin-bottom: 5px; 
}

.empty-cart-content p {
  margin: 0; 
}

.cart-price-container {
  text-align: right; 
  margin-bottom: 7px; 
}

.cart-items__content::-webkit-scrollbar {
    display: none;
}

.cart-items__content {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* tabs */
.tabs-button {
  background-color: transparent;
  border: none;
  padding: 0;
  text-transform: uppercase; 
  letter-spacing: 2px; 
  font-size: 12px; 
  font-weight: 700; 
  color: #86868B;
  cursor: pointer; 
  margin: 0 10px;
}

.tabs-container {
  border-top: 1px solid #EBEBEC;
  border-bottom: 1px solid #EBEBEC;
  padding: 6px 0 8px;
}

.tabs-button:first-of-type {
    margin: 0 10px 0 0;
}

.tabcontent {
  display: none; 
}

.tabcontent {
  animation: fadeEffect 0.5s;
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.tabs-button.active {
    text-decoration: underline;
    text-underline-offset: 16px;
    text-decoration-thickness: 1px;
     -webkit-text-decoration-line: underline !important;
    color: #1A1A1A;
}

@media only screen and (max-width: 749px) {
  .tabs-container {
    display: flex;
    justify-content: space-between;
    padding: 12px 0 12px;
  }

  .tabs-button.active {
    text-underline-offset: 15px;
  }
}

.icon-row__container {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.icon-row__heading {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #1A1A1A;
}

.bundle__container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #FAFAFA; 
    border: 1px solid #F3F3F3;
    padding: 5px 20px 8px 0px;
    border-radius: 5px;
}

.bundle__container h2 {
  font-weight: 700; 
  margin: 0;
  font-size: 17px; 
}

.bundle__container .jdgm-prev-badge__text {
    display: none;
}

.card__information .jdgm-prev-badge__text {
    display: none;
}

.bundle-title .jdgm-star.jdgm-star {
    font-size: 12px !important;
}

.card__information .jdgm-star.jdgm-star {
    font-size: 12px !important;
}

.bundle-title p {
  margin: 0;
  color: #C90A0A;
  font-weight: 700; 
  font-size: 14px; 
}

.bundle-title s {
  color: #86868B; 
  font-weight: 400; 
  font-size: 14px; 
}

.main-title {
  padding-top: 0px;
  border-top: none; 
}

.bundle__slider .slide-arrow.prev-arrow-bundle.slick-arrow {
    position: absolute;
    transform: rotate(90deg);
    z-index: 1;
    cursor: pointer;
    color: #000;
    border: 1px solid #F3F3F3;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    top: -41px;
    left: 86%;
    background-color: #FAFAFA; 
    padding: 5px;
}

.bundle__slider .slide-arrow.next-arrow-bundle.slick-arrow {
    position: absolute;
    transform: rotate(270deg);
    z-index: 1;
    cursor: pointer;
    color: #000;
    border: 1px solid #F3F3F3;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    top: -41px;
    left: 94%;
    background-color: #FAFAFA; 
    padding: 5px;
}

/* @media only screen and (max-width: 749px) {
  .bundle__slider .slide-arrow.prev-arrow-bundle.slick-arrow {
    left: 80%;
    height: 30px;
    width: 30px;
  }
  .bundle__slider .slide-arrow.next-arrow-bundle.slick-arrow {
    left: 92%;
    height: 30px;
    width: 30px;
  }
} */

.bundle__slider .slick-disabled.slide-arrow.prev-arrow-bundle.slick-arrow {
    color: #C0C0C2;
    
}

.bundle__slider .slick-disabled.slide-arrow.next-arrow-bundle.slick-arrow {
    color: #C0C0C2;
}

.bundle__slider .slide-arrow .icon {
    width: 8px;
    height: 8px;
}

.bundle-item-info {
  display: flex; 
  gap: 0px; 
  align-items: center;
}

.tabcontent p {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.tabcontent ul {
    padding-left: 20px;
}

.tabcontent li::marker {
    color: #1A1A1A;
}

.cart-item__discounted-prices {
  display: flex; 
  flex-direction: column; 
}


/* Stamped.io Style Edits */
div.stamped-container[data-widget-style], div[data-widget-style] div.stamped-container {
  max-width: 940px !important;  
  margin: 0px auto!important;
}

.stamped-review-header {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 86px !important; 
    gap: 10px; 
}

.stamped-review {
    display: flex;
    /* justify-content: center; */
    border-top: 1px solid #EBEBEC;
    gap: 10%; 
}

.stamped-review-header .stamped-review-header-starratings {
  display: flex !important; 
}

.stamped-review-body {
    width: 700px;
}

.stamped-container {
  font-family: var(--custom-font) !important; 
}

.stamped-review .author {
    font-size: 17px !important; 
    color: #1A1A1A;
    letter-spacing: 0.5px;
    margin: 0;
}

.stamped-review-header .created, .stamped-review-header-byline .created {
    font-size: 15px !important; 
    color: #86868B !important; 
}

.stamped-review-header-title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 8px 0;
}

p.stamped-review-content-body {
    font-size: 17px;
    line-height: 28px;
}

.stamped-summary-text-1 {
  font-size: 35px;
  color: #1A1A1A;
}

.stamped-summary-caption .stamped-summary-text {
  letter-spacing: 3px; 
  text-transform: uppercase; 
  font-size: 18px !important; 
  color: #1a1a1a !important; 
  font-weight: 700; 
  margin-top: 3px !important; 
}

.stamped-pagination a {
  color: #1A1A1A; 
}

.stamped-reviews-ul li.previous {
    display: none !important;
}

[data-version="2"] .stamped-summary-caption {
  float: left !important; 
}

.summary-overview {
    width: 100% !important;
    float: none !important;
    text-align: center;
}

.stamped-summary {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

span.stamped-summary-caption.stamped-summary-caption-2 {
    width: 100% !important;
}

[data-version="2"] .stamped-summary-caption {
    float: none !important; 
}

.summary-overview, [data-widget-style=slider] .stamped-review-body, div[data-widget-style*=standard] .stamped-header {
  margin-bottom: 0px !important; 
}

.review-button-actions {
    display: flex;
    gap: 20px; 
}

.stamped-summary-actions-clear, .stamped-summary-actions-mobile-filter, .stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
    font-size: 11px;
    text-transform: uppercase;
    width: 224px;
    height: 40px;
    letter-spacing: 2px;
    background-color: #CC782E;
    color: #fff;
    border: none;
  box-shadow: unset !important; 
  border-radius: 5px; 
}

.stamped-summary-actions-newreview:before {
  display: none; 
}

#stamped-sort-select, #stamped-sort-select2 {
  min-width: 224px;
  height: 40px;
}

#stamped-sort-select {
    margin-top: 0px;
    font-family: 'Moderat';
    font-size: 15px;
    line-height: 30px;
    color: #86868B;
    border-radius: 0px;
    border: 1px solid #E4E4E4 !important;
}

.review-main-title {
  font-size: 35px; 
  color: #1A1A1A; 
  line-height: 40px; 
  font-weight: 700; 
  margin-bottom: 30px; 
}

.product__info-wrapper .stamped-fa-star {
  margin-right: 0px !important;
}

.stamped-product-reviews-badge.stamped-main-badge .stamped-badge-caption {
  margin-left: 10px !important;
}

.product-reviews-sticky {
  height: 18px; 
  margin-bottom: 4px;
}

span.stamped-badge {
    display: flex;
    align-items: flex-end;
}

#stamped-main-widget {
  margin: 0px; 
}

#stamped-filter-select, #stamped-sort-select, #stamped-sort-select2, .stamped-filter-select {
  background-image: url(/cdn/shop/files/arrow_1.svg?v=1676487663)!important;
  background-position: right 11px center;
}

div[data-widget-style*=standard] .stamped-summary-actions {
  z-index: 2 !important; 
}

div.stamped-container[data-widget-style], div[data-widget-style] div.stamped-container {
      /* margin: 100px auto 50px!important; */
}

.card__information span.stamped-badge-caption {
    display: none;
}

.bundle-item-info span.stamped-badge-caption {
    display: none;
}

.fa-star-half-o:before, .fa-star-o:before, .fa-star:before, .stamped-fa-star-half-o:before, .stamped-fa-star-o:before, .stamped-fa-star:before {
  font-size: 16px; 
}

.star-img {
    text-align: center;
}

.star-img #stamped-badge-total {
  display: none; 
}

.featured-product span.stamped-badge-caption {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 10px;
}

.featured-product .stamped-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    margin-bottom: 0px;
}

.stamped-reviews-filter {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 20px; 
}

.stamped-questions-search-text input.stamped-questions-search-input, .stamped-reviews-search-text input.stamped-reviews-search-input {
    height: 40px !important; 
    border-radius: 0px; 
    border: 1px solid #E4E4E4 !important;
    font-family: 'Moderat'; 
    font-size: 15px;
    line-height: 30px;
    color: #86868B;
    padding: 0 12px !important;
    min-width: 224px;
}

.stamped-questions-search-text, .stamped-reviews-search-text {
  margin: 0 !important; 
}

.stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
  margin: 0 !important; 
}

.stamped-fa-search:before {
  display: none; 
}

.card__information .stamped-badge-starrating {
  margin: 0 3px -6px -2px !important;
}

.stamped-summary-actions-clear {
    margin-right: -10px !important;
    margin-top: 0px !important;
}

.bundle-title span.stamped-badge {
    margin: 0 0 2px -2px;
}

@media only screen and (max-width: 980px) {
  .stamped-review-body {
    width: 100%;
  }

}

@media only screen and (max-width: 749px) {
  .stamped-review {
    flex-direction: column;
  }

  .stamped-review-header {
    width: 100% !important; 
    margin-bottom: 10px; 
  }

  select#stamped-sort-select {
    min-width: 100% !important; 
  }

  .review-button-actions {
    flex-direction: column; 
  }

  .review-button-actions {
    width: 100%; 
  }

  .stamped-summary-actions-clear, .stamped-summary-actions-mobile-filter, .stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
    width: 100%; 
  }

  #stamped-main-widget {
    margin: 0px !important; 
  }

  .stamped-reviews-filter {
    justify-content: start;
    gap: 0px; 
  }

  .stamped-reviews-filter[data-show-filters=part], .stamped-reviews-filter[data-show-filters=true] {
    padding-bottom: 0px; 
  }

  .stamped-questions-search-text input.stamped-questions-search-input, .stamped-reviews-search-text input.stamped-reviews-search-input {
    width: 100%; 
  }

  .stamped-reviews-search-text {
    width: 50%;
    padding-right: 20px
  }

  span.stamped-sort-select-wrapper {
    width: 50%;
  }

  .stamped-questions-search-text input.stamped-questions-search-input, .stamped-reviews-search-text input.stamped-reviews-search-input {
    min-width: 100%; 
  }

  div.stamped-container[data-widget-style], div[data-widget-style] div.stamped-container {
      margin: 0px auto 0px!important;
  }

  .stamped-questions-search-text .stamped-questions-search-clear, .stamped-reviews-search-text .stamped-reviews-search-clear {
    right: 28px; 
  }

}

.review-customize span.stamped-badge {
    display: flex;
    align-items: center;
}

.review-customize .stamped-product-reviews-badge.stamped-main-badge .stamped-badge-caption {
  margin-bottom: 1px; 
}

.rating-wrapper .stamped-badge-starrating {
  margin-left: 0px !important; 
}

@media(max-width:580px){
  .product-drawer-text.text {
    margin-top: 0px;
    }
}

.cdk-template-page .button.outline {
    background-color: #cc782e !important;
    color: #fff;
}

