/** Shopify CDN: Minification failed

Line 2909:0 Unexpected "}"

**/
/* Color custom properties */

:root {
  --color-dark: #260719;
  --color-dark-rgb: 38, 7, 25;
  --color-light: #F9F9F9;
  --color-light-rgb: 249, 249, 249;

  --color-primary: #F94125;
  --color-primary-rgb: 249, 65, 37;
  --color-primary-light: #FFA4CD;
  --color-primary-light-rgb: 255, 164, 205;

  --font-body-family: 'Manrope', sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-bold: 700;

  --font-heading-family: 'Lazare Grotesk Trial', sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 400;

  --font-body-scale: 1;
  --font-heading-scale: 1;

  --color-base-text: 38, 7, 25;
  --color-shadow: 38, 7, 25;
  --color-base-background-1: 249, 249, 249;

  --page-width: 144rem;

  --grid-desktop-vertical-spacing: 8px;
  --grid-desktop-horizontal-spacing: 8px;
  --grid-mobile-vertical-spacing: 4px;
  --grid-mobile-horizontal-spacing: 4px;

  --buttons-radius: 0.3rem;

  --inputs-radius: 0.3rem;
  --inputs-border-width: 0.1rem;
  --inputs-border-opacity: 0.2;
  --inputs-shadow-opacity: 0.05;
  --inputs-shadow-horizontal-offset: 0.2rem;
  --inputs-shadow-vertical-offset: 0.2rem;
  --inputs-shadow-blur-radius: 0.4rem;
  --inputs-radius-outset: 0.3rem;

  --variant-pills-radius: 0.3rem;
  --variant-pills-border-width: 0.1rem;
  --variant-pills-border-opacity: 0.05;
  --variant-pills-shadow-opacity: 0;
  --variant-pills-shadow-horizontal-offset: 0;
  --variant-pills-shadow-vertical-offset: 0.4rem;
  --variant-pills-shadow-blur-radius: 0.5rem;

  --shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}

:root {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);

  --color-link: var(--color-base-text);
  --alpha-link: 0.85;

  --color-button: var(--color-primary-rgb);
  --color-button-text: var(--color-light-rgb);

  --color-badge-foreground: var(--color-dark);
  --color-badge-background: var(--color-primary-light);
}

.jdgm-rev-widg .jdgm-write-rev-link,
.button--secondary {
  --color-button: transparent;
  --color-button-text: var(--color-dark-rgb);
}
.button--secondary-inverted {
  --color-button: transparent;
  --color-button-text: var(--color-light-rgb);
}

