@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --japean-blue: #122351;
  --japean-white: #ffffff;
  --japean-beige: #f6f2ef;
  --japean-stroke: #ead9d9;
  --japean-exclusive-start: #d8e7ff;
  --japean-exclusive-end: #f8fbff;
}

.japean-product-page .japean-product-gallery__favorite--native {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body,
button,
input,
select,
textarea {
  font-family: "Nunito Sans", sans-serif;
}

.japean-header {
  position: relative;
  z-index: 30;
}

.japean-header__topbar {
  background: var(--japean-blue);
  color: var(--japean-white);
  padding: 1rem 0 0.95rem;
}

.japean-header__topbar .container-md,
.japean-header__menu-panel .container-md,
.japean-header__categories .container-md {
  max-width: 1320px;
}

.japean-header__topbar-inner {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.japean-header__left,
.japean-header__right {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  min-width: 0;
}

.japean-header__right {
  justify-content: flex-end;
  position: relative;
  z-index: 2147483647;
}

.japean-header__logo-wrap {
  display: flex;
  justify-content: center;
}

.japean-header__logo {
  display: inline-flex;
}

.japean-header__logo img {
  display: block;
  height: 2.35rem;
  width: auto;
}

.japean-header__menu-trigger,
.japean-header__icon-link,
.japean-menu__account-link,
.japean-menu__title,
.japean-menu__list a {
  text-decoration: none;
}

.japean-header__menu-trigger,
.japean-header__icon-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--japean-white);
  display: inline-flex;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.japean-header__menu-trigger:hover,
.japean-header__icon-link:hover {
  color: var(--japean-white);
  opacity: 0.82;
  transform: translateY(-1px);
}

.japean-header__menu-trigger {
  gap: 0.45rem;
  padding: 0;
}

.japean-header__burger {
  display: inline-flex;
  flex-direction: column;
  gap: 0.23rem;
  justify-content: center;
  width: 1.45rem;
}

.japean-header__burger span {
  background: var(--japean-white);
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 1.15rem;
}

.japean-header__menu-label {
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}


.japean-header__icon-link {
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2147483647;
}

.japean-header__count-badge {
  align-items: center;
  background: #E70000;
  border-radius: 999px;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  height: 1.2rem;
  justify-content: center;
  min-width: 1.2rem;
  padding: 0 0.28rem;
  position: absolute;
  right: -0.38rem;
  top: -0.38rem;
  z-index: 2;
}

.japean-header__count-badge.is-updating {
  animation: japean-cart-badge-pop 0.72s cubic-bezier(0.2, 1.35, 0.34, 1) both !important;
  transform-origin: center !important;
}

@keyframes japean-cart-badge-pop {
  0% {
    background: #E70000;
    box-shadow: 0 0 0 0 rgba(231, 0, 0, 0.44);
    transform: scale(1);
  }

  28% {
    background: #ff4a4a;
    box-shadow: 0 0 0 7px rgba(231, 0, 0, 0.3);
    transform: scale(1.55) rotate(-8deg);
  }

  58% {
    background: #E70000;
    box-shadow: 0 0 0 13px rgba(231, 0, 0, 0.14);
    transform: scale(0.92) rotate(5deg);
  }

  100% {
    background: #E70000;
    box-shadow: 0 0 0 18px rgba(231, 0, 0, 0);
    transform: scale(1);
  }
}

.japean-header__count-badge[hidden] {
  display: none !important;
}

.wishlist-button-add {
  align-items: center;
  background: #ffffff !important;
  border: 1px solid rgba(18, 35, 81, 0.12) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(18, 35, 81, 0.12) !important;
  display: inline-flex !important;
  height: 2.75rem !important;
  justify-content: center;
  min-width: 2.75rem !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  width: 2.75rem !important;
}

.wishlist-button-add:hover {
  box-shadow: 0 14px 28px rgba(18, 35, 81, 0.16) !important;
  opacity: 1 !important;
  transform: translateY(-1px);
}

.wishlist-button-add i {
  color: #122351 !important;
  font-size: 1.35rem !important;
}

.wishlist-button-add.japean-wishlist-active i {
  color: #ff7d7d !important;
}

.wishlist-button-add.wishlist-button-product {
  margin-left: 0.9rem !important;
}

.wishlist-button-add.wishlist-button-product i {
  font-size: 1.5rem !important;
}

.wishlist-button-add.is-active i,
.wishlist-button-add[aria-pressed='true'] i {
  color: #E70000 !important;
}

.product-miniature .wishlist-button,
.product-miniature .japean-wishlist-button {
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  z-index: 3;
}

.japean-wishlist-button {
  display: inline-flex;
}

.japean-product-gallery__favorite--native {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  width: auto !important;
}

.japean-product-gallery__favorite--native .wishlist-button-add {
  height: 56px !important;
  margin: 0 !important;
  min-width: 56px !important;
  padding: 0 !important;
  width: 56px !important;
}

.japean-product-gallery__favorite--native .wishlist-button-add i {
  font-size: 28px !important;
}

.product-miniature .thumbnail-container,
.product-miniature__top {
  position: relative;
}

.japean-header__icon-link img {
  display: block;
  filter: brightness(0) invert(1);
  height: 1.45rem;
  width: 1.45rem;
}

.japean-header__menu-panel {
  background: rgba(246, 242, 239, 0.98);
  border-bottom: 1px solid rgba(18, 35, 81, 0.08);
  box-shadow: 0 24px 45px rgba(18, 35, 81, 0.12);
  left: 0;
  max-height: calc(100vh - 4.5rem);
  opacity: 0;
  overflow: auto;
  padding: 1rem 0 1.35rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  visibility: hidden;
  z-index: 40;
}

.japean-header.is-menu-open .japean-header__menu-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.japean-menu {
  display: grid;
  gap: 1.25rem;
}

.japean-menu__account-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.japean-menu__account-link {
  color: var(--japean-blue);
  font-size: 0.95rem;
  font-weight: 700;
}

.japean-menu__columns {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}

.japean-menu__column {
  background: var(--japean-white);
  border: 1px solid rgba(18, 35, 81, 0.08);
  border-radius: 1.2rem;
  padding: 1rem 1rem 0.9rem;
}

.japean-menu__title {
  color: var(--japean-blue);
  display: inline-block;
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.japean-menu__list {
  display: grid;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.japean-menu__list a {
  color: rgba(18, 35, 81, 0.88);
  font-size: 0.95rem;
  font-weight: 600;
}

.japean-menu__list a:hover,
.japean-menu__account-link:hover,
.japean-menu__title:hover {
  color: var(--japean-blue);
}

.japean-header__categories {
  background: var(--japean-beige);
  border-bottom: 1px solid rgba(18, 35, 81, 0.08);
  padding: 0.95rem 0 0.9rem;
}

.japean-header__categories-list {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.8rem;
  justify-content: flex-start;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}

.japean-header__categories-list::-webkit-scrollbar {
  display: none;
}

.japean-header__pill {
  background: var(--japean-white);
  border: 1px solid var(--japean-stroke);
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(18, 35, 81, 0.06);
  color: var(--japean-blue);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.95rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-width: auto;
  padding: 0.85rem 1.15rem;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.japean-header__pill:hover {
  box-shadow: 0 10px 22px rgba(18, 35, 81, 0.09);
  color: var(--japean-blue);
  transform: translateY(-1px);
}

.japean-header__pill--active {
  background: var(--japean-blue);
  border-color: var(--japean-blue);
  color: var(--japean-white);
}

.japean-header__pill--active:hover {
  color: var(--japean-white);
}

.japean-header__pill--exclusive {
  background: linear-gradient(135deg, var(--japean-exclusive-start), var(--japean-exclusive-end));
  color: #7d96c4;
}

.japean-header + .header-nav-full-width,
.header-bottom {
  display: none !important;
}

@media (min-width: 768px) {
  .japean-header__topbar {
    padding: 1.15rem 0 1.05rem;
  }

  .japean-header__logo img {
    height: 3.2rem;
  }

  .japean-header__menu-label {
    font-size: 1rem;
  }

  .japean-menu {
    gap: 1.5rem;
  }

  .japean-menu__account-link {
    font-size: 1rem;
  }

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

  .japean-menu__column {
    border-radius: 1.3rem;
    padding: 1.15rem 1.15rem 1rem;
  }

  .japean-header__categories {
    padding: 1.2rem 0 1.1rem;
  }

  .japean-header__pill {
    font-size: 1rem;
    padding: 0.95rem 1.35rem;
  }
}

@media (min-width: 992px) {
  .japean-header__topbar {
    padding: 1.35rem 0 1.25rem;
  }

  .japean-header__topbar-inner {
    gap: 1.5rem;
  }

  .japean-header__logo img {
    height: 4.1rem;
  }

  .japean-header__menu-label {
    font-size: 1.02rem;
  }

  .japean-header__menu-panel {
    padding: 1.5rem 0 1.9rem;
  }

  .japean-menu__account-row {
    gap: 1.25rem 2rem;
  }

  .japean-menu__columns {
    gap: 1.4rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .japean-menu__column {
    border-radius: 1.5rem;
    padding: 1.25rem 1.25rem 1.1rem;
  }

  .japean-menu__title {
    font-size: 1.12rem;
  }

  .japean-header__categories {
    padding: 1.9rem 0 1.75rem;
  }

  .japean-header__categories-list {
    flex-wrap: wrap;
    gap: 1rem 1.35rem;
    justify-content: center;
    overflow: visible;
    padding-bottom: 0;
  }

  .japean-header__pill {
    font-size: 1.08rem;
    min-width: 9.75rem;
    padding: 1rem 1.5rem;
  }
}


.japean-auth-container {
  max-width: 1380px;
}

.page-authentication .page-header,
.page-registration .page-header {
  display: none;
}

.page-authentication .page-content,
.page-registration .page-content {
  padding-bottom: 4rem;
}

.japean-auth {
  color: var(--japean-blue);
  padding: 1.25rem 0 0;
}

.japean-auth__topbar {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.japean-auth__back-link {
  color: var(--japean-blue);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  position: relative;
  text-decoration: none;
}

.japean-auth__back-link::before {
  border-bottom: 2px solid #d24646;
  border-left: 2px solid #d24646;
  content: "";
  display: inline-block;
  height: 0.48rem;
  margin-right: 0.45rem;
  transform: rotate(45deg);
  width: 0.48rem;
}

.japean-auth__grid {
  align-items: stretch;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}

.japean-auth__visual,
.japean-auth__panel {
  min-width: 0;
}

.japean-auth__visual {
  background: linear-gradient(180deg, rgba(18, 35, 81, 0.08), rgba(18, 35, 81, 0.26)),
    url("/img/cms/cms-img.jpg") center/cover no-repeat;
  border-radius: 2rem;
  min-height: 360px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}

.japean-auth__visual::after {
  background: linear-gradient(180deg, rgba(12, 19, 38, 0.08), rgba(12, 19, 38, 0.48));
  content: "";
  inset: 0;
  position: absolute;
}

.japean-auth__visual-content {
  bottom: 2rem;
  color: var(--japean-white);
  left: 2rem;
  max-width: 30rem;
  position: absolute;
  right: 2rem;
  z-index: 1;
}

.japean-auth__eyebrow {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.japean-auth__hero-title {
  color: var(--japean-white);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 0.98;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.japean-auth__hero-copy {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.1rem;
  line-height: 1.45;
  margin: 0;
  max-width: 24rem;
}

.japean-auth__panel-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.japean-auth__header,
.japean-auth__form-card,
.japean-auth__secondary-card {
  background: #f3eeea;
  border: 1px solid rgba(18, 35, 81, 0.08);
  border-radius: 2rem;
}

.japean-auth__header {
  padding: 2rem 2rem 1.25rem;
}

.japean-auth__title {
  color: var(--japean-blue);
  font-size: clamp(2rem, 3.3vw, 3rem);
  font-weight: 800;
  line-height: 1;
  margin: 0 0 0.75rem;
}

.japean-auth__subtitle {
  color: rgba(18, 35, 81, 0.7);
  font-size: 1rem;
  line-height: 1.45;
  margin: 0;
}

.japean-auth__form-card {
  padding: 1.75rem 2rem 2rem;
}

.japean-auth__secondary-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  text-align: center;
}

.japean-auth__secondary-title {
  color: var(--japean-blue);
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
}

.japean-auth__secondary-copy {
  color: rgba(18, 35, 81, 0.72);
  margin: 0;
}

.japean-auth #login-form,
.japean-auth #customer-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.japean-auth #login-form .form-group,
.japean-auth #customer-form .form-group,
.japean-auth #customer-form section {
  margin-bottom: 0;
}

.japean-auth #customer-form section {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.japean-auth .form-label {
  color: #171717;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.japean-auth .form-control,
.japean-auth .form-select {
  background: var(--japean-white);
  border: 1px solid rgba(18, 35, 81, 0.12);
  border-radius: 1.15rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: var(--japean-blue);
  font-size: 1rem;
  min-height: 3.9rem;
  padding: 1rem 1.2rem;
}

.japean-auth .form-control::placeholder {
  color: rgba(18, 35, 81, 0.34);
}

.japean-auth .form-control:focus,
.japean-auth .form-select:focus {
  background: var(--japean-white);
  border-color: rgba(18, 35, 81, 0.35);
  box-shadow: 0 0 0 0.25rem rgba(18, 35, 81, 0.08);
}

.japean-auth [data-ps-password-visibility] {
  align-items: center;
  display: flex;
}

.japean-auth [data-ps-password-visibility] .btn {
  background: transparent;
  border: 0;
  color: var(--japean-blue);
  margin-right: 0.75rem;
}

.japean-auth .buttons-wrapper,
.japean-auth #customer-form footer.buttons-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.japean-auth .btn-primary,
.japean-auth__ghost-button {
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  min-height: 3.75rem;
  padding: 0.9rem 1.6rem;
}

.japean-auth .btn-primary {
  background: var(--japean-blue);
  border-color: var(--japean-blue);
  box-shadow: none;
  width: 100%;
}

.japean-auth .btn-primary:hover,
.japean-auth .btn-primary:focus {
  background: #0d1a3d;
  border-color: #0d1a3d;
}

.japean-auth .btn-basic {
  color: var(--japean-blue);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0;
}

.japean-auth .btn-basic:hover {
  color: #0d1a3d;
}

.japean-auth__ghost-button {
  border-width: 1.5px;
  min-width: 12rem;
}

.japean-auth .form-footer,
.japean-auth .login__social,
.japean-auth .login-create,
.japean-auth .register-form__login-prompt,
.japean-auth hr {
  display: none;
}

.japean-auth .alert {
  border-radius: 1.15rem;
}

.japean-auth .form-control-comment,
.japean-auth .help-block {
  color: rgba(18, 35, 81, 0.58);
  font-size: 0.9rem;
  margin-top: 0.45rem;
}

.japean-auth .custom-checkbox label,
.japean-auth .form-check-label {
  color: rgba(18, 35, 81, 0.78);
}

@media (min-width: 992px) {
  .japean-auth {
    padding-top: 1.75rem;
  }

  .japean-auth__topbar {
    margin-bottom: 2rem;
  }

  .japean-auth__grid {
    gap: 1.7rem;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 0.95fr);
  }

  .japean-auth__visual {
    min-height: 640px;
    padding: 2.25rem;
  }

  .japean-auth__header {
    padding: 2.25rem 2.25rem 1.35rem;
  }

  .japean-auth__form-card {
    padding: 2rem 2.25rem 2.25rem;
  }

  .japean-auth__secondary-card {
    flex-direction: row;
    text-align: left;
  }

  .japean-auth .buttons-wrapper,
  .japean-auth #customer-form footer.buttons-wrapper {
    flex-direction: row;
  }

  .japean-auth .btn-primary {
    max-width: 16rem;
    width: auto;
  }
}

@media (max-width: 991.98px) {
  .japean-auth__visual {
    min-height: 420px;
  }
}

@media (max-width: 767.98px) {
  .japean-auth {
    padding-top: 0.75rem;
  }

  .japean-auth__topbar {
    justify-content: flex-start;
    margin-bottom: 1rem;
  }

  .japean-auth__visual,
  .japean-auth__header,
  .japean-auth__form-card,
  .japean-auth__secondary-card {
    border-radius: 1.5rem;
  }

  .japean-auth__visual,
  .japean-auth__header,
  .japean-auth__form-card,
  .japean-auth__secondary-card {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .japean-auth__visual {
    min-height: 320px;
    padding-top: 1.25rem;
  }

  .japean-auth__visual-content {
    bottom: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
  }

  .japean-auth__hero-copy {
    font-size: 0.98rem;
  }

  .japean-auth .form-control,
  .japean-auth .form-select {
    min-height: 3.5rem;
  }
}




.japean-footer {
  background: var(--japean-blue);
  color: var(--japean-white);
  margin-top: 0;
  padding: 2.75rem 0 2.4rem;
}

.japean-footer .container {
  max-width: 1380px;
}

.japean-footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
}

.japean-footer__brand,
.japean-footer__links-group {
  min-width: 0;
}

.japean-footer__logo {
  align-items: center;
  color: var(--japean-white);
  display: inline-flex;
  gap: 1.15rem;
  text-decoration: none;
}

.japean-footer__logo:hover {
  color: var(--japean-white);
}

.japean-footer__logo-mark {
  display: inline-grid;
  gap: 0.32rem;
  transform: skewY(-10deg);
}

.japean-footer__logo-mark span {
  background: #f20f16;
  border-radius: 999px;
  display: block;
  height: 0.55rem;
  width: 1.15rem;
}

.japean-footer__logo-mark span:nth-child(2) {
  width: 1.55rem;
}

.japean-footer__logo-mark span:nth-child(3) {
  width: 1.05rem;
}

.japean-footer__logo-word {
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1;
}

.japean-footer__tagline {
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 1.6rem 0 1.2rem;
}

.japean-footer__legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.japean-footer__legal a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.45;
  position: relative;
  text-decoration: none;
}

.japean-footer__legal a:hover,
.japean-footer__list a:hover {
  color: var(--japean-white);
}

.japean-footer__legal a + a::before {
  color: rgba(255, 255, 255, 0.72);
  content: "|";
  left: -0.65rem;
  position: absolute;
}

.japean-footer__copyright {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  margin: 1rem 0 0;
}

.japean-footer__title {
  color: var(--japean-white);
  font-size: clamp(1.65rem, 2vw, 2.4rem);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 1.35rem;
}

.japean-footer__list {
  display: grid;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.japean-footer__list a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.45;
  text-decoration: none;
}

@media (min-width: 768px) {
  .japean-footer {
    padding: 3.4rem 0 2.9rem;
  }

  .japean-footer__grid {
    gap: 2.25rem 2rem;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(240px, 0.5fr));
  }

  .japean-footer__links-group {
    padding-top: 0.55rem;
  }

  .japean-footer__links-group--with-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.42);
    padding-left: 2rem;
  }
}

@media (min-width: 1200px) {
  .japean-footer {
    padding: 3.85rem 0 3.1rem;
  }

  .japean-footer__grid {
    align-items: start;
    gap: 2rem 3rem;
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.45fr) minmax(250px, 0.45fr);
  }

  .japean-footer__brand {
    padding-right: 4rem;
  }

  .japean-footer__links-group {
    justify-self: end;
    max-width: 18rem;
    width: 100%;
  }

  .japean-footer__links-group--with-divider {
    padding-left: 3rem;
  }
}

@media (max-width: 767.98px) {
  .japean-footer {
    padding: 2.3rem 0 2rem;
  }

  .japean-footer__grid {
    gap: 2.1rem;
  }

  .japean-footer__brand,
  .japean-footer__links-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 1.7rem;
  }

  .japean-footer__links-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .japean-footer__logo {
    gap: 0.9rem;
  }

  .japean-footer__logo-word {
    font-size: 1.85rem;
    letter-spacing: 0.08em;
  }

  .japean-footer__tagline {
    font-size: 1.45rem;
    margin-top: 1.25rem;
  }
}


.footer.footer__main.japean-footer {
  background: var(--japean-blue) !important;
  color: var(--japean-white) !important;
  margin-top: 0;
  padding: 2.75rem 0 2.4rem;
}

.footer.footer__main.japean-footer .container {
  max-width: 1380px;
}

.page-authentication,
.page-registration {
  background: linear-gradient(180deg, #fcfaf8 0%, #f6f2ef 100%);
}

.page-authentication .page-content,
.page-registration .page-content {
  background: transparent;
}

.japean-footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
}

.japean-footer__brand,
.japean-footer__links-group {
  min-width: 0;
}

.japean-footer__logo {
  align-items: center;
  color: var(--japean-white) !important;
  display: inline-flex;
  gap: 1.15rem;
  text-decoration: none;
}

.japean-footer__logo:hover {
  color: var(--japean-white) !important;
}

.japean-footer__logo-mark {
  display: inline-grid;
  gap: 0.32rem;
  transform: skewY(-10deg);
}

.japean-footer__logo-mark span {
  background: #f20f16;
  border-radius: 999px;
  display: block;
  height: 0.55rem;
  width: 1.15rem;
}

.japean-footer__logo-mark span:nth-child(2) {
  width: 1.55rem;
}

.japean-footer__logo-mark span:nth-child(3) {
  width: 1.05rem;
}

.japean-footer__logo-word {
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1;
}

.japean-footer__tagline {
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 1.6rem 0 1.2rem;
}

.japean-footer__legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.japean-footer__legal a {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.02rem;
  line-height: 1.45;
  position: relative;
  text-decoration: none;
}

.japean-footer__legal a:hover,
.japean-footer__list a:hover {
  color: var(--japean-white) !important;
}

.japean-footer__legal a + a::before {
  color: rgba(255, 255, 255, 0.72);
  content: "|";
  left: -0.65rem;
  position: absolute;
}

.japean-footer__copyright {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  margin: 1rem 0 0;
}

.japean-footer__title {
  color: var(--japean-white) !important;
  font-size: clamp(1.65rem, 2vw, 2.4rem);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 1.35rem;
}

.japean-footer__list {
  display: grid;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.japean-footer__list a {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.02rem;
  line-height: 1.45;
  text-decoration: none;
}

.japean-auth__header,
.japean-auth__form-card,
.japean-auth__secondary-card {
  background: var(--japean-beige) !important;
}

.japean-auth__form-card .btn-outline-primary,
.japean-auth__ghost-button {
  border-color: var(--japean-blue) !important;
  color: var(--japean-blue) !important;
}

.japean-auth__form-card .btn-outline-primary:hover,
.japean-auth__ghost-button:hover {
  background: var(--japean-blue) !important;
  color: var(--japean-white) !important;
}

@media (min-width: 768px) {
  .japean-footer {
    padding: 3.4rem 0 2.9rem;
  }

  .japean-footer__grid {
    gap: 2.25rem 2rem;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(240px, 0.5fr));
  }

  .japean-footer__links-group {
    padding-top: 0.55rem;
  }

  .japean-footer__links-group--with-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.42);
    padding-left: 2rem;
  }
}

