/** Shopify CDN: Minification failed

Line 459:0 Unexpected "}"

**/
/* Newsletter */

.footer-heading {
  font-family: var(--font-display--family);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 18px;

  @media screen and (max-width: 749px) {
    font-size: var(--type-body-s-3xs-mobile-size);
    line-height: 16px;
    letter-spacing: 2px;
  }
}

.color-scheme-1 .footer-heading {
  color: var(--color-neutral-700);
}

.footer-subtext {
  font-family: var(--font-display--family);
  font-size: var(--type-body-s-sm-size);
  line-height: var(--type-body-s-sm-line-height);
  margin-bottom: 10px;
  font-weight: var( --font-subheading--weight);
}

.newsletter-form-ui .footer-privacy p {
  font-family: var(--font-display--family);
  font-size: var(--type-body-s-2xs-size);
  line-height: var(--type-body-s-2xs-line-height);
  font-weight: var( --font-subheading--weight);
  margin-top: 10px;
}

.color-scheme-1 .newsletter-form-ui .footer-privacy p{
  color: var(--color-neutral-700);
}

.color-scheme-5 .newsletter-form-ui .footer-privacy p{
  color: var(--color-gray-999);
}

.color-scheme-1 .newsletter-form-ui .footer-privacy a {
  color: var(--color-text-bulma);
  @media screen and (max-width: 749px) {
    text-decoration: underline;
    text-underline-position: from-font;
  }
}

.color-scheme-5 .newsletter-form-ui .footer-privacy a {
  color: var(--color-white);
  @media screen and (max-width: 749px) {
    text-decoration: underline;
    text-underline-position: from-font;
  }
}

.newsletter-form-ui .footer-privacy a {
  text-decoration: none;
}

.footer-newsletter__input-group {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 360px;
  width: 100%;
}

.footer-newsletter__input {
  width: 100%;
  padding: 8px 43px 8px 12px;
  border: 1px solid #E2E2E2;
  outline: none;
}

.footer-newsletter__button {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ccc;
}
/* Newsletter */
.footer-newsletter-block {
  --arrow-button-size: 58px;
  --arrow-button-size-integrated: 42px;
  --arrow-button-size-small: 20px;
  --arrow-icon-size: 32px;
  --arrow-icon-size-small: 24px;
  min-width: fit-content;

  @media screen and (max-width: 749px) {
    width: 100%;
    min-width: unset;
  }
}

.footer-newsletter-block.newsletter-success-active .newsletter-form-ui {
  display: none;
}

.footer-newsletter__input-group {
  display: flex;
  align-items: stretch;
  background-color: transparent;
}

.footer-newsletter__input-group:not(.footer-newsletter__input-group--integrated):not(
    .footer-newsletter__input-group--underline
  ) {
  gap: var(--gap-xs);
  align-items: center;
}

.footer-newsletter__input {
  flex: 1;
  min-width: 0;
  border-width: var(--border-width);
  border-radius: var(--border-radius);
  border-style: solid;
  border-color: var(--color-input-border);
  font-family: var(--font-display--family);

  @media screen and (max-width: 749px) {
    width: 100%;
  }
}

