/* MONDE JACOMO CUSTOM CSS START | version 2026.07.17-r16 */
:root {
  --mj-ink: #111111;
  --mj-muted: #5c5c5c;
  --mj-paper: #ffffff;
  --mj-line: #dedede;
  --mj-field: #f6f6f6;
  --mj-accent: #7b2f36;
  --mj-content: 1280px;
  --mj-gutter: clamp(24px, 3vw, 48px);
}

html {
  scroll-behavior: smooth;
}

html.mj-scroll-lock {
  overflow: hidden;
}

body {
  min-width: 320px !important;
  margin: 0 !important;
  color: var(--mj-ink);
  background: var(--mj-paper) !important;
}

.mj-site,
.mj-site *,
.mj-site *::before,
.mj-site *::after {
  box-sizing: border-box;
}

.mj-site {
  min-width: 320px;
  color: var(--mj-ink);
  background: var(--mj-paper);
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0;
}

.mj-site a {
  color: inherit;
  text-decoration: none;
}

.mj-site img {
  display: block;
  max-width: 100%;
}

.mj-site ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mj-site button,
.mj-site input {
  font: inherit;
  letter-spacing: 0;
}

.mj-site button {
  border: 0;
  border-radius: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.mj-site a:focus-visible,
.mj-site button:focus-visible,
.mj-site input:focus-visible {
  outline: 1px solid var(--mj-ink);
  outline-offset: 3px;
}

.mj-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.mj-notice {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 5px 16px;
  color: #ffffff;
  background: var(--mj-ink);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.mj-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--mj-line);
  background: var(--mj-paper);
}

.mj-header-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: calc(var(--mj-content) + (var(--mj-gutter) * 2));
  min-height: 70px;
  margin: 0 auto;
  padding: 0 var(--mj-gutter);
}

