/** Shopify CDN: Minification failed

Line 1266:63 Unexpected ")"

**/
:root {
  --c-black: #000;
  --c-white: #fff;
  --c-pink: #ffc0ae;
  --c-teal: #c6e3d8;
  --c-teal-2: #d3ffdf;
  --c-teal-3: #85e5c8;
  --c-teal-4: #1faf93;
  --c-gray: #eceee5;
  --c-gray-2: #d5dbc7;
  --c-gray-3: #aab19c;
  --c-gray-4: #f9fafb;
  --c-gray-5: #6d7280;
  --c-red: #cb4810;
  --c-red-2: #ff6c44;
  --c-green: #007f4f;
  --c-green-2: #016f4c;
  --c-green-3: #36d5a4;
  --c-green-4: #a9ffc1;
  --c-green-5: #33eb97;
  --c-dark-green: #00341c;
  --c-dark-green-2: #002716;
  --c-dark-green-3: #002213;
}

.color-red {
  color: var(--color-red);
}

.color-background-red {
  background-color: var(--color-red);
}

.color-background {
  background-color: var(--color-background-accent);
}

.color-background-primary {
  background-color: var(--color-background-primary);
}

.color-background-secondary {
  background-color: var(--color-background-secondary);
}

.color-subdued {
  color: var(--color-subdued);
}

.color-background-subdued {
  background-color: var(--color-subdued);
}

.color-background-gray {
  background-color: var(--c-gray);
}

html {
  font-size: calc(var(--font-body-scale) * 62.5%);
  height: 100%;
}

body {
  color: var(--color-paragraphs);
  background-color: var(--color-background-body);
  display: flex;
  flex-direction: column;
  min-width: 32rem;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
}

#shopify-section-footer,
#shopify-section-main-password-footer {
  margin-top: auto;
}

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

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

.container--narrow {
  max-width: calc(var(--page-width) * 0.65);
}

.container--small {
  max-width: calc(var(--page-width) * 0.5);
}

.container--large {
  max-width: 174.2rem;
}

.container--fullwidth {
  max-width: none;
}

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

.container--full-left {
  margin-left: 0;
}

.container--full-right {
  margin-right: 0;
}

@media screen and (max-width: 989px) {
  .container {
    padding: 0 2.4rem;
  }
}

@media screen and (max-width: 749px) {
  .container {
    padding: 0 1.5rem;
  }
}

.relative {
  position: relative;
  z-index: 1;
}

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

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

li:empty {
  display: none;
}

.center ul:not([class]):not(.rte ul) {
  width: fit-content;
  margin-inline: auto;
  text-align: initial;
}

.right ul:not([class]):not(.rte ul) li {
  text-align: right;
  list-style-type: none;
  padding-right: 2rem;
  position: relative;
}

.right ul:not([class]):not(.rte ul) li:not(:empty):after {
  content: '•';
  position: absolute;
  top: 0;
  right: 0;
}

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

.list-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list-flex--center {
  justify-content: center;
}

.list-flex--justify {
  justify-content: space-between;
}

.list-flex > * {
  padding: 0 1rem;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.flex--justify {
  justify-content: space-between;
}

.flex--justify-center {
  justify-content: center;
}

.flex--justify-end {
  justify-content: flex-end;
}

.flex--center {
  align-items: center;
}

.flex--direction-column {
  flex-direction: column;
}

.hidden {
  display: none !important;
}

.block {
  display: block;
}

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

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

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

.button-unstyled {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  text-align: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

::selection {
  background-color: var(--color-subdued);
}

ul,
ol,
dl,
table,
blockquote {
  margin-block: 1.3em;
}

.rte p {
  margin-block: 1.3em;
}

ul,
ol {
  /* list-style-position: inside; */
}

.rte ul,
.rte ol,
ul:not([class]),
ol:not([class]) {
  padding-left: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  font-style: var(--font-heading-style);
  color: var(--color-headings);
  letter-spacing: -0.04em;
  margin-bottom: 0.6em;
}

/* Display 1 */
h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 7.8rem);
  line-height: 1.1;
}

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

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