.footer-newsletter__input-group--integrated .footer-newsletter__input {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.footer-newsletter__input.paragraph {
  color: var(--color-input-text);
  outline-color: var(--color-input-background);
}

.footer-newsletter__button {
  white-space: nowrap;
  padding: 0;
}

.footer-box-newsletter input.footer-newsletter__input::placeholder {
  color: var(--color-neutral-600);
  font-size: var(--type-body-s-sm-size);
  line-height: var(--type-body-s-sm-line-height);
}

.footer-newsletter__input-group .footer-newsletter__input--none {
  color: var(--color-input-text);
  background-color: var(--color-input-background);
  border: none;
}

.footer-newsletter__button--integrated {
  --button-offset: var(--margin-xs);
  align-self: stretch;
  margin: var(--button-offset);
  flex-shrink: 0;

  @media screen and (max-width: 749px) {
    width: fit-content;
  }

  &.footer-newsletter__button--text {
    padding: 0 var(--padding-3xl);
  }

  &.footer-newsletter__button--text.button-unstyled {
    padding: 0 var(--padding-xl);
  }

  &.button-unstyled {
    border-radius: var(--border-radius);
  }

  > .footer-newsletter__button-icon {
    padding: 0;
  }

  &.footer-newsletter__button--arrow {
    width: var(--arrow-button-size-integrated);
    height: var(--arrow-button-size-integrated);
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;

    > .footer-newsletter__button-icon {
      width: var(--arrow-icon-size-small);
      height: var(--arrow-icon-size-small);
    }
  }
}

.footer-newsletter__input--underline + .footer-newsletter__button--integrated {
  margin: 0;
  align-self: center;

  &.footer-newsletter__button--text {
    padding-block: 9px;
  }

  &.footer-newsletter__button--text.button-unstyled {
    padding-inline: 0;
    min-width: 44px;
    min-height: 44px;
  }

  &.button-unstyled {
    border-radius: 0;
  }

  &.footer-newsletter__button--arrow {
    width: var(--arrow-button-size-integrated);
    height: var(--arrow-button-size-integrated);
    display: flex;
    align-items: center;
    justify-content: center;

    > .footer-newsletter__button-icon {
      width: var(--arrow-icon-size-small);
      height: var(--arrow-icon-size-small);
    }
  }
}

.footer-newsletter__button:not(.button-unstyled) {
  background-color: var(--button-background-color);
  color: var(--button-color);
  text-transform: var(--button-text-case-primary);
}

.footer-newsletter__button.button-secondary {
  text-transform: var(--button-text-case-secondary);
}

.footer-newsletter__button.button-unstyled {
  background-color: transparent;
  color: var(--color-input-text);
}

.footer-newsletter__button.button-unstyled:hover {
  color: rgb(var(--color-input-text-rgb) / var(--opacity-70));
  cursor: pointer;
}

.newsletter-success-ui {
  display: none;
}

.newsletter-success-active .newsletter-form-ui {
  display: none;
}

.newsletter-success-active .newsletter-success-ui {
  display: block;
}

/* store info */
.footer-store-info {
  font-size: 14px;
}

.store-row {
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 26px;
}

.store-link {
  text-decoration: underline;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.svg-wrapper {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-store-block {
  font-family: 'Lato', sans-serif;
}

.store-icon {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  flex: 0 0 16px;
}

.store-icon svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: block;
}

.color-scheme-1 .footer-store-block .store-icon {
  color: var(--color-neutral-600);
}

.store-text {
  font-family: var(--font-display--family);
  font-size: var(--type-body-s-sm-size);
  line-height: var(--type-body-s-sm-line-height);
  font-weight: 500;
}

.store-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: underline;
  text-transform: capitalize;
}

.footer-locale {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-locale-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-locale-label {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
}

.locale-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}

.language-list {
  display: flex;
  gap: 10px;
}

.language-item a.active {
  font-weight: bold;
  text-decoration: underline;
}

.region-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}

.region-popup.active {
  display: block;
}

.region-popup-inner,
.localization-inner {
  background: #fff;
  max-width: 500px;
  margin: 100px auto;
  padding: 30px;
}

.region-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* region language sections */
.footer-region-language {
  padding: 10px 0;

  @media screen and (max-width: 749px) {
    padding: 0;
  }
}

.footer-region-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* LEFT */
.footer-locale {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-region-btn,
.footer-language a {
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-foreground);
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 0;
}

.footer-region-btn:after {
  content: "^";
  transform: rotate(181deg);
  font-weight: 700;
  position: absolute;
  top: -4px;
  margin-left: 7px;
  font-size: 19px;
}
}

.footer-language {
  display: flex;
  gap: 0;
}

.footer-language .lang-link:not(:last-child)::after {
  content: "|";
  margin: 0 8px;
  opacity: 0.4;
}

.lang-link {
  opacity: 0.6;
}

.lang-link.active {
  opacity: 1;
  text-decoration: underline;
}

/* RIGHT */
.footer-payments {
  display: flex;
  justify-content: var(--payment-align);
  gap: var(--payment-gap);
  padding-top: var(--pt);
  padding-bottom: var(--pb);
  padding-left: var(--pl);
  padding-right: var(--pr);
  align-items: center;
  flex-wrap: wrap;
}

.payment-title.hidden--desktop {
  font-family: var(--font-display--family);
  font-size: var(--type-body-s-4xs-size);
  line-height: var(--type-body-s-4xs-line-height);
  font-weight: var(--type-body-s-4xs-weight-roman);
}