.mj-header-left,
.mj-header-right {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.mj-header-right {
  justify-content: flex-end;
}

.mj-header-left a,
.mj-header-right a,
.mj-menu-trigger {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  color: var(--mj-ink);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.mj-instagram-link {
  width: 36px;
  flex: 0 0 36px;
  justify-content: center;
}

.mj-instagram-icon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  transform: translateY(-1px);
}

.mj-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  overflow: hidden;
  color: var(--mj-ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.mj-logo-word {
  display: inline-flex;
  gap: 7px;
}

.mj-search--header {
  position: relative;
  z-index: 4;
  display: flex;
  width: 36px;
  flex: 0 0 36px;
  height: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
  margin: 0 !important;
  border-bottom: 0;
}

.mj-search input {
  min-width: 0;
  width: 100%;
  height: 36px;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: var(--mj-ink);
  background: transparent;
  appearance: none;
}

.mj-search--header .mj-search-input {
  position: absolute;
  top: 50%;
  right: 36px;
  width: 0;
  height: 26px;
  border-bottom: 0;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 21.45px;
  direction: ltr;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%);
  transition: width 0.2s ease, opacity 0.16s ease;
}

.mj-search--header.is-search-open .mj-search-input {
  width: clamp(140px, 12vw, 180px);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mj-search--header.is-search-open::before {
  position: absolute;
  top: 2px;
  right: 0;
  width: calc(clamp(140px, 12vw, 180px) + 36px);
  height: 32px;
  border: 1px solid #d8d8d8;
  content: "";
  pointer-events: none;
}

.mj-search-toggle {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
}

.mj-search-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.mj-search input:focus-visible {
  outline: 0;
}

.mj-cart-count {
  color: var(--mj-muted);
  font-weight: 400;
}

.mj-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 1010;
  display: none;
  background: rgba(17, 17, 17, 0.28);
}

.mj-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  display: flex;
  width: min(430px, calc(100vw - 44px));
  height: 100vh;
  height: 100dvh;
  flex-direction: column;
  border-right: 1px solid var(--mj-line);
  background: var(--mj-paper);
  transform: translateX(-100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.28s ease, visibility 0s linear 0.28s;
  overflow: hidden;
}

.mj-header.is-menu-open .mj-drawer-overlay {
  display: block;
}

.mj-header.is-menu-open .mj-drawer {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.mj-drawer-head {
  display: flex;
  min-height: 70px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid var(--mj-line);
}

.mj-drawer-title {
  font-size: 13px;
  font-weight: 600;
}

.mj-drawer-close {
  min-width: 46px;
  min-height: 36px;
  font-size: 12px;
}

.mj-drawer-body {
  flex: 1 1 auto;
  padding: 8px 20px 30px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mj-menu-section {
  border-bottom: 1px solid var(--mj-line);
}

.mj-menu-heading {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
}

.mj-menu-icon {
  font-size: 16px;
  font-weight: 300;
  transition: transform 0.2s ease;
}

.mj-menu-section.is-open .mj-menu-icon {
  transform: rotate(45deg);
}

.mj-menu-panel {
  padding: 0 0 16px;
}

.mj-menu-panel[hidden],
.mj-sort-menu[hidden] {
  display: none !important;
}

.mj-menu-panel > a {
  display: flex;
  min-height: 34px;
  align-items: center;
  color: var(--mj-muted);
  font-size: 11px;
}

.mj-menu-panel a:hover,
.mj-menu-panel a:focus-visible {
  color: var(--mj-ink);
}

.mj-brand-note {
  margin: 0 0 14px;
  color: var(--mj-muted);
  font-size: 11px;
}

.mj-brand-index-list {
  display: grid;
  gap: 16px;
}

.mj-brand-group-title {
  margin: 0 0 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--mj-line);
  color: var(--mj-ink);
  font-size: 11px;
  font-weight: 600;
}

.mj-brand-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}

.mj-brand-links a {
  display: block;
  min-width: 0;
  margin-bottom: 8px;
  overflow: hidden;
  color: var(--mj-muted);
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mj-page {
  min-height: 40vh;
  background: var(--mj-paper);
}

.mj-hero {
  width: min(calc(100% - (var(--mj-gutter) * 2)), var(--mj-content));
  margin: 24px auto 0;
  border: 1px solid var(--mj-line);
  background: var(--mj-paper);
  overflow: hidden;
}

.mj-hero-link {
  display: block;
}

.mj-hero img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.mj-new {
  width: 100%;
  max-width: calc(var(--mj-content) + (var(--mj-gutter) * 2));
  margin: 0 auto;
  padding: 56px var(--mj-gutter);
}

.mj-section-head {
  margin: 0 0 22px;
}

.mj-section-kicker {
  margin: 0;
  color: var(--mj-muted);
  font-size: 12px;
  font-weight: 500;
}

.mj-section-kicker--tools {
  color: var(--mj-ink);
  font-size: 13px;
}

.mj-collection-tools {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  min-height: 54px;
  align-items: center;
  margin-bottom: 22px;
  border-top: 1px solid var(--mj-line);
  border-bottom: 1px solid var(--mj-line);
  background: var(--mj-paper);
}

.mj-sort-group {
  position: relative;
}

.mj-sort-toggle {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 9px;
  color: var(--mj-ink);
  font-size: 13px;
  font-weight: 500;
}

.mj-sort-icon {
  font-size: 14px;
  font-weight: 300;
  transition: transform 0.2s ease;
}

.mj-sort-group.is-open .mj-sort-icon {
  transform: rotate(45deg);
}

.mj-sort-menu {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  z-index: 10;
  display: grid;
  min-width: 230px;
  border: 1px solid var(--mj-line);
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(17, 17, 17, 0.08);
}

.mj-sort-menu a {
  display: flex;
  min-height: 43px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid var(--mj-line);
  color: var(--mj-ink);
  background: #ffffff;
  font-size: 11px;
  white-space: nowrap;
}

.mj-sort-menu a:last-child {
  border-bottom: 0;
}

.mj-sort-menu a:hover,
.mj-sort-menu a:focus-visible {
  background: var(--mj-field);
}

.mj-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.mj-pagination a,
.mj-pagination span {
  display: inline-flex;
  min-width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: var(--mj-muted);
  background: transparent;
  font-size: 11px;
}

.mj-pagination a:hover,
.mj-pagination a:focus-visible {
  color: var(--mj-ink);
  background: transparent;
  opacity: 0.55;
}

.mj-pagination .is-current {
  color: var(--mj-ink);
  background: transparent;
  font-weight: 600;
}

.mj-pagination .mj-pagination-ellipsis {
  min-width: auto;
  padding: 0 2px;
  border: 0;
  background: transparent;
}

.mj-pagination .mj-pagination-view-more {
  min-width: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mj-ink);
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #bdbdbd;
  text-underline-offset: 4px;
}

.mj-pagination .mj-pagination-view-more:hover,
.mj-pagination .mj-pagination-view-more:focus-visible {
  background: transparent;
  text-decoration-color: currentColor;
  opacity: 0.55;
}

.mj-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 18px;
}

