/** Shopify CDN: Minification failed

Line 627:29 Unexpected ")"
Line 630:2 Unexpected "<"
Line 759:37 Unexpected "="
Line 759:52 Expected ":"
Line 759:54 Unexpected ";"

**/
.jm-footer {
  --jm-footer-bg: rgb(var(--color-background));
  --jm-footer-text: rgb(var(--color-foreground));
  --jm-footer-muted: rgba(var(--color-foreground), 0.66);
  --jm-footer-line: rgba(var(--color-foreground), 0.14);
  --jm-service-bg: #f5f5f3;
  --jm-service-text: #151515;
  --jm-service-muted: #626262;
  --jm-service-line: #dededb;
  background: var(--jm-footer-bg);
  color: var(--jm-footer-text);
  margin-top: var(--jm-footer-margin-top, 0);
}

.jm-footer * {
  box-sizing: border-box;
}

.jm-footer a {
  color: inherit;
  text-decoration: none;
}

.jm-footer__services {
  background: var(--jm-service-bg);
  color: var(--jm-service-text);
  border-top: 1px solid var(--jm-service-line);
  border-bottom: 1px solid var(--jm-service-line);
}

.jm-footer__services-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.jm-footer__service {
  min-height: 150px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: center;
  gap: 0 20px;
  padding: var(--jm-service-padding, 32px) 42px;
  border-right: 1px solid var(--jm-service-line);
}

.jm-footer__service:last-child {
  border-right: 0;
}

.jm-footer__service-icon {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  color: var(--jm-service-text);
}

.jm-footer__service-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jm-footer__service-title {
  margin: 0 0 8px;
  font-size: 1.45rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 650;
}

.jm-footer__service-text {
  margin: 0;
  color: var(--jm-service-muted);
  font-size: 1.3rem;
  line-height: 1.55;
}

.jm-footer__main {
  padding-top: var(--jm-footer-padding-top, 64px);
  padding-bottom: 38px;
}

.jm-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 0.8fr)) minmax(250px, 1.25fr) minmax(210px, 1fr);
  gap: 36px;
  align-items: start;
}

.jm-footer__menu-group {
  border: 0;
}

.jm-footer__menu-summary {
  list-style: none;
  pointer-events: none;
  cursor: default;
}

.jm-footer__menu-summary::-webkit-details-marker {
  display: none;
}

.jm-footer__heading {
  margin: 0 0 22px;
  color: var(--jm-footer-text);
  font-size: 1.48rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  font-weight: 650;
}

.jm-footer__menu {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jm-footer__menu a,
.jm-footer__policies a {
  color: var(--jm-footer-muted);
  font-size: 1.3rem;
  line-height: 1.45;
  transition: color 160ms ease, transform 160ms ease;
}

.jm-footer__menu a:hover,
.jm-footer__policies a:hover {
  color: var(--jm-footer-text);
}

.jm-footer__empty {
  margin: 0;
  color: var(--jm-footer-muted);
  font-size: 1.2rem;
}

.jm-footer__newsletter-copy {
  max-width: 42rem;
  margin: -6px 0 22px;
  color: var(--jm-footer-muted);
  font-size: 1.3rem;
  line-height: 1.55;
}

.jm-footer__newsletter .field {
  min-height: 52px;
  overflow: hidden;
  background: rgb(var(--color-background));
  border: 1px solid rgba(var(--color-foreground), 0.48);
  border-radius: 999px;
  box-shadow: none;
}

.jm-footer__newsletter .field::before,
.jm-footer__newsletter .field::after {
  display: none;
}

.jm-footer__newsletter .field__input {
  height: 52px;
  padding: 0 58px 0 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--jm-footer-text);
  font-size: 1.3rem;
  line-height: 52px;
}

.jm-footer__newsletter .field__label {
  display: none;
}

.jm-footer__newsletter .field__input::placeholder {
  color: var(--jm-footer-muted);
  opacity: 1;
}

.jm-footer__newsletter .field:focus-within {
  border-color: var(--jm-footer-text);
  box-shadow: 0 0 0 1px var(--jm-footer-text);
}

.jm-footer__newsletter .newsletter-form__button {
  right: 0;
  width: 52px;
  color: var(--jm-footer-text);
  border-left: 0;
}

.jm-footer__newsletter .newsletter-form__message {
  color: var(--jm-footer-text);
}

.jm-footer__social {
  margin-top: 0;
}

.jm-footer__social .list-social {
  justify-content: flex-start;
  gap: 0;
  border-top: 1px solid var(--jm-footer-line);
  border-left: 1px solid var(--jm-footer-line);
}