@media (min-width: 1200px) {
  .japean-footer {
    padding: 3.85rem 0 3.1rem;
  }

  .japean-footer__grid {
    align-items: start;
    gap: 2rem 3rem;
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.45fr) minmax(250px, 0.45fr);
  }

  .japean-footer__brand {
    padding-right: 4rem;
  }

  .japean-footer__links-group {
    justify-self: end;
    max-width: 18rem;
    width: 100%;
  }

  .japean-footer__links-group--with-divider {
    padding-left: 3rem;
  }
}

@media (max-width: 767.98px) {
  .japean-footer {
    padding: 2.3rem 0 2rem;
  }

  .japean-footer__grid {
    gap: 2.1rem;
  }

  .japean-footer__brand,
  .japean-footer__links-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 1.7rem;
  }

  .japean-footer__links-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .japean-footer__logo {
    gap: 0.9rem;
  }

  .japean-footer__logo-word {
    font-size: 1.85rem;
    letter-spacing: 0.08em;
  }

  .japean-footer__tagline {
    font-size: 1.45rem;
    margin-top: 1.25rem;
  }
}


.japean-header,
.japean-header * {
  box-sizing: border-box;
}

.japean-header {
  background: transparent !important;
  position: relative;
  z-index: 1035;
}

.japean-header__topbar {
  background: var(--japean-blue) !important;
  color: var(--japean-white) !important;
}

.japean-header__topbar a,
.japean-header__topbar button,
.japean-header__menu-trigger,
.japean-header__icon-link,
.japean-header__menu-label {
  color: var(--japean-white) !important;
}

.japean-header__burger span {
  background: var(--japean-white) !important;
}

.japean-header__menu-panel {
  background: rgba(246, 242, 239, 0.985) !important;
  border-bottom: 1px solid rgba(18, 35, 81, 0.12) !important;
  box-shadow: 0 28px 60px rgba(18, 35, 81, 0.14) !important;
}

.japean-menu__account-link,
.japean-menu__title,
.japean-menu__list a {
  color: var(--japean-blue) !important;
}

.japean-menu__column {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(18, 35, 81, 0.08) !important;
}

.japean-header__categories {
  background: var(--japean-beige) !important;
  border-bottom: 1px solid rgba(18, 35, 81, 0.1) !important;
}

.japean-header__pill {
  background: var(--japean-white) !important;
  border-color: var(--japean-stroke) !important;
  color: var(--japean-blue) !important;
}

.japean-header__pill:hover {
  background: #fffdfb !important;
  color: var(--japean-blue) !important;
}

.japean-header__pill--active {
  background: var(--japean-blue) !important;
  border-color: var(--japean-blue) !important;
  color: var(--japean-white) !important;
}

.japean-header__pill--exclusive {
  background: linear-gradient(135deg, var(--japean-exclusive-start), var(--japean-exclusive-end)) !important;
  color: #7d96c4 !important;
}

@media (max-width: 767.98px) {
  .japean-header__topbar {
    padding: 0.85rem 0 0.8rem !important;
  }

  .japean-header__categories {
    padding: 0.8rem 0 0.75rem !important;
  }

  .japean-header__pill {
    font-size: 0.92rem !important;
    padding: 0.78rem 1rem !important;
  }
}


body .japean-header {
  background: var(--japean-blue) !important;
}

body #header,
body header#header {
  background: var(--japean-blue) !important;
}

body .japean-header__topbar {
  background: var(--japean-blue) !important;
}

body .japean-header__topbar .container-md,
body .japean-header__topbar-inner,
body .japean-header__left,
body .japean-header__logo-wrap,
body .japean-header__right {
  background: transparent !important;
}

body .japean-header__categories {
  background: var(--japean-beige) !important;
}

body .japean-header__categories .container-md,
body .japean-header__categories-list {
  background: transparent !important;
}

body .footer.footer__main.japean-footer,
body #footer,
body footer#footer,
body #footer .footer.footer__main.japean-footer {
  background: var(--japean-blue) !important;
}

body .japean-footer,
body .japean-footer__brand,
body .japean-footer__links-group,
body .japean-footer__title,
body .japean-footer__tagline,
body .japean-footer__copyright,
body .japean-footer__logo,
body .japean-footer__logo-word,
body .japean-footer__legal a,
body .japean-footer__list a {
  color: var(--japean-white) !important;
}

body .japean-footer__legal a::before {
  color: rgba(255, 255, 255, 0.72) !important;
}


.footer__main,
.footer__main .footer-block,
.footer__main .footer-block__title,
.footer__main .footer-block__title a,
.footer__main .footer-block a,
.footer__main .footer-block__list a,
.footer__main .copyright,
.footer__main .copyright a,
.footer__main p,
.footer__main li,
.footer__main span {
  background-color: transparent;
  color: #FFFFFF !important;
}

.footer__main {
  background: #122351 !important;
}

.footer__main a:hover,
.footer__main .footer-block a:hover,
.footer__main .footer-block__list a:hover,
.footer__main .copyright a:hover {
  color: #FFFFFF !important;
  opacity: 0.82;
}
.page-content--home {
  background: #ffffff;
  gap: 0 !important;
}

.page-content--home > section {
  width: 100%;
}

.japean-home-shell {
  margin: 0 auto;
  max-width: 1420px;
  padding: 0 1.25rem;
  width: 100%;
}