.mj-product-card {
  min-width: 0;
}

.mj-product-card > a {
  display: block;
}

.mj-product-image {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 5.1;
  place-items: center;
  margin-bottom: 12px;
  padding: 14px 12px;
  background: #ffffff;
  overflow: hidden;
}

.mj-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.35s ease;
}

.mj-product-card a:hover .mj-product-image img {
  transform: scale(1.015);
}

.mj-product-name {
  min-height: 42px;
  margin: 0 0 7px;
  color: var(--mj-ink);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.mj-product-price,
.mj-soldout {
  margin: 0;
  font-size: 12px;
}

.mj-soldout {
  margin-top: 3px;
  color: var(--mj-muted);
  font-size: 10px;
}

.mj-pagination--bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--mj-line);
}

.mj-empty {
  margin: 0;
  padding: 48px 0;
  border-bottom: 1px solid var(--mj-line);
  color: var(--mj-muted);
  text-align: center;
}

.mj-footer {
  width: 100%;
  max-width: calc(var(--mj-content) + (var(--mj-gutter) * 2));
  margin: 0 auto;
  padding: 36px var(--mj-gutter) 28px;
  border-top: 1px solid var(--mj-line);
  background: var(--mj-paper);
}

.mj-footer-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 0;
  color: var(--mj-muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.mj-footer-info p {
  margin: 0 0 6px;
}

.mj-footer-info p:last-child {
  margin-bottom: 0;
}

.mj-footer-store,
.mj-footer-common {
  min-width: 0;
  padding: 0 clamp(16px, 3vw, 44px);
  text-align: center;
}

.mj-footer-common {
  border-right: 1px solid var(--mj-line);
  border-left: 1px solid var(--mj-line);
}

.mj-footer-store-name {
  margin-bottom: 8px !important;
  color: var(--mj-ink);
  font-size: 13px;
  font-weight: 500;
}

.mj-footer-info a {
  text-decoration: underline;
  text-decoration-color: #bdbdbd;
  text-underline-offset: 3px;
}

.mj-footer-info a:hover,
.mj-footer-info a:focus-visible {
  color: var(--mj-accent);
  text-decoration-color: currentColor;
}

.mj-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  margin-top: 24px !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--mj-line);
  color: var(--mj-muted);
  font-size: 11px;
}

.mj-copyright {
  margin-top: 18px;
  color: var(--mj-muted);
  font-size: 10px;
  text-align: center;
}

@media (max-width: 1100px) {
  .mj-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 900px) {
  .mj-header-main {
    gap: 16px;
  }

  .mj-header-left,
  .mj-header-right {
    gap: 12px;
  }

  .mj-search--header.is-search-open {
    position: absolute;
    left: var(--mj-gutter);
    right: var(--mj-gutter);
    width: auto;
    flex-basis: auto;
    padding-left: 4px;
    background: var(--mj-paper);
  }

  .mj-search--header.is-search-open .mj-search-input {
    position: static;
    width: calc(100% - 36px);
    flex: 1 1 auto;
    transform: none;
  }

  .mj-search--header.is-search-open::before {
    width: 100%;
  }
}

@media (max-width: 760px) {
  :root {
    --mj-gutter: 16px;
  }

  .mj-notice {
    min-height: 38px;
    padding: 6px 12px;
  }

  .mj-header-main {
    grid-template-columns: minmax(54px, 1fr) auto minmax(54px, 1fr);
    min-height: 62px;
    gap: 10px;
    padding: 0 16px;
  }

  .mj-desktop-link,
  .mj-account-link {
    display: none !important;
  }

  .mj-header-left,
  .mj-header-right {
    gap: 0;
  }

  .mj-header-right {
    justify-content: flex-end;
  }

  .mj-logo {
    gap: 13px;
    font-size: 16px;
  }

  .mj-logo-word {
    gap: 5px;
  }

  .mj-hero {
    margin-top: 16px;
  }

  .mj-new {
    padding: 46px 16px;
  }

  .mj-collection-tools {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 0;
  }

  .mj-sort-menu {
    position: static;
    width: min(100%, 280px);
    margin: 4px 0 8px;
    box-shadow: none;
  }

  .mj-pagination {
    justify-content: flex-start;
    margin-top: 6px;
  }

  .mj-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
  }

  .mj-product-image {
    padding: 10px 8px;
  }

  .mj-footer {
    padding: 32px 16px 24px;
  }

  .mj-footer-store,
  .mj-footer-common {
    padding: 0 12px;
  }
}