.color-scheme-1 .payment-title {
  color: var(--color-gray-999);
}

.color-scheme-5 .payment-title {
  color: var(--color-neutral-400);
}

.footer-payments img {
  width: 38px;
  height: 24px;
}

.footer-payments .payment-icons {
  display: flex;
  gap: 10px;
}

/* MOBILE */
@media (max-width: 768px) {

  .footer-locale {
    padding-bottom: 10px;
  }

  .footer-region-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-payments {
    width: 100%;
    justify-content: flex-start;
  }
}

/* region popup */
.region-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
}

.region-popup.active {
  display: block;
}

.region-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* POPUP BOX */
.region-popup-box {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 90%;
  max-width: 1200px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80vh;
  padding: 48px 10px;
}

body.popup-open {
  overflow: hidden;
}

/* TITLE */
.region-title {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}

.region-popup-scroll {
  flex: 1;
  overflow-y: auto;
  padding-right: 10px;
}

/* GRID */
.region-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  /* important for divider look */
}

/* COLUMN */
.region-column {
  padding: 0 30px;
  border-right: 1px solid #e5e5e5;
}

.region-column:last-child {
  border-right: none;
}

/* COLUMN TITLE */
.region-column .h3 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
}

/* LIST */
.region-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.region-column li {
  margin-bottom: 12px;
}

/* LINKS */
.region-column a {
  text-decoration: none;
  color: #282828;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  color: #282828;
}

/* ICON */
.region-column img {
  width: 16px;
  height: 16px;
}

/* CLOSE BUTTON */
.region-popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}

/* MOBILE */
@media (max-width: 768px) {
  .region-popup-box {
    padding: 20px;
  }

  .region-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .region-column {
    border-right: none;
    padding: 0;
  }
}

/* footer policy copyright */
.footer-bottom.footer-policy-copiright {
  padding: 8px 0;
  background: rgb(var(--color-background));
}

.color-scheme-1 .footer-policy-copiright {
  color: var(--color-neutral-700);
}

.color-scheme-5 .footer-policy-copiright {
  color: var(--color-neutral-400);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

/* POLICY */
.footer-policy {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.footer-policy li {
  display: flex;
  align-items: center;
}

/* separator */
.footer-policy li:not(:last-child)::after {
  content: '|';
  margin: 0 10px;
  color: rgb(var(--color-foreground));
  opacity: 0.5;
}

/* links */
.footer-policy a {
  text-decoration: none;
  color: rgb(var(--color-foreground));
  font-family: var(--font-display--family);
  font-size: var(--type-body-s-3xs-size);
  font-weight: 500;
  line-height: var(--type-body-s-3xs-line-height);
}

/* COPYRIGHT */
.footer-copyright {
  color: rgb(var(--color-foreground));
  text-align: right;
  font-family: var(--font-display--family);
  /* FIXED */
  font-size: var(--type-body-s-3xs-size);
  font-weight: 500;
  line-height: var(--type-body-s-3xs-line-height);
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .footer-bottom.footer-policy-copiright {
    padding: 0;
  }

  .footer-copyright {
    text-align: left;
  }
}

/* footer social icons */
.footer-social-icons .social-icons__wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

@media screen and (max-width: 749px) {
  .footer-social-icons .social-icons__wrapper {
    justify-content: flex-start;
    place-self: flex-start;
    margin-top: 10px;
  }
}


/* =========================
   NEWSLETTER - BASE
========================= */

.footer-newsletter-form .errors {
  background: transparent;
  color: #D50000;
  padding: 0;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 22px;
}

.footer-newsletter-form .errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-newsletter-fa-form iframe,
.newsletter-iframe-form {
  width: 100%;
  min-height: 350px;
  border: none;
  display: block;
  background: transparent;
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .footer-box-newsletter:not(:only-child).footer-newsletter-form .form-group {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-newsletter-form .form-group {
    max-width: 360px;
  }
}

@media (max-width: 640px) {
  .footer-newsletter-form .form-group {
    max-width: 100%;
  }
}

footer textarea,footer input:not([type=checkbox],[type=radio]) {
  color: var(--color-text-bulma);
}

footer textarea::placeholder,
footer input:not([type=checkbox],[type=radio])::placeholder {
  color: var(--color-neutral-600);
}