/* Display 2 */
h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 6.2rem);
  line-height: 1;
}

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

@media only screen and (max-width: 749px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 3.2rem);
    line-height: 1.1;
  }
}

/* Display 3 */
h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 5.2rem);
  font-weight: 600;
  line-height: 1.1;
}

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

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

/* Display 4 */
h4,
.h4 {
  font-size: calc(var(--font-heading-scale) * 5.6rem);
  line-height: 1.1;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-scale) * 3.6rem);
  }
}

@media only screen and (max-width: 749px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-scale) * 2.8rem);
  }
}

/* Display 5 */
h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 4.8rem);
  line-height: 1.1;
  font-weight: 600;
}

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

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

/* Display 6 */
h6,
.h6 {
  font-size: calc(var(--font-heading-scale) * 4rem);
  line-height: 1.2;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  h6,
  .h6 {
    font-size: calc(var(--font-heading-scale) * 2.8rem);
  }
}

@media only screen and (max-width: 749px) {
  h6,
  .h6 {
    font-size: calc(var(--font-heading-scale) * 2rem);
  }
}

/* Display 7 */
.h7 {
  font-size: calc(var(--font-heading-scale) * 3.2rem);
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 600;
}

@media only screen and (max-width: 749px) {
  .h7 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

@media only screen and (max-width: 749px) {
  .h7 {
    font-size: calc(var(--font-heading-scale) * 1.6rem);
  }
}

.sh {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  line-height: 1.2;
}

.sh--1 {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}

.sh--2 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  line-height: 1.5;
}

.sh--3 {
  font-size: calc(var(--font-heading-scale) * 1.4rem);
  line-height: 1.14;
}

/* Body 22 Regular */
.p1,
.rte {
  font-size: calc(var(--font-body-scale) * 2.2rem);
  line-height: 1.4;
  letter-spacing: -0.03em;
}

/* Body 18 Regular */
.p2 {
  font-size: calc(var(--font-body-scale) * 1.8rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

/* Body 16 Regular */
.p3 {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  line-height: 1.625;
  letter-spacing: -0.02em;
}

/* Body 14 Regular */
.p4 {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: 1.43;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  /* Body 22 Regular */
  .p1,
  .rte {
    font-size: calc(var(--font-body-scale) * 2rem);
  }
}

@media screen and (max-width: 989px) {
  /* Body 22 Regular */
  .p1,
  .rte {
    font-size: calc(var(--font-body-scale) * 1.8rem);
  }
}

/* Eyebrow */
.eyebrow {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
}

blockquote {
  font-style: italic;
  border-left: 0.2rem solid var(--color-border);
  padding-left: 1.5rem;
}

@media screen and (max-width: 749px) {
  blockquote {
    padding-left: 1rem;
  }
}

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

.caption--small {
  font-size: 1.2rem;
}

table:not([class]) {
  table-layout: fixed;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem var(--color-border);
}

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.spacer {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.triangle-down {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: currentColor transparent transparent transparent;
  transform: rotate(0deg);
}

.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease var(--duration-short);
}

.link svg {
  vertical-align: middle;
}

.link:hover {
  text-decoration-thickness: 0.2rem;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: var(--color-border);
  display: block;
  margin: 7rem 0;
}

@media screen and (max-width: 749px) {
  hr {
    margin: 5rem 0;
  }
}

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

html.motion-reduce * {
  transition: none !important;
  animation: none !important;
}

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

summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

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;
  position: relative;
}

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

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

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

*:focus-visible {
  outline: 0.2rem solid currentColor;
  outline-offset: 0.3rem;
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: 0.3rem;
}

/* 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 currentColor;
  outline-offset: -0.2rem;
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: -0.2rem;
}

.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 currentColor;
  outline-offset: 1rem;
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: 1rem;
}

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

/* Grid */

.grid {
  display: grid;
  gap: var(--spacing-grid-row) var(--spacing-grid-col);
}

.grid--center {
  align-items: center;
}

.grid--no-column-gap {
  column-gap: 0;
}

.grid--reverse {
  direction: rtl;
}

.grid--reverse > * {
  direction: initial;
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid--5 {
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 749px) {
  .grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-grid-row-mobile) var(--spacing-grid-col-mobile);
  }
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-grid-row) var(--spacing-grid-col);
}