@media (max-width: 600px) {
  .mj-footer-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mj-footer-store--women {
    grid-column: 1;
    grid-row: 1;
  }

  .mj-footer-store--men {
    grid-column: 2;
    grid-row: 1;
    border-left: 1px solid var(--mj-line);
  }

  .mj-footer-common {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 14px;
    padding: 14px 0 0;
    border-top: 1px solid var(--mj-line);
    border-right: 0;
    border-left: 0;
  }
}

@media (max-width: 420px) {
  :root {
    --mj-gutter: 12px;
  }

  .mj-header-main {
    min-height: 58px;
    padding: 0 12px;
  }

  .mj-logo {
    gap: 10px;
    font-size: 14px;
  }

  .mj-logo-word {
    gap: 4px;
  }

  .mj-drawer {
    width: min(360px, calc(100vw - 34px));
  }

  .mj-drawer-body {
    padding-right: 16px;
    padding-left: 16px;
  }

  .mj-brand-links {
    grid-template-columns: 1fr;
  }

  .mj-hero {
    margin-top: 12px;
  }

  .mj-new {
    padding: 40px 12px;
  }

  .mj-product-grid {
    gap: 24px 10px;
  }

  .mj-product-name {
    min-height: 48px;
    font-size: 11px;
  }

  .mj-product-price {
    font-size: 11px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .mj-site *,
  .mj-site *::before,
  .mj-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* MONDE JACOMO CUSTOM CSS END | version 2026.07.17-r16 */

/* TOP SOLD OUT OVERLAY | version 2026.07.18 */
.mj-top .mj-product-image {
  position: relative;
  overflow: hidden;
}

.mj-top .mj-product-image.is-soldout img {
  filter: grayscale(100%);
  opacity: 0.42;
}

.mj-top .mj-soldout-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(17, 17, 17, 0.22);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
}


/* TOP MOBILE VIEW MORE ALIGNMENT | version 2026.07.20-r1 */
@media screen and (max-width: 767px) {
  .mj-top .mj-pagination {
    justify-content: flex-end;
  }
}

/* MONDE JACOMO DRAWER SUBCATEGORIES | version 2026.07.20-r24 */
.mj-menu-panel > .mj-category-all {
  min-height: 38px;
  border-bottom: 1px solid var(--mj-line);
  color: var(--mj-ink);
  font-weight: 600;
}

.mj-category-groups {
  display: grid;
  padding-top: 6px;
}

#mj-categories {
  padding-bottom: 0;
}

#mj-categories .mj-category-group:last-child {
  border-bottom: 0;
}

.mj-category-group {
  border-bottom: 1px solid var(--mj-line);
}

.mj-category-toggle {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  color: var(--mj-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: left;
}

.mj-category-icon {
  font-size: 15px;
  font-weight: 300;
  transition: transform .2s ease;
}

.mj-category-group.is-open .mj-category-icon {
  transform: rotate(45deg);
}

.mj-category-sublinks[hidden] {
  display: none !important;
}

.mj-category-sublinks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  padding: 2px 0 13px;
}

.mj-category-sublinks a {
  display: flex;
  min-height: 29px;
  min-width: 0;
  align-items: center;
  color: var(--mj-muted);
  font-size: 10px;
  line-height: 1.35;
}

.mj-category-sublinks .mj-category-view-all {
  grid-column: 1 / -1;
  color: var(--mj-ink);
  font-weight: 600;
  letter-spacing: .04em;
}

.mj-category-toggle:hover,
.mj-category-toggle:focus-visible,
.mj-category-sublinks a:hover,
.mj-category-sublinks a:focus-visible {
  color: var(--mj-ink);
}

@media (max-width: 380px) {
  .mj-category-sublinks {
    column-gap: 18px;
  }
}


/* MONDE JACOMO CONTACT LINK | version 2026.07.20-r26 */
.mj-menu-heading--link {
  color: var(--mj-ink);
  text-decoration: none;
}

.mj-menu-heading--link .mj-menu-icon {
  font-size: 14px;
}

.mj-menu-heading--link:hover,
.mj-menu-heading--link:focus-visible {
  color: var(--mj-muted);
}

/* MONDE JACOMO MOBILE INSTAGRAM | version 2026.07.20-r27 */
@media (max-width: 760px) {
  .mj-instagram-link {
    display: inline-flex !important;
    width: 30px;
    flex: 0 0 30px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
  }

  .mj-instagram-icon {
    width: 17px;
    height: 17px;
  }
}