.japean-home-kicker {
  color: rgba(18, 35, 81, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}

.japean-home-title {
  color: #122351;
  font-size: clamp(2rem, 4vw, 4.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}

.japean-home-copy {
  color: rgba(18, 35, 81, 0.76);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.japean-home-button {
  align-items: center;
  align-self: flex-start;
  background: #122351;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 800;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.85rem 1.6rem;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.japean-home-button:hover {
  color: #ffffff;
  opacity: 0.92;
  transform: translateY(-1px);
}

.japean-home-button--red {
  background: #E70000;
}

.japean-home-hero {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: clamp(34rem, 88vh, 62rem);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.japean-home-hero__image,
.japean-home-hero__overlay {
  inset: 0;
  position: absolute;
}

.japean-home-hero__image {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 100%;
}

.japean-home-hero__overlay {
  background: rgba(0, 0, 0, 0.2);
}

.japean-home-hero__content {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 1.25rem 2.8rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.japean-home-hero__logo {
  height: auto;
  max-width: min(82vw, 54rem);
  width: min(82vw, 54rem);
}

.japean-home-hero__subtitle {
  color: #FFFFFF;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
}

.japean-home-hero__cta {
  align-items: center;
  background: #E70000;
  border-radius: 1.4rem;
  color: #FFFFFF;
  display: inline-flex;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 700;
  justify-content: center;
  min-width: clamp(13rem, 24vw, 20rem);
  padding: 1rem 2rem;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.japean-home-hero__cta:hover {
  color: #FFFFFF;
  opacity: 0.92;
  transform: translateY(-1px);
}

.japean-home-intro,
.japean-home-categories,
.japean-home-editorial,
.japean-home-cta {
  padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.japean-home-intro {
  background: #ffffff;
}

.japean-home-intro__grid {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
}

.japean-home-intro__aside {
  display: grid;
  gap: 1.4rem;
}

.japean-home-categories {
  background: #f8f5f2;
}

.japean-home-section-head {
  margin-bottom: 2rem;
}

.japean-home-category-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.japean-home-category-card {
  background: #ffffff;
  color: inherit;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.japean-home-category-card:hover {
  box-shadow: 0 18px 40px rgba(18, 35, 81, 0.12);
  color: inherit;
  transform: translateY(-4px);
}

.japean-home-category-card__media {
  aspect-ratio: 0.78;
  display: block;
  overflow: hidden;
}

.japean-home-category-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
  width: 100%;
}

.japean-home-category-card:hover .japean-home-category-card__media img {
  transform: scale(1.03);
}

.japean-home-category-card__content {
  display: grid;
  gap: 0.55rem;
  padding: 1.15rem 0.15rem 0;
}

.japean-home-category-card__title {
  color: #122351;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.05;
}

.japean-home-category-card__meta {
  color: rgba(18, 35, 81, 0.66);
  font-size: 0.96rem;
  line-height: 1.55;
}

.japean-home-editorial {
  background: #ffffff;
}

.japean-home-editorial__grid {
  align-items: center;
  display: grid;
  gap: clamp(1.75rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
}

.japean-home-editorial__visual {
  min-width: 0;
  overflow: hidden;
}

.japean-home-editorial__visual img {
  display: block;
  height: clamp(28rem, 52vw, 46rem);
  object-fit: cover;
  width: 100%;
}

.japean-home-editorial__content {
  display: grid;
  gap: 1.35rem;
}

.japean-home-cta {
  background: #f8f5f2;
}

.japean-home-cta__panel {
  align-items: center;
  background: #ffffff;
  display: grid;
  gap: 1.2rem;
  justify-items: center;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
}

.japean-home-cta__panel .japean-home-title {
  max-width: 15ch;
}

@media (max-width: 1199.98px) {
  .japean-home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .japean-home-editorial__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  .japean-home-shell {
    padding: 0 1rem;
  }

  .japean-home-hero {
    min-height: 30rem;
  }

  .japean-home-hero__content {
    gap: 1.1rem;
    padding: 1.5rem 1rem 2rem;
  }

  .japean-home-hero__logo {
    max-width: min(88vw, 28rem);
    width: min(88vw, 28rem);
  }

  .japean-home-hero__subtitle {
    font-size: clamp(1.85rem, 9vw, 2.9rem);
  }

  .japean-home-hero__cta {
    border-radius: 1.1rem;
    min-width: 12rem;
    padding: 0.95rem 1.6rem;
  }

  .japean-home-intro,
  .japean-home-categories,
  .japean-home-editorial,
  .japean-home-cta {
    padding: 3.2rem 0;
  }

  .japean-home-intro__grid,
  .japean-home-editorial__grid,
  .japean-home-category-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .japean-home-title {
    font-size: clamp(1.8rem, 10vw, 2.7rem);
  }

  .japean-home-copy,
  .japean-home-category-card__meta {
    font-size: 0.95rem;
  }

  .japean-home-category-card__media {
    aspect-ratio: 0.9;
  }

  .japean-home-editorial__visual img {
    height: 28rem;
  }

  .japean-home-button {
    width: 100%;
  }
}

/* Product page redesign */
.japean-product-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 20px 72px;
  color: #122351;
}

.japean-card {
  background: #ffffff;
  border: 1px solid #ead9d9;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(18, 35, 81, 0.06);
}

.japean-section-kicker {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e70000;
}

.japean-section-title {
  margin: 0;
  font-size: clamp(1.65rem, 2.6vw, 2.4rem);
  font-weight: 800;
  line-height: 1.1;
  color: #122351;
}

.japean-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}

.japean-product-gallery .product__images {
  background: #ffffff;
  border: 1px solid #ead9d9;
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(18, 35, 81, 0.05);
}

.japean-product-gallery .product__carousel {
  border-radius: 22px;
  overflow: hidden;
  background: #f6f2ef;
}

.japean-product-gallery .carousel-item img,
.japean-product-gallery .product__no-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;
}

.japean-product-gallery .product__thumbnails-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 18px 0 0;
}

.japean-product-gallery .product__thumbnail {
  padding: 0;
  border: 0;
  background: transparent;
}

.japean-product-gallery .product__thumbnail-image {
  border: 1px solid #ead9d9;
  border-radius: 16px;
  overflow: hidden;
}

.japean-product-gallery .product__thumbnail.active .product__thumbnail-image,
.japean-product-gallery .product__thumbnail-image.js-thumb-selected {
  border-color: #ead9d9;
  box-shadow: none;
}

.japean-product-gallery .product__zoom {
  top: 18px;
  right: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.japean-product-panel__inner {
  position: sticky;
  top: 24px;
  background: #f6f2ef;
  border: 1px solid #ead9d9;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 20px 44px rgba(18, 35, 81, 0.08);
}

.japean-product-panel__topline,
.japean-product-brand {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #5f6f97;
}

.japean-product-title {
  margin: 0 0 8px;
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 800;
  line-height: 1.02;
  color: #122351;
}

.japean-product-price-wrap {
  padding: 22px 0 18px;
  border-top: 1px solid rgba(18, 35, 81, 0.08);
  border-bottom: 1px solid rgba(18, 35, 81, 0.08);
  margin: 18px 0;
}

.japean-product-page .product__price {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  color: #122351;
}

.japean-product-page .product__regular-price {
  font-size: 1rem;
  color: #8f98ac;
}

.japean-product-page .product__tax-label,
.japean-product-page .product__unit-price,
.japean-product-page .product__pack-price,
.japean-product-page .product__taxless-price {
  color: #5f6f97;
}

.japean-product-intro {
  color: #3e4c6f;
  font-size: 0.98rem;
  line-height: 1.7;
}

.japean-product-intro p:last-child,
.japean-product-description p:last-child {
  margin-bottom: 0;
}

.japean-product-page .product__variants {
  display: grid;
  gap: 18px;
  margin: 22px 0 24px;
}

.japean-product-page .product-variant {
  margin: 0;
}

.japean-product-page .product-variant__label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #122351;
}

.japean-product-page .product-variant__selected {
  color: #5f6f97;
}

.japean-product-page .product-variant__colors,
.japean-product-page .product-variant__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.japean-product-page .product-variant__radio {
  margin: 0;
}

.japean-product-page .product-variant__radio .form-check-input {
  display: none;
}

.japean-product-page .product-variant__radio .form-check-label,
.japean-product-page .product-variant__radio label {
  display: inline-flex;
}

.japean-product-page .product-variant__radio .form-check-label {
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #ead9d9;
  background: #ffffff;
  font-weight: 700;
  color: #122351;
  transition: all 0.2s ease;
}

.japean-product-page .product-variant__radio .form-check-input:checked + label .form-check-label {
  background: #122351;
  border-color: #122351;
  color: #ffffff;
}

.japean-product-page .input-color__label {
  margin: 0;
}

.japean-product-page .input-color__label .color {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px #d7cad0;
}

.japean-product-page .input-color__input:checked + .input-color__label .color {
  box-shadow: 0 0 0 2px #122351;
}

.japean-product-page .product__availability {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.japean-product-page .product__actions-qty-add {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.japean-product-page .product-actions__quantity {
  background: #ffffff;
  border: 1px solid #ead9d9;
  border-radius: 999px;
  padding: 8px 12px;
}

.japean-product-page .product__add-to-cart-button {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: #122351;
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  box-shadow: none;
}

.japean-product-page .product__add-to-cart-button:hover,
.japean-product-page .product__add-to-cart-button:focus {
  background: #0d1a3c;
}

.japean-product-page .product__additional-info {
  margin-top: 18px;
  font-size: 0.93rem;
  color: #3e4c6f;
}

.japean-product-page .product__additional-info > * + * {
  margin-top: 10px;
}

.japean-product-story {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 24px;
  margin-bottom: 24px;
}

.japean-product-story__main,
.japean-product-story__side,
.japean-size-guide,
.japean-product-related,
.japean-product-cta {
  padding: 28px;
}

.japean-product-description {
  color: #26314f;
  line-height: 1.8;
}

.japean-product-story__side .accordion-item {
  border: 0;
  border-top: 1px solid #ead9d9;
  background: transparent;
}

.japean-product-story__side .accordion-item:first-child {
  border-top: 0;
}

.japean-product-story__side .accordion-button {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  font-weight: 800;
  color: #122351;
}

.japean-product-story__side .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.japean-product-story__side .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.japean-product-story__side .details__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.japean-product-story__side .details__item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(234, 217, 217, 0.7);
}

.japean-product-story__side .details__item:last-child {
  border-bottom: 0;
}

.japean-product-story__side .details__title,
.japean-product-story__side .details__right {
  color: #122351;
}

.japean-product-reassurance {
  margin-top: 20px;
}

.japean-size-guide {
  margin-bottom: 24px;
  background: #f6f2ef;
}

.japean-size-guide__header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 20px;
}

.japean-size-guide__note {
  max-width: 520px;
  margin: 0;
  color: #5f6f97;
  line-height: 1.7;
}

.japean-size-guide__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 20px;
}

.japean-size-guide__table-wrap,
.japean-size-guide__diagram {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #ead9d9;
  padding: 18px;
}

.japean-size-guide__table {
  width: 100%;
  border-collapse: collapse;
}

.japean-size-guide__table th,
.japean-size-guide__table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f0e8e8;
  text-align: left;
}

.japean-size-guide__table th {
  font-size: 0.88rem;
  font-weight: 800;
  color: #122351;
}

.japean-size-guide__table td {
  color: #3e4c6f;
}

.japean-size-guide__table tbody tr:last-child td {
  border-bottom: 0;
}

.japean-size-guide__diagram {
  display: flex;
  align-items: center;
  justify-content: center;
}

.japean-size-guide__diagram svg {
  width: 100%;
  max-width: 320px;
  height: auto;
}

.japean-product-related {
  margin-bottom: 24px;
}

.japean-product-related .module-products__title,
.japean-product-related .section-title,
.japean-product-related h2 {
  margin-bottom: 18px;
font-weight: 800;
  color: #122351;
}

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

.japean-product-related .product-miniature__inner {
  border-radius: 18px;
}

.japean-product-related .product-miniature__top,
.japean-product-related .product-miniature__bottom {
  background: #ffffff;
}

.japean-product-cta {
  text-align: center;
  background: linear-gradient(180deg, #fff8f8 0%, #f6f2ef 100%);
}

.japean-product-cta__logo {
  width: 180px;
  max-width: 60%;
  margin-bottom: 16px;
}

.japean-product-cta__text {
  max-width: 640px;
  margin: 14px auto 0;
  color: #5f6f97;
  line-height: 1.7;
}

.japean-product-cta__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.japean-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.2s ease;
}

.japean-btn--primary {
  background: #e70000;
  color: #ffffff;
}

.japean-btn--ghost {
  border: 1px solid #e70000;
  color: #e70000;
  background: #ffffff;
}

.japean-btn:hover,
.japean-btn:focus {
  transform: translateY(-1px);
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .japean-product-hero,
  .japean-product-story,
  .japean-size-guide__grid {
    grid-template-columns: 1fr;
  }

  .japean-product-panel__inner {
    position: static;
  }

  .japean-product-related .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .japean-product-page {
    padding: 18px 14px 56px;
  }

  .japean-product-gallery .product__images,
  .japean-product-panel__inner,
  .japean-product-story__main,
  .japean-product-story__side,
  .japean-size-guide,
  .japean-product-related,
  .japean-product-cta {
    padding: 20px;
    border-radius: 22px;
  }

  .japean-product-page .product__actions-qty-add {
    grid-template-columns: 1fr;
  }

  .japean-size-guide__header {
    flex-direction: column;
    align-items: start;
  }

  .japean-product-related .products,
  .japean-product-gallery .product__thumbnails-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* Product page closer to Japean mockup */
.japean-product-panel__topline,
.japean-product-brand {
  display: none !important;
}

.japean-product-page .product__variants {
  margin: 26px 0 22px;
  gap: 0;
}

.japean-product-page .product-variant {
  padding: 18px 0;
  border-top: 1px solid rgba(18, 35, 81, 0.18);
}

.japean-product-page .product-variant:last-child {
  border-bottom: 1px solid rgba(18, 35, 81, 0.18);
}

.japean-product-page .product-variant__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.japean-product-page .product-variant__label--split {
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.japean-product-page .product-variant__legend {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: #9b9b9b;
}

.japean-product-page .product-variant__selected-value {
  color: #122351;
  font-weight: 800;
}

.japean-product-page .product-variant__size-guide-link {
  color: #122351;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.japean-product-page .product-variant__colors,
.japean-product-page .product-variant__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.japean-product-page .product-variant__radio {
  margin: 0;
}

.japean-product-page .product-variant__radio .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.japean-product-page .product-variant__radio label {
  display: inline-flex;
  margin: 0;
  cursor: pointer;
}

.japean-product-page .product-variant__radio .form-check-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 46px;
  padding: 8px 12px;
  border-radius: 14px;
  border: 1px solid transparent;
  background: transparent;
  color: #122351;
  font-size: 1rem;
  font-weight: 800;
  transition: all 0.2s ease;
}

.japean-product-page .product-variant__radios--size .form-check-label {
  min-width: 72px;
  font-size: 1.05rem;
}

.japean-product-page .product-variant__radio .form-check-input:checked + label .form-check-label {
  color: #e70000;
}

.japean-product-page .product-variant__radio .form-check-input:focus + label .form-check-label,
.japean-product-page .product-variant__radio label:hover .form-check-label {
  color: #e70000;
}

.japean-product-page .input-color__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.japean-product-page .input-color__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 999px;
  cursor: pointer;
}

.japean-product-page .input-color__label .color {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid #122351;
  box-shadow: inset 0 0 0 4px #ffffff;
  background-size: cover;
  background-position: center;
}

.japean-product-page .input-color__input:checked + .input-color__label {
  box-shadow: 0 0 0 2px #e70000;
}

.japean-product-page .input-color__input:checked + .input-color__label .color {
  border-color: #122351;
}

.japean-product-page .product__actions-qty-add {
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.japean-product-page .product-actions__quantity {
  background: #ffffff;
  border: 1px solid #ead9d9;
  border-radius: 999px;
  min-height: 62px;
  display: flex;
  align-items: center;
}

.japean-product-page .product__add-to-cart-button {
  min-height: 62px;
  border: 2px solid #122351;
  border-radius: 999px;
  background: #ffffff;
  color: #122351;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-direction: row-reverse;
}

.japean-product-page .product__add-to-cart-button:hover,
.japean-product-page .product__add-to-cart-button:focus {
  background: #122351;
  color: #ffffff;
}

.japean-product-page .product__add-to-cart-button .material-icons {
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .japean-product-page .product__actions-qty-add {
    grid-template-columns: 1fr;
  }

  .japean-product-page .product-variant__label--split {
    align-items: flex-start;
  }
}


/* Product top section refinement */
.japean-product-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.98fr);
  gap: 14px;
  align-items: stretch;
}

.japean-product-gallery {
  position: relative;
}

.japean-product-gallery__favorite {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 4;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #ead9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(18, 35, 81, 0.08);
}

.japean-product-gallery__favorite img {
  width: 18px;
  height: 18px;
}

.japean-product-gallery .product__images {
  height: 100%;
  padding: 18px;
  border-radius: 22px;
}

.japean-product-gallery .product__carousel {
  background: #ffffff;
  border-radius: 18px;
  min-height: clamp(560px, 62vw, 820px);
  overflow: hidden;
}

.japean-product-gallery .carousel-inner,
.japean-product-gallery .carousel-item,
.japean-product-gallery .carousel-item picture {
  height: 100%;
  min-height: inherit;
}

.japean-product-gallery .carousel-item picture {
  display: block;
  overflow: hidden;
  width: 100%;
}

.japean-product-gallery .carousel-item img,
.japean-product-gallery .product__no-image img {
  aspect-ratio: auto;
  background: #ffffff;
  display: block;
  height: 100%;
  min-height: inherit;
  object-fit: cover !important;
  object-position: center center !important;
  width: 100% !important;
}

.japean-product-gallery .product__zoom,
.japean-product-gallery .product__carousel .product-flags,
.japean-product-gallery .carousel-control-prev,
.japean-product-gallery .carousel-control-next {
  display: none !important;
}

.japean-product-gallery .product__thumbnails {
  margin-top: 12px;
}

.japean-product-gallery .product__thumbnails-list {
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  justify-content: stretch;
  gap: 12px;
}

.japean-product-gallery .product__thumbnail-item {
  aspect-ratio: 1 / 1.18;
  display: block;
  list-style: none;
  min-width: 0;
}

.japean-product-gallery .product__thumbnail-item.is-current {
  display: none;
}

.japean-product-gallery .product__thumbnail-image {
  border: 0 !important;
  border-radius: inherit;
  background: #ffffff;
  display: block;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  outline: 0 !important;
  width: 100% !important;
}

.japean-product-gallery img.product__thumbnail-image.js-thumb,
.japean-product-gallery img.product__thumbnail-image.outline.outline--rounded.img-fluid.js-thumb {
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
  width: 100% !important;
}

.japean-product-gallery .product__thumbnail,
.japean-product-gallery .product__thumbnail picture {
  display: block;
  height: 100%;
  width: 100%;
}

.japean-product-gallery .product__thumbnail {
  aspect-ratio: 1 / 1.18;
  border-radius: 10px;
  border: 1px solid #ead9d9 !important;
  background: #ffffff;
  line-height: 0;
  overflow: hidden;
  padding: 0 !important;
}

.japean-product-gallery .product__thumbnail picture {
  border-radius: inherit;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.japean-product-gallery .product__thumbnail picture img {
  border-radius: inherit !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  transform-origin: center top;
}

.japean-product-panel__inner {
  position: static;
  height: 100%;
  padding: 22px 22px 18px;
  border-radius: 22px;
  background: #f6f2ef;
}

.japean-product-title {
  margin: 0 0 18px;
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1.1;
}

.japean-product-price-wrap {
  margin: 0;
  padding: 0 0 18px;
  border-top: 0;
  border-bottom: 1px solid rgba(18, 35, 81, 0.16);
}

.japean-product-price-wrap .product__prices-block {
  gap: 0;
}

.japean-product-page .product__price {
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  line-height: 1;
}

.japean-product-actions {
  margin-top: 0;
}

.japean-product-page .product__availability {
  margin: 0 0 10px;
  padding: 14px 0 0;
  border-radius: 0;
  background: transparent;
}

.japean-product-page .product__availability-status {
  font-weight: 700;
}

.japean-product-page .product__variants {
  margin: 6px 0 18px;
}

.japean-product-page .product-variant {
  padding: 14px 0;
}

.japean-product-page .product-variant:first-child {
  border-top: 0;
}

.japean-product-page .product-variant:last-child {
  border-bottom: 1px solid rgba(18, 35, 81, 0.16);
}

.japean-product-page .product-variant__label {
  margin-bottom: 12px;
}

.japean-product-page .product-variant__legend {
  font-size: 0.95rem;
}

.japean-product-page .product-variant__colors,
.japean-product-page .product-variant__radios {
  gap: 14px;
}

.japean-product-page .product-variant__radios--size {
  justify-content: space-between;
}

.japean-product-page .product-variant__radios--size .product-variant__radio {
  flex: 0 0 auto;
}

.japean-product-page .product-variant__radios--size .form-check-label {
  min-width: 48px;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.05rem;
}

.japean-product-page .input-color__label {
  width: 38px;
  height: 38px;
}

.japean-product-page .input-color__label .color {
  width: 28px;
  height: 28px;
  box-shadow: inset 0 0 0 3px #ffffff, 0 0 0 1px #122351;
}

.japean-product-page .input-color__input:checked + .input-color__label {
  box-shadow: 0 0 0 2px #e70000;
}

.japean-product-page .product__actions-qty-add {
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 16px;
  margin-top: 14px;
  padding-top: 8px;
}

.japean-product-page .product-actions__quantity {
  min-height: 52px;
  padding: 4px 8px;
}

.japean-product-page .product__add-to-cart-button {
  min-height: 52px;
  font-size: 0.98rem;
}

.japean-product-panel__description {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 35, 81, 0.16);
}

.japean-product-panel__description-title {
  margin-bottom: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #9b9b9b;
}

.japean-product-panel__description .japean-product-intro {
  font-size: 0.92rem;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .japean-product-hero {
    grid-template-columns: 1fr;
  }
}


/* Japean wishlist */
.japean-product-gallery__favorite.japean-wishlist-toggle {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(234, 217, 217, 0.95);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(18, 35, 81, 0.08);
  cursor: pointer;
  display: inline-flex;
  height: 3.35rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 3.35rem;
  z-index: 8;
}

.japean-product-gallery__favorite.japean-wishlist-toggle img {
  filter: none;
  height: 1.35rem;
  position: relative;
  transition: filter 0.2s ease, transform 0.2s ease;
  width: 1.35rem;
  z-index: 2;
}

.product-miniature__wishlist.japean-wishlist-toggle {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(234, 217, 217, 0.95);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(18, 35, 81, 0.08);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 12px;
  text-decoration: none;
  top: 12px;
  width: 44px;
  z-index: 4;
}

.product-miniature__wishlist.japean-wishlist-toggle img {
  height: 20px;
  position: relative;
  width: 20px;
  z-index: 2;
}

.product-miniature__wishlist.japean-wishlist-toggle:hover {
  box-shadow: 0 12px 24px rgba(18, 35, 81, 0.14);
}

.japean-wishlist-toggle__halo {
  background: radial-gradient(circle at 35% 30%, #ff9a9a, #e70000 72%);
  border-radius: inherit;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(0.35);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.japean-wishlist-toggle.is-active .japean-wishlist-toggle__halo {
  opacity: 1;
  transform: scale(1);
}

.japean-wishlist-toggle.is-active img {
  filter: brightness(0) invert(1);
  transform: scale(1.05);
}

.japean-wishlist-toggle.is-popping {
  animation: japean-heart-pop 0.42s cubic-bezier(.2, 1.35, .45, 1);
}

@keyframes japean-heart-pop {
  0% { transform: scale(1); }
  45% { transform: scale(1.16); }
  100% { transform: scale(1); }
}

.japean-wishlist-page {
  color: var(--japean-blue);
  margin: 0 auto;
  max-width: 1320px;
  padding: 3rem 1rem 5rem;
}

.japean-wishlist-page__header {
  background: #f6f2ef;
  border: 1px solid rgba(18, 35, 81, 0.08);
  border-radius: 2rem;
  margin-bottom: 1.5rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
}

.japean-wishlist-page__header h1 {
  color: var(--japean-blue);
font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.95;
  margin: 0.25rem 0 0.75rem;
}

.japean-wishlist-page__header p:last-child {
  color: rgba(18, 35, 81, 0.68);
  margin: 0 auto;
  max-width: 38rem;
}

.japean-wishlist-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.japean-wishlist-card {
  background: #ffffff;
  border: 1px solid rgba(234, 217, 217, 0.95);
  border-radius: 1.35rem;
  box-shadow: 0 18px 44px rgba(18, 35, 81, 0.07);
  overflow: hidden;
}

.japean-wishlist-card__image {
  align-items: center;
  background: #f6f2ef;
  display: flex;
  min-height: 270px;
  justify-content: center;
}

.japean-wishlist-card__image img {
  display: block;
  height: 270px;
  object-fit: contain;
  width: 100%;
}

.japean-wishlist-card__body {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.japean-wishlist-card__title {
  color: var(--japean-blue);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.japean-wishlist-card__price {
  color: var(--japean-blue);
  font-size: 1.05rem;
  font-weight: 800;
}

.japean-wishlist-card__actions {
  display: grid;
  gap: 0.6rem;
}

.japean-wishlist-btn,
.japean-wishlist-remove {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 2.75rem;
  text-decoration: none;
}

.japean-wishlist-btn {
  background: #122351;
  border: 1px solid #122351;
  color: #ffffff;
  padding: 0.75rem 1.15rem;
}

.japean-wishlist-btn--primary:hover,
.japean-wishlist-btn:hover {
  color: #ffffff;
}

.japean-wishlist-remove {
  background: #ffffff;
  border: 1px solid #ead9d9;
  color: #122351;
}

.japean-wishlist-empty {
  background: #ffffff;
  border: 1px solid #ead9d9;
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
}

@media (max-width: 767px) {
  .japean-product-gallery__favorite.japean-wishlist-toggle {
    height: 2.9rem;
    width: 2.9rem;
  }
}

.japean-wishlist-toggle img,
.japean-wishlist-toggle__halo {
  pointer-events: none;
}


/* Japean product page final layout */
.japean-product-page {
  background: #ffffff;
  color: #122351;
}

.japean-product-page .japean-product-hero {
  align-items: start !important;
  display: grid !important;
  gap: clamp(24px, 3vw, 36px) !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr) !important;
  margin: 0 auto 32px !important;
  max-width: 1320px !important;
}

.japean-product-page .japean-product-gallery {
  min-width: 0 !important;
  position: relative !important;
}

.japean-product-page .japean-product-gallery .product__images {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  gap: 12px !important;
  height: auto !important;
  padding: 0 !important;
}

.japean-product-page .japean-product-gallery .product__carousel {
  aspect-ratio: 0.62 !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

.japean-product-page .japean-product-gallery .carousel-inner,
.japean-product-page .japean-product-gallery .carousel-item,
.japean-product-page .japean-product-gallery .carousel-item picture {
  display: block !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

.japean-product-page .japean-product-gallery .carousel-item img,
.japean-product-page .japean-product-gallery .product__no-image img {
  border: 0 !important;
  border-radius: 0 !important;
  display: block !important;
  height: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center top !important;
  outline: 0 !important;
  transform: none !important;
  width: 100% !important;
}

.japean-product-page .japean-product-gallery .product__zoom,
.japean-product-page .japean-product-gallery .product-flags,
.japean-product-page .japean-product-gallery .carousel-control-prev,
.japean-product-page .japean-product-gallery .carousel-control-next {
  display: none !important;
}

.japean-product-page .japean-product-gallery .product__thumbnails {
  margin: 0 !important;
  width: 100% !important;
}

.japean-product-page .japean-product-gallery .product__thumbnails-list {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.japean-product-page .japean-product-gallery .product__thumbnail-item {
  aspect-ratio: 1 / 1.18 !important;
  display: block !important;
  list-style: none !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.japean-product-page .japean-product-gallery .product__thumbnail-item.is-current {
  display: none !important;
}

.japean-product-page .japean-product-gallery .product__thumbnail {
  appearance: none !important;
  aspect-ratio: 1 / 1.18 !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  cursor: pointer !important;
  display: block !important;
  height: 100% !important;
  line-height: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100% !important;
}

.japean-product-page .japean-product-gallery .product__thumbnail picture,
.japean-product-page .japean-product-gallery .product__thumbnail img,
.japean-product-page .japean-product-gallery .product__thumbnail-image {
  border: 0 !important;
  border-radius: inherit !important;
  display: block !important;
  height: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center top !important;
  outline: 0 !important;
  padding: 0 !important;
  transform: none !important;
  width: 100% !important;
}

.japean-product-page .japean-product-gallery__favorite {
  background: #ffffff !important;
  border: 1px solid #ead9d9 !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 24px rgba(18, 35, 81, 0.08) !important;
  height: 58px !important;
  left: 20px !important;
  position: absolute !important;
  top: 20px !important;
  width: 58px !important;
  z-index: 8 !important;
}

.japean-product-page .japean-product-panel__inner {
  background: #f6f2ef !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: none !important;
  color: #122351 !important;
  height: auto !important;
  min-height: 100% !important;
  padding: clamp(24px, 3vw, 34px) !important;
  position: static !important;
}

.japean-product-page .japean-product-title {
  color: #222222 !important;
  font-size: clamp(2rem, 3vw, 2.9rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.08 !important;
  margin: 0 0 34px !important;
}

.japean-product-page .product__price,
.japean-product-page .current-price-value {
  color: #222222 !important;
  font-size: clamp(1.85rem, 2.45vw, 2.65rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.03em !important;
  line-height: 1 !important;
}

.japean-product-page .japean-product-price-wrap {
  border-bottom: 1px solid rgba(18, 35, 81, 0.24) !important;
  margin: 0 0 24px !important;
  padding: 0 0 28px !important;
}

.japean-product-page .product__variants,
.japean-product-page .product__availability,
.japean-product-page .product__actions-qty-add,
.japean-product-page .japean-product-panel__description {
  border-top: 1px solid rgba(18, 35, 81, 0.24) !important;
  margin-top: 24px !important;
  padding-top: 24px !important;
}

.japean-product-page .product__actions-qty-add {
  align-items: center !important;
  display: grid !important;
  gap: 28px !important;
  grid-template-columns: 180px minmax(0, 1fr) !important;
}

.japean-product-page .product-actions__quantity {
  background: #ffffff !important;
  border: 1px solid #ead9d9 !important;
  border-radius: 999px !important;
  min-height: 64px !important;
}

.japean-product-page .product__add-to-cart-button {
  background: #ffffff !important;
  border: 2px solid #122351 !important;
  border-radius: 999px !important;
  color: #122351 !important;
  font-size: 1.1rem !important;
  font-weight: 900 !important;
  min-height: 64px !important;
}

@media (max-width: 991.98px) {
  .japean-product-page .japean-product-hero {
    grid-template-columns: 1fr !important;
  }

  .japean-product-page .japean-product-gallery .product__carousel {
    aspect-ratio: 0.72 !important;
  }
}

@media (max-width: 767.98px) {
  .japean-product-page .japean-product-gallery .product__thumbnails-list {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .japean-product-page .product__actions-qty-add {
    grid-template-columns: 1fr !important;
  }
}


/* Japean quantity selector */
.japean-product-page .product-actions__quantity.quantity-button {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #ead9d9 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  display: flex !important;
  height: 64px !important;
  justify-content: center !important;
  min-height: 64px !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 180px !important;
}

.japean-product-page .product-actions__quantity .quantity-button__group {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  display: grid !important;
  grid-template-columns: 58px minmax(48px, 1fr) 58px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.japean-product-page .product-actions__quantity .btn-square-icon,
.japean-product-page .product-actions__quantity .btn {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #122351 !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  margin: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1 !important;
  padding: 0 !important;
  width: 100% !important;
}

.japean-product-page .product-actions__quantity .btn:hover,
.japean-product-page .product-actions__quantity .btn:focus {
  background: rgba(18, 35, 81, 0.04) !important;
  color: #122351 !important;
}

.japean-product-page .product-actions__quantity .material-icons {
  color: #122351 !important;
  font-size: 1.65rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.japean-product-page .product-actions__quantity .js-quantity-wanted,
.japean-product-page .product-actions__quantity input.form-control {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #122351 !important;
  font-size: 1.45rem !important;
  font-weight: 900 !important;
  height: 100% !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

.japean-product-page .product-actions__quantity input::-webkit-outer-spin-button,
.japean-product-page .product-actions__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  .japean-product-page .product-actions__quantity.quantity-button {
    width: 100% !important;
  }
}

/* Header category shortcuts - Figma alignment */
body .japean-header__categories {
  background: #f6f2ef !important;
  border-bottom: 1px solid rgba(18, 35, 81, 0.08) !important;
  padding: 30px 0 28px !important;
}

body .japean-header__categories .container-md {
  max-width: 1320px !important;
}

body .japean-header__categories-list {
  align-items: center !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 32px !important;
  justify-content: center !important;
  overflow-x: auto !important;
  padding: 0 !important;
  scrollbar-width: none !important;
}

body .japean-header__categories-list::-webkit-scrollbar {
  display: none !important;
}

body .japean-header__pill {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #ead9d9 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(18, 35, 81, 0.04) !important;
  color: #122351 !important;
  display: inline-flex !important;
  flex: 0 0 178px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  height: 46px !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-width: 178px !important;
  padding: 0 18px !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body .japean-header__pill:hover {
  background: #ffffff !important;
  box-shadow: 0 12px 26px rgba(18, 35, 81, 0.07) !important;
  color: #122351 !important;
  transform: none !important;
}

body .japean-header__pill--active,
body .japean-header__pill--active:hover {
  background: #122351 !important;
  border-color: #122351 !important;
  color: #ffffff !important;
  cursor: default !important;
  pointer-events: none !important;
}

body .japean-header__pill--exclusive,
body .japean-header__pill--exclusive:hover {
  background: #ffffff !important;
  border-color: #ead9d9 !important;
  color: #7d96c4 !important;
}

@media (max-width: 1199.98px) {
  body .japean-header__categories-list {
    gap: 24px !important;
    justify-content: flex-start !important;
  }

  body .japean-header__pill {
    flex-basis: 160px !important;
    font-size: 15px !important;
    min-width: 160px !important;
  }
}

@media (max-width: 767.98px) {
  body .japean-header__categories {
    padding: 18px 0 16px !important;
  }

  body .japean-header__categories-list {
    gap: 12px !important;
  }

  body .japean-header__pill {
    border-radius: 14px !important;
    flex-basis: auto !important;
    font-size: 14px !important;
    height: 44px !important;
    min-width: max-content !important;
    padding: 0 18px !important;
  }
}

/* Homepage hero and selection - Figma alignment */
.page-content--home {
  background: #ffffff !important;
}

.page-content--home > section {
  width: 100%;
}

.japean-home-hero {
  align-items: stretch !important;
  background: #ffffff !important;
  display: grid !important;
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr) !important;
  height: 800px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}

.japean-home-hero__lanterns {
  display: flex;
  gap: 14px;
  left: 58px;
  opacity: 0.28;
  pointer-events: none;
  position: absolute;
  top: -16px;
  z-index: 1;
}

.japean-home-hero__lanterns span {
  align-items: center;
  background: repeating-linear-gradient(90deg, rgba(229, 0, 0, 0.16) 0 10px, rgba(255, 255, 255, 0.9) 10px 34px);
  border-left: 7px solid rgba(231, 0, 0, 0.35);
  border-right: 7px solid rgba(231, 0, 0, 0.35);
  color: rgba(18, 35, 81, 0.92);
  display: flex;
  font-size: 58px;
  font-weight: 900;
  height: 182px;
  justify-content: center;
  line-height: 0.9;
  padding-top: 8px;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  width: 78px;
}

.japean-home-hero__copy {
  align-self: center;
  color: #122351;
  display: grid;
  gap: 15px;
  justify-items: start;
  padding: clamp(42px, 7vw, 84px) 0 clamp(42px, 7vw, 84px) clamp(34px, 5.4vw, 78px);
  position: relative;
  z-index: 2;
}

.japean-home-hero__copy > .japean-home-redline {
  margin-bottom: 45px;
}

.japean-home-hero__kicker {
  color: #122351;
  font-size: clamp(13px, 1.25vw, 17px);
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}

.japean-home-hero__title {
  color: #122351;
  font-size: clamp(44px, 5.4vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.japean-home-redline {
  background: #e70000;
  display: block;
  height: 6px;
  width: 58px;
}

.japean-home-hero__text {
  color: #122351;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 2px;
}

.japean-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2px;
}

.japean-home-btn {
  align-items: center;
  border: 2px solid #e70000;
  border-radius: 8px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  min-width: 206px;
  padding: 10px 24px;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.japean-home-btn:hover {
  transform: translateY(-1px);
}

.japean-home-btn--primary,
.japean-home-btn--primary:hover {
  background: #e70000;
  color: #ffffff;
}

.japean-home-btn--outline {
  background: #ffffff;
  color: #e70000;
}

.japean-home-btn--outline:hover {
  background: #fff2f2;
  color: #e70000;
}

.japean-home-hero__visual {
  align-self: end;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.japean-home-hero__visual::before {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.72) 28%, rgba(255, 255, 255, 0) 58%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.japean-home-hero__visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 52% 32%;
  width: 100%;
}

.japean-home-selection {
  background: #ffffff;
  padding: 42px 0 0;
}

.japean-home-selection__head {
  align-items: center;
  display: grid;
  gap: 12px;
  justify-items: center;
  margin: 0 auto 48px;
  padding: 0 20px;
  text-align: center;
}

.japean-home-selection__head h2 {
  color: #122351;
font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}

.japean-home-selection__head .japean-home-redline {
  height: 6px;
  width: 168px;
}

.japean-home-collection-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.55fr);
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.japean-home-collection-stack {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.japean-home-collection-card {
  color: #ffffff;
  display: block;
  min-height: 330px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.japean-home-collection-card:hover {
  color: #ffffff;
}

.japean-home-collection-card--tall {
  min-height: 660px;
}

.japean-home-collection-card img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transition: transform 0.35s ease;
  width: 100%;
}

.japean-home-collection-card--face-up img {
  object-position: center 24%;
}

.japean-home-collection-card:hover img {
  transform: scale(1.035);
}

.japean-home-collection-card__shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.5) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.japean-home-collection-card__content {
  bottom: 34px;
  display: grid;
  gap: 16px;
  left: 9%;
  position: absolute;
  z-index: 2;
}

.japean-home-collection-card__title {
  color: #ffffff;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}

.japean-home-collection-card__link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.japean-home-collection-card--wide .japean-home-collection-card__content {
  bottom: 32px;
  left: 14%;
}

.japean-home-products {
  background: #ffffff;
  padding: 46px clamp(20px, 4.8vw, 68px) 70px;
}

.japean-home-products__head {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto 38px;
  max-width: 1440px;
}

.japean-home-products__title-wrap {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.japean-home-products__dash {
  background: #e70000;
  display: block;
  flex: 0 0 32px;
  height: 5px;
  width: 32px;
}

.japean-home-products__head h2 {
  color: #122351;
font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  text-transform: uppercase;
}

.japean-home-products__all {
  align-items: center;
  border: 1.5px solid #122351;
  border-radius: 10px;
  color: #122351;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 9px 20px;
  text-decoration: none;
}

.japean-home-products__all:hover {
  background: #122351;
  color: #ffffff;
}

.japean-home-products__grid {
  display: grid;
  gap: clamp(26px, 3.2vw, 54px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1440px;
}

.japean-home-product-card {
  color: #122351;
  display: grid;
  gap: 12px;
  min-width: 0;
  position: relative;
}

.japean-home-product-card__media {
  aspect-ratio: 1;
  background: #f5f5f5;
  border-radius: 6px;
  display: block;
  overflow: hidden;
  position: relative;
}

.japean-home-product-card__media > img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  transition: transform 0.28s ease;
  width: 100%;
}

.japean-home-product-card__media:hover > img {
  transform: scale(1.035);
}

.japean-home-product-card__heart {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: default;
  display: flex;
  height: 28px;
  justify-content: center;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 28px;
  z-index: 2;
}

.japean-home-product-card__heart:focus-visible {
  outline: 2px solid #122351;
  outline-offset: 3px;
}

.japean-home-product-card__heart img {
  display: block;
  height: 24px;
  object-fit: contain;
  padding: 0;
  width: 24px;
}

.japean-home-product-card__heart--active img {
  filter: invert(63%) sepia(65%) saturate(938%) hue-rotate(313deg) brightness(104%) contrast(101%);
}

.japean-home-product-card__wishlist {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 4;
}

.japean-home-product-card__wishlist .wishlist-button-add {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 34px !important;
  min-width: 34px !important;
  padding: 0 !important;
  width: 34px !important;
}

.japean-home-product-card__wishlist .wishlist-button-add i {
  color: #122351 !important;
  font-size: 32px !important;
}

.japean-home-product-card__wishlist .wishlist-button-add.japean-wishlist-active i {
  color: #ff7d7d !important;
}

.japean-blockwishlist-root {
  pointer-events: none;
  position: relative;
  z-index: 2000;
}

.japean-blockwishlist-root .modal,
.japean-blockwishlist-root .wishlist-toast,
.japean-blockwishlist-root .wishlist-modal.show {
  pointer-events: auto;
}

.japean-home-product-card__name {
  color: #122351;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  min-height: 42px;
  text-decoration: none;
}

.japean-home-product-card__name:hover {
  color: #122351;
  text-decoration: underline;
}

.japean-home-product-card__stock {
  align-self: start;
  color: #122351;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}

.japean-home-product-card__stock--dark,
.japean-home-product-card__stock--red {
  border-radius: 7px;
  color: #ffffff;
  font-weight: 900;
  min-height: 30px;
  padding: 8px 10px;
}

.japean-home-product-card__stock--dark {
  background: #122351;
}

.japean-home-product-card__stock--red {
  background: #e70000;
}

.japean-home-product-card__price {
  color: #122351;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.japean-home-trust {
  background: #ffffff;
  padding: 6px 0 72px;
}

.japean-home-trust__inner {
  align-items: center;
  border: 1px solid rgba(18, 35, 81, 0.08);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: stretch;
  margin: 0 auto;
  max-width: 1920px;
  min-height: 128px;
  padding: 0 clamp(24px, 3vw, 56px);
  width: calc(100% - clamp(16px, 2vw, 32px));
}

.japean-home-trust__item {
  align-items: center;
  display: grid;
  gap: clamp(18px, 2vw, 28px);
  grid-template-columns: 64px minmax(0, 1fr);
  justify-content: center;
  justify-self: stretch;
  min-height: 72px;
  min-width: 0;
  padding: 0 clamp(18px, 2.3vw, 36px);
  position: relative;
  width: 100%;
}

.japean-home-trust__item + .japean-home-trust__item::before {
  background: rgba(18, 35, 81, 0.62);
  content: "";
  height: 72px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5px;
}

.japean-home-trust__item img {
  display: block;
  height: 64px;
  object-fit: contain;
  width: 64px;
}

.japean-home-trust__copy {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.japean-home-trust__copy h4 {
  color: #122351;
font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
  white-space: nowrap;
}

.japean-home-trust__copy p {
  color: #122351;
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 991.98px) {
  .japean-home-hero {
    height: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: auto !important;
  }

  .japean-home-hero__copy {
    padding: 52px 22px 28px;
  }

  .japean-home-hero__visual {
    height: 460px;
    min-height: 0;
  }

  .japean-home-hero__visual::before {
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 36%);
  }

  .japean-home-collection-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .japean-home-collection-card,
  .japean-home-collection-card--tall {
    min-height: 430px;
  }

  .japean-home-products {
    padding: 38px 20px 56px;
  }

  .japean-home-products__grid {
    gap: 20px;
    grid-auto-columns: minmax(170px, 32vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }

  .japean-home-product-card {
    scroll-snap-align: start;
  }

  .japean-home-trust {
    padding-bottom: 52px;
  }

  .japean-home-trust__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
    padding: 28px 24px;
  }

  .japean-home-trust__item {
    padding: 0 20px;
  }

  .japean-home-trust__item + .japean-home-trust__item::before {
    display: none;
  }

  .japean-home-trust__item:nth-child(even)::before {
    background: rgba(18, 35, 81, 0.42);
    content: "";
    display: block;
    height: 70px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}

@media (max-width: 575.98px) {
  .japean-home-hero__lanterns {
    left: 22px;
    top: -30px;
    transform: scale(0.72);
    transform-origin: top left;
  }

  .japean-home-hero__copy {
    padding-top: 86px;
  }

  .japean-home-hero__actions,
  .japean-home-btn {
    width: 100%;
  }

  .japean-home-hero__visual {
    height: 390px;
    min-height: 0;
  }

  .japean-home-selection {
    padding-top: 34px;
  }

  .japean-home-selection__head {
    margin-bottom: 30px;
  }

  .japean-home-collection-card,
  .japean-home-collection-card--tall {
    min-height: 360px;
  }

  .japean-home-products__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .japean-home-products__all {
    min-height: 38px;
  }

  .japean-home-products__grid {
    grid-auto-columns: minmax(158px, 72vw);
  }

  .japean-home-trust__inner {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    padding: 28px 22px;
    width: calc(100% - 28px);
  }

  .japean-home-trust__item {
    gap: 16px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .japean-home-trust__item img {
    height: 52px;
    width: 52px;
  }

  .japean-home-trust__copy {
    justify-items: center;
    text-align: center;
  }

  .japean-home-trust__item:nth-child(even)::before {
    display: none;
  }
}

/* Japean wishlist icon render */
:root {
  --japean-wishlist-icon-empty: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.002 4.7974C9.84234 2.28056 6.23355 1.50274 3.52766 3.80741C0.821748 6.11208 0.440793 9.96534 2.56576 12.6911C4.33252 14.9573 9.67936 19.7371 11.4318 21.2842C11.6278 21.4572 11.7258 21.5438 11.8402 21.5777C11.9399 21.6074 12.0491 21.6074 12.149 21.5777C12.2634 21.5438 12.3613 21.4572 12.5574 21.2842C14.3098 19.7371 19.6566 14.9573 21.4234 12.6911C23.5484 9.96534 23.2139 6.08784 20.4615 3.80741C17.709 1.52699 14.1616 2.28056 12.002 4.7974Z' stroke='%23122351' stroke-width='2.4004' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --japean-wishlist-icon-active: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.002 4.7974C9.84234 2.28056 6.23355 1.50274 3.52766 3.80741C0.821748 6.11208 0.440793 9.96534 2.56576 12.6911C4.33252 14.9573 9.67936 19.7371 11.4318 21.2842C11.6278 21.4572 11.7258 21.5438 11.8402 21.5777C11.9399 21.6074 12.0491 21.6074 12.149 21.5777C12.2634 21.5438 12.3613 21.4572 12.5574 21.2842C14.3098 19.7371 19.6566 14.9573 21.4234 12.6911C23.5484 9.96534 23.2139 6.08784 20.4615 3.80741C17.709 1.52699 14.1616 2.28056 12.002 4.7974Z' fill='%23ff7d7d' stroke='%23ff7d7d' stroke-width='2.4004' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wishlist-button-add {
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: visible !important;
  --japean-wishlist-icon-size: 24px;
}

.wishlist-button-add > i.material-icons,
.wishlist-button-add > .material-icons {
  display: none !important;
}

.wishlist-button-add::before {
  background: var(--japean-wishlist-icon-empty) center / contain no-repeat !important;
  content: "" !important;
  display: block !important;
  flex: 0 0 var(--japean-wishlist-icon-size) !important;
  height: var(--japean-wishlist-icon-size) !important;
  width: var(--japean-wishlist-icon-size) !important;
}

.wishlist-button-add.japean-wishlist-active::before,
.wishlist-button-add.is-active::before,
.wishlist-button-add[aria-pressed='true']::before {
  background-image: var(--japean-wishlist-icon-active) !important;
}

.japean-home-product-card__wishlist .wishlist-button-add {
  --japean-wishlist-icon-size: 30px;
}

.japean-product-gallery__favorite--native .wishlist-button-add {
  --japean-wishlist-icon-size: 30px;
}

/* Category listing heroes */
.category__header:has(.japean-category-hero) {
  margin-bottom: clamp(28px, 4vw, 56px) !important;
}

.japean-category-hero {
  color: #ffffff;
  display: grid;
  aspect-ratio: 3.15 / 1;
  min-height: 230px;
  max-height: 360px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.japean-category-hero__image,
.japean-category-hero__shade,
.japean-category-hero__content {
  grid-area: 1 / 1;
}

.japean-category-hero__image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.japean-category-hero__shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.34) 34%, rgba(0, 0, 0, 0.06) 68%);
  z-index: 1;
}

.japean-category-hero--light {
  color: #122351;
}

.japean-category-hero--light .japean-category-hero__shade {
  background: linear-gradient(90deg, rgba(246, 242, 239, 0.88) 0%, rgba(246, 242, 239, 0.54) 34%, rgba(246, 242, 239, 0.08) 70%);
}

.japean-category-hero__content {
  align-self: center;
  display: grid;
  gap: 14px;
  max-width: 500px;
  padding: clamp(28px, 4vw, 56px);
  position: relative;
  z-index: 2;
}

.japean-category-hero__title {
  color: inherit;
  font-size: clamp(46px, 5.8vw, 92px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.japean-category-hero__subtitle {
  color: inherit;
  font-size: clamp(19px, 1.7vw, 27px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
}

.japean-category-hero__line {
  background: #e70000;
  display: block;
  height: 5px;
  width: 58px;
}

.japean-category-hero__copy {
  color: inherit;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  max-width: 470px;
}

@media (max-width: 767.98px) {
  .japean-category-hero {
    aspect-ratio: auto;
    min-height: 300px;
  }

  .japean-category-hero__image {
    object-position: 62% center;
  }

  .japean-category-hero__shade,
  .japean-category-hero--light .japean-category-hero__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.14) 50%, rgba(0, 0, 0, 0.62) 100%);
  }

  .japean-category-hero--light {
    color: #ffffff;
  }

  .japean-category-hero__content {
    align-self: end;
    gap: 14px;
    padding: 28px 22px;
  }

  .japean-category-hero__title {
    font-size: clamp(34px, 12vw, 48px);
  }
}

/* Homme category full-width listing test */
body.category-id-216 #left-column {
  display: none !important;
}

body.category-id-216 #center-column {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.category-id-216 .columns-container > .row {
  justify-content: center !important;
}

/* Homme category alignment */
body.category-id-216 {
  --japean-page-max-width: 1700px;
  --japean-page-gutter: clamp(24px, 6vw, 128px);
}

body.category-id-216 #js-product-list-header,
body.category-id-216 .category__header {
  max-width: none !important;
  width: 100% !important;
}

body.category-id-216 .japean-category-hero {
  left: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: none !important;
  position: relative !important;
  right: 50% !important;
  width: 100vw !important;
}

body.category-id-216 .japean-category-hero__content {
  margin-left: calc((100vw - min(100vw, var(--japean-page-max-width))) / 2 + var(--japean-page-gutter)) !important;
  max-width: 500px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.category-id-216 .japean-category-heading,
body.category-id-216 #products {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--japean-page-max-width) !important;
  padding-left: var(--japean-page-gutter) !important;
  padding-right: var(--japean-page-gutter) !important;
  width: 100% !important;
}

body.category-id-216 .japean-category-heading {
  margin-top: clamp(26px, 3.4vw, 46px) !important;
}

body.category-id-216 #js-product-list-top,
body.category-id-216 #js-product-list,
body.category-id-216 #js-product-list-bottom,
body.category-id-216 #js-product-list .products {
  max-width: none !important;
  width: 100% !important;
}

body.category-id-216 #js-product-list .products {
  display: grid !important;
  gap: clamp(28px, 3.6vw, 58px) clamp(22px, 3vw, 48px) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.category-id-216 .product-miniature {
  color: #122351 !important;
  min-width: 0 !important;
}

body.category-id-216 .product-miniature__inner,
body.category-id-216 .product-miniature__bottom,
body.category-id-216 .product-miniature__infos {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  gap: 14px !important;
  padding: 0 !important;
}

body.category-id-216 .product-miniature__top,
body.category-id-216 .product-miniature__image-container,
body.category-id-216 .product-miniature__image-link {
  background: #f5f5f5 !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  display: block !important;
  overflow: hidden !important;
  position: relative !important;
}

body.category-id-216 .product-miniature__top {
  aspect-ratio: 1 / 1.28 !important;
}

body.category-id-216 .product-miniature__image-container,
body.category-id-216 .product-miniature__image-link,
body.category-id-216 .product-miniature__image-link picture {
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  position: absolute !important;
  width: 100% !important;
}

body.category-id-216 .product-miniature__image {
  display: block !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 20px !important;
  width: 100% !important;
}

body.category-id-216 .product-miniature .japean-wishlist-button {
  align-items: center !important;
  display: flex !important;
  height: 34px !important;
  justify-content: center !important;
  position: absolute !important;
  right: 12px !important;
  top: 12px !important;
  width: 34px !important;
  z-index: 5 !important;
}

body.category-id-216 .product-miniature .wishlist-button-add {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 34px !important;
  min-width: 34px !important;
  padding: 0 !important;
  width: 34px !important;
  --japean-wishlist-icon-size: 30px;
}

body.category-id-216 .product-miniature__quickview-button,
body.category-id-216 .product-miniature__quickview-touch,
body.category-id-216 .product-miniature__actions,
body.category-id-216 .product-miniature__variants,
body.category-id-216 .product-list-review,
body.category-id-216 .product-miniature__discount-price {
  display: none !important;
}

body.category-id-216 .product-miniature__bottom {
  margin-top: 8px !important;
}

body.category-id-216 .product-miniature__title {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(18px, 1.45vw, 23px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  min-height: 2.35em !important;
  text-decoration: none !important;
}

body.category-id-216 .product-miniature__title:hover {
  color: #122351 !important;
  text-decoration: underline !important;
}

body.category-id-216 .product-miniature__infos::after {
  color: #122351 !important;
  content: "En stock";
  display: block !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  order: 2 !important;
}

body.category-id-216 .product-miniature__prices {
  display: block !important;
  order: 3 !important;
}

body.category-id-216 .product-miniature__price {
  color: #122351 !important;
  font-size: clamp(19px, 1.45vw, 24px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

@media (max-width: 1199.98px) {
  body.category-id-216 #js-product-list .products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  body.category-id-216 #js-product-list .products {
    gap: 28px 18px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 479.98px) {
  body.category-id-216 #js-product-list .products {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.japean-category-heading {
  align-items: center;
  display: flex;
  gap: 14px;
  margin: clamp(26px, 3.4vw, 46px) 0 clamp(18px, 2.6vw, 34px);
}

.japean-category-heading__dash {
  background: #e70000;
  display: block;
  flex: 0 0 34px;
  height: 5px;
  width: 34px;
}

.japean-category-heading__title {
  color: #122351;
  font-size: clamp(26px, 2.6vw, 40px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .japean-category-heading {
    gap: 10px;
    margin: 24px 0 20px;
  }

  .japean-category-heading__dash {
    flex-basis: 26px;
    width: 26px;
  }
}

/* Homme product cards image repair */
body.category-id-216 .product-miniature__top {
  align-items: center !important;
  aspect-ratio: 1 / 1.28 !important;
  background: #f5f5f5 !important;
  border-radius: 8px !important;
  display: flex !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative !important;
}

body.category-id-216 .product-miniature__image-container,
body.category-id-216 .product-miniature__image-link,
body.category-id-216 .product-miniature__image-link picture {
  align-items: center !important;
  background: transparent !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  position: static !important;
  width: 100% !important;
}

body.category-id-216 .product-miniature__image {
  display: block !important;
  flex: 0 0 auto !important;
  height: auto !important;
  max-height: 92% !important;
  max-width: 92% !important;
  object-fit: contain !important;
  padding: 0 !important;
  width: auto !important;
}

body.category-id-216 .product-miniature .japean-wishlist-button {
  bottom: auto !important;
  left: auto !important;
  position: absolute !important;
  right: 12px !important;
  top: 12px !important;
  transform: none !important;
}

/* Stable Homme catalog card rendered directly by the miniature template */
body.category-id-216 .japean-catalog-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #122351 !important;
  display: grid !important;
  gap: 14px !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body.category-id-216 .japean-catalog-card__media {
  align-items: center !important;
  aspect-ratio: 1 / 1.28 !important;
  background: #f5f5f5 !important;
  border-radius: 8px !important;
  display: flex !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

body.category-id-216 .japean-catalog-card__image-link {
  align-items: center !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  padding: 0 !important;
  text-decoration: none !important;
  width: 100% !important;
}

body.category-id-216 .japean-catalog-card__image {
  display: block !important;
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body.category-id-216 .japean-catalog-card .japean-wishlist-button {
  align-items: center !important;
  background: #ffffff !important;
  border-radius: 6px !important;
  bottom: auto !important;
  display: flex !important;
  height: 40px !important;
  justify-content: center !important;
  left: auto !important;
  position: absolute !important;
  right: 12px !important;
  top: 12px !important;
  transform: none !important;
  width: 40px !important;
  z-index: 6 !important;
}

body.category-id-216 .japean-catalog-card .japean-card-wishlist-button,
body.category-id-216 .japean-catalog-card .wishlist-button-add {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  height: 34px !important;
  line-height: 0 !important;
  min-width: 34px !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 34px !important;
  --japean-wishlist-icon-size: 30px;
}

body.category-id-216 .japean-catalog-card .japean-card-wishlist-button::before {
  background: var(--japean-wishlist-icon-empty) center / contain no-repeat !important;
  content: "" !important;
  display: block !important;
  height: var(--japean-wishlist-icon-size) !important;
  width: var(--japean-wishlist-icon-size) !important;
}

body.category-id-216 .japean-catalog-card .japean-card-wishlist-button.japean-wishlist-active::before,
body.category-id-216 .japean-catalog-card .japean-card-wishlist-button.is-active::before,
body.category-id-216 .japean-catalog-card .japean-card-wishlist-button[aria-pressed='true']::before {
  background-image: var(--japean-wishlist-icon-active) !important;
}

body.category-id-216 .japean-catalog-card .japean-card-wishlist-button::after,
body.category-id-216 .japean-catalog-card .wishlist-button-add::after {
  content: none !important;
  display: none !important;
}

body.category-id-216 .japean-catalog-card .wishlist-button:not(.japean-wishlist-button),
body.category-id-216 .japean-catalog-card .wishlist-button-add:not(.japean-direct-wishlist) {
  display: none !important;
  pointer-events: none !important;
}

body.category-id-216 .japean-catalog-card .japean-card-wishlist-button > i,
body.category-id-216 .japean-catalog-card .japean-card-wishlist-button > img,
body.category-id-216 .japean-catalog-card .japean-card-wishlist-button > svg,
body.category-id-216 .japean-catalog-card .japean-card-wishlist-button > span,
body.category-id-216 .japean-catalog-card .wishlist-button-add > i,
body.category-id-216 .japean-catalog-card .wishlist-button-add > img,
body.category-id-216 .japean-catalog-card .wishlist-button-add > svg,
body.category-id-216 .japean-catalog-card .wishlist-button-add > span {
  display: none !important;
}

body.category-id-216 .japean-catalog-card__title {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(18px, 1.45vw, 23px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  min-height: 2.35em !important;
  text-decoration: none !important;
}

body.category-id-216 .japean-catalog-card__title:hover {
  color: #122351 !important;
  text-decoration: underline !important;
}

body.category-id-216 .japean-catalog-card__stock {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.category-id-216 .japean-catalog-card__price {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(19px, 1.45vw, 24px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* SEO editorial blog */
.japean-blog-page,
.japean-blog-article {
  color: #122351;
  margin: 0 auto;
  max-width: 1440px;
  padding: clamp(28px, 4vw, 58px) clamp(16px, 4vw, 64px) clamp(56px, 7vw, 96px);
}

.japean-blog-hero {
  background: #f6f2ef;
  border-radius: 8px;
  margin-bottom: clamp(28px, 4vw, 54px);
  padding: clamp(34px, 6vw, 76px);
}

.japean-blog-hero--compact {
  padding: clamp(28px, 4.5vw, 56px);
}

.japean-blog-hero__content {
  max-width: 860px;
}

.japean-blog-kicker,
.japean-blog-card__category,
.japean-blog-back {
  color: #e70000;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.japean-blog-back {
  color: rgba(18, 35, 81, 0.62);
  margin-bottom: 14px;
}

.japean-blog-hero h1,
.japean-blog-article__header h1 {
  color: #122351;
font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 12px 0 18px;
}

.japean-blog-hero p,
.japean-blog-article__header p {
  color: rgba(18, 35, 81, 0.76);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.japean-blog-layout {
  align-items: start;
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.japean-blog-sidebar {
  position: sticky;
  top: 132px;
}

.japean-blog-sidebar__title {
  color: #122351;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.japean-blog-categories {
  display: grid;
  gap: 10px;
}

.japean-blog-categories a {
  border: 1px solid rgba(18, 35, 81, 0.14);
  border-radius: 8px;
  color: #122351;
  display: grid;
  gap: 5px;
  padding: 14px;
  text-decoration: none;
}

.japean-blog-categories a[aria-current="page"],
.japean-blog-categories a:hover {
  border-color: #122351;
}

.japean-blog-categories span {
  font-weight: 900;
}

.japean-blog-categories small {
  color: rgba(18, 35, 81, 0.64);
  line-height: 1.35;
}

.japean-blog-feed {
  min-width: 0;
}

.japean-blog-featured {
  align-items: stretch;
  border-bottom: 1px solid rgba(18, 35, 81, 0.12);
  display: grid;
  gap: clamp(22px, 3.2vw, 42px);
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  margin-bottom: clamp(30px, 4vw, 54px);
  padding-bottom: clamp(30px, 4vw, 54px);
}

.japean-blog-featured__media,
.japean-blog-card__media,
.japean-blog-article__cover {
  background: #f5f5f5;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.japean-blog-featured__media img,
.japean-blog-card__media img,
.japean-blog-article__cover img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.japean-blog-featured__media {
  aspect-ratio: 1.45 / 1;
}

.japean-blog-featured__content {
  align-content: center;
  display: grid;
  gap: 14px;
}

.japean-blog-featured h2,
.japean-blog-card__title {
  color: #122351;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.japean-blog-featured h2 {}

.japean-blog-featured h2 a,
.japean-blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.japean-blog-featured p,
.japean-blog-card__excerpt {
  color: rgba(18, 35, 81, 0.72);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.japean-blog-grid {
  display: grid;
  gap: clamp(22px, 2.6vw, 34px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.japean-blog-card {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.japean-blog-card__media {
  aspect-ratio: 1.12 / 1;
}

.japean-blog-card__body {
  display: grid;
  gap: 9px;
}

.japean-blog-card__title {
  font-size: clamp(20px, 1.8vw, 27px);
}

.japean-blog-card__meta {
  color: rgba(18, 35, 81, 0.55);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
}

.japean-blog-card__meta span + span::before {
  content: "/";
  margin-right: 10px;
}

.japean-blog-empty {
  color: rgba(18, 35, 81, 0.68);
  font-weight: 800;
}

.japean-blog-article {
  max-width: 1180px;
}

.japean-blog-article__header {
  margin: 0 auto clamp(28px, 4vw, 54px);
  max-width: 880px;
}

.japean-blog-article__cover {
  aspect-ratio: 2.15 / 1;
  margin: 0 0 clamp(30px, 4vw, 54px);
}

.japean-blog-article__body {
  margin: 0 auto;
  max-width: 790px;
}

.japean-blog-article__body p {
  color: rgba(18, 35, 81, 0.82);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.8;
  margin: 0 0 22px;
}

.japean-blog-related {
  border-top: 1px solid rgba(18, 35, 81, 0.12);
  margin-top: clamp(40px, 6vw, 82px);
  padding-top: clamp(30px, 4vw, 54px);
}

.japean-blog-related h2 {
  color: #122351;
font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 24px;
}

.japean-blog-footer-link a {
  color: inherit;
  display: inline-block;
  padding: 4px 0;
  text-decoration: none;
}

.japean-blog-footer-link a:hover {
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  .japean-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899.98px) {
  .japean-blog-layout,
  .japean-blog-featured {
    grid-template-columns: minmax(0, 1fr);
  }

  .japean-blog-sidebar {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .japean-blog-page,
  .japean-blog-article {
    padding-left: 14px;
    padding-right: 14px;
  }

  .japean-blog-hero {
    padding: 26px 18px;
  }

  .japean-blog-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Blog editorial redesign */
.japean-blog-page {
  max-width: none;
  padding: 0 0 clamp(56px, 7vw, 96px);
  width: 100%;
}

/* Blog article editorial layout */
.japean-blog-article {
  color: #122351;
  margin: 0;
  max-width: none;
  padding: 0 0 clamp(54px, 7vw, 92px);
  width: 100%;
}

.japean-blog-article__lead {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  margin: 0 0 clamp(42px, 5vw, 74px);
}

.japean-blog-article__header {
  margin: 0;
  max-width: none;
}

.japean-blog-article__header .japean-blog-card__category {
  color: #e70000;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.japean-blog-article__header h1 {
  color: #122351;
font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 24px;
  max-width: 720px;
}

.japean-blog-article__header p {
  color: rgba(18, 35, 81, 0.68);
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.6;
  margin: 0 0 34px;
  max-width: 760px;
}

.japean-blog-article__meta {
  align-items: center;
  color: rgba(18, 35, 81, 0.64);
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 800;
  gap: 22px;
}

.japean-blog-article__meta-item {
  align-items: center;
  display: inline-flex;
}

.japean-blog-article__meta-icon {
  color: rgba(18, 35, 81, 0.68);
  flex: 0 0 auto;
  height: 22px;
  margin-right: 9px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px;
}

.japean-blog-article__cover {
  aspect-ratio: 1.27 / 1;
  border-radius: 18px;
  margin: 0;
}

.japean-blog-article__body {
  margin: 0;
  max-width: none;
  width: 100%;
}

.japean-blog-article__section {
  margin: 0 0 clamp(34px, 4vw, 56px);
  width: 100%;
}

.japean-blog-article__section h2 {
  color: #122351;
font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px;
}

.japean-blog-article__section p {
  color: rgba(18, 35, 81, 0.82);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.75;
  margin: 0;
  max-width: none;
}

.japean-blog-article__quote {
  background: #f7f2f0;
  border-radius: 8px;
  margin: 8px 0 clamp(34px, 4vw, 56px);
  padding: clamp(24px, 3vw, 34px) clamp(24px, 4vw, 48px);
  width: 100%;
}

.japean-blog-article__quote p {
  color: rgba(18, 35, 81, 0.78);
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 12px;
  position: relative;
}

.japean-blog-article__quote p::before {
  color: #e70000;
  content: "\201C";
  font-size: 54px;
  font-weight: 900;
  left: -28px;
  line-height: 1;
  position: absolute;
  top: -10px;
}

.japean-blog-article__quote cite {
  color: rgba(18, 35, 81, 0.62);
  display: block;
  font-style: normal;
  font-weight: 800;
}

.japean-blog-article__end {
  align-items: center;
  border-bottom: 1px solid rgba(18, 35, 81, 0.14);
  border-top: 1px solid rgba(18, 35, 81, 0.14);
  display: flex;
  justify-content: space-between;
  margin-top: clamp(18px, 3vw, 36px);
  padding: 22px 0;
}

.japean-blog-article__end span {
  color: rgba(18, 35, 81, 0.58);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.japean-blog-article__end a {
  color: #122351;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.japean-blog-article__end a::after {
  content: "->";
  margin-left: 8px;
}

.japean-blog-article .japean-blog-related {
  border-top: 0;
  margin-top: clamp(42px, 6vw, 76px);
  padding-top: 0;
}

.japean-blog-article .japean-blog-related h2 {margin-bottom: clamp(36px, 4vw, 58px);
  text-align: center;
}

.japean-blog-article .japean-blog-grid {
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.japean-blog-article .japean-blog-card {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 190px;
}

.japean-blog-article .japean-blog-card__media {
  aspect-ratio: 1 / 1;
  align-self: center;
  border-radius: 18px;
  margin-left: 0;
}

.japean-blog-article .japean-blog-card__body {
  align-content: start;
  align-self: center;
  gap: 8px;
  justify-items: start;
  padding: 0 18px 0 0;
  text-align: left;
}

.japean-blog-article .japean-blog-card__title {
  align-self: start;
  display: -webkit-box;
  font-size: 20px !important;
  font-weight: 800;
  line-height: 1.16 !important;
  max-width: 100%;
  overflow: hidden;
  text-align: left !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.japean-blog-article .japean-blog-card__title a {
  display: inline;
  text-align: left !important;
}

.japean-blog-article .japean-blog-card__meta {
  justify-content: flex-start;
  color: #e70000;
  font-size: 12px !important;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0;
  margin-top: 6px;
  order: 2;
  text-transform: none;
}

.japean-blog-article .japean-blog-card__title {
  order: 1;
}

.japean-blog-article .japean-blog-read-link {
  color: #355238;
  font-size: 16px;
  font-weight: 800;
  margin-top: 6px;
  order: 3;
  text-transform: none;
}

.japean-blog-article .japean-blog-card__excerpt {
  display: none;
}

@media (max-width: 991.98px) {
  .japean-blog-article__lead {
    grid-template-columns: minmax(0, 1fr);
  }

  .japean-blog-article .japean-blog-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575.98px) {
  .japean-blog-article__header h1 {}

  .japean-blog-article__cover {
    border-radius: 8px;
  }

  .japean-blog-article .japean-blog-card {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .japean-blog-article .japean-blog-card__media {
    margin-left: 12px;
  }

  .japean-blog-article .japean-blog-card__title {
    font-size: 15px !important;
  }

  .japean-blog-article .japean-blog-read-link {
    font-size: 13px;
  }

  .japean-blog-article__end {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

.japean-blog-page .japean-blog-hero {
  background: linear-gradient(90deg, rgba(246, 242, 239, 0.98) 0%, rgba(246, 242, 239, 0.88) 34%, rgba(246, 242, 239, 0.14) 62%, rgba(246, 242, 239, 0) 100%), url("https://www.japean.com/themes/hummingbird/assets/img-dist/japean-category-japonais.png") center right / cover no-repeat;
  border-bottom: 0;
  border-radius: 0;
  margin-bottom: clamp(30px, 4vw, 52px);
  margin-left: calc(50% - 50vw);
  min-height: clamp(320px, 31vw, 440px);
  padding: clamp(46px, 6vw, 82px) max(0.75rem, calc((100vw - 1320px) / 2 + 0.75rem));
  width: 100vw;
}

.japean-blog-page .japean-blog-hero h1 {
  color: #122351;
line-height: 1.04;
  margin: 0 0 22px;
  max-width: 520px;
  text-transform: uppercase;
}

.japean-blog-page .japean-blog-hero p {
  color: #122351;
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 800;
  line-height: 1.45;
  max-width: 560px;
}

.japean-blog-page .japean-blog-hero .japean-blog-kicker {
  color: #122351;
  display: block;
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 34px;
  position: relative;
  text-transform: none;
}

.japean-blog-page .japean-blog-hero .japean-blog-kicker::after {
  background: #e70000;
  bottom: -18px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 72px;
}

.japean-blog-categories-band {
  margin: 0 0 clamp(28px, 3.4vw, 44px);
  width: 100%;
}

.japean-blog-page .japean-blog-layout,
.japean-blog-page .japean-blog-categories-band {
  margin-left: 0;
  margin-right: 0;
}

.japean-blog-categories-band__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.japean-blog-page .japean-blog-sidebar__title {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1;
  margin: 0;
}

.japean-blog-page .japean-blog-categories {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.japean-blog-category-groups {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.japean-blog-category-group {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.japean-blog-category-group h2 {
  color: #e70000;
font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.japean-blog-category-group .japean-blog-categories {
  grid-template-columns: minmax(0, 1fr);
}

.japean-blog-page .japean-blog-categories a {
  background: #fff;
  border: 1px solid rgba(18, 35, 81, 0.2);
  border-radius: 8px;
  min-height: 118px;
  padding: clamp(18px, 2vw, 26px);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.japean-blog-page .japean-blog-categories a:hover {
  border-color: #122351;
  box-shadow: 0 14px 34px rgba(18, 35, 81, 0.08);
  transform: translateY(-2px);
}

.japean-blog-page .japean-blog-categories span {
  font-size: clamp(19px, 1.8vw, 25px);
  line-height: 1.1;
}

.japean-blog-page .japean-blog-categories small {
  color: rgba(18, 35, 81, 0.66);
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.35;
}

.japean-blog-page .japean-blog-layout {
  display: block;
}

.japean-blog-category-page .japean-blog-hero {
  margin-bottom: clamp(46px, 5vw, 76px);
}

.japean-blog-category-page .japean-blog-sidebar {
  margin-bottom: clamp(54px, 6vw, 92px);
}

.japean-blog-category-page .japean-blog-feed {
  margin-top: 0;
}

.japean-blog-category-page .japean-blog-layout {
  margin-bottom: clamp(52px, 6vw, 88px);
}

.japean-blog-category-page .japean-blog-categories-band--after-posts {
  border-top: 1px solid rgba(18, 35, 81, 0.1);
  margin-bottom: 0;
  padding-top: clamp(34px, 4vw, 58px);
}

.japean-blog-page .japean-blog-featured {
  background: #f7f4f1;
  border: 1px solid rgba(18, 35, 81, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(18, 35, 81, 0.06);
  gap: 0;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0;
}

.japean-blog-page .japean-blog-featured__media {
  aspect-ratio: 1.55 / 1;
  border-radius: 0;
  position: relative;
}

.japean-blog-featured__badge {
  background: #e70000;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  left: 14px;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
}

.japean-blog-page .japean-blog-featured__content {
  align-content: center;
  gap: 16px;
  padding: clamp(24px, 3.2vw, 48px);
}

.japean-blog-page .japean-blog-featured h2 {}

.japean-blog-page .japean-blog-featured p {
  font-size: 16px;
  max-width: 560px;
}

.japean-blog-page .japean-blog-grid {
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.japean-blog-page .japean-blog-card {
  background: #fff;
  border: 1px solid rgba(18, 35, 81, 0.09);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(18, 35, 81, 0.05);
  gap: 0;
  overflow: hidden;
}

.japean-blog-page .japean-blog-card__media {
  aspect-ratio: 1.62 / 1;
  border-radius: 0;
}

.japean-blog-page .japean-blog-card__body {
  gap: 8px;
  padding: 14px 16px 16px;
}

.japean-blog-page .japean-blog-card__meta {
  align-items: center;
  color: rgba(18, 35, 81, 0.56);
  font-size: 11px;
  gap: 8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.japean-blog-page .japean-blog-card__meta span + span::before {
  content: "-";
  margin-right: 8px;
}

.japean-blog-page .japean-blog-card__category {
  color: rgba(18, 35, 81, 0.74);
  font-size: inherit;
  letter-spacing: 0.04em;
}

.japean-blog-page .japean-blog-card__title {
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.08;
}

.japean-blog-page .japean-blog-card__excerpt {
  color: rgba(18, 35, 81, 0.7);
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.japean-blog-read-link {
  color: #122351;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  margin-top: 2px;
  text-decoration: none;
}

.japean-blog-read-link::after {
  content: "->";
  margin-left: 8px;
}

.japean-blog-read-link--button {
  align-items: center;
  background: #122351;
  border-radius: 4px;
  color: #fff;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  width: fit-content;
}

.japean-home-kicker {
  color: #e70000;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.japean-home-guide,
.japean-home-editorial {
  color: #122351;
  margin: clamp(52px, 6vw, 96px) auto 0;
  width: min(100% - clamp(28px, 5vw, 112px), 1760px);
}

.japean-home-editorial {
  width: min(100% - clamp(40px, 4.8vw, 136px), 1440px);
}

.page-content--home > .japean-home-editorial {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px;
  padding-left: clamp(20px, 4.8vw, 68px);
  padding-right: clamp(20px, 4.8vw, 68px);
  width: 100%;
}

.japean-home-guide {
  align-items: stretch;
  display: grid;
  gap: clamp(26px, 4vw, 64px);
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
}

.japean-home-guide__media {
  background: #f4f2f0;
  border-radius: 8px;
  min-height: 520px;
  overflow: hidden;
}

.japean-home-guide__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.japean-home-guide__content {
  align-content: center;
  display: grid;
  min-width: 0;
}

.japean-home-guide__content h2,
.japean-home-editorial__head h2 {
  color: #122351;
font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.japean-home-guide__content > p:not(.japean-home-kicker) {
  color: rgba(18, 35, 81, 0.72);
  font-size: clamp(17px, 1.35vw, 23px);
  line-height: 1.55;
  margin: 24px 0 34px;
  max-width: 820px;
}

.japean-home-guide__steps {
  border-top: 1px solid rgba(18, 35, 81, 0.14);
  display: grid;
  gap: 0;
}

.japean-home-guide__steps a {
  align-items: start;
  border-bottom: 1px solid rgba(18, 35, 81, 0.14);
  color: #122351;
  display: grid;
  gap: 10px 18px;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 22px 0;
  text-decoration: none;
}

.japean-home-guide__steps span {
  color: #e70000;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.japean-home-guide__steps strong {
  font-size: clamp(21px, 1.7vw, 30px);
  font-weight: 900;
  line-height: 1.05;
}

.japean-home-guide__steps small {
  color: rgba(18, 35, 81, 0.66);
  font-size: clamp(15px, 1vw, 18px);
  grid-column: 2;
  line-height: 1.4;
}

.japean-home-editorial {
  padding-bottom: clamp(46px, 5vw, 82px);
}

.japean-home-editorial__head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: clamp(26px, 3.5vw, 52px);
}

.japean-home-editorial__head a {
  align-items: center;
  border: 1px solid #122351;
  border-radius: 8px;
  color: #122351;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  text-decoration: none;
}

.japean-home-editorial__grid {
  align-items: start;
  display: grid;
  gap: clamp(18px, 2vw, 28px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.japean-home-editorial-card {
  align-content: start;
  color: #122351;
  display: grid;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.japean-home-editorial-card img {
  aspect-ratio: 1.45 / 1;
  background: #f4f2f0;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.japean-home-editorial-card span {
  color: #e70000;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 8px;
  text-transform: uppercase;
}

.japean-home-editorial-card strong {
  display: -webkit-box;
  font-size: clamp(21px, 1.7vw, 31px);
  font-weight: 900;
  line-height: 1.06;
  max-width: 520px;
  min-height: 2.12em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.japean-home-editorial-card small {
  color: #122351;
  font-size: 15px;
  font-weight: 900;
  margin-top: 4px;
}

@media (max-width: 991.98px) {
  .japean-home-guide {
    grid-template-columns: minmax(0, 1fr);
  }

  .japean-home-guide__media {
    min-height: 360px;
  }

  .japean-home-editorial__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .japean-blog-page .japean-blog-categories,
  .japean-blog-page .japean-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .japean-blog-category-groups {
    grid-template-columns: minmax(0, 1fr);
  }

  .japean-blog-category-group .japean-blog-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .japean-blog-page .japean-blog-featured {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575.98px) {
  .japean-home-guide {
    width: min(100% - 28px, 1760px);
  }

  .japean-home-editorial {
    width: calc(100% - 28px);
  }

  .japean-home-guide__media {
    min-height: 300px;
  }

  .japean-home-guide__steps a {
    grid-template-columns: minmax(0, 1fr);
  }

  .japean-home-guide__steps small {
    grid-column: auto;
  }

  .japean-home-editorial__head {
    align-items: start;
    display: grid;
  }

  .japean-home-editorial__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .japean-blog-page .japean-blog-categories,
  .japean-blog-category-group .japean-blog-categories,
  .japean-blog-page .japean-blog-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .japean-blog-page .japean-blog-categories a {
    min-height: 0;
  }

  .japean-blog-page .japean-blog-hero {
    background-position: 58% center;
    min-height: 390px;
    padding-bottom: 42px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 42px;
  }

  .japean-blog-page .japean-blog-hero h1 {max-width: 260px;
  }

  .japean-blog-page .japean-blog-hero p {
    max-width: 310px;
  }
}
/* Global Japean title scale */
body h1 {
  font-size: 64px !important;
  letter-spacing: 0;
}

body h2 {
  font-size: 32px !important;
  letter-spacing: 0;
}

body h3 {
  font-size: 24px !important;
  letter-spacing: 0;
}

body h4 {
  font-size: 20px !important;
  letter-spacing: 0;
}

body h5 {
  font-size: 18px !important;
  letter-spacing: 0;
}

/* Header horizontal alignment */
body .japean-header__topbar .container-md,
body .japean-header__menu-panel .container-md,
body .japean-header__categories .container-md {
  max-width: 1700px !important;
  padding-left: clamp(24px, 6vw, 128px);
  padding-right: clamp(24px, 6vw, 128px);
}

/* Home internal alignment */
body .page-content--home {
  --japean-page-max-width: 1700px;
  --japean-page-gutter: clamp(24px, 6vw, 128px);
}

body .page-content--home .japean-home-hero__copy {
  padding-left: var(--japean-page-gutter) !important;
}

body .page-content--home .japean-home-selection__head,
body .page-content--home .japean-home-products,
body .page-content--home .japean-home-trust,
body .page-content--home .japean-home-guide,
body .page-content--home .japean-home-editorial {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--japean-page-max-width) !important;
  padding-left: var(--japean-page-gutter) !important;
  padding-right: var(--japean-page-gutter) !important;
  width: 100% !important;
}

body .page-content--home .japean-home-selection__head {
  margin-bottom: 48px !important;
}

body .page-content--home .japean-home-products__head,
body .page-content--home .japean-home-products__grid {
  max-width: none !important;
  width: 100% !important;
}

/* Home exclusivity section aligned with category product cards */
body .page-content--home .japean-home-products {
  background: #ffffff !important;
  padding-bottom: clamp(62px, 6vw, 96px) !important;
  padding-top: clamp(54px, 5vw, 82px) !important;
}

body .page-content--home .japean-home-products__head {
  margin-bottom: clamp(34px, 4vw, 58px) !important;
}

body .page-content--home .japean-home-products__dash {
  height: 4px !important;
  flex-basis: 30px !important;
  width: 30px !important;
}

body .page-content--home .japean-home-products__head h2 {
  color: #122351 !important;
  font-size: clamp(28px, 2.6vw, 48px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-transform: none !important;
}

body .page-content--home .japean-home-products__all {
  border-color: rgba(18, 35, 81, 0.28) !important;
  border-radius: 999px !important;
  min-height: 46px !important;
  padding: 10px 24px !important;
}

body .page-content--home .japean-home-products__grid {
  gap: clamp(28px, 3.2vw, 54px) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #122351 !important;
  display: grid !important;
  gap: 14px !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card__media {
  align-items: center !important;
  aspect-ratio: 1 / 1.28 !important;
  background: #f5f5f5 !important;
  border-radius: 8px !important;
  display: flex !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card__image-link {
  align-items: center !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  padding: 0 !important;
  text-decoration: none !important;
  width: 100% !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card__image {
  display: block !important;
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card .japean-wishlist-button {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  bottom: auto !important;
  box-shadow: none !important;
  display: flex !important;
  height: 44px !important;
  justify-content: center !important;
  left: auto !important;
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  width: 44px !important;
  z-index: 3 !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card .japean-card-wishlist-button,
body#index .page-content--home .japean-home-products .japean-catalog-card .wishlist-button-add {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  height: 44px !important;
  line-height: 0 !important;
  margin: 0 !important;
  min-width: 44px !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 44px !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card .japean-card-wishlist-button::before,
body#index .page-content--home .japean-home-products .japean-catalog-card .wishlist-button-add::before {
  background: var(--japean-wishlist-icon-empty) center / contain no-repeat !important;
  content: "" !important;
  display: block !important;
  height: 36px !important;
  width: 36px !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card .japean-card-wishlist-button.japean-wishlist-active::before,
body#index .page-content--home .japean-home-products .japean-catalog-card .japean-card-wishlist-button.is-active::before,
body#index .page-content--home .japean-home-products .japean-catalog-card .japean-card-wishlist-button[aria-pressed='true']::before,
body#index .page-content--home .japean-home-products .japean-catalog-card .wishlist-button-add.japean-wishlist-active::before,
body#index .page-content--home .japean-home-products .japean-catalog-card .wishlist-button-add.is-active::before,
body#index .page-content--home .japean-home-products .japean-catalog-card .wishlist-button-add[aria-pressed='true']::before {
  background-image: var(--japean-wishlist-icon-active) !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card .japean-card-wishlist-button::after,
body#index .page-content--home .japean-home-products .japean-catalog-card .wishlist-button-add::after {
  content: none !important;
  display: none !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card .japean-card-wishlist-button > i,
body#index .page-content--home .japean-home-products .japean-catalog-card .japean-card-wishlist-button > img,
body#index .page-content--home .japean-home-products .japean-catalog-card .japean-card-wishlist-button > svg,
body#index .page-content--home .japean-home-products .japean-catalog-card .japean-card-wishlist-button > span,
body#index .page-content--home .japean-home-products .japean-catalog-card .wishlist-button-add > i,
body#index .page-content--home .japean-home-products .japean-catalog-card .wishlist-button-add > img,
body#index .page-content--home .japean-home-products .japean-catalog-card .wishlist-button-add > svg,
body#index .page-content--home .japean-home-products .japean-catalog-card .wishlist-button-add > span {
  display: none !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card__title {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(18px, 1.45vw, 23px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  min-height: 2.35em !important;
  text-decoration: none !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card__title:hover {
  color: #122351 !important;
  text-decoration: underline !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card__stock {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body#index .page-content--home .japean-home-products .japean-catalog-card__price {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(19px, 1.45vw, 24px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body .page-content--home .japean-home-product-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #122351 !important;
  display: grid !important;
  gap: 14px !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body .page-content--home .japean-home-product-card__media {
  align-items: center !important;
  aspect-ratio: 1 / 1.28 !important;
  background: #f5f5f5 !important;
  border-radius: 8px !important;
  display: flex !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

body .page-content--home .japean-home-product-card__media > img {
  display: block !important;
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body .page-content--home .japean-home-product-card__wishlist {
  align-items: center !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  height: 40px !important;
  justify-content: center !important;
  right: 12px !important;
  top: 12px !important;
  width: 40px !important;
}

body .page-content--home .japean-home-product-card__wishlist .japean-wishlist-button,
body .page-content--home .japean-home-product-card__wishlist button,
body .page-content--home .japean-home-product-card__wishlist .wishlist-button-add {
  background: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body .page-content--home .japean-home-product-card__wishlist .japean-wishlist-button {
  align-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  height: 40px !important;
  justify-content: center !important;
  padding: 0 !important;
  width: 40px !important;
}

body .page-content--home .japean-home-product-card__wishlist .wishlist-button-add {
  --japean-wishlist-icon-size: 30px;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  height: 34px !important;
  line-height: 0 !important;
  min-width: 34px !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 34px !important;
}

body .page-content--home .japean-home-product-card__wishlist .wishlist-button-add::before {
  background: var(--japean-wishlist-icon-empty) center / contain no-repeat !important;
  content: "" !important;
  display: block !important;
  height: var(--japean-wishlist-icon-size) !important;
  width: var(--japean-wishlist-icon-size) !important;
}

body .page-content--home .japean-home-product-card__wishlist .wishlist-button-add.japean-wishlist-active::before,
body .page-content--home .japean-home-product-card__wishlist .wishlist-button-add.is-active::before,
body .page-content--home .japean-home-product-card__wishlist .wishlist-button-add[aria-pressed='true']::before {
  background-image: var(--japean-wishlist-icon-active) !important;
}

body .page-content--home .japean-home-product-card__wishlist .wishlist-button-add > i,
body .page-content--home .japean-home-product-card__wishlist .wishlist-button-add > img,
body .page-content--home .japean-home-product-card__wishlist .wishlist-button-add > svg,
body .page-content--home .japean-home-product-card__wishlist .wishlist-button-add > span {
  display: none !important;
}

body .page-content--home .japean-home-product-card__name {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(18px, 1.45vw, 23px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  min-height: 2.35em !important;
  text-decoration: none !important;
}

body .page-content--home .japean-home-product-card__stock {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body .page-content--home .japean-home-product-card__price {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(19px, 1.45vw, 24px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body .page-content--home .japean-home-trust__inner {
  max-width: none !important;
  width: 100% !important;
}

/* Cart page internal alignment */
body#cart main,
body.page-cart main {
  --japean-page-max-width: 1700px;
  --japean-page-gutter: clamp(24px, 6vw, 128px);
}

body#cart #wrapper > .columns-container.container,
body#cart .columns-container.container,
body.page-cart #wrapper > .columns-container.container,
body.page-cart .columns-container.container {
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body#cart .cart-grid,
body#cart .cart-grid__footer,
body#cart .japean-trust-strip,
body#cart .japean-cart-products,
body.page-cart .cart-grid,
body.page-cart .cart-grid__footer,
body.page-cart .japean-trust-strip,
body.page-cart .japean-cart-products {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--japean-page-max-width) !important;
  padding-left: var(--japean-page-gutter) !important;
  padding-right: var(--japean-page-gutter) !important;
  width: 100% !important;
}

body#cart .cart-grid.row,
body.page-cart .cart-grid.row {
  align-items: start !important;
  column-gap: clamp(48px, 5vw, 96px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px) !important;
  padding-top: clamp(30px, 3.5vw, 58px) !important;
  row-gap: 40px !important;
}

body#cart .cart-grid__footer.row,
body.page-cart .cart-grid__footer.row {
  --bs-gutter-x: 0 !important;
}

body#cart .cart-grid__content,
body#cart .cart-grid__aside,
body.page-cart .cart-grid__content,
body.page-cart .cart-grid__aside {
  flex: none !important;
  max-width: none !important;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: auto !important;
}

body#cart .cart-grid__aside,
body.page-cart .cart-grid__aside {
  grid-column: 2 !important;
}

body#cart .cart-grid__content,
body.page-cart .cart-grid__content {
  grid-column: 1 !important;
}

body#cart .cart-grid__aside-wrapper > h2,
body.page-cart .cart-grid__aside-wrapper > h2 {
  font-weight: 500 !important;
}

body#cart .cart-summary .label,
body#cart .cart-summary .value,
body.page-cart .cart-summary .label,
body.page-cart .cart-summary .value {
  font-weight: 500 !important;
}

body#cart .cart-summary__actions.checkout .btn-primary,
body#cart .cart-summary__actions.checkout a.btn-primary,
body#cart .cart-summary__actions.checkout button.btn-primary,
body.page-cart .cart-summary__actions.checkout .btn-primary,
body.page-cart .cart-summary__actions.checkout a.btn-primary,
body.page-cart .cart-summary__actions.checkout button.btn-primary {
  background: #e70000 !important;
  background-color: #e70000 !important;
  border-color: #e70000 !important;
  color: #ffffff !important;
}

body#cart .cart-summary__actions.checkout .btn-primary:hover,
body#cart .cart-summary__actions.checkout .btn-primary:focus,
body#cart .cart-summary__actions.checkout .btn-primary:active,
body#cart .cart-summary__actions.checkout .btn-primary.disabled,
body#cart .cart-summary__actions.checkout .btn-primary:disabled,
body.page-cart .cart-summary__actions.checkout .btn-primary:hover,
body.page-cart .cart-summary__actions.checkout .btn-primary:focus,
body.page-cart .cart-summary__actions.checkout .btn-primary:active,
body.page-cart .cart-summary__actions.checkout .btn-primary.disabled,
body.page-cart .cart-summary__actions.checkout .btn-primary:disabled {
  background: #e70000 !important;
  background-color: #e70000 !important;
  border-color: #e70000 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

body#cart .japean-cart-checkout-notes,
body.page-cart .japean-cart-checkout-notes {
  border-top: 1px solid rgba(18, 51, 81, 0.18) !important;
  color: #123351 !important;
  padding-top: clamp(24px, 2.4vw, 36px) !important;
}

body#cart .japean-cart-checkout-notes h3,
body.page-cart .japean-cart-checkout-notes h3 {
  color: #123351 !important;
  font-size: clamp(22px, 1.65vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  margin: 0 0 18px !important;
}

body#cart .japean-cart-checkout-notes ul,
body.page-cart .japean-cart-checkout-notes ul {
  display: grid !important;
  gap: 18px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#cart .japean-cart-checkout-notes li,
body.page-cart .japean-cart-checkout-notes li {
  display: grid !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 0 0 18px !important;
  position: relative !important;
}

body#cart .japean-cart-checkout-notes li::before,
body.page-cart .japean-cart-checkout-notes li::before {
  background: #e70000 !important;
  border-radius: 999px !important;
  content: "" !important;
  height: 6px !important;
  left: 0 !important;
  position: absolute !important;
  top: 11px !important;
  width: 6px !important;
}

body#cart .japean-cart-checkout-notes strong,
body.page-cart .japean-cart-checkout-notes strong {
  color: #123351 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

body#cart .japean-cart-checkout-notes span,
body.page-cart .japean-cart-checkout-notes span {
  color: rgba(18, 51, 81, 0.72) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

body#cart .cart__continue-shopping,
body#cart a.cart__continue-shopping.btn,
body.page-cart .cart__continue-shopping,
body.page-cart a.cart__continue-shopping.btn {
  background: #123351 !important;
  background-color: #123351 !important;
  border-color: #123351 !important;
  color: #ffffff !important;
}

body#cart .cart__continue-shopping:hover,
body#cart .cart__continue-shopping:focus,
body#cart .cart__continue-shopping:active,
body.page-cart .cart__continue-shopping:hover,
body.page-cart .cart__continue-shopping:focus,
body.page-cart .cart__continue-shopping:active {
  background: #123351 !important;
  background-color: #123351 !important;
  border-color: #123351 !important;
  color: #ffffff !important;
}

body#cart .cart__continue-shopping .material-icons,
body.page-cart .cart__continue-shopping .material-icons {
  color: #ffffff !important;
}

/* Customer account page */
body.page-customer-account main,
body.page-my-account main,
body#my-account main {
  --japean-page-max-width: 1700px;
  --japean-page-gutter: clamp(24px, 6vw, 128px);
}

body.page-customer-account #wrapper > .container,
body.page-customer-account .columns-container,
body.page-my-account #wrapper > .container,
body.page-my-account .columns-container,
body#my-account #wrapper > .container,
body#my-account .columns-container {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--japean-page-max-width) !important;
  padding-left: var(--japean-page-gutter) !important;
  padding-right: var(--japean-page-gutter) !important;
  width: 100% !important;
}

body.page-customer-account #content-wrapper,
body.page-customer-account .page-content,
body.page-my-account #content-wrapper,
body.page-my-account .page-content,
body#my-account #content-wrapper,
body#my-account .page-content {
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body.page-customer-account .columns-container > .row,
body.page-customer-account #wrapper > .container > .row,
body.page-my-account .columns-container > .row,
body#my-account .columns-container > .row {
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body.page-customer-account .columns-container > .row > *,
body.page-customer-account #wrapper > .container > .row > *,
body.page-my-account .columns-container > .row > *,
body#my-account .columns-container > .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-customer-account .columns-container > .row > .col-lg-3,
body.page-customer-account #wrapper > .container > .row > .col-lg-3,
body.page-my-account .columns-container > .row > .col-lg-3,
body#my-account .columns-container > .row > .col-lg-3 {
  padding-right: clamp(28px, 3vw, 54px) !important;
}

body.page-customer-account .breadcrumb__wrapper {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--japean-page-max-width) !important;
  padding-left: var(--japean-page-gutter) !important;
  padding-right: var(--japean-page-gutter) !important;
  width: 100% !important;
}

body.page-my-account .page-header,
body#my-account .page-header {
  margin: 0 0 clamp(28px, 3vw, 46px) !important;
  padding-top: clamp(30px, 3.5vw, 58px) !important;
}

body.page-my-account .page-header h1,
body#my-account .page-header h1 {
  color: #122351 !important;
  font-size: clamp(44px, 4vw, 64px) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 !important;
}

body.page-my-account .account-menu--main,
body#my-account .account-menu--main {
  display: grid !important;
  gap: clamp(18px, 1.8vw, 28px) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0 0 clamp(42px, 5vw, 76px) !important;
}

body.page-my-account .account-menu--main .account-menu__link,
body#my-account .account-menu--main .account-menu__link {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid rgba(18, 51, 81, 0.12) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 45px rgba(18, 35, 81, 0.07) !important;
  color: #122351 !important;
  display: flex !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  gap: 14px !important;
  min-height: 112px !important;
  padding: 24px !important;
  text-decoration: none !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease !important;
}

body.page-my-account .account-menu--main .account-menu__link:hover,
body.page-my-account .account-menu--main .account-menu__link:focus,
body#my-account .account-menu--main .account-menu__link:hover,
body#my-account .account-menu--main .account-menu__link:focus {
  border-color: rgba(18, 51, 81, 0.34) !important;
  box-shadow: 0 22px 52px rgba(18, 35, 81, 0.11) !important;
  color: #122351 !important;
  transform: translateY(-2px) !important;
}

body.page-my-account .account-menu--main .account-menu__icon,
body#my-account .account-menu--main .account-menu__icon {
  align-items: center !important;
  background: transparent !important;
  border-radius: 0 !important;
  color: #122351 !important;
  display: inline-flex !important;
  flex: 0 0 64px !important;
  font-size: 28px !important;
  height: auto !important;
  justify-content: center !important;
  width: 64px !important;
}

body.page-my-account .account-menu--main .japean-account-cart-link,
body#my-account .account-menu--main .japean-account-cart-link {
  background: #ffffff !important;
  border-color: rgba(18, 51, 81, 0.12) !important;
}

body.page-my-account .account-menu--main .japean-account-cart-link .account-menu__icon,
body#my-account .account-menu--main .japean-account-cart-link .account-menu__icon {
  background: transparent !important;
  color: #122351 !important;
}

body.page-my-account .account-menu--main .account-menu__link--signout,
body#my-account .account-menu--main .account-menu__link--signout {
  background: #123351 !important;
  border-color: #123351 !important;
  color: #ffffff !important;
}

body.page-my-account .account-menu--main .account-menu__link--signout .account-menu__icon,
body#my-account .account-menu--main .account-menu__link--signout .account-menu__icon {
  background: transparent !important;
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  body.page-my-account .account-menu--main,
  body#my-account .account-menu--main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575.98px) {
  body.page-my-account .account-menu--main,
  body#my-account .account-menu--main {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body:is(.page-addresses, .page-address, .page-identity, .page-history, .page-order-slip, .module-ps_emailalerts-account) {
  --japean-page-max-width: 1700px;
  --japean-page-gutter: clamp(24px, 6vw, 128px);
}

body:is(.page-addresses, .page-address, .page-identity, .page-history, .page-order-slip, .module-ps_emailalerts-account) #wrapper > .container,
body:is(.page-addresses, .page-address, .page-identity, .page-history, .page-order-slip, .module-ps_emailalerts-account) .columns-container,
body:is(.page-addresses, .page-address, .page-identity, .page-history, .page-order-slip, .module-ps_emailalerts-account) .breadcrumb__wrapper {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--japean-page-max-width) !important;
  padding-left: var(--japean-page-gutter) !important;
  padding-right: var(--japean-page-gutter) !important;
  width: 100% !important;
}

body:is(.page-addresses, .page-address, .page-identity, .page-history, .page-order-slip, .module-ps_emailalerts-account) .columns-container > .row,
body:is(.page-addresses, .page-address, .page-identity, .page-history, .page-order-slip, .module-ps_emailalerts-account) #wrapper > .container > .row {
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body:is(.page-addresses, .page-address, .page-identity, .page-history, .page-order-slip, .module-ps_emailalerts-account) .columns-container > .row > *,
body:is(.page-addresses, .page-address, .page-identity, .page-history, .page-order-slip, .module-ps_emailalerts-account) #wrapper > .container > .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:is(.page-addresses, .page-address, .page-identity, .page-history, .page-order-slip, .module-ps_emailalerts-account) .columns-container > .row > .col-lg-3,
body:is(.page-addresses, .page-address, .page-identity, .page-history, .page-order-slip, .module-ps_emailalerts-account) #wrapper > .container > .row > .col-lg-3 {
  padding-right: clamp(28px, 3vw, 54px) !important;
}

body:is(.page-addresses, .page-address, .page-identity, .page-history, .page-order-slip, .module-ps_emailalerts-account) #content-wrapper,
body:is(.page-addresses, .page-address, .page-identity, .page-history, .page-order-slip, .module-ps_emailalerts-account) .page-content {
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body:has(.page-content--customer) {
  --japean-page-max-width: 1700px;
  --japean-page-gutter: clamp(24px, 6vw, 128px);
}

body:has(.page-content--customer) #wrapper > .container,
body:has(.page-content--customer) .columns-container,
body:has(.page-content--customer) .breadcrumb__wrapper {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--japean-page-max-width) !important;
  padding-left: var(--japean-page-gutter) !important;
  padding-right: var(--japean-page-gutter) !important;
  width: 100% !important;
}

body:has(.page-content--customer) .columns-container > .row,
body:has(.page-content--customer) #wrapper > .container > .row {
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body:has(.page-content--customer) .columns-container > .row > *,
body:has(.page-content--customer) #wrapper > .container > .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:has(.page-content--customer) .columns-container > .row > .col-lg-3,
body:has(.page-content--customer) #wrapper > .container > .row > .col-lg-3 {
  padding-right: clamp(28px, 3vw, 54px) !important;
}

body:has(.page-content--customer) #content-wrapper,
body:has(.page-content--customer) .page-content {
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body:has(.page-content--customer) .page-header h1,
body:has(.page-content--customer) .page-title-section,
body.page-customer-account .page-header h1,
body.page-customer-account .page-title-section,
body#module-blockwishlist-lists .wishlist-container-header h1,
body.module-blockwishlist-lists .wishlist-container-header h1,
body#module-blockwishlist-view .wishlist-products-container-header h1,
body.module-blockwishlist-view .wishlist-products-container-header h1 {
  color: #122351 !important;
  font-size: 64px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 !important;
}

body#cart .product-line,
body.page-cart .product-line {
  column-gap: clamp(22px, 2.2vw, 34px) !important;
  display: grid !important;
  grid-template-columns: clamp(112px, 9vw, 160px) minmax(0, 1fr) !important;
}

body#cart .product-line__content,
body.page-cart .product-line__content {
  align-items: start !important;
  column-gap: clamp(24px, 3vw, 48px) !important;
  display: grid !important;
  grid-template-areas:
    "info controls"
    "actions controls" !important;
  grid-template-columns: minmax(0, 1fr) minmax(148px, 180px) !important;
  min-width: 0 !important;
}

body#cart .product-line__content-left,
body.page-cart .product-line__content-left {
  grid-area: info !important;
  min-width: 0 !important;
}

body#cart .product-line__content-right,
body.page-cart .product-line__content-right {
  grid-area: controls !important;
  justify-items: end !important;
  min-width: 0 !important;
}

body#cart .product-line__actions,
body.page-cart .product-line__actions {
  grid-area: actions !important;
  min-width: 0 !important;
}

body#cart .japean-trust-strip .japean-home-trust__inner,
body.page-cart .japean-trust-strip .japean-home-trust__inner {
  max-width: none !important;
  width: 100% !important;
}

body#cart .japean-cart-products,
body.page-cart .japean-cart-products {
  background: #ffffff !important;
  margin-top: clamp(36px, 5vw, 72px) !important;
  padding-bottom: clamp(54px, 6vw, 92px) !important;
  padding-top: clamp(48px, 5vw, 76px) !important;
}

body#cart .japean-cart-products .japean-home-products__head,
body#cart .japean-cart-products .japean-home-products__grid,
body.page-cart .japean-cart-products .japean-home-products__head,
body.page-cart .japean-cart-products .japean-home-products__grid {
  max-width: none !important;
  width: 100% !important;
}

body#cart .japean-cart-products .japean-home-products__title-wrap h2,
body.page-cart .japean-cart-products .japean-home-products__title-wrap h2 {
  font-weight: 500 !important;
}

body#cart .japean-cart-products .japean-home-products__grid,
body.page-cart .japean-cart-products .japean-home-products__grid {
  gap: clamp(28px, 3.2vw, 54px) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body#cart .japean-cart-products .japean-catalog-card,
body.page-cart .japean-cart-products .japean-catalog-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #122351 !important;
  display: grid !important;
  gap: 14px !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body#cart .japean-cart-products .japean-catalog-card__media,
body.page-cart .japean-cart-products .japean-catalog-card__media {
  align-items: center !important;
  aspect-ratio: 1 / 1.28 !important;
  background: #f5f5f5 !important;
  border-radius: 8px !important;
  display: flex !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

body#cart .japean-cart-products .japean-catalog-card__image-link,
body.page-cart .japean-cart-products .japean-catalog-card__image-link {
  align-items: center !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  padding: 0 !important;
  text-decoration: none !important;
  width: 100% !important;
}

body#cart .japean-cart-products .japean-catalog-card__image,
body.page-cart .japean-cart-products .japean-catalog-card__image {
  display: block !important;
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

body#cart .japean-cart-products .japean-catalog-card .japean-wishlist-button,
body.page-cart .japean-cart-products .japean-catalog-card .japean-wishlist-button {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  bottom: auto !important;
  box-shadow: none !important;
  display: flex !important;
  height: 44px !important;
  justify-content: center !important;
  left: auto !important;
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  width: 44px !important;
  z-index: 3 !important;
}

body#cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button,
body#cart .japean-cart-products .japean-catalog-card .wishlist-button-add,
body.page-cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button,
body.page-cart .japean-cart-products .japean-catalog-card .wishlist-button-add {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  height: 44px !important;
  line-height: 0 !important;
  margin: 0 !important;
  min-width: 44px !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 44px !important;
}

body#cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button::before,
body#cart .japean-cart-products .japean-catalog-card .wishlist-button-add::before,
body.page-cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button::before,
body.page-cart .japean-cart-products .japean-catalog-card .wishlist-button-add::before {
  background: var(--japean-wishlist-icon-empty) center / contain no-repeat !important;
  content: "" !important;
  display: block !important;
  height: 36px !important;
  width: 36px !important;
}

body#cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button.japean-wishlist-active::before,
body#cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button.is-active::before,
body#cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button[aria-pressed='true']::before,
body#cart .japean-cart-products .japean-catalog-card .wishlist-button-add.japean-wishlist-active::before,
body#cart .japean-cart-products .japean-catalog-card .wishlist-button-add.is-active::before,
body#cart .japean-cart-products .japean-catalog-card .wishlist-button-add[aria-pressed='true']::before,
body.page-cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button.japean-wishlist-active::before,
body.page-cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button.is-active::before,
body.page-cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button[aria-pressed='true']::before,
body.page-cart .japean-cart-products .japean-catalog-card .wishlist-button-add.japean-wishlist-active::before,
body.page-cart .japean-cart-products .japean-catalog-card .wishlist-button-add.is-active::before,
body.page-cart .japean-cart-products .japean-catalog-card .wishlist-button-add[aria-pressed='true']::before {
  background-image: var(--japean-wishlist-icon-active) !important;
}

body#cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button::after,
body#cart .japean-cart-products .japean-catalog-card .wishlist-button-add::after,
body.page-cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button::after,
body.page-cart .japean-cart-products .japean-catalog-card .wishlist-button-add::after {
  content: none !important;
  display: none !important;
}

body#cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button > i,
body#cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button > img,
body#cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button > svg,
body#cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button > span,
body#cart .japean-cart-products .japean-catalog-card .wishlist-button-add > i,
body#cart .japean-cart-products .japean-catalog-card .wishlist-button-add > img,
body#cart .japean-cart-products .japean-catalog-card .wishlist-button-add > svg,
body#cart .japean-cart-products .japean-catalog-card .wishlist-button-add > span,
body.page-cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button > i,
body.page-cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button > img,
body.page-cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button > svg,
body.page-cart .japean-cart-products .japean-catalog-card .japean-card-wishlist-button > span,
body.page-cart .japean-cart-products .japean-catalog-card .wishlist-button-add > i,
body.page-cart .japean-cart-products .japean-catalog-card .wishlist-button-add > img,
body.page-cart .japean-cart-products .japean-catalog-card .wishlist-button-add > svg,
body.page-cart .japean-cart-products .japean-catalog-card .wishlist-button-add > span {
  display: none !important;
}

body#cart .japean-cart-products .japean-catalog-card__title,
body.page-cart .japean-cart-products .japean-catalog-card__title {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(18px, 1.45vw, 23px) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  min-height: 2.35em !important;
  text-decoration: none !important;
}

body#cart .japean-cart-products .japean-catalog-card__title:hover,
body.page-cart .japean-cart-products .japean-catalog-card__title:hover {
  color: #122351 !important;
  text-decoration: underline !important;
}

body#cart .japean-cart-products .japean-catalog-card__stock,
body.page-cart .japean-cart-products .japean-catalog-card__stock {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body#cart .japean-cart-products .japean-catalog-card__price,
body.page-cart .japean-cart-products .japean-catalog-card__price {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(19px, 1.45vw, 24px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

@media (max-width: 991.98px) {
  body .page-content--home .japean-home-hero__copy,
  body .page-content--home .japean-home-selection__head,
  body .page-content--home .japean-home-products,
  body .page-content--home .japean-home-trust,
  body .page-content--home .japean-home-guide,
  body .page-content--home .japean-home-editorial {
    padding-left: var(--japean-page-gutter) !important;
    padding-right: var(--japean-page-gutter) !important;
  }

  body#cart .cart-grid,
  body#cart .cart-grid__footer,
  body#cart .japean-trust-strip,
  body#cart .japean-cart-products,
  body.page-cart .cart-grid,
  body.page-cart .cart-grid__footer,
  body.page-cart .japean-trust-strip,
  body.page-cart .japean-cart-products {
    padding-left: var(--japean-page-gutter) !important;
    padding-right: var(--japean-page-gutter) !important;
  }

  body#cart .cart-grid.row,
  body.page-cart .cart-grid.row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body#cart .cart-grid__content,
  body#cart .cart-grid__aside,
  body.page-cart .cart-grid__content,
  body.page-cart .cart-grid__aside {
    grid-column: 1 !important;
  }

  body#cart .product-line,
  body.page-cart .product-line {
    grid-template-columns: 96px minmax(0, 1fr) !important;
  }

  body#cart .product-line__content,
  body.page-cart .product-line__content {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "info"
      "controls"
      "actions" !important;
    row-gap: 14px !important;
  }

  body#cart .japean-cart-products .japean-home-products__grid,
  body.page-cart .japean-cart-products .japean-home-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575.98px) {
  body#cart .japean-cart-products .japean-home-products__grid,
  body.page-cart .japean-cart-products .japean-home-products__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Footer redesign */
body .footer.footer__main.japean-footer,
body #footer .footer.footer__main.japean-footer {
  background: #122351 !important;
  color: #ffffff !important;
  margin-top: 0;
  padding: clamp(46px, 5vw, 78px) 0 28px;
}

body .japean-footer .container {
  max-width: 1700px !important;
  padding-left: clamp(24px, 6vw, 128px) !important;
  padding-right: clamp(24px, 6vw, 128px) !important;
  width: 100% !important;
}

body .japean-footer__layout {
  align-items: start;
  display: flex !important;
  gap: clamp(28px, 3.5vw, 76px);
  justify-content: space-between;
  width: 100%;
}

body .japean-footer__brand,
body .japean-footer__links-group,
body .japean-footer__newsletter {
  border: 0;
  min-width: 0;
  padding: 0;
}

body .japean-footer__brand {
  flex: 0 1 320px;
}

body .japean-footer__links-group {
  flex: 0 1 170px;
}

body .japean-footer__newsletter {
  flex: 0 1 350px;
}

body .japean-footer__logo {
  display: inline-flex;
  margin-bottom: 28px;
}

body .japean-footer__logo img {
  display: block;
  height: auto;
  max-width: 170px;
  width: 170px;
}

body .japean-footer__tagline,
body .japean-footer__newsletter p,
body .japean-footer__privacy,
body .japean-footer__bottom,
body .japean-footer__bottom a,
body .japean-footer__list a {
  color: rgba(255, 255, 255, 0.78) !important;
}

body .japean-footer__tagline {
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
  max-width: 320px;
}

body .japean-footer__socials {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-top: 28px;
}

body .japean-footer__socials a {
  color: #ffffff !important;
  display: inline-flex;
  height: 32px;
  text-decoration: none;
  width: 32px;
}

body .japean-footer__socials svg {
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 100%;
}

body .japean-footer__title {
  color: #ffffff !important;
  font-size: clamp(20px, 1.45vw, 26px) !important;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 22px;
}

body .japean-footer__list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body .japean-footer__list a {
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

body .japean-footer__list a:hover,
body .japean-footer__bottom a:hover,
body .japean-footer__privacy a:hover,
body .japean-footer__socials a:hover {
  color: #ffffff !important;
  opacity: 1;
}

body .japean-footer__newsletter p {
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 22px;
  max-width: 300px;
}

body .japean-footer .visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body .japean-footer__newsletter-form {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(18, 35, 81, 0.08) inset;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  height: 58px;
  max-width: 350px;
  overflow: hidden;
}

body .japean-footer__newsletter-form input[type="email"] {
  background: transparent;
  border: 0;
  color: #122351;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  min-width: 0;
  outline: 0;
  padding: 0 20px;
}

body .japean-footer__newsletter-form input::placeholder {
  color: rgba(18, 35, 81, 0.45);
}

body .japean-footer__newsletter-form button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #122351;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  padding: 0;
}

body .japean-footer__newsletter-form button svg {
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  width: 30px;
}

body .japean-footer__privacy {
  align-items: start;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  line-height: 1.35;
  margin-top: 18px;
}

body .japean-footer__privacy input {
  appearance: none;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 2px;
  flex: 0 0 auto;
  height: 18px;
  margin: 1px 0 0;
  width: 18px;
}

body .japean-footer__privacy input:checked {
  background: #ffffff;
  box-shadow: inset 0 0 0 4px #122351;
}

body .japean-footer__privacy a {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body .japean-footer__bottom {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: clamp(42px, 5vw, 72px);
}

body .japean-footer__bottom p {
  color: inherit !important;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

body .japean-footer__bottom nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(22px, 4vw, 58px);
  justify-content: flex-end;
}

body .japean-footer__bottom a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  body .japean-footer__layout {
    flex-wrap: wrap;
    row-gap: 38px;
  }

  body .japean-footer__newsletter {
    flex-basis: 100%;
  }
}

@media (max-width: 767.98px) {
  body .footer.footer__main.japean-footer {
    padding-top: 38px;
  }

  body .japean-footer__layout {
    display: grid !important;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr);
  }

  body .japean-footer__brand,
  body .japean-footer__links-group,
  body .japean-footer__newsletter {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 28px;
  }

  body .japean-footer__newsletter {
    flex-basis: auto;
    grid-column: auto;
  }

  body .japean-footer__newsletter-form {
    max-width: none;
  }

  body .japean-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

body .japean-footer__bottom nav {
    justify-content: flex-start;
  }
}

/* Product sizes mockup alignment */
.japean-product-page .product-variant--size {
  border-bottom: 0 !important;
  border-top: 0 !important;
  padding: 0 !important;
}

.japean-product-page .product-variant--size .product-variant__label--split {
  align-items: baseline !important;
  display: flex !important;
  gap: 24px !important;
  justify-content: space-between !important;
  margin: 0 0 34px !important;
}

.japean-product-page .product-variant--size .product-variant__legend {
  color: #aaa7a3 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
}

.japean-product-page .product-variant--size .product-variant__selected-value {
  color: #242428 !important;
  font-weight: 700 !important;
}

.japean-product-page .product-variant--size .product-variant__size-guide-link {
  color: #122351 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important;
  white-space: nowrap !important;
}

.japean-product-page .product-variant__radios--size {
  display: grid !important;
  gap: 32px !important;
  grid-template-columns: repeat(auto-fit, 64px) !important;
  justify-content: flex-start !important;
  margin-left: 0 !important;
  margin-bottom: 28px !important;
  padding-left: 0 !important;
  width: 100% !important;
}

.japean-product-page .product-variant__radios--size .product-variant__radio {
  min-width: 0 !important;
  padding-left: 0 !important;
}

.japean-product-page .product-variant__radios--size .product-variant__radio label {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}

.japean-product-page .product-variant__radios--size .form-check-label {
  align-items: center !important;
  aspect-ratio: auto !important;
  background: #ffffff !important;
  border: 2px solid #aaaeb3 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: #122351 !important;
  display: flex !important;
  font-size: 1.35rem !important;
  font-weight: 900 !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  height: 64px !important;
  min-height: 64px !important;
  min-width: 64px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  transition: border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease !important;
  width: 64px !important;
}

.japean-product-page .product-variant__radios--size .form-check-input:checked + label .form-check-label {
  background: #ffffff !important;
  border-color: #122351 !important;
  box-shadow: inset 0 0 0 2px #122351 !important;
  color: #122351 !important;
}

.japean-product-page .product-variant__radios--size label:hover .form-check-label,
.japean-product-page .product-variant__radios--size .form-check-input:focus + label .form-check-label {
  border-color: #122351 !important;
  color: #122351 !important;
}

.japean-product-page .product-variant__radio--unavailable .form-check-label,
.japean-product-page .product-variant__radios--size .form-check-input:disabled + label .form-check-label,
.japean-product-page .product-variant__radios--size .form-check-input[aria-disabled='true'] + label .form-check-label {
  border-color: #aaaeb3 !important;
  color: #4e4e50 !important;
  font-weight: 600 !important;
}

.japean-product-page .product-variant__radio--unavailable .form-check-label::after,
.japean-product-page .product-variant__radios--size .form-check-input:disabled + label .form-check-label::after,
.japean-product-page .product-variant__radios--size .form-check-input[aria-disabled='true'] + label .form-check-label::after {
  background: #8e9094 !important;
  content: "" !important;
  height: 2px !important;
  left: -18% !important;
  position: absolute !important;
  top: 50% !important;
  transform: rotate(-45deg) !important;
  transform-origin: center !important;
  width: 136% !important;
}

.japean-product-page .product__availability {
  background: transparent !important;
  border: 0 !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
}

.japean-product-page .product__availability-status {
  color: #242428 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

.japean-product-page .product__availability-icon,
.japean-product-page .product__availability .visually-hidden {
  display: none !important;
}

@media (max-width: 767.98px) {
  .japean-product-page .product-variant--size .product-variant__label--split {
    gap: 12px !important;
    margin-bottom: 20px !important;
  }

  .japean-product-page .product-variant--size .product-variant__size-guide-link {
    width: 100% !important;
  }

  .japean-product-page .product-variant__radios--size {
    gap: 16px !important;
    grid-template-columns: repeat(auto-fit, 64px) !important;
    justify-content: flex-start !important;
  }

  .japean-product-page .product-variant__radios--size .form-check-label {
    min-height: 64px !important;
  }
}

/* Product page gallery: keep only the selected carousel image visible. */
.japean-product-page .japean-product-gallery .product__carousel .carousel-inner {
  display: block !important;
  height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

.japean-product-page .japean-product-gallery .product__carousel .carousel-item {
  display: none !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

.japean-product-page .japean-product-gallery .product__carousel .carousel-item.active,
.japean-product-page .japean-product-gallery .product__carousel .carousel-item-next,
.japean-product-page .japean-product-gallery .product__carousel .carousel-item-prev {
  display: block !important;
}

.japean-product-page .japean-product-gallery .product__carousel .carousel-item picture {
  display: block !important;
  height: 100% !important;
  overflow: hidden !important;
  width: 100% !important;
}

.japean-product-page .japean-product-gallery .product__thumbnail {
  cursor: pointer !important;
}

/* Shared sales arguments strip. */
.japean-home-trust,
.japean-trust-strip {
  background: transparent !important;
}

.japean-home-trust__inner {
  background: transparent !important;
}

.japean-home-trust__copy h4 {
  font-size: clamp(16px, 1.05vw, 19px) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

.japean-home-trust__copy p {
  font-size: clamp(14px, 0.95vw, 16px) !important;
}

.japean-home-trust__item img {
  height: clamp(42px, 3vw, 54px) !important;
  width: clamp(42px, 3vw, 54px) !important;
}

.japean-product-page .japean-trust-strip {
  margin: clamp(42px, 5vw, 76px) auto 0 !important;
  padding: 0 0 clamp(42px, 5vw, 72px) !important;
}

body#cart .japean-trust-strip,
body.page-cart .japean-trust-strip {
  margin: clamp(34px, 4vw, 60px) auto 0 !important;
  padding: 0 0 clamp(34px, 4vw, 60px) !important;
}

/* Wishlist page alignment and actions. */
body#module-blockwishlist-view,
body#module-blockwishlist-lists,
body.module-blockwishlist-view,
body.module-blockwishlist-lists {
  --japean-page-max-width: 1700px;
  --japean-page-gutter: clamp(24px, 6vw, 128px);
}

body#module-blockwishlist-view #wrapper > .container,
body#module-blockwishlist-lists #wrapper > .container,
body.module-blockwishlist-view #wrapper > .container,
body.module-blockwishlist-lists #wrapper > .container,
body#module-blockwishlist-view .columns-container,
body#module-blockwishlist-lists .columns-container,
body.module-blockwishlist-view .columns-container,
body.module-blockwishlist-lists .columns-container {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--japean-page-max-width) !important;
  padding-left: var(--japean-page-gutter) !important;
  padding-right: var(--japean-page-gutter) !important;
  width: 100% !important;
}

body#module-blockwishlist-view .breadcrumb__wrapper,
body#module-blockwishlist-lists .breadcrumb__wrapper,
body.module-blockwishlist-view .breadcrumb__wrapper,
body.module-blockwishlist-lists .breadcrumb__wrapper {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--japean-page-max-width) !important;
  padding-left: var(--japean-page-gutter) !important;
  padding-right: var(--japean-page-gutter) !important;
  width: 100% !important;
}

body#module-blockwishlist-view .page-content,
body#module-blockwishlist-lists .page-content,
body.module-blockwishlist-view .page-content,
body.module-blockwishlist-lists .page-content,
body#module-blockwishlist-view .wishlist-products-container,
body#module-blockwishlist-lists .wishlist-container,
body.module-blockwishlist-view .wishlist-products-container,
body.module-blockwishlist-lists .wishlist-container,
body#module-blockwishlist-view .wishlist-pagination,
body#module-blockwishlist-lists .wishlist-pagination,
body.module-blockwishlist-view .wishlist-pagination,
body.module-blockwishlist-lists .wishlist-pagination,
body#module-blockwishlist-view .wishlist-footer-links,
body#module-blockwishlist-lists .wishlist-footer-links,
body.module-blockwishlist-view .wishlist-footer-links,
body.module-blockwishlist-lists .wishlist-footer-links {
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--japean-page-max-width) !important;
  width: 100% !important;
}

body#module-blockwishlist-view .wishlist-products-container,
body.module-blockwishlist-view .wishlist-products-container,
body#module-blockwishlist-lists .wishlist-container,
body.module-blockwishlist-lists .wishlist-container {
  color: #122351 !important;
  padding-bottom: clamp(32px, 4vw, 64px) !important;
  padding-top: clamp(28px, 3vw, 52px) !important;
}

body#module-blockwishlist-view .wishlist-products-container-header,
body.module-blockwishlist-view .wishlist-products-container-header,
body#module-blockwishlist-lists .wishlist-container-header,
body.module-blockwishlist-lists .wishlist-container-header {
  align-items: flex-end !important;
  border-bottom: 1px solid rgba(18, 35, 81, 0.14) !important;
  display: flex !important;
  gap: 18px !important;
  justify-content: space-between !important;
  margin-bottom: clamp(24px, 3vw, 42px) !important;
  padding-bottom: 18px !important;
}

body#module-blockwishlist-view .wishlist-products-container-header h1,
body.module-blockwishlist-view .wishlist-products-container-header h1,
body#module-blockwishlist-lists .wishlist-container-header h1,
body.module-blockwishlist-lists .wishlist-container-header h1 {
  color: #122351 !important;
  font-size: clamp(36px, 4vw, 74px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 0.98 !important;
  margin: 0 !important;
}

body#module-blockwishlist-view .wishlist-products-list,
body.module-blockwishlist-view .wishlist-products-list {
  display: grid !important;
  gap: clamp(28px, 3.6vw, 58px) clamp(22px, 3vw, 48px) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body#module-blockwishlist-view .wishlist-products-item,
body.module-blockwishlist-view .wishlist-products-item,
body#module-blockwishlist-view .wishlist-product,
body.module-blockwishlist-view .wishlist-product {
  border: 0 !important;
  box-shadow: none !important;
  min-width: 0 !important;
}

body#module-blockwishlist-view .wishlist-product-image,
body.module-blockwishlist-view .wishlist-product-image {
  background: #f6f2ef !important;
  border-radius: 8px !important;
  display: block !important;
  overflow: hidden !important;
}

body#module-blockwishlist-view .wishlist-product-image img,
body.module-blockwishlist-view .wishlist-product-image img {
  display: block !important;
  height: auto !important;
  width: 100% !important;
}

body#module-blockwishlist-view .wishlist-product-title,
body.module-blockwishlist-view .wishlist-product-title,
body#module-blockwishlist-view .wishlist-product-link,
body.module-blockwishlist-view .wishlist-product-link {
  color: #122351 !important;
  font-size: clamp(18px, 1.45vw, 23px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  text-decoration: none !important;
}

body#module-blockwishlist-view .wishlist-product-price,
body.module-blockwishlist-view .wishlist-product-price {
  color: #122351 !important;
  font-size: clamp(19px, 1.45vw, 24px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body#module-blockwishlist-view .wishlist-product-addtocart,
body.module-blockwishlist-view .wishlist-product-addtocart {
  align-items: center !important;
  background: #123351 !important;
  border: 1px solid #123351 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 20px !important;
  text-decoration: none !important;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
  width: 100% !important;
}

body#module-blockwishlist-view .wishlist-product-addtocart:hover,
body.module-blockwishlist-view .wishlist-product-addtocart:hover {
  background: #0d263d !important;
  border-color: #0d263d !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

body#module-blockwishlist-view .wishlist-product-addtocart:disabled,
body.module-blockwishlist-view .wishlist-product-addtocart:disabled {
  background: rgba(18, 51, 81, 0.28) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

body#module-blockwishlist-view .wishlist-products-container .wishlist-button-add,
body.module-blockwishlist-view .wishlist-products-container .wishlist-button-add {
  align-items: center !important;
  background: #E70000 !important;
  border: 1px solid #E70000 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  display: inline-flex !important;
  height: 42px !important;
  justify-content: center !important;
  min-width: 42px !important;
  padding: 0 !important;
  width: 42px !important;
}

body#module-blockwishlist-view .wishlist-products-container .wishlist-button-add::before,
body.module-blockwishlist-view .wishlist-products-container .wishlist-button-add::before {
  content: none !important;
  display: none !important;
}

body#module-blockwishlist-view .wishlist-products-container .wishlist-button-add > i,
body.module-blockwishlist-view .wishlist-products-container .wishlist-button-add > i {
  color: #ffffff !important;
  display: block !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

body#module-blockwishlist-view .wishlist-products-container .wishlist-button-add:hover,
body.module-blockwishlist-view .wishlist-products-container .wishlist-button-add:hover {
  background: #c90000 !important;
  border-color: #c90000 !important;
  transform: translateY(-1px) !important;
}

body#module-blockwishlist-view .wishlist-footer-links,
body#module-blockwishlist-lists .wishlist-footer-links,
body.module-blockwishlist-view .wishlist-footer-links,
body.module-blockwishlist-lists .wishlist-footer-links {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-bottom: clamp(40px, 5vw, 76px) !important;
}

body#module-blockwishlist-view .wishlist-footer-links > a,
body#module-blockwishlist-lists .wishlist-footer-links > a,
body.module-blockwishlist-view .wishlist-footer-links > a,
body.module-blockwishlist-lists .wishlist-footer-links > a {
  align-items: center !important;
  background: #123351 !important;
  border: 1px solid #123351 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  gap: 8px !important;
  line-height: 1 !important;
  margin-left: 0 !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  text-decoration: none !important;
}

body#module-blockwishlist-view .wishlist-footer-links > a:hover,
body#module-blockwishlist-lists .wishlist-footer-links > a:hover,
body.module-blockwishlist-view .wishlist-footer-links > a:hover,
body.module-blockwishlist-lists .wishlist-footer-links > a:hover {
  background: #0d263d !important;
  border-color: #0d263d !important;
  color: #ffffff !important;
}

body#module-blockwishlist-view .wishlist-footer-links > a:nth-child(2),
body#module-blockwishlist-lists .wishlist-footer-links > a:nth-child(2),
body.module-blockwishlist-view .wishlist-footer-links > a:nth-child(2),
body.module-blockwishlist-lists .wishlist-footer-links > a:nth-child(2) {
  background: #E70000 !important;
  border-color: #E70000 !important;
}

body#module-blockwishlist-view .wishlist-footer-links > a:nth-child(2):hover,
body#module-blockwishlist-lists .wishlist-footer-links > a:nth-child(2):hover,
body.module-blockwishlist-view .wishlist-footer-links > a:nth-child(2):hover,
body.module-blockwishlist-lists .wishlist-footer-links > a:nth-child(2):hover {
  background: #c90000 !important;
  border-color: #c90000 !important;
}

body#module-blockwishlist-lists .wishlist-list-item-actions button,
body.module-blockwishlist-lists .wishlist-list-item-actions button,
body#module-blockwishlist-lists .wishlist-container button,
body.module-blockwishlist-lists .wishlist-container button {
  border-radius: 999px !important;
  font-weight: 900 !important;
}

body#module-blockwishlist-lists .wishlist-container .btn-primary,
body.module-blockwishlist-lists .wishlist-container .btn-primary,
body#module-blockwishlist-lists .wishlist-container button[type="submit"],
body.module-blockwishlist-lists .wishlist-container button[type="submit"] {
  background: #123351 !important;
  border-color: #123351 !important;
  color: #ffffff !important;
}

body#module-blockwishlist-lists .wishlist-container button,
body#module-blockwishlist-lists .wishlist-container .btn,
body#module-blockwishlist-lists .wishlist-container a.btn,
body#module-blockwishlist-lists .wishlist-list-item-actions button,
body#module-blockwishlist-lists .wishlist-list-item-actions a,
body.module-blockwishlist-lists .wishlist-container button,
body.module-blockwishlist-lists .wishlist-container .btn,
body.module-blockwishlist-lists .wishlist-container a.btn,
body.module-blockwishlist-lists .wishlist-list-item-actions button,
body.module-blockwishlist-lists .wishlist-list-item-actions a,
body:has(.wishlist-container) .wishlist-container button,
body:has(.wishlist-container) .wishlist-container .btn,
body:has(.wishlist-container) .wishlist-container a.btn,
body:has(.wishlist-container) .wishlist-list-item-actions button,
body:has(.wishlist-container) .wishlist-list-item-actions a {
  color: #ffffff !important;
}

body#module-blockwishlist-lists .wishlist-container button *,
body#module-blockwishlist-lists .wishlist-container .btn *,
body#module-blockwishlist-lists .wishlist-container a.btn *,
body#module-blockwishlist-lists .wishlist-list-item-actions button *,
body#module-blockwishlist-lists .wishlist-list-item-actions a *,
body.module-blockwishlist-lists .wishlist-container button *,
body.module-blockwishlist-lists .wishlist-container .btn *,
body.module-blockwishlist-lists .wishlist-container a.btn *,
body.module-blockwishlist-lists .wishlist-list-item-actions button *,
body.module-blockwishlist-lists .wishlist-list-item-actions a *,
body:has(.wishlist-container) .wishlist-container button *,
body:has(.wishlist-container) .wishlist-container .btn *,
body:has(.wishlist-container) .wishlist-container a.btn *,
body:has(.wishlist-container) .wishlist-list-item-actions button *,
body:has(.wishlist-container) .wishlist-list-item-actions a * {
  color: #ffffff !important;
}

@media (max-width: 1199.98px) {
  body#module-blockwishlist-view .wishlist-products-list,
  body.module-blockwishlist-view .wishlist-products-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  body#module-blockwishlist-view .wishlist-products-list,
  body.module-blockwishlist-view .wishlist-products-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body#module-blockwishlist-view .wishlist-products-container-header,
  body.module-blockwishlist-view .wishlist-products-container-header,
  body#module-blockwishlist-lists .wishlist-container-header,
  body.module-blockwishlist-lists .wishlist-container-header {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 575.98px) {
  body#module-blockwishlist-view .wishlist-products-list,
  body.module-blockwishlist-view .wishlist-products-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Wishlist detail page: generic overrides for the real wishlist1 view. */
body:has(.wishlist-products-container) {
  --japean-page-max-width: 1700px;
  --japean-page-gutter: clamp(24px, 6vw, 128px);
}

body:has(.wishlist-products-container) #wrapper > .container,
body:has(.wishlist-products-container) .columns-container {
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.wishlist-products-container,
.wishlist-pagination,
body:has(.wishlist-products-container) .wishlist-footer-links {
  box-sizing: border-box !important;
  left: 50% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: var(--japean-page-max-width) !important;
  padding-left: var(--japean-page-gutter) !important;
  padding-right: var(--japean-page-gutter) !important;
  position: relative !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
}

.wishlist-products-container {
  color: #122351 !important;
  padding-bottom: clamp(34px, 4vw, 68px) !important;
  padding-top: clamp(30px, 3.5vw, 58px) !important;
}

.wishlist-products-container .card.page-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wishlist-products-container-header {
  align-items: flex-end !important;
  border-bottom: 1px solid rgba(18, 35, 81, 0.14) !important;
  display: flex !important;
  gap: 18px !important;
  justify-content: space-between !important;
  margin: 0 0 clamp(26px, 3vw, 44px) !important;
  padding-bottom: 20px !important;
}

.wishlist-products-container-header h1 {
  color: #122351 !important;
  font-size: 64px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 0.96 !important;
  margin: 0 !important;
}

.wishlist-products-count {
  color: rgba(18, 35, 81, 0.48) !important;
  font-size: clamp(20px, 1.8vw, 30px) !important;
  font-weight: 800 !important;
}

.wishlist-products-container .sort-by-row,
.wishlist-products-container .products-sort-order {
  margin: 0 !important;
  padding: 0 !important;
}

.wishlist-products-container .sort-by,
.wishlist-products-container .select-title,
.wishlist-products-container .dropdown-toggle {
  color: #122351 !important;
  font-weight: 900 !important;
}

.wishlist-products-container .products-sort-order {
  position: relative !important;
  z-index: 20 !important;
}

.wishlist-products-container .products-sort-order .select-title {
  align-items: center !important;
  background: #ffffff !important;
  border: 2px solid #242428 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  gap: 12px !important;
  justify-content: space-between !important;
  min-height: 46px !important;
  min-width: 230px !important;
  padding: 0 14px !important;
}

.wishlist-products-container .products-sort-order .select-title i {
  color: #122351 !important;
  line-height: 1 !important;
}

.wishlist-products-container .products-sort-order .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid rgba(18, 35, 81, 0.14) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 38px rgba(18, 35, 81, 0.14) !important;
  display: none !important;
  left: 0 !important;
  margin-top: 8px !important;
  min-width: 100% !important;
  padding: 6px !important;
  position: absolute !important;
  top: 100% !important;
  z-index: 100 !important;
}

.wishlist-products-container .products-sort-order.is-open .dropdown-menu {
  display: grid !important;
}

.wishlist-products-container .products-sort-order .select-list {
  border-radius: 6px !important;
  color: #122351 !important;
  cursor: pointer !important;
  display: block !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  padding: 10px 12px !important;
  text-decoration: none !important;
}

.wishlist-products-container .products-sort-order .select-list:hover,
.wishlist-products-container .products-sort-order .select-list:focus {
  background: #123351 !important;
  color: #ffffff !important;
}

.wishlist-products-list {
  display: grid !important;
  gap: clamp(28px, 3.6vw, 58px) clamp(22px, 3vw, 48px) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wishlist-products-item,
.wishlist-product {
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.wishlist-product-image {
  background: #f6f2ef !important;
  border-radius: 8px !important;
  display: block !important;
  overflow: hidden !important;
}

.wishlist-product-image img {
  display: block !important;
  height: auto !important;
  width: 100% !important;
}

.wishlist-product-right,
.wishlist-product-bottom {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wishlist-product-title,
.wishlist-product-link {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(18px, 1.45vw, 23px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  text-decoration: none !important;
}

.wishlist-product-price {
  color: #122351 !important;
  display: block !important;
  font-size: clamp(19px, 1.45vw, 24px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.wishlist-product-addtocart,
.wishlist-product-addtocart.btn,
.wishlist-product-addtocart.btn-primary,
.wishlist-product-addtocart.btn-secondary {
  align-items: center !important;
  background: #123351 !important;
  border: 1px solid #123351 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 20px !important;
  text-decoration: none !important;
  text-transform: none !important;
  width: 100% !important;
}

.wishlist-product-addtocart *,
.wishlist-product-addtocart.btn *,
.wishlist-products-container .btn,
.wishlist-products-container .btn *,
.wishlist-products-container button,
.wishlist-products-container button * {
  color: #ffffff !important;
}

.wishlist-product-addtocart:hover,
.wishlist-product-addtocart.btn:hover {
  background: #0d263d !important;
  border-color: #0d263d !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

.wishlist-product-addtocart:disabled,
.wishlist-product-addtocart.btn:disabled {
  background: rgba(18, 51, 81, 0.28) !important;
  border-color: transparent !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.wishlist-products-container .wishlist-button-add {
  align-items: center !important;
  background: #E70000 !important;
  border: 1px solid #E70000 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  display: inline-flex !important;
  height: 42px !important;
  justify-content: center !important;
  min-width: 42px !important;
  padding: 0 !important;
  width: 42px !important;
}

.wishlist-products-container .wishlist-button-add::before {
  content: none !important;
  display: none !important;
}

.wishlist-products-container .wishlist-button-add > i,
.wishlist-products-container .wishlist-button-add > .material-icons {
  color: #ffffff !important;
  display: block !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

.wishlist-products-container .wishlist-button-add:hover {
  background: #c90000 !important;
  border-color: #c90000 !important;
  transform: translateY(-1px) !important;
}

body:has(.wishlist-products-container) .wishlist-footer-links {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-bottom: clamp(40px, 5vw, 76px) !important;
}

body:has(.wishlist-products-container) .wishlist-footer-links > a {
  align-items: center !important;
  background: #123351 !important;
  border: 1px solid #123351 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  gap: 8px !important;
  line-height: 1 !important;
  margin-left: 0 !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  text-decoration: none !important;
}

body:has(.wishlist-products-container) .wishlist-footer-links > a,
body:has(.wishlist-products-container) .wishlist-footer-links > a * {
  color: #ffffff !important;
}

body:has(.wishlist-products-container) .wishlist-footer-links > a:first-child {
  display: none !important;
}

body:has(.wishlist-products-container) .wishlist-footer-links > a:hover {
  background: #0d263d !important;
  border-color: #0d263d !important;
  color: #ffffff !important;
}

@media (max-width: 1199.98px) {
  .wishlist-products-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  .wishlist-products-container-header {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .wishlist-products-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575.98px) {
  .wishlist-products-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Wishlist footer links: final contrast override. */
.wishlist-footer-links > a,
.wishlist-footer-links > a:visited,
.wishlist-footer-links > a:hover,
.wishlist-footer-links > a:focus,
.wishlist-footer-links > a i,
.wishlist-footer-links > a span,
.wishlist-footer-links > a .material-icons {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.wishlist-footer-links > a.text-primary,
.wishlist-footer-links > a.text-primary:visited,
.wishlist-footer-links > a.text-primary:hover,
.wishlist-footer-links > a.text-primary:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.wishlist-footer-links > a::before,
.wishlist-footer-links > a::after,
.wishlist-footer-links > a.text-primary::before,
.wishlist-footer-links > a.text-primary::after {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Wishlist detail remove action: blue cross, no background. */
.wishlist-products-container .wishlist-button-add,
.wishlist-products-container .wishlist-button-add:hover,
.wishlist-products-container .wishlist-button-add:focus {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #123351 !important;
  height: 34px !important;
  min-width: 34px !important;
  padding: 0 !important;
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  width: 34px !important;
}

.wishlist-products-container .wishlist-button-add > i,
.wishlist-products-container .wishlist-button-add > .material-icons {
  display: none !important;
}

.wishlist-products-container .wishlist-button-add::before,
.wishlist-products-container .wishlist-button-add::after {
  background: #123351 !important;
  border-radius: 999px !important;
  content: "" !important;
  display: block !important;
  height: 3px !important;
  left: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform-origin: center !important;
  width: 22px !important;
}

.wishlist-products-container .wishlist-button-add::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.wishlist-products-container .wishlist-button-add::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.wishlist-products-container .wishlist-button-add:hover::before,
.wishlist-products-container .wishlist-button-add:hover::after {
  background: #0d263d !important;
}

/* Wishlist detail action menu. */
.wishlist-footer-links .japean-wishlist-menu-button {
  align-items: center !important;
  background: #123351 !important;
  border: 1px solid #123351 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  gap: 9px !important;
  line-height: 1 !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  text-decoration: none !important;
  transition: background 0.18s ease, border-color 0.18s ease, opacity 0.18s ease, transform 0.18s ease !important;
}

.wishlist-footer-links .japean-wishlist-menu-button,
.wishlist-footer-links .japean-wishlist-menu-button *,
.wishlist-footer-links .japean-wishlist-menu-button i,
.wishlist-footer-links .japean-wishlist-menu-button span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.wishlist-footer-links .japean-wishlist-menu-button i {
  font-size: 21px !important;
  line-height: 1 !important;
}

.wishlist-footer-links .japean-wishlist-menu-button:hover,
.wishlist-footer-links .japean-wishlist-menu-button:focus {
  background: #0d263d !important;
  border-color: #0d263d !important;
  transform: translateY(-1px) !important;
}

.wishlist-footer-links .japean-wishlist-menu-button--danger {
  background: #E70000 !important;
  border-color: #E70000 !important;
}

.wishlist-footer-links .japean-wishlist-menu-button--danger:hover,
.wishlist-footer-links .japean-wishlist-menu-button--danger:focus {
  background: #c90000 !important;
  border-color: #c90000 !important;
}

.wishlist-footer-links .japean-wishlist-menu-button[disabled] {
  cursor: wait !important;
  opacity: 0.55 !important;
  transform: none !important;
}

/* Final global lock: header category pills must stay identical on every page. */
html body .japean-header .japean-header__categories {
  padding-bottom: 28px !important;
  padding-top: 30px !important;
}

html body .japean-header .japean-header__categories .container-md {
  box-sizing: border-box !important;
  max-width: 1700px !important;
  padding-left: clamp(24px, 6vw, 128px) !important;
  padding-right: clamp(24px, 6vw, 128px) !important;
  width: 100% !important;
}

html body .japean-header .japean-header__categories-list {
  align-items: center !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 32px !important;
  justify-content: center !important;
  margin: 0 !important;
  overflow-x: auto !important;
  padding: 0 !important;
  scrollbar-width: none !important;
  width: 100% !important;
}

html body .japean-header .japean-header__pill,
html body .japean-header .japean-header__pill:visited {
  align-items: center !important;
  border-radius: 14px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  flex: 0 0 178px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  height: 46px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  max-height: 46px !important;
  min-height: 46px !important;
  min-width: 178px !important;
  padding: 0 18px !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  width: 178px !important;
}

@media (max-width: 1199.98px) {
  html body .japean-header .japean-header__categories-list {
    gap: 24px !important;
    justify-content: flex-start !important;
  }

  html body .japean-header .japean-header__pill,
  html body .japean-header .japean-header__pill:visited {
    flex-basis: 160px !important;
    font-size: 15px !important;
    min-width: 160px !important;
    width: 160px !important;
  }
}

@media (max-width: 767.98px) {
  html body .japean-header .japean-header__categories {
    padding-bottom: 16px !important;
    padding-top: 18px !important;
  }

  html body .japean-header .japean-header__categories-list {
    gap: 12px !important;
  }

  html body .japean-header .japean-header__pill,
html body .japean-header .japean-header__pill:visited {
    flex-basis: auto !important;
    font-size: 14px !important;
    height: 44px !important;
    max-height: 44px !important;
    min-height: 44px !important;
    min-width: max-content !important;
    padding: 0 18px !important;
    width: auto !important;
  }
}

/* Final wishlist account title lock. */
html body#module-blockwishlist-lists .wishlist-container-header h1,
html body.module-blockwishlist-lists .wishlist-container-header h1,
html body#module-blockwishlist-view .wishlist-products-container-header h1,
html body.module-blockwishlist-view .wishlist-products-container-header h1,
html body:has(.wishlist-products-container) .wishlist-products-container-header h1 {
  color: #122351 !important;
  font-size: 64px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin: 0 !important;
}

/* Checkout process: replace default bright blue with Japean navy. */
body#checkout,
body.page-order {
  --bs-primary: #122351;
  --bs-primary-rgb: 18, 35, 81;
  --japean-checkout-blue: #122351;
}

body#checkout a,
body.page-order a,
body#checkout .text-primary,
body.page-order .text-primary,
body#checkout .checkout-step a,
body.page-order .checkout-step a,
body#checkout .nav-link,
body.page-order .nav-link {
  color: #122351 !important;
}

body#checkout .btn-primary,
body#checkout button.btn-primary,
body#checkout a.btn-primary,
body.page-order .btn-primary,
body.page-order button.btn-primary,
body.page-order a.btn-primary {
  background: #122351 !important;
  background-color: #122351 !important;
  border-color: #122351 !important;
  color: #ffffff !important;
}

body#checkout .btn-primary:hover,
body#checkout .btn-primary:focus,
body#checkout .btn-primary:active,
body.page-order .btn-primary:hover,
body.page-order .btn-primary:focus,
body.page-order .btn-primary:active {
  background: #0d263d !important;
  background-color: #0d263d !important;
  border-color: #0d263d !important;
  color: #ffffff !important;
}

body#checkout .btn-outline-primary,
body#checkout a.btn-outline-primary,
body#checkout button.btn-outline-primary,
body.page-order .btn-outline-primary,
body.page-order a.btn-outline-primary,
body.page-order button.btn-outline-primary {
  border-color: #122351 !important;
  color: #122351 !important;
}

body#checkout .btn-outline-primary:hover,
body#checkout .btn-outline-primary:focus,
body.page-order .btn-outline-primary:hover,
body.page-order .btn-outline-primary:focus {
  background: #122351 !important;
  background-color: #122351 !important;
  border-color: #122351 !important;
  color: #ffffff !important;
}

body#checkout .form-check-input:checked,
body.page-order .form-check-input:checked,
body#checkout input[type="radio"]:checked,
body.page-order input[type="radio"]:checked,
body#checkout input[type="checkbox"]:checked,
body.page-order input[type="checkbox"]:checked {
  background-color: #122351 !important;
  border-color: #122351 !important;
}

body#checkout .form-control:focus,
body#checkout .form-select:focus,
body.page-order .form-control:focus,
body.page-order .form-select:focus {
  border-color: #122351 !important;
  box-shadow: 0 0 0 0.2rem rgba(18, 35, 81, 0.18) !important;
}

body#checkout .checkout-step.-current,
body.page-order .checkout-step.-current,
body#checkout .checkout-step.-reachable.-current,
body.page-order .checkout-step.-reachable.-current,
body#checkout .checkout-step .step-title,
body.page-order .checkout-step .step-title {
  border-color: #122351 !important;
}

body#checkout .checkout-step.-current .step-number,
body.page-order .checkout-step.-current .step-number,
body#checkout .checkout-step.-reachable .step-number,
body.page-order .checkout-step.-reachable .step-number,
body#checkout .step-number,
body.page-order .step-number {
  background-color: #122351 !important;
  border-color: #122351 !important;
  color: #ffffff !important;
}

body#checkout .progress-bar,
body.page-order .progress-bar,
body#checkout .step-current,
body.page-order .step-current,
body#checkout .step-active,
body.page-order .step-active {
  background-color: #122351 !important;
  border-color: #122351 !important;
  color: #122351 !important;
}

body#checkout .checkout-step.-complete .step-number,
body.page-order .checkout-step.-complete .step-number,
body#checkout .checkout-step.-complete .step-title,
body.page-order .checkout-step.-complete .step-title,
body#checkout .step-complete,
body.page-order .step-complete,
body#checkout .done,
body.page-order .done,
body#checkout .text-success,
body.page-order .text-success {
  color: #E70000 !important;
}

body#checkout .checkout-step.-complete .step-number,
body.page-order .checkout-step.-complete .step-number,
body#checkout .step-complete .step-number,
body.page-order .step-complete .step-number,
body#checkout .bg-success,
body.page-order .bg-success,
body#checkout .progress-bar.bg-success,
body.page-order .progress-bar.bg-success {
  background-color: #E70000 !important;
  border-color: #E70000 !important;
}

body#checkout .checkout-step.-complete,
body.page-order .checkout-step.-complete,
body#checkout .checkout-step.-complete::before,
body#checkout .checkout-step.-complete::after,
body.page-order .checkout-step.-complete::before,
body.page-order .checkout-step.-complete::after {
  border-color: #E70000 !important;
}

body#checkout .address-item.selected,
body#checkout .address-item:has(input:checked),
body.page-order .address-item.selected,
body.page-order .address-item:has(input:checked),
body#checkout .delivery-option.selected,
body#checkout .delivery-option:has(input:checked),
body.page-order .delivery-option.selected,
body.page-order .delivery-option:has(input:checked) {
  border-color: #122351 !important;
}

/* Final checkout step states: completed in navy, current in red. */
body#checkout .checkout-step.-complete .step-number,
body.page-order .checkout-step.-complete .step-number,
body#checkout .step-complete .step-number,
body.page-order .step-complete .step-number,
body#checkout .done .step-number,
body.page-order .done .step-number,
body#checkout .bg-success,
body.page-order .bg-success,
body#checkout .progress-bar.bg-success,
body.page-order .progress-bar.bg-success {
  background-color: #122351 !important;
  border-color: #122351 !important;
  color: #ffffff !important;
}

body#checkout .checkout-step.-complete .step-title,
body.page-order .checkout-step.-complete .step-title,
body#checkout .step-complete,
body.page-order .step-complete,
body#checkout .done,
body.page-order .done,
body#checkout .text-success,
body.page-order .text-success {
  color: #122351 !important;
}

body#checkout .checkout-step.-complete,
body.page-order .checkout-step.-complete,
body#checkout .checkout-step.-complete::before,
body#checkout .checkout-step.-complete::after,
body.page-order .checkout-step.-complete::before,
body.page-order .checkout-step.-complete::after {
  border-color: #122351 !important;
}

body#checkout .checkout-step.-current .step-number,
body.page-order .checkout-step.-current .step-number,
body#checkout .checkout-step.-reachable.-current .step-number,
body.page-order .checkout-step.-reachable.-current .step-number,
body#checkout .step-current .step-number,
body.page-order .step-current .step-number,
body#checkout .step-active .step-number,
body.page-order .step-active .step-number {
  background-color: #E70000 !important;
  border-color: #E70000 !important;
  color: #ffffff !important;
}

body#checkout .checkout-step.-current .step-title,
body.page-order .checkout-step.-current .step-title,
body#checkout .checkout-step.-reachable.-current .step-title,
body.page-order .checkout-step.-reachable.-current .step-title,
body#checkout .step-current,
body.page-order .step-current,
body#checkout .step-active,
body.page-order .step-active {
  border-color: #E70000 !important;
  color: #E70000 !important;
}

/* Checkout horizontal progress component. */
body#checkout .checkout-steps__step--success .checkout-steps__number,
body.page-order .checkout-steps__step--success .checkout-steps__number {
  background-color: #122351 !important;
  border-color: #122351 !important;
  color: #ffffff !important;
}

body#checkout .checkout-steps__step--success .checkout-steps__btn,
body.page-order .checkout-steps__step--success .checkout-steps__btn {
  color: #122351 !important;
}

body#checkout .checkout-steps__step--success::before,
body#checkout .checkout-steps__step--success::after,
body.page-order .checkout-steps__step--success::before,
body.page-order .checkout-steps__step--success::after {
  background-color: #122351 !important;
}

body#checkout .checkout-steps__step--current .checkout-steps__number,
body.page-order .checkout-steps__step--current .checkout-steps__number {
  background-color: #E70000 !important;
  border-color: #E70000 !important;
  color: #ffffff !important;
}

body#checkout .checkout-steps__step--current .checkout-steps__btn,
body.page-order .checkout-steps__step--current .checkout-steps__btn {
  color: #E70000 !important;
}

body#checkout .checkout-steps__step--current::before,
body.page-order .checkout-steps__step--current::before {
  background-color: #122351 !important;
}

/* Same checkout progress colors without page-body dependency. */
.checkout-steps .checkout-steps__step--success .checkout-steps__number {
  background-color: #122351 !important;
  border-color: #122351 !important;
  color: #ffffff !important;
}

.checkout-steps .checkout-steps__step--success .checkout-steps__btn {
  color: #122351 !important;
}

.checkout-steps .checkout-steps__step--success::before,
.checkout-steps .checkout-steps__step--success::after {
  background-color: #122351 !important;
}

.checkout-steps .checkout-steps__step--current .checkout-steps__number {
  background-color: #E70000 !important;
  border-color: #E70000 !important;
  color: #ffffff !important;
}

.checkout-steps .checkout-steps__step--current .checkout-steps__btn {
  color: #E70000 !important;
}

.checkout-steps .checkout-steps__step--current::before {
  background-color: #122351 !important;
}