.flex-grid--no-column-gap {
  column-gap: 0;
}

.flex-grid--reverse {
  flex-direction: row-reverse;
}

.flex-grid--2 .flex__item {
  flex: 0 0 calc(50% - var(--spacing-grid-col));
}

.flex-grid--3 .flex__item {
  flex: 0 0 calc(33.33% - var(--spacing-grid-col));
}

.flex-grid--4 .flex__item {
  flex: 0 0 calc(25% - var(--spacing-grid-col));
}

.flex-grid--5 .flex__item {
  flex: 0 0 calc(20% - var(--spacing-grid-col));
}

.flex-grid--auto-grow .flex__item {
  flex-grow: 1;
}

@media screen and (max-width: 749px) {
  .flex-grid {
    gap: var(--spacing-grid-row-mobile) var(--spacing-grid-col-mobile);
  }

  .flex-grid .flex__item {
    flex: 0 0 100%;
  }
}

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

a:not([class]) {
  color: currentColor;
  will-change: opacity;
  transition: opacity var(--duration-default);
}

@media (hover: hover) and (pointer: fine) {
  a:not([class]):hover {
    opacity: 0.6;
  }
}

.media {
  display: block;
  background-color: var(--color-background-media);
  position: relative;
  color: var(--color-paragraphs);
  overflow: hidden;
}

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

.media > * {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

a.media {
  transition: opacity var(--duration-default);
}

@media (hover: hover) and (pointer: fine) {
  a.media:hover {
    opacity: 0.7;
  }
}

.media > img,
.media > iframe {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out,
    transform 0.8s ease-in-out;
}

.media--1-1 {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 120%;
}

.media--3-4 {
  padding-bottom: 75%;
}

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

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

@media screen and (max-width: 750px) {
  .media--mobile-2-4 {
    padding-bottom: 50%;
  }
}

.media--aspect-ratio {
  padding-bottom: 0;
}

.media--aspect-ratio img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: static;
}

.media .lazyload,
.media .lazyloading {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
}

.media .lazyloaded {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

deferred-media {
  display: block;
}

.deferred-media__button {
  width: 100%;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}

.deferred-media[loaded] .deferred-media__button {
  display: none;
}

.deferred-media__button svg {
  background-color: var(--color-solid-button);
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
}

.deferred-media iframe,
.deferred-media video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.deferred-media__wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  overflow: hidden;
  padding-bottom: 56.25%;
}

.button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  min-width: 20.7rem;
  max-width: 100%;
  min-height: 6.3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 3.2rem;
  cursor: pointer;
  text-decoration: none;
  font: inherit;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.22;
  color: var(--color-solid-button);
  background-color: var(--color-solid-button-background);
  transition: color var(--duration-default) ease,
    background-color var(--duration-default) ease,
    border-color var(--duration-default) ease;
  border: 0;
  border: 0.1rem solid transparent;
  border-radius: 0.4rem;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
}

.shopify-challenge__container .shopify-challenge__button {
  margin: 2rem auto 0;
}

.button--lg {
  min-height: 6.7rem;
}

.button--s {
  min-height: 5rem;
}

.button--xs {
  min-width: 12.2rem;
  min-height: 4rem;
  font-size: 1.2rem;
}

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

.button--secondary {
  color: var(--color-solid-button-alt);
  background-color: var(--color-solid-button-background-alt);
}

.button--outlined {
  background-color: transparent;
  color: var(--color-outline-button);
  border-color: var(--color-outline-button-border);
}