/* 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, 
.page-width--article{
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 2rem;
}

.page-width--article .article-content__wrapper{
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
}

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

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

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
  .page-width--article{
    max-width: calc(72.6rem + 340px);
    padding: 0;
    margin: 0 auto 0 calc(calc(100vw - 72.6rem) / 2);
  }

  .page-width--article .article-content__wrapper{
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }

}

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

body {
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
}

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

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

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

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

.list-ticks li {
  position: relative;
  padding-left: 2.6rem;
}

.list-ticks li + li {
  margin-top: 1.1rem;
}

.list-ticks .icon-tick-small {
  position: absolute;
  top: 0.9rem;
  left: 0.1rem;
}

.list-ticks li > span {
  opacity: 0.7;
}

@media (max-width: 750px) {
  .list-ticks li {
    padding-left: 1.6rem;
  }

  .list-ticks .icon-tick-small {
    top: 0.6rem;
    left: 0.3rem;
  }

  .list-ticks li + li {
    margin-top: 0;
  }
}

.tag {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 0.5rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-radius: 0;
  font-family: var(--font-heading-family);
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.7);
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  font-weight: 400;
  line-height: 1.25;
  word-break: break-word;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}

h1,
.h1 {
  font-size: 3.6rem;
  line-height: 1.16;
}

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

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

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

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

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

h4,
.h4 {
  font-size: 2.2rem;
}

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

h6,
.h6 {
  font-size: 1.6rem;
}

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

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

small {
  font-size: 1.6rem;
  color: #000;
}

.caption {
  font-size: 1.4rem;
}

.caption-large {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

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

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

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

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

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

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

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

.link,
.customer a {
  display: inline-block;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-family: inherit;
  color: rgb(var(--color-link));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  backface-visibility: hidden;
  cursor: pointer;
}

.link .icon-arrow {
  margin-right: 1rem;
  color: var(--color-primary);
}

.link--text {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: rgb(var(--color-foreground));
}

.link--text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  width: 100%;
  height: 0.1rem;
  background: currentColor;
  transition: transform var(--duration-default);
}

.link--text:hover::after {
  transform: scaleX(1);
}

.link--small {
  font-size: 1.6rem;
}

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

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

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

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

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

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

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

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

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

summary .icon-caret {
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0.7rem;
  transform: rotate(-90deg);
  height: 0.9rem;
}

details[open] > summary .icon-caret {
  transform: rotate(0deg);
}

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

/* 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: inset 0 0 0.2rem var(--color-primary), inset 0 0 0.2rem var(--color-light);
}

/* 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: inset 0 0 0.2rem var(--color-primary), inset 0 0 0.2rem var(--color-light);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *: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 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-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-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;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 749px) {
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .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 {
  position: relative;
  overflow: hidden;
  display: block;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.media > video,
.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.media--zoom {
  background-position: 50% 50%;
  cursor: zoom-in;
}
.media--zoom img:hover {
  opacity: 0;
}
.media--zoom img {
  transition: opacity 0.5s;
}

deferred-media {
  display: block;
}

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

button {
  cursor: pointer;
}

.button,
.jdgm-widget .jdgm-rev-widg .jdgm-submit-rev,
.jdgm-rev-widg .jdgm-write-rev-link,
.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 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12.2rem;
  min-height: 4rem;
  padding: 0 2.3rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--color-button), 0.1);
  border-radius: var(--buttons-radius);
  background-color: rgb(var(--color-button));
  font: inherit;
  font-family: var(--font-heading-family);
  font-size: 1.6rem;
  color: rgb(var(--color-button-text));
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

@media (max-width: 750px) {
  .button,
  .jdgm-rev-widg .jdgm-write-rev-link,
  .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 {
    padding: 0 1.9rem;
  }
}

.jdgm-widget .jdgm-rev-widg .jdgm-submit-rev:hover,
.button--primary:hover {
  background: #fff;
  color: rgb(var(--color-button));
}

.jdgm-rev-widg .jdgm-write-rev-link,
.button--secondary {
  border-color: rgba(var(--color-button-text), 0.3);
}

.jdgm-rev-widg .jdgm-write-rev-link:hover,
.button--secondary:hover {
  border-color: rgb(var(--color-button-text));
  background: rgb(var(--color-button-text));
  color: rgb(var(--color-light-rgb));
}

.button--secondary-inverted {
  border-color: rgba(var(--color-button-text), 0.3);
}

.button--secondary-inverted:hover {
  border-color: rgb(var(--color-button-text));
  background: rgb(var(--color-button-text));
  color: rgb(var(--color-dark-rgb));
}

.button--linkedin {
  padding: 0 1rem;
  border: 0;
  border-radius: 0.3rem;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  color: rgb(var(--color-dark-rgb));
  transition: box-shadow 0.2s;
}
.button--linkedin:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.button--linkedin svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.button-icon {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
  background: transparent;
  color: inherit;
}

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

.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--small {
  padding: 1.2rem 2.6rem;
}

.shopify-challenge__container .shopify-challenge__button {
  margin-top: 3rem;
}

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

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

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

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

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

.button.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,
.jdgm-form input,
.jdgm-form textarea,
.customer .field input,
.customer select {
  position: relative;
  width: 100%;
  height: 4.8rem;
  padding: 0 2.1rem;
  border: 0;
  border-radius: var(--inputs-radius);
  background-color: #fff;
  font-size: 1.6rem;
  color: rgb(var(--color-foreground));
  -webkit-appearance: none;
  appearance: none;
  transition: box-shadow var(--duration-short) ease;
}

.field:before,
.select:before,
.jdgm-form input:before,
.jdgm-form textarea:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  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));
  pointer-events: none;
}

.field:after,
.select:after,
.jdgm-form input:after,
.jdgm-form textarea:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  z-index: 1;
  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;
  pointer-events: none;
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.jdgm-form input:hover:after,
.jdgm-form textarea:hover:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.jdgm-form input:focus-visible,
.jdgm-form textarea: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 var(--inputs-border-width) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

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

.field label:not([class]) {
  display: none;
}

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

.text-area,
.select {
  position: relative;
  display: flex;
  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 {
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  cursor: pointer;
}

.select__select:invalid {
  color: rgba(var(--color-foreground), 0.5);
}

/* 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;
  margin: var(--inputs-border-width);
  text-align: left;
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  color: rgba(var(--color-foreground), 0.75);
}

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

.field__input::placeholder {
  opacity: 0.5;
  color: inherit;
}

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

.jdgm-form textarea,
.text-area {
  min-height: 20rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-family: var(--font-body-family);
  resize: none;
}

@media (max-width: 750px) {
  .jdgm-form textarea,
  .text-area {
    min-height: 12.6rem;
  }
}

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

.checkbox {
  position: relative;
}

.checkbox input {
  position: absolute;
  top: 1.6rem;
  left: 0.5rem;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.checkbox label {
  position: relative;
  padding-left: 2.6rem;
  cursor: pointer;
}

.checkbox label::before {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid var(--color-dark);
  background: #fff;
}

.checkbox label::after {
  content: '';
  position: absolute;
  top: 0.6rem;
  left: 0.3rem;
  width: 1rem;
  height: 1rem;
  background: var(--color-primary);
  opacity: 0;
  transition: opacity var(--duration-default);
}

.checkbox input:checked + label::after {
  opacity: 1;
}

.checkbox label a {
  color: inherit;
}

/* Form global */

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

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  position: relative;
  display: flex;
  /* overflow: hidden; */
  width: 9.5rem;
  min-height: 4rem;
  background: #fff;
  box-shadow: var(--shadow);
  border: 0;
  border-radius: var(--inputs-radius);
  color: rgba(var(--color-foreground));
}