.jm-footer__social .list-social__link {
  min-width: 48px;
  min-height: 48px;
  color: var(--jm-footer-text);
  border-right: 1px solid var(--jm-footer-line);
  border-bottom: 1px solid var(--jm-footer-line);
}

.jm-footer__app {
  margin-top: 24px;
}

.jm-footer__app-heading {
  margin-bottom: 12px;
}

.jm-footer__app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.jm-footer__app-badge {
  display: block;
  max-width: 128px;
}

.jm-footer__app-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.jm-footer__app-placeholder {
  margin: 0;
  color: var(--jm-footer-muted);
  font-size: 1.15rem;
  line-height: 1.5;
}

.jm-footer__bottom {
  border-top: 1px solid var(--jm-footer-line);
  padding-top: 26px;
  padding-bottom: var(--jm-footer-padding-bottom, 32px);
}

.jm-footer__bottom-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(260px, 1fr);
  gap: 28px;
  align-items: center;
}

.jm-footer__copyright {
  color: var(--jm-footer-muted);
  font-size: 1.2rem;
  line-height: 1.5;
}

.jm-footer__copyright p {
  margin: 0;
}

.jm-footer__policies {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.jm-footer__policies a {
  font-size: 1.15rem;
}

.jm-footer__localization {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

.jm-footer__localization .localization-form {
  margin: 0;
  padding: 0;
}

.jm-footer__localization .localization-form:only-child {
  margin: 0;
}

.jm-footer__localization .localization-form__select {
  min-height: 40px;
  padding: 0 34px 0 14px;
  border: 1px solid var(--jm-footer-line);
  border-radius: 999px;
  background: rgb(var(--color-background));
  color: var(--jm-footer-text);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.jm-footer__localization .disclosure__button {
  color: var(--jm-footer-text);
}

.jm-footer__localization .caption-large {
  margin: 0 0 7px;
  color: var(--jm-footer-muted);
  font-size: 1.05rem;
}

.jm-footer__payments {
  justify-self: end;
  text-align: right;
}

.jm-footer__payments-label {
  display: block;
  margin-bottom: 9px;
  color: var(--jm-footer-muted);
  font-size: 1.1rem;
}

.jm-footer__payments .list-payment {
  justify-content: flex-end;
  margin: 0;
}

@media screen and (min-width: 750px) {
  .jm-footer__menu-group > .jm-footer__menu {
    display: grid !important;
  }
}

@media screen and (max-width: 989px) {
  .jm-footer__service {
    padding: 28px 24px;
  }

  .jm-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 28px;
  }

  .jm-footer__newsletter {
    grid-column: 1 / span 2;
    max-width: 520px;
  }

  .jm-footer__community {
    grid-column: 3;
  }

  .jm-footer__bottom-row {
    grid-template-columns: 1fr 1fr;
  }

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

  .jm-footer__payments {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }

  .jm-footer__payments .list-payment {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 749px) {
  .jm-footer__services-inner {
    grid-template-columns: 1fr;
  }

  .jm-footer__service {
    min-height: 0;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0 16px;
    padding: 22px 20px;
    border-right: 0;
  border-bottom: 1px solid var(--jm-service-line);
  }

  .jm-footer__service:last-child {
    border-bottom: 0;
  }

  .jm-footer__service-icon {
    width: 32px;
    height: 32px;
  }

  .jm-footer__service-title {
    margin-bottom: 5px;
    font-size: 1.35rem;
  }

  .jm-footer__service-text {
    font-size: 1.2rem;
  }

  .jm-footer__main {
    padding-top: 34px;
    padding-bottom: 22px;
  }

  .jm-footer__grid {
    display: block;
  }

  .jm-footer__menu-group {
    border-bottom: 1px solid var(--jm-footer-line);
  }

  .jm-footer__menu-summary {
    position: relative;
    display: block;
    padding: 18px 34px 18px 0;
    pointer-events: auto;
    cursor: pointer;
  }

  .jm-footer__menu-summary::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    color: var(--jm-footer-muted);
    font-size: 2.1rem;
    font-weight: 300;
  }

  .jm-footer__menu-group[open] .jm-footer__menu-summary::after {
    content: '−';
  }

  .jm-footer__menu-summary .jm-footer__heading {
    margin: 0;
  }

  .jm-footer__menu {
    gap: 12px;
    padding: 0 0 20px;
  }

  .jm-footer__newsletter {
    margin-top: 34px;
  }

  .jm-footer__community {
    margin-top: 34px;
  }

  .jm-footer__newsletter-copy {
    margin-top: -4px;
  }

  .jm-footer__bottom {
    padding-top: 22px;
  }

  .jm-footer__bottom-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .jm-footer__localization {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .jm-footer__payments {
    justify-self: auto;
  }
}



/* Footer localization controls: match the newsletter pill */
.jm-footer__localization .localization-form,
.jm-footer__localization .disclosure {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.jm-footer__localization .localization-form::before,
.jm-footer__localization .localization-form::after,
.jm-footer__localization .disclosure::before,
.jm-footer__localization .disclosure::after,
.jm-footer__localization .localization-form__select::before,
.jm-footer__localization .localization-form__select::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.jm-footer__localization .localization-form__select {
  height: 52px;
  min-height: 52px;
  margin: 0;
  padding: 0 42px 0 18px;
  border: 1px solid rgba(var(--color-foreground), 0.48) !important;
  border-radius: 999px !important;
  outline: 0 !important;
  background: rgb(var(--color-background));
  color: var(--jm-footer-text);
  box-shadow: none !important;
  font-size: 1.3rem;
  line-height: 52px;
}

.jm-footer__localization .localization-form__select:focus,
.jm-footer__localization .localization-form__select:focus-visible {
  border-color: var(--jm-footer-text) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 1px var(--jm-footer-text) !important;
}



/* Footer pill shadow interactions */
.jm-footer__newsletter .field,
.jm-footer__localization .localization-form__select {
  box-shadow: 0 4px 12px rgba(18, 18, 18, 0.10) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.jm-footer__newsletter .field:hover,
.jm-footer__localization .localization-form__select:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(18, 18, 18, 0.15) !important;
}

.jm-footer__newsletter .field:focus-within,
.jm-footer__localization .localization-form__select:focus,
.jm-footer__localization .localization-form__select:focus-visible {
  transform: translateY(-1px);
  border-color: var(--jm-footer-text) !important;
  box-shadow: 0 0 0 1px var(--jm-footer-text), 0 8px 20px rgba(18, 18, 18, 0.15) !important;
}

@media (prefers-reduced-motion: reduce) {
  .jm-footer__newsletter .field,
  .jm-footer__localization .localization-form__select {
    transition: none;
  }

  .jm-footer__newsletter .field:hover,
  .jm-footer__newsletter .field:focus-within,
  .jm-footer__localization .localization-form__select:hover,
  .jm-footer__localization .localization-form__select:focus,
  .jm-footer__localization .localization-form__select:focus-visible {
    transform: none;
  }
}



/* Google-style footer input focus: no heavy black outline or divider */
.jm-footer__newsletter .field:focus-within,
.jm-footer__localization .localization-form__select:focus,
.jm-footer__localization .localization-form__select:focus-visible {
  border-color: rgba(var(--color-foreground), 0.34) !important;
  outline: 0 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(32, 33, 36, 0.22) !important;
}

.jm-footer__newsletter .field__input:focus,
.jm-footer__newsletter .field__input:focus-visible,
.jm-footer__newsletter .newsletter-form__button:focus,
.jm-footer__newsletter .newsletter-form__button:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.jm-footer__newsletter .newsletter-form__button,
.jm-footer__newsletter .newsletter-form__button::before,
.jm-footer__newsletter .newsletter-form__button::after {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.jm-footer__newsletter .newsletter-form__button::before,
.jm-footer__newsletter .newsletter-form__button::after {
  content: none !important;
  display: none !important;
}



/* Baseus-inspired locale placement in the announcement bar */
-header__desktop-localization),.tl-switcher-container.top-right.tl-custom-position,
-header__desktop-localization),</head>  <style id="jm-hide-extra-localization">
    .tl-switcher-container.top-right.tl-custom-position { display: none !important; }
  </style>
</head>-header__desktop-localization),
.jm-top-localization details:not([open]) > .jinmang-localization__panel {
  display: none !important;
}

.jm-top-localization details[open] > .jinmang-localization__panel {
  display: grid !important;
}
.announcement-bar-section .utility-bar__grid.jm-has-top-localization {
  grid-template-areas: ". announcements language-currency" !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center;
}

.announcement-bar-section .utility-bar__grid.jm-has-top-localization .announcement-bar {
  grid-area: announcements;
}

.announcement-bar-section .localization-wrapper.jm-top-localization {
  grid-area: language-currency;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  width: auto !important;
  height: 100% !important;
  min-height: 38px;
}

.jm-top-localization .jinmang-header__desktop-localization,
.jm-top-localization .jinmang-localization,
.jm-top-localization .jinmang-localization > details {
  display: block !important;
  width: auto !important;
  height: 100% !important;
}

.jm-top-localization .jinmang-localization > details {
  position: relative;
}

.jm-top-localization .jinmang-localization__trigger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  width: auto !important;
  min-width: 0;
  height: 38px !important;
  min-height: 38px;
  padding: 0 4px 0 10px;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  background: transparent !important;
  color: inherit;
  box-shadow: none !important;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.jm-top-localization .jinmang-localization__trigger:focus-visible {
  outline: 0;
  box-shadow: 0 1px 0 currentColor !important;
}

.jm-top-localization .jinmang-localization__flag {
  width: 20px;
  height: 15px;
  object-fit: cover;
  flex: 0 0 auto;
}

.jm-top-localization .jinmang-localization__top-label {
  display: inline-block;
  white-space: nowrap;
}

.jm-top-localization .jinmang-localization__caret {
  width: 9px;
  margin-left: 1px;
}

.jm-top-localization .jinmang-localization__panel {
  position: absolute;
  z-index: 50;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  width: min(340px, calc(100vw - 24px));
  height: auto;
}

@media screen and (max-width: 749px) {
  .announcement-bar-section .utility-bar__grid.jm-has-top-localization {
    grid-template-areas: "announcements language-currency" !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    column-gap: 8px;
  }

  .announcement-bar-section .utility-bar__grid.jm-has-top-localization .announcement-bar__message {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .jm-top-localization .jinmang-localization__trigger {
    height: 34px !important;
    min-height: 34px;
    padding: 0 2px;
    gap: 4px;
    font-size: 0.95rem;
  }

  .jm-top-localization .jinmang-localization__flag {
    width: 18px;
    height: 13px;
  }

  .jm-top-localization .jinmang-localization__caret {
    width: 8px;
  }
}



window.JinmangHeaderLocalizationTest = { shouldClose };setTimeout(()=>{const a=document.querySelector('.announcement-bar-section .localization-wrapper'),b=document.querySelector('.jinmang-header__desktop-localization');if(a&&b){a.append(b);a.classList.add('jm-top-localization');a.closest('.utility-bar__grid').classList.add('jm-has-top-localization')}},0);
(() => {
  const moveLocalizationToAnnouncement = () => {
    const target = document.querySelector('.announcement-bar-section .localization-wrapper');
    const grid = target?.closest('.utility-bar__grid');
    const candidates = Array.from(document.querySelectorAll('.jinmang-header__desktop-localization'));

    if (!target || !grid || candidates.length === 0) return;

    const localization = candidates.find((element) => element.parentElement !== target) || candidates[0];

    candidates.forEach((element) => {
      if (element !== localization) element.remove();
    });

    if (localization.parentElement !== target) target.appendChild(localization);

    target.classList.add('jm-top-localization');
    grid.classList.add('jm-has-top-localization');
    localization.classList.add('jm-announcement-localization');

    const trigger = localization.querySelector('.jinmang-localization__trigger');
    const countryCode = localization.querySelector('input[name="country_code"]')?.value || '';
    const countryText =
      localization.querySelector('#JinmangHeaderCountryDesktopForm .localization-form__select span')?.textContent || '';
    const currencyCode = countryText.match(/[A-Z]{3}/)?.[0] || '';
    const language =
      localization.querySelector('#JinmangHeaderLanguageDesktopForm .localization-form__select span')?.textContent.trim() || '';

    if (trigger) {
      let label = trigger.querySelector('.jinmang-localization__top-label');

      if (!label) {
        label = document.createElement('span');
        label.className = 'jinmang-localization__top-label';
        trigger.querySelector('.jinmang-localization__caret')?.before(label);
      }

      const countryCurrency = countryCode && currencyCode ? countryCode + ' (' + currencyCode + ')' : countryCode;
      const labelText = [countryCurrency, language].filter(Boolean).join(' / ');

      if (label.textContent !== labelText) label.textContent = labelText;
      if (labelText) trigger.setAttribute('aria-label', labelText);
    }
  };

  const scheduleMove = () => window.requestAnimationFrame(moveLocalizationToAnnouncement);

  if (document.readyState === 'loading') {
    document.addEventListener('DOMContentLoaded', scheduleMove, { once: true });
  } else {
    scheduleMove();
  }

  document.addEventListener('shopify:section:load', scheduleMove);
  document.addEventListener('shopify:section:reorder', scheduleMove);

  const observer = new MutationObserver(() => {
    const target = document.querySelector('.announcement-bar-section .localization-wrapper');
    const localization = document.querySelector('.jinmang-header__desktop-localization');

    if (target && localization && localization.parentElement !== target) scheduleMove();
  });

  observer.observe(document.documentElement, { childList: true, subtree: true });
})();