.button--outlined-alt {
  background-color: transparent;
  color: var(--color-outline-alt-button);
  border-color: var(--color-outline-alt-button-border);
}

.button--outlined-green-2 {
  background-color: transparent;
  color: var(--c-green-2);
  border-color: var(--c-green-2);
}

@media screen and (max-width: 989px) {
  .button--lg {
    min-height: 6rem;
  }
}

@media screen and (max-width: 749px) {
  .button--lg {
    min-height: 5.4rem;
  }
}

.button--w-auto {
  min-width: auto;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .shopify-challenge__button:hover,
  button.shopify-payment-button__button--unbranded:hover,
  .shopify-payment-button [role='button']:hover,
  .cart__dynamic-checkout-buttons [role='button']:hover {
    color: var(--c-dark-green-3);
    background-color: var(--c-green-5);
    border-color: var(--c-green-5);
  }

  .button--secondary:hover {
    color: var(--c-dark-green-3);
    background-color: var(--c-green-5);
  }

  .button--outlined:hover {
    color: var(--c-dark-green-3);
    background-color: var(--c-green-5);
    border-color: var(--c-green-5);
  }

  .button--outlined-alt:hover {
    color: var(--c-dark-green-3);
    background-color: var(--c-green-5);
    border-color: var(--c-green-5);
  }

  .button--outlined-green-2:hover {
    background-color: var(--c-green-2);
    color: var(--c-white);
    border-color: var(--c-green-2);
  }
}

.button:disabled,
.button.disabled,
.button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

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

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.form-row--double {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 749px) {
  .form-row--double {
    grid-template-columns: 1fr;
  }
}

.form-row + .form-row {
  margin-top: 1.5rem;
}

.field {
  position: relative;
}

.select-input:has(select:disabled),
.field:has(input:disabled, select:disabled, textarea:disabled, ) {
  opacity: 0.8;
}

.field-double__label,
.select-input__label,
.field__label {
  display: block;
  cursor: pointer;
  margin: 0 0 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.42;
}

.select-input__el,
.field__input {
  font: inherit;
  color: var(--color-paragraphs);
  background-color: var(--color-background-secondary);
  width: 100%;
  height: 5rem;
  border-radius: 0.6rem;
  letter-spacing: -0.02em;
  padding: 0 1.2rem;
  border: 0.1rem solid #d2d5da;
  transition: border-color var(--duration-default) ease;
  -webkit-appearance: none;
  appearance: none;
}

.select-input__el {
  padding-right: 4rem;
}

.field__input::placeholder {
  color: #4b5563;
}

.select-input--bordered .select-input__el:focus,
.select-input--bordered .select-input__el:hover,
.field__input:focus,
.field__input:hover {
  border-color: #60a5fa;
  outline: none;
}

.field--has-error .field__input {
  border-color: #dc2626;
  background-color: #fef2f2;
  color: #991b1b;
}

.field--textarea .field__input {
  height: auto;
  min-height: 15.2rem;
  padding: 1.2rem;
  resize: vertical;
}

.field__error {
  color: #dc2626;
  margin: 0.5rem 0 0;
}

.field-double--secondary .field-double__label,
.select-input--secondary .select-input__label,
.field--secondary .field__label {
  text-transform: uppercase;
  color: var(--c-gray-5);
}

.select-input--secondary .select-input__el,
.field--secondary .field__input {
  background-color: var(--c-gray-4);
}

.field--secondary .field__input::placeholder {
  color: var(--c-gray-5);
}

.field-double {
  display: flex;
  flex-wrap: wrap;
}

.field-double__label {
  width: 100%;
}

.field-double .field {
  flex: 1;
}