.quantity__input {
  flex-grow: 1;
  width: 100%;
  padding: 0 0.5rem;
  border: 0;
  background-color: transparent;
  font-family: var(--font-heading-family);
  font-size: 1.6rem;
  font-weight: 400;
  color: currentColor;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-family: var(--font-heading-family);
  font-size: 2.2rem;
  color: rgb(var(--color-foreground));
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.cart-count-bubble {
  position: absolute;
  bottom: 0.8rem;
  left: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 100%;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  font-size: 0.9rem;
}

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

klarna-placement {
  display: none!important;
}

.sequra-widget.text>.sequra-widget-content-container>.sequra-widget-content{
  justify-content: flex-start;
}

.announcement-bar {
  position: relative;
  padding: 0;
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

.announcement-bar__message {
  padding: 5px 1rem;
  margin: 0;
  font-size: 1.3rem;
  text-align: center;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.announcement-bar__code {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 1.8rem;
  margin-left: 1rem;
  border-radius: 5rem;
  background: rgba(var(--color-primary-light-rgb), 0.2);
  line-height: 1;
  font-size: 12px;
  height: fit-content;
}

.announcement-bar__close {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  padding: 1rem;
}

.announcement-bar__message-wrapper{
  display: flex;
  align-items: center;
  width: 60%;
  text-align: left;
}

.announcement-bar__message-wrapper.message_noTimer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.announcement-bar__message-wrapper.message_noTimer p{
  font-size: 12px;
  max-width: 90%;
  display: inline;
}

.announcementSwiper .swiper-slide{
  height: auto;
}

.announcementSwiper .announcement-bar__message{
  height: 100%;
}

@media (max-width: 750px) {
  .announcement-bar {
    padding: 0 0.5rem;
  }

  .announcement-bar__message-wrapper.message_noTimer p{
    max-width: 100%;
  }
  
  .announcement-bar__message {
    padding: 0.8rem 2rem 0.8rem 0;
    text-align: left;
  }

  .announcement-bar__code {
    padding: 0.3rem 1.2rem;
    margin-left: 0.8rem;
  }

  .countdown-timer__text-wrapper.announcement-bar__code{
    padding: 0;
    background: none;
  }

  .announcement-bar__close {
    right: 0;
  }

  .countdown-timer{
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end!important;
  }

  .announcement-bar__message-wrapper{
    align-items: flex-end;
    width: 70%;
  }

  .announcement-bar__message p{
    /*display: flex;*/
    /*flex-direction: column;*/
  }
}

/* section-header */
#shopify-section-header {
  position: sticky;
  top: 0;
  z-index: 2147483001;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
}

.header {
  position: relative;
  display: grid;
  grid-template-areas: 'logo icons';
  grid-template-columns: 78px auto;
  align-items: center;
  width: 100%;
  padding-right: 0.7rem;
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  transition: background var(--duration-default), color var(--duration-default);
}

.header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  opacity: 0.1;
  pointer-events: none;
}

.header--transparent {
  background: white;
  color: rgb(var(--color-foreground));
}

.header--transparent .button--secondary {
  --color-button-text: var(--color-dark-rgb);
}

.header--transparent .button--secondary:hover {
  color: rgb(var(--color-dark-rgb));
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-areas: 'logo navigation icons';
    grid-template-columns: 78px auto 1fr;
    column-gap: 4rem;
    padding-right: 2.8rem;
    font-size: 1.6rem;
  }
}

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

