/** Shopify CDN: Minification failed

Line 87:0 Expected "}" to go with "{"

**/
/* ============================
   LOAD CUSTOM FONTS
   ============================ */

/* Headings - AdriannaExtended */
@font-face {
  font-family: 'AdriannaExtended';
  src: url('/cdn/shop/files/AdriannaExtended-Regular.woff2?v=1758252356') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Body - NotoSansJP */
@font-face {
  font-family: 'NotoSansJP';
  src: url('/cdn/shop/files/NotoSansJP-Regular.woff2?v=1758252358') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================
   APPLY FONTS
   ============================ */

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'AdriannaExtended', sans-serif !important;
}

/* Body text (refined – removed li so nav won't inherit body font) */
body, p, span {
  font-family: 'NotoSansJP', sans-serif !important;
}
/* 1) Desktop — target the span (higher specificity where span exists) */
.header__inline-menu a span,
.menu-drawer__menu a span,
.x-container-header-nav a span {
  font-family: 'AdriannaExtended', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
}

/* 2) Mobile fallback — target anchors (and spans if present) inside the mobile container */
@media (max-width: 1024px) {
  .x-container-mobile-nav a,
  .x-container-mobile-nav a span,
  .menu-drawer__menu a,
  .menu-drawer__menu a span {
    font-family: 'AdriannaExtended', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
  }
}

/* 3) Optional: super-specific selector if the theme still wins */
.x-container-mobile-nav .menu-item > a > span,
.x-container-mobile-nav .menu-item > a {
  font-family: 'AdriannaExtended', sans-serif !important;
}
/* === Mobile social icons === */
@media (max-width: 1024px) {
  /* Target the social block inside the mobile nav */
  .x-container-mobile-nav .x-block-social {
    display: flex !important;
    justify-content: flex-start !important; /* left-align */
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  /* Make sure the links + icons take the new color */
  .x-container-mobile-nav .x-block-social a {
  }

  /* Inline SVG icons */
  .x-container-mobile-nav .x-block-social svg,
  .x-container-mobile-nav .x-block-social svg path {
  }