.field-double .field:not(:nth-child(2)) .field__input {
  border-left-color: transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.field-double .field__input:hover,
.field-double .field__input:focus {
  border-left-color: #60a5fa;
}

.field-double .select-input__el {
  padding-right: 3.2rem;
  background-color: var(--c-white);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.checkbox {
  display: inline-flex;
  align-items: center;
}

.checkbox input {
  position: relative;
  border: 0.1rem solid var(--color-paragraphs);
  margin: 0;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--color-background-secondary);
  appearance: none;
  -webkit-appearance: none;
}

.checkbox input:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.3rem;
  width: 0.7rem;
  margin-top: -0.1rem;
  border: solid var(--color-background-secondary);
  border-width: 0.1rem 0.1rem 0 0;
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 0;
  visibility: hidden;
}

.checkbox input + label {
  width: calc(100% - 2rem);
  padding-left: 1rem;
}

.checkbox input:checked {
  border-color: var(--color-paragraphs);
  background-color: var(--color-background-primary);
}

.checkbox input:checked:before {
  opacity: 1;
  visibility: visible;
}

quantity-input {
  display: block;
}

.quantity {
  position: relative;
  width: 11.8rem;
}

.quantity__wrapper {
  display: flex;
  color: var(--color-paragraphs);
  border: 0.1rem solid #d2d5da;
  background-color: var(--c-gray-4);
  border-radius: 0.5rem;
  max-width: 100%;
}

.quantity__input {
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  border: none;
  height: 4.2rem;
  width: 0;
  flex: 1;
  color: var(--c-gray-5);
  font-size: 1.39rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  transition: color var(--duration-default);
  -webkit-appearance: none;
  appearance: none;
}

.quantity__input:focus {
  color: currentColor;
  outline-offset: -0.1rem;
  outline-width: 0.1rem;
}

.quantity__button {
  font-size: 1.4rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  padding-bottom: 0.2rem;
  transition: color var(--duration-default);
}

@media (hover: hover) and (pointer: fine) {
  .quantity__button:hover {
    color: var(--c-gray-5);
  }
}

@media screen and (max-width: 749px) {
  .quantity {
    width: 11rem;
  }

  .quantity__input {
    height: 3.8rem;
  }
}

.quantity__button svg {
  pointer-events: none;
}

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

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

select {
  background: none;
  color: inherit;
  cursor: pointer;
}

.select-input__wrapper {
  position: relative;
}