.header__logo-container {
  grid-area: logo;
  margin: 0;
  line-height: 0;
}

.header__logo-container h1 {
  margin: 0;
  font-size: 0;
}

.header__logo-link {
  display: inline-block;
  word-break: break-word;
  text-decoration: none;
  font-size: 0;
}

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

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

.header__icon {
  color: inherit;
}

.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.5rem;
  width: 2.5rem;
  fill: none;
  vertical-align: middle;
}

.header__icon {
  height: 4.4rem;
  width: 4.4rem;
}

.header__icon--cart {
  position: relative;
}

.header__icons .button {
  margin-right: 1.8rem;
}

@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%) - var(--header-height, 8rem));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

/* Header menu drawer */
.header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 2.7rem;
  border: 1px solid currentColor;
  border-radius: 4rem;
  text-decoration: none;
  appearance: none;
  color: inherit;
  transition: background var(--duration-default);
}

.header__btn:hover {
  background: rgba(var(--color-foreground), 0.17);
}

.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transition: color var(--duration-default) ease, opacity var(--duration-default), ease;
}

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

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

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

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 megamenu */
.header__megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 100%;
  padding: 3rem 0;
  background: rgb(var(--color-background));
  box-shadow: var(--shadow);
  color: rgb(var(--color-foreground));
}

.header__megamenu__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 25.6rem)) 1fr;
  max-width: 121.2rem;
  margin: 0 auto;
  gap: 1rem;
}

.header__megamenu__grid--first{
  grid-template-columns: repeat(4, minmax(0, 25.6rem));
}

.header__megamenu__box {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(var(--color-foreground), 0.1);
  border-radius: 0.3rem;
  color: inherit;
  text-decoration: none;
  appearance: none;
  transition: background var(--duration-default), color var(--duration-default);
}

.header__megamenu__box__title {
  padding: 1rem 1.5rem;
  font-size: 2rem;
  letter-spacing: -0.045em;
  flex-grow: 1;
}

.header__megamenu__list {
  height: 100%;
  border-right: 1px solid rgba(var(--color-foreground), 0.2);
  padding: 0.5rem 1.4rem;
}