.select-input__wrapper svg {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.select-input:not(.select-input--bordered) .select-input__el {
  padding: 0 2rem 0 0;
  border: none;
}

.field--has-error .field__input {
  border-color: #dc2626;
  background-color: #fef2f2;
  color: #991b1b;
}

.select-input--bordered .select-input__wrapper svg {
  width: 1.9rem;
  height: auto;
  right: 1.1rem;
}

.select-input--inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.select-input--inline .select-input__label {
  margin: 0 1rem 0 0;
}

.dropdown .dropdown__button {
  position: relative;
}

.dropdown .dropdown__icon {
  will-change: transform;
  transition: transform var(--duration-default);
}

.dropdown.is-open .dropdown__icon {
  transform: rotate(180deg);
}

.dropdown.disclosure-has-popup .dropdown__list {
  position: absolute;
}

.dropdown .dropdown__list {
  top: 100%;
  right: 0;
  min-width: 20rem;
  background-color: var(--color-background-secondary);
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  transition: opacity var(--duration-default),
    visibility var(--duration-default);
}

.dropdown.is-open .dropdown__list {
  opacity: 1;
  visibility: visible;
}

.dropdown .dropdown__link {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.dropdown .dropdown__link[disabled] {
  cursor: initial;
}

dropdown-input:not(html.no-js dropdown-input) label + * {
  display: none;
}

.rte a {
  color: currentColor;
  text-underline-offset: 0.15em;
}

.rte ul {
  list-style: none;
}

.rte ul li {
  position: relative;
}

.rte ul li::before {
  content: '▪';
  position: absolute;
  top: 0.25em;
  left: -1.2em;
  font-size: 0.7em;
}

.rte table {
  width: 100%;
}

.rte iframe {
  max-width: 100%;
  display: block;
  margin-inline: auto;
}

.price ins {
  text-decoration: none;
}

.price del {
  color: var(--color-red);
  margin-right: 0.5rem;
}

.badge {
  background-color: var(--color-background-secondary);
  padding: 0.5rem 2rem;
  border: 0.1rem solid var(--color-subdued);
  border-radius: 2rem;
}

/* Swiper no-js */
.no-js .swiper {
  visibility: visible;
}

.no-js .swiper-wrapper {
  display: grid;
  column-gap: 3.2rem;
  row-gap: 7.2rem;
  grid-template-columns: repeat(4, 1fr);
}

.no-js .swiper-arrows {
  display: none;
}

.no-js .swiper-pagination {
  display: none;
}

/* Swiper slider */
.swiper--spacing {
  --gap-x: 1rem;
  --gap-y: 0rem;
  --width: 100%;
}

.swiper.swiper-vertical > .swiper-wrapper {
  height: auto;
}

.swiper--spacing.swiper {
  margin: calc(0rem - var(--gap-y) / 2) calc(0rem - var(--gap-x) / 2);
}

.swiper--spacing .swiper-slide {
  padding: calc(var(--gap-y) / 2) calc(var(--gap-x) / 2);
  flex: 0 0 var(--width);
  max-width: var(--width);
}

.swiper-wrapper {
  box-sizing: border-box !important;
}

.swiper-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem 6.4rem;
  margin-top: 4.8rem;
}

.swiper-actions:has(.swiper-pagination-lock) {
  display: none;
}

.swiper-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.swiper-arrow {
  display: inline-block;
  color: var(--c-red-2);
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  pointer-events: all;
  will-change: opacity;
  transition: opacity var(--duration-default), color var(--duration-default);
}

@media (hover: hover) and (pointer: fine) {
  .swiper-arrow:hover {
    color: var(--c-dark-green);
  }
}

.swiper-arrow svg {
  display: block;
}

.swiper-arrow--prev:after {
  transform: rotate(-135deg);
}

.swiper-arrow--next:after {
  transform: rotate(45deg);
}

.swiper-arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 1.7rem;
  padding: 2rem 0 0 0;
  position: static !important;
}

.swiper-actions .swiper-pagination.swiper-pagination {
  width: auto;
  padding: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet {
  display: block;
  width: 1.3rem !important;
  height: 1.3rem !important;
  background: var(--c-dark-green);
  padding: 0;
  border: none;
  border-radius: 50%;
  margin: 0 !important;
  opacity: 1 !important;
  cursor: pointer;
  transition: background-color var(--duration-default);
}

.swiper-pagination-bullet-active {
  background: var(--c-red-2) !important;
}

@media screen and (max-width: 989px) {
  .swiper-actions {
    column-gap: 3.6rem;
    margin-top: 3.2rem;
  }

  .swiper-pagination {
    column-gap: 1rem;
  }
}

@media screen and (max-width: 749px) {
  .swiper-actions {
    column-gap: 2rem;
    margin-top: 2.4rem;
  }

  .swiper-pagination {
    column-gap: 0.8rem;
  }

  .swiper-pagination-bullet {
    width: 1rem !important;
    height: 1rem !important;
  }
}

/* Slider actions */
.slider-actions {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6.4rem;
}

@media (max-width: 767px) {
  .slider-actions {
    justify-content: center;
    margin-top: 3.8rem;
  }
}

.swiper:not(.swiper-initialized) ~ .slider-actions {
  display: none;
}

.slider-actions .swiper-pagination.swiper-pagination {
  width: fit-content;
  padding: 0;
}

.slider-actions .slider-actions__next,
.slider-actions .slider-actions__prev {
  width: 2.4rem;
  height: 2.4rem;
  position: static;
  border: none;
  background-color: transparent;
  color: var(--c-red-2);
  margin-top: 0;
  transition: color var(--duration-default) ease;
}

.slider-actions .slider-actions__next:hover,
.slider-actions .slider-actions__prev:hover {
  color: var(--c-green-2);
}

.slider-actions .slider-actions__next svg,
.slider-actions .slider-actions__prev svg {
  display: block;
}

.slider-actions .slider-actions__next:after,
.slider-actions .slider-actions__prev:after {
  display: none;
}

/* Bullets */
.slider-actions .swiper-pagination-bullet {
  background-color: #fff;
}

/* Swatches */
.swatch {
  background-color: currentColor;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
}

:checked + .swatch {
  box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.4rem currentColor;
}

input.is-unavailable + label {
  position: relative;
  overflow: hidden;
  opacity: 0.7;
}

input.is-unavailable + label:after {
  content: '';
  background-color: currentColor;
  width: 142%;
  height: 0.1rem;
  position: absolute;
  inset: auto;
  transform: translate(-50%, -50%) rotate(-45deg);
  filter: invert(50%);
  top: 50%;
  left: 50%;
}

/* Section */

.section {
  margin-block: 5rem;
}

slider-default {
  display: block;
}

/* Entry */
.entry:last-child {
  margin-bottom: 0;
}

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

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

/* Card product */
.card-product {
  container-type: inline-size;
  container-name: card-product;
  display: flex;
  height: 100%;
}

.card-product__inner {
  background-color: var(--c-gray);
  color: var(--c-dark-green-2);
  padding: 3.8rem 4.8rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  border-radius: 0.8rem;
}

@container (max-width: 400px) {
  .card-product__inner {
    padding: 3.8rem 2.6rem;
  }
}

@container (max-width: 300px) {
  .card-product__inner {
    padding: 1.8rem;
  }
}

.card-product__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.card-product__media {
  max-width: 14.4rem;
  margin-bottom: 3.2rem;
  border-radius: 0.6rem;
  overflow: hidden;
  margin-inline: auto;
}

.card-product__title {
  flex: 1;
  text-align: center;
}

.card-product__tag {
  display: inline-block;
  background-color: #fff;
  color: var(--c-dark-green);
  padding: 0.8rem 1.2rem;
  margin-bottom: 2.4rem;
  text-align: center;
}

@container (max-width: 400px) {
  .card-product__tag {
    margin-bottom: 1.8rem;
  }
}

.card-product__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.41;
  margin-bottom: 1.6rem;
  text-align: center;
}

@container (max-width: 400px) {
  .card-product__title {
    font-size: 2.6rem;
  }
}

@container (max-width: 300px) {
  .card-product__title {
    font-size: 1.8rem;
  }
}

.card-product__title a {
  transition: opacity var(--duration-default) ease;
}

.card-product__title a:hover {
  opacity: 0.7;
}

.card-product__price {
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-weight: 600;
  border-top: 0.1rem solid var(--c-gray-2);
  text-align: center;
}

@container (max-width: 400px) {
  .card-product__price {
    font-size: 1.8rem;
  }
}

@container (max-width: 300px) {
  .card-product__price {
    padding-top: 1.8rem;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
  }
}

.card-product__actions {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}

@container (max-width: 300px) {
  .card-product__actions {
    flex-direction: column;
  }
}

.card-product__actions .button {
  padding-inline: 3.2rem;
  font-size: 1.8rem;
  min-height: 6.3rem;
  text-align: center;
}

@container (max-width: 400px) {
  .card-product__actions .button {
    font-size: 1.6rem;
    padding-inline: 1.8rem;
    min-height: 5.6rem;
  }
}

@container (max-width: 300px) {
  .card-product__actions .button {
    font-size: 1.6rem;
    padding-inline: 1.8rem;
    min-height: 4.6rem;
    width: 100%;
  }
}

.card-product .jdgm-prev-badge__text {
  visibility: visible;
  text-transform: capitalize;
}

.jdgm-star {
  color: #ff6c44 !important;
}

/* Box */