.header__megamenu__list__title {
  margin-bottom: 2.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.header__megamenu__list li {
  margin-bottom: 1.2rem;
}

.header__megamenu__quiz {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2.1rem;
  margin-left: 0.9rem;
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

.header__megamenu__quiz__title {
  padding-right: 1rem;
  margin: 0;
  color: inherit;
  letter-spacing: -0.045em;
  font-size: 2.6rem;
}

.header__megamenu__quiz__title strong {
  font-weight: 400;
  color: var(--color-primary-light);
}

.header__megamenu__quiz__actions {
  margin: 1.1rem 0;
}

@media (min-width: 1025px) {
  .header__megamenu__grid {
    gap: 4.6rem;
  }

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

@media (max-width: 1024px) {
  .header__megamenu .page-width {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .header__megamenu__grid {
    grid-template-columns: repeat(3, minmax(0, 22rem)) 1fr;
  }
}

@media (max-width: 990px) {
  .header__megamenu .page-width {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .header__megamenu__grid {
    padding: 2.5rem 0 1.8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header__megamenu__box__title {
    padding: 0.9rem;
    font-size: 1.8rem;
    color: rgb(var(--color-foreground));
    letter-spacing: normal;
  }

  .header__megamenu__quiz {
    margin: 0;
    border-radius: 0.3rem;
  }

  .header__megamenu__quiz__title {
    padding: 0;
    font-size: 1.8rem;
    letter-spacing: normal;
  }

  .header__megamenu__quiz__actions {
    margin: 2.3rem 0 0;
  }
}

/* Header menu */
.header__inline-menu {
  grid-area: navigation;
  display: none;
}

header-menu {
  display: flex;
  align-items: center;
  height: 8.1rem;
}

header-menu details {
  height: 100%;
}
header-menu summary {
  height: 100%;
}

.header .header__icons .list-menu--inline{
  display: none;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header .header__icons .list-menu--inline{
    display: inline-flex;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  font-size: 1.7rem;
  text-decoration: none;
}

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

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

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

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

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: 0;
  border-color: rgba(var(--color-foreground), 0.1);
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 4px 5px rgba(var(--color-shadow), 0);
}

.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: 1.2rem 2.4rem;
  font-size: 1.6rem;
}

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border-radius: 0.3rem;
  background-color: var(--color-badge-background);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-badge-foreground);
  text-align: center;
  word-break: break-word;
  flex-shrink: 0;
}

.badge-variant {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  border: 1px solid rgb(var(--color-foreground), 0.1);
  background: rgb(var(--color-background));
  font-size: 1.2rem;
  color: rgb(var(--color-foreground), 0.8);
}

.badge-variant--color{
  height: 28px;
  width: 28px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

@media (max-width: 768px){
  .badge-variant--color{
    height: 16px;
    width: 16px;
  }
}

span[data-color] {
  border: 0.1rem solid #ebebeb;
}

span[data-color="blanco"] {
  background: #fff;
}
span[data-color="roble-natural"] {
  background: #E9C793;
}
span[data-color="roble-nieve"] {
  background: #ECECEC;
}
span[data-color="roble-salvaje"] {
  background: #764A31;
}

.divider-text {
  display: inline-block;
  vertical-align: middle;
  width: 0.1rem;
  height: 1.9rem;
  margin: 0 0.8rem;
  background: currentColor;
}

@media (max-width: 750px) {
  .divider-text {
    margin: 0 0.3rem;
  }
}

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

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

/* Swiper default styles */
slider-component {
  display: block;
}

slider-component .swiper-container {
  position: relative;
  overflow: hidden;
}

slider-component .swiper-button {
  border: 0;
  background: transparent;
  font-size: 0;
  color: inherit;
  appearance: none;
}

slider-component .swiper-button::after {
  font-size: 4rem;
}

@media (max-width: 750px) {
  slider-component .swiper-button::after {
    font-size: 3rem;
  }
}

/* Policy pages */

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

.shopify-policy__title {
  margin-bottom: 5rem;
}

.shopify-policy__body {
  padding-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .shopify-policy__container {
    max-width: 90.6rem;
    padding: 0 9rem;
  }

  .shopify-policy__body {
    padding-bottom: 10rem;
  }
}

.jdgm-widget.jdgm-carousel {
  position: relative;
}

.jdgm-widget .jdgm-carousel__item-wrapper {
  height: auto;
}

.shopify-section .jdgm-carousel-item {
  padding: 0 4rem;
}

.shopify-section .jdgm-carousel-item__product {
  display: none;
}
.shopify-section .jdgm-carousel-item__product.jdgm--shop-review-has-image {
  display: block;
  max-width: 43rem;
  height: 22rem;
  margin: 2rem auto;
}

.shopify-section .jdgm-carousel-item__review-title {
  margin-bottom: 2rem;
}
.shopify-section .jdgm-carousel-item__review-body {
  opacity: 0.7;
  margin-bottom: 2rem;
}

.shopify-section .jdgm-carousel__arrows {
  position: absolute;
  bottom: 50%;
  justify-content: space-between;
  width: 100%;
  height: 0;
  margin: 0;
  margin-top: -2rem;
}

.shopify-section .jdgm-carousel__right-arrow,
.shopify-section .jdgm-carousel__left-arrow {
  border-color: currentColor;
}

.jdgm-carousel--vertical-theme .jdgm-carousel__left-arrow{
  transform: translateY(-430px) rotate(45deg)!important;
}

.page-reviews .jdgm-all-reviews__summary,
.page-reviews .jdgm-widget-actions-wrapper,
.page-reviews .jdgm-histogram,
.page-reviews .jdgm-rev-widg__sort-wrapper,
.page-reviews .jdgm-subtab,
.page-reviews .jdgm-all-reviews__footer,
.page-reviews .jdgm-all-reviews__body {
  display: none !important;
}

.page-reviews .jdgm-form-wrapper {
  display: block !important;
  border-top: 0;
  margin-top: 0;
}
.page-reviews .jdgm-widget {
  padding-right: 0;
  padding-left: 0;
  margin: 6rem 0 6rem auto;
  border: 0;
}

.jdgm-carousel--vertical-theme .jdgm-carousel-item__review-wrapper{
  background-color: transparent!important;
}

@media (max-width: 1024px) {
  .page-reviews .jdgm-widget {
    margin: 0;
  }

  .jdgm-carousel-wrapper{
     padding: 70px 0!important;
    overflow: hidden;
  }

  .jdgm-carousel--vertical-theme .jdgm-carousel__left-arrow{
    transform: translateY(-430px) rotate(45deg)!important;
  }
}


@media (min-width: 769px){
  .hidden-desktop{
    display: none!important;
  }
}

@media (max-width: 768px){
  .hidden-mobile{
    display: none!important;
  }
}

.needsclick[class*="kl-private"]{
  z-index: 90000999999!important;
}

/* table.section-compare__table tr td:nth-child(2),
table.section-compare__table tr th:nth-child(2)
{
    display: none;
} */

.upsell-product-heading{
  display: flex;
  align-items: center;
  column-gap: 8px;
  min-height: 22px;
  margin: 8px 0;
  margin-bottom: 1.6rem;
}

.upsell-open-popup{
  width: 16px;
  height: 16px;
  background-color: #ebebeb;
  font-weight: 500;
  border-radius: 100%;
  color: rgba(var(--color-foreground),.7);
  border: 0;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upsell-product-heading h6{
    font-family: var(--font-heading-family);
  font-size: 1.4rem;
  margin: 0 ;
  color: rgba(var(--color-foreground),.7);
}

.upsell-product-more-price{
  font-size: 16px;
}
.selected-upsell-option{
   font-family: var(--font-heading-family);
  font-size: 1.4rem;
  margin: 0 ;
  color: rgba(var(--color-foreground),.7);
}

.upsell-product-variants{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.upsell-product-variants label{
  display: flex;position: relative;
}
.upsell-product-variants input{
  display: none;
}

.upsell-product-variants .upsell-product-radio{
  position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1.1rem 1.6rem;
    border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
    border-radius: var(--variant-pills-radius);
    background-color: #fff;
    box-shadow: var(--shadow);
    font-family: var(--font-heading-family);
    font-size: 1.4rem;
    line-height: 1;
    color: rgb(var(--color-foreground));
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    transition: border var(--duration-short) ease;
}

.upsell-product-variants input:checked + .upsell-product-radio{
border-color: var(--color-primary);border: 1px solid #000;
}

.upsell-product-variants label.disabled{
  opacity: 0.5;
  pointer-events: none;
}

.add_pr{
  display: none;
}

.upsell-popup-layer{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 999999999999;
}

.o-hidden{
  height: 100vh;
  overflow: hidden;
}

.o-hidden #MainContent{
  z-index: 9999999999;
}

.upsell-product-popup{
  z-index: 9999999999999;
  overflow-y: auto;
  position: fixed;
  display: none;
  left: 50%;
  background-color: #fff;
  top: 50%;
  transform: translate(-50% , -50%);
}

.upsell-product-popup-inner{
  width: 1000px;
  padding: 24px;
  display: flex;
  align-items: center;
  max-height: 80vh;
  min-height: 400px;
  position: relative;
}



.upsell-product-popup-close{
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  outline: 0;
}

.upsell_product-popup-info{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 24px;
  padding-right: 24px;
  flex: none;
}

.upsell_product-popup-image{
  width: 50%;
  flex: none;
  height: auto;
}
.upsell_product-popup-info h5{
  margin: 0;
}
.upsell_product-popup-image img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.upsell_product-popup-text p{
  margin: 0;
  font-size: 15px;
}
.product-custom-text-after-title{
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 16px;
}
@media(max-width:1100px){
  .upsell-product-popup{
    width: calc(100% - 40px);
  }

  .product-custom-text-after-title{
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .upsell-product-popup-inner{
    width: 100%;
  }
}

@media(max-width:768px){
  .upsell_product-popup-info{
    padding-right: 0;
    width: 100%;order: 2;
    
  }
  .upsell-product-popup-inner{
    flex-direction: column;
    row-gap: 20px;
    padding-top: 32px;
  }
  .upsell_product-popup-image{
    width: 100%;
    order: 1;
  }
  .upsell-product-popup-close{
    top: 4px;
    right: 0;
  }

  .section-compare.with-scroll table{
    width: 700px;
  }

  .section-compare.with-scroll .section-compare__body{
    overflow-x: scroll;
    padding-bottom: 8px;
  }
}

.product-form__input--Panel{
  /* transition: .3s ease; */
}

.product-form__input--Panel.hide-panels,
border-toggler.product-form__input.hide-panels{
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.product-form__input--Panel input[value="Sin Tablero"] + label{
  display: none;
}

.text-with-text-container{
  display: flex;
  column-gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.twt-left,.twt-right{
  width: calc(50% - 25px);
}

.twt-right{
  display: flex;
  justify-content: flex-end;
}
.twt-left-content *{
  margin: 0;
}
.twt-content,
.twt-left-content{
  max-width: 500px;
}
.twt-content{
  max-width: 420px;
}
@media(max-width:991px){
  .text-with-text-container{
    row-gap: 10px;
    flex-direction: column;
    column-gap: 0;
  }
  .twt-left, .twt-right{
    width: 100%;
  }

  .twt-content, .twt-left-content{
    max-width: 100%;
  }
}
.product-form__input--Panel input[value="Sin Tablero"],
.product-form__input--Panel input[value="Sin Tablero"] + label{
  display:none !important;
}
}


.jdgm-revs-tab-btn[data-style="stars"][position="left"]{
  flex-direction: row!important;
  align-items: center!important;
  top: auto!important;
  bottom: 0!important;
  padding: 10px 16px;
  gap: 10px;
}

.jdgm-revs-tab-btn .jdgm-favicon{
  display: none!important;
}

.jdgm-revs-tab-btn .jdgm-stars,
.jdgm-revs-tab-btn .jdgm-rating{
  margin: 0!important;
}

.jdgm-revs-tab-btn .jdgm-rating{
  order: -1;
}



.jdgm-revs-tab{
  z-index: 999999999999999 !important;
}

.hero-button-next,
.hero-button-prev{
  position: absolute;
  z-index: 55;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.hero-button-next{
  right: 30px;
}

.hero-button-prev{
  left: 48px;
}

.hero-pagination{
  position: absolute;bottom: -20px !important;
  z-index: 55;
  width: 100%;
  left: 0;
  display: none;
  justify-content: center;
}

.hero-container{
  position: relative;
}

.hero-pagination .swiper-pagination-bullet{
  width: 40px;
  height: 4px;
  border-radius: 6px;
  background-color: #F94125;
  opacity: .2;
}
/* .js-words-animate li.active{
  visibility: visible !important;
} */
.hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #F94125;
  opacity: 1;
}

.hero-swiper{
  background-color: #fff;
}

.reviews-heading-content{
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.reviews-heading-content .custom-reviews__title{
  margin-bottom: 60px;

}

.rhc-rating .rhc-rating-starts{
  display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    font-weight: bold;
  font-size:22px;
}
.rhc-rating .rhc-rating-starts .jdgm-all-reviews-rating{
  font-weight: 500;
}

.rhc-text{
  margin-top:6px;
  margin-bottom: 10px;
}
.jdgm-revs-tab-btn[data-style="stars"] .jdgm-favicon, .jdgm-revs-tab-btn[data-style="stars"] .jdgm-rating, .jdgm-revs-tab-btn[data-style="stars"] .jdgm-star{
  width: 26px !important;
}
@media(max-width:768px){
  .hero-pagination{
    display: flex;
  }
.jdgm-revs-tab-btn[data-style="stars"] .jdgm-favicon, .jdgm-revs-tab-btn[data-style="stars"] .jdgm-rating, .jdgm-revs-tab-btn[data-style="stars"] .jdgm-star{
  width: 27px !important;
}
  .hero-button-next,
.hero-button-prev{
  display: none;
}
}

.image-with-text-columns{
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  margin-top: 75px;
}

.iwt-column{
  width: calc(50% - 28px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.iwt-column h3{
  margin-top: 22px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #260719;
}

.iwt-desc{
  font-size: 13px;
  color: #260719;
  line-height: 16.6px;
}

.iwt-desc p{
  margin: 0;
}

@media(max-width:768px){
  .iwt-column{
    width: calc(50% - 15px);
  }
  .image-with-text-columns{
    gap: 30px;
    margin-top: 60px;
  }
}

.logo-slider .swiper-wrapper{
  display: flex;
  align-items: center;
}

.logo-slider .logolist__container__logo{
  display: flex;
  align-items: center;
}