.box {
  display: -webkit-box;
  display: -moz-box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 3; */
  /* line-clamp: 3; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.box--single {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

/* Loader */
.loader {
  display: none;
  position: absolute;
  bottom: calc(50% - 1rem);
  left: calc(50% - 1rem);
  border: 5px solid transparent;
  border-top: 5px solid #60c659;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  animation: spin 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.gold-partner-badge {
  height: 4.4rem;
  width: auto;
  justify-self: start;
  display: inline-block;
  -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right / 300%
    100%;
  background-repeat: no-repeat;
  animation: shimmer 3.5s;
  animation-iteration-count: 3;
}

/* Modal styles */
.fade:not(.show) {
  opacity: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: -1;
}

.modal.show {
  pointer-events: all;
  z-index: 1055;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

modal-dialog {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6); /* optional dark overlay */
  justify-content: center;
  align-items: center;
}

modal-dialog[open] {
    display: flex;
}

.modal-dialog .modal-body {
  padding: 3rem;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  border-radius: 16px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3.5rem;
  border-bottom: 1px solid rgba(145, 171, 145, 0.25);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  /* padding: 1rem; */
  margin: 0 0 0 auto;
}

.modal-header .btn {
  margin: auto 0 0 0;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid rgba(145, 171, 145, 0.25);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
  padding: 0;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* Bootstrap classes? */

/* Padding */
.p-5 {
  padding: 3rem !important;
}

/* Flex utilities */
.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

/* Spacing utilities */
.gap-5 {
  column-gap: 3rem !important;
  row-gap: 3rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

/* Buttons */
.btn {
    min-width: 20.7rem;
    max-width: 100%;
    min-height: 6.3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 3.2rem;
    cursor: pointer;
    text-decoration: none;
    font: inherit;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.22;
    color: var(--color-solid-button);
    background-color: var(--color-solid-button-background);
    transition: color var(--duration-default) ease, background-color var(--duration-default) ease, border-color var(--duration-default) ease;
    border: 0;
    border: 0.1rem solid transparent;
    border-radius: 0.4rem;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
}

.btn-md {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}

.floating-button {
  z-index: 500;
  position: fixed;
  bottom: 1.5rem;
  left: 2rem;
}

.floating-button a {
  background-color: var(--c-green-5);
  color: var(--c-dark-green-3);
}

.floating-button a:hover {
  background-color: var(--c-dark-green-3);
  color: var(--c-white);
  border: none;
}

/* Image utilities */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Main page */
.default-page-padding,
.main-page {
  padding: 10rem 0;
}

@media (max-width: 767px) {
  .default-page-padding,
  .main-page {
    padding: 6rem 0;
  }
}

/* Card collection */
.card-collection__title {
  padding-top: 2rem;
}

@media (max-width: 749px) {
  .card-collection__title {
    font-size: 2rem;
  }
}

/* Snize 3rd party search */
.snize-ac-results {
  background-color: #fff !important;
}

.card-article {
  position: relative;
  transition: opacity .3s;
}
.card-article:hover {
  opacity: 0.7;
}
.card-article__title {
  font-size: 2.2rem;
  line-height: 1.4;
}
.card-article__actions a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Socials */
.socials {
  gap: 1rem 2.8rem;
}

.template--product h1 {
  font-size: 3.6rem;
}

.template--product h2 {
  font-size: 3rem;
}

.template--product h3 {
  font-size: 2.4rem;
}

.template--product h4 {
  font-size: 2rem;
}

.template--product h5 {
  font-size: 1.8rem;
}

.template--product h6 {
  font-size: 1.6rem;
}

.template--product .h1 {
  font-size: 3.6rem;
}

.template--product .h2 {
  font-size: 3rem;
}

.template--product .h3 {
  font-size: 2.4rem;
}

.template--product .h4 {
  font-size: 2rem;
}

.template--product .h5 {
  font-size: 1.8rem;
}

.template--product .h6 {
  font-size: 1.6rem;
}

.template--product .h7 {
  font-size: 1.4rem;
}

.template--product .h8 {
  font-size: 1.2rem;
}

.template--product .h9 {
  font-size: 1rem;
}
