body.mk-page {
  margin: 0;
  color: #1f2a44;
  background: #f5f7fc;
  font-family: "Trebuchet MS", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.mk-page *,
.mk-page *:before,
.mk-page *:after {
  box-sizing: border-box;
}

.mk-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.mk-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(21, 41, 84, 0.08);
}

.mk-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 16px;
}

.mk-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0f2d73;
  text-decoration: none;
}

.mk-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b5ed7 0%, #7ea8ff 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 1px;
}

.mk-brand-text,
.mk-footer-brand {
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .5px;
}

.mk-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.mk-nav a,
.mk-footer a {
  color: #42506d;
  text-decoration: none;
  transition: all .2s ease;
}

.mk-nav a:hover,
.mk-footer a:hover,
.mk-nav a.is-active {
  color: #0b5ed7;
}

.mk-lang-link {
  padding: 8px 12px;
  border: 1px solid #c9d5f2;
  border-radius: 999px;
}

.mk-nav-toggle,
.mk-nav-mask {
  display: none;
}

.mk-nav-toggle {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: #eef3ff;
  padding: 10px;
}

.mk-nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #1f2a44;
}

.mk-hero,
.mk-page-banner {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.mk-hero {
  min-height: 680px;
}

.mk-hero-bg,
.mk-page-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.mk-hero-overlay,
.mk-page-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 32, 76, 0.88) 0%, rgba(10, 32, 76, 0.38) 55%, rgba(10, 32, 76, 0.28) 100%);
}

.mk-hero-content,
.mk-page-banner-content {
  position: relative;
  z-index: 2;
}

.mk-hero-content {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 380px);
  align-items: center;
  gap: 36px;
}

.mk-page-banner-content {
  padding: 110px 20px 96px;
}

.mk-kicker {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 146, 4, 0.18);
  color: #ffd6a0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mk-hero-copy h1,
.mk-page-banner h1 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 60px;
  line-height: 1.08;
  letter-spacing: .5px;
}

.mk-hero-copy p,
.mk-page-banner p {
  max-width: 640px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
}

.mk-track-card,
.mk-subscribe-form {
  display: flex;
  gap: 12px;
}

.mk-track-card {
  max-width: 620px;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.mk-track-card input,
.mk-subscribe-form input {
  flex: 1;
  min-width: 0;
  height: 54px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  padding: 0 18px;
  color: #1f2a44;
}

.mk-track-card button,
.mk-subscribe-form button,
.mk-btn {
  border: 0;
  border-radius: 14px;
  padding: 0 24px;
  height: 54px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

.mk-track-card button,
.mk-subscribe-form button,
.mk-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0b5ed7 0%, #5f98ff 100%);
}

.mk-btn-secondary {
  color: #0b5ed7;
  background: #edf3ff;
}

.mk-track-card button:hover,
.mk-subscribe-form button:hover,
.mk-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(11, 94, 215, 0.18);
}

.mk-track-hint {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.mk-hero-stats {
  display: grid;
  gap: 16px;
}

.mk-stat-card,
.mk-card,
.mk-featured-news,
.mk-subscribe-card,
.mk-cta,
.mk-empty-box {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 37, 78, 0.08);
}

.mk-stat-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(16px);
}

.mk-stat-card strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
}

.mk-stat-card span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.mk-section {
  padding: 88px 0;
}

.mk-section-alt {
  background: #eef3fb;
}

.mk-section-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 34px;
}

.mk-section-head h2,
.mk-featured-body h2,
.mk-cta h2,
.mk-subscribe-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 40px;
  line-height: 1.18;
  color: #152954;
}

.mk-section-head p,
.mk-cta p,
.mk-subscribe-card p,
.mk-featured-body p,
.mk-news-body p,
.mk-empty-box p,
.mk-card p {
  color: #59657d;
  line-height: 1.85;
}

.mk-adv-grid,
.mk-news-grid {
  display: grid;
  gap: 24px;
}

.mk-adv-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mk-news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mk-news-grid-large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mk-card {
  padding: 28px;
}

.mk-card-index {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #edf3ff;
  color: #0b5ed7;
  font-weight: 700;
  margin-bottom: 18px;
}

.mk-card h3,
.mk-news-body h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #152954;
}

.mk-card-subtitle {
  margin-bottom: 12px;
  color: #0b5ed7 !important;
  font-weight: 700;
}

.mk-news-card {
  overflow: hidden;
  padding: 0;
}

.mk-news-image {
  height: 220px;
  overflow: hidden;
}

.mk-news-image img,
.mk-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mk-news-body {
  padding: 24px;
}

.mk-news-tag,
.mk-news-date {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 12px;
}

.mk-news-tag {
  margin-right: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf3ff;
  color: #0b5ed7;
  font-weight: 700;
}

.mk-news-date {
  color: #7b879d;
}

.mk-link-arrow {
  display: inline-flex;
  align-items: center;
  color: #0b5ed7;
  font-weight: 700;
  text-decoration: none;
}

.mk-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.mk-filter-chip {
  padding: 11px 16px;
  border-radius: 999px;
  background: #fff;
  color: #42506d;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(17, 37, 78, 0.06);
}

.mk-filter-chip.is-active,
.mk-filter-chip:hover {
  color: #fff;
  background: #0b5ed7;
}

.mk-featured-news {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  overflow: hidden;
  margin-bottom: 28px;
}

.mk-featured-media {
  min-height: 380px;
}

.mk-featured-body {
  padding: 34px;
}

.mk-empty-box {
  padding: 44px 32px;
  text-align: center;
}

.mk-empty-box h3 {
  margin-top: 0;
  color: #152954;
}

.mk-subscribe-card,
.mk-cta {
  padding: 34px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.mk-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mk-footer {
  background: #102243;
  color: rgba(255, 255, 255, 0.76);
}

.mk-footer-grid {
  padding-top: 52px;
  padding-bottom: 52px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 28px;
}

.mk-footer-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
}

.mk-footer a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
}

.mk-footer-text {
  margin: 10px 0 0;
  line-height: 1.85;
}

.mk-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mk-footer-bottom .mk-container {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.mk-login-page {
  min-height: 100vh;
  background: #eef3fb;
  color: #1f2a44;
  font-family: "Trebuchet MS", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.mk-login-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
}

.mk-login-panel,
.mk-login-side {
  position: relative;
}

.mk-login-panel {
  padding: 42px 32px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mk-login-card {
  width: 100%;
  max-width: 360px;
}

.mk-login-card h1 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 38px;
  color: #152954;
}

.mk-login-card p {
  color: #62718d;
}

.mk-form-group {
  margin-bottom: 18px;
}

.mk-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #364560;
}

.mk-form-control,
.mk-login-card .form-control {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d9e2f2;
  border-radius: 14px;
  background: #f8fbff;
  padding: 12px 15px;
  box-shadow: none;
}

.mk-login-card .input-group .form-control {
  border-radius: 14px 0 0 14px;
}

.mk-login-card .input-group-btn .btn {
  height: 50px;
  border-radius: 0 14px 14px 0;
}

.mk-login-card .btn-primary.btn-block {
  height: 52px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b5ed7 0%, #5f98ff 100%);
  font-weight: 700;
}

.mk-login-actions,
.mk-login-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mk-login-links {
  margin-top: 12px;
  font-size: 13px;
}

.mk-login-side {
  overflow: hidden;
}

.mk-login-side:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 35, 83, 0.84), rgba(12, 94, 215, 0.56));
  z-index: 1;
}

.mk-login-side-bg {
  position: absolute;
  inset: 0;
  background: url("../img/login-head.png") center/cover no-repeat, linear-gradient(135deg, #173e88, #5f98ff);
}

.mk-login-side-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.mk-login-side h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 46px;
  line-height: 1.1;
}

.mk-login-side p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.8;
}

.mk-login-info {
  margin-top: 28px;
  max-width: 460px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.mk-login-timeline {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mk-login-timeline li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 18px;
}

.mk-login-timeline li:last-child {
  padding-bottom: 0;
}

.mk-login-timeline li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff9b3d;
  box-shadow: 0 0 0 6px rgba(255, 155, 61, 0.16);
}

.mk-login-topbar {
  position: absolute;
  top: 20px;
  left: 32px;
  right: 32px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mk-login-topbar a {
  color: #fff;
  text-decoration: none;
}

.mk-orders-page {
  background: #f4f6fd;
}

.mk-orders-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.mk-orders-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 159, 64, 0.28), transparent 28%),
    linear-gradient(135deg, #0a397f 0%, #0b5ed7 48%, #8bb4ff 100%);
}

.mk-orders-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 32, 74, 0.82) 0%, rgba(8, 32, 74, 0.38) 58%, rgba(8, 32, 74, 0.12) 100%);
}

.mk-orders-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
  gap: 30px;
  align-items: end;
  min-height: 460px;
  padding-top: 126px;
  padding-bottom: 72px;
}

.mk-orders-hero-copy h1 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 56px;
  line-height: 1.08;
}

.mk-orders-hero-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.8;
}

.mk-orders-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mk-orders-stat {
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 40px rgba(6, 22, 53, 0.16);
  backdrop-filter: blur(14px);
}

.mk-orders-stat strong {
  display: block;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
}

.mk-orders-stat span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  letter-spacing: .4px;
}

.mk-orders-section {
  padding-top: 56px;
}

.mk-orders-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 26px;
}

.mk-kicker-light {
  background: #edf3ff;
  color: #0b5ed7;
}

.mk-orders-toolbar h2 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 36px;
  line-height: 1.2;
  color: #152954;
}

.mk-orders-toolbar-note {
  margin: 10px 0 0;
  color: #607089;
  font-size: 14px;
}

.mk-orders-search {
  display: flex;
  gap: 12px;
  width: min(100%, 420px);
}

.mk-orders-search input {
  flex: 1;
  min-width: 0;
  height: 52px;
  padding: 0 18px;
  border: 1px solid #d4def4;
  border-radius: 16px;
  background: #fff;
  color: #1f2a44;
}

.mk-orders-search button {
  height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #0b5ed7 0%, #5f98ff 100%);
}

.mk-filter-chip span {
  display: inline-flex;
  min-width: 22px;
  justify-content: center;
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(11, 94, 215, 0.08);
  color: inherit;
  font-size: 12px;
}

.mk-filter-chip.is-active span,
.mk-filter-chip:hover span {
  background: rgba(255, 255, 255, 0.18);
}

.mk-orders-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mk-order-card {
  border-radius: 28px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 37, 78, 0.08);
  border: 1px solid rgba(11, 94, 215, 0.06);
}

.mk-order-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.mk-order-ref {
  margin-bottom: 8px;
  color: #0b5ed7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.mk-order-card h3 {
  margin: 0;
  font-size: 26px;
  color: #152954;
}

.mk-order-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.mk-order-badge.is-success {
  background: #e6f7ee;
  color: #198754;
}

.mk-order-badge.is-primary {
  background: #eaf2ff;
  color: #0b5ed7;
}

.mk-order-badge.is-warning {
  background: #fff1df;
  color: #c16b00;
}

.mk-order-badge.is-muted {
  background: #eef2f7;
  color: #5b6b84;
}

.mk-order-info {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.mk-order-line span,
.mk-order-meta-card span,
.mk-order-foot span {
  display: block;
  margin-bottom: 6px;
  color: #6b7891;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.mk-order-line strong,
.mk-order-meta-card strong {
  color: #1f2a44;
  font-size: 15px;
  line-height: 1.7;
}

.mk-order-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.mk-order-meta-card {
  min-width: 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f6f8fe;
}

.mk-order-meta-card strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mk-order-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.mk-order-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #0b5ed7 0%, #5f98ff 100%);
  box-shadow: 0 10px 24px rgba(11, 94, 215, 0.18);
}

.mk-order-action-note {
  color: #607089;
  font-size: 13px;
  text-align: right;
}

.mk-logistics-layer .layui-layer-content {
  overflow: auto !important;
  background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
}

.mk-logistics-modal {
  min-height: 100%;
  padding: 18px;
  background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
}

.mk-logistics-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.mk-logistics-summary-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mk-logistics-summary-card {
  min-width: 0;
  padding: 14px 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.mk-logistics-summary-card span,
.mk-logistics-meta {
  display: block;
  color: #6b7891;
  font-size: 12px;
}

.mk-logistics-summary-card strong {
  display: block;
  margin-top: 6px;
  color: #152954;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-word;
}

.mk-logistics-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mk-logistics-item {
  position: relative;
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 14px;
  padding: 0 0 18px;
}

.mk-logistics-item:last-child {
  padding-bottom: 0;
}

.mk-logistics-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  bottom: 0;
  width: 2px;
  background: #c9d8f5;
}

.mk-logistics-dot {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 50%;
  background: #8eb5ff;
  box-shadow: 0 0 0 4px rgba(11, 94, 215, 0.12);
}

.mk-logistics-item.is-current .mk-logistics-dot {
  background: #0b5ed7;
}

.mk-logistics-body strong {
  display: block;
  color: #152954;
  font-size: 15px;
  line-height: 1.6;
}

.mk-logistics-meta {
  margin-top: 4px;
}

.mk-logistics-meta span + span:before {
  content: "·";
  display: inline-block;
  margin: 0 6px;
}

.mk-logistics-body p,
.mk-logistics-empty {
  margin: 8px 0 0;
  color: #54657f;
  font-size: 13px;
  line-height: 1.7;
}

.mk-order-foot {
  padding-top: 18px;
  border-top: 1px solid #e8edf7;
}

.mk-orders-pager {
  margin-top: 34px;
  text-align: center;
}

.mk-orders-pager .pagination {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mk-orders-pager li > a,
.mk-orders-pager li > span {
  border-color: #d5dff2;
  border-radius: 12px;
  color: #35528d;
  background: #fff;
}

.mk-orders-pager li.active > span,
.mk-orders-pager li.active > a,
.mk-orders-pager li > a:hover {
  color: #fff;
  background: #0b5ed7;
  border-color: #0b5ed7;
}

.mk-orders-panel {
  position: relative;
  min-height: 420px;
  transition: opacity .2s ease;
}

.mk-orders-panel.is-loading {
  opacity: .58;
  pointer-events: none;
}

@media (max-width: 991px) {
  .mk-nav-toggle,
  .mk-nav-mask {
    display: block;
  }

  .mk-nav {
    position: fixed;
    top: 78px;
    right: -280px;
    width: 260px;
    height: calc(100vh - 78px);
    background: #fff;
    padding: 20px;
    box-shadow: -14px 0 30px rgba(16, 34, 67, 0.12);
    flex-direction: column;
    align-items: flex-start;
    transition: right .25s ease;
    z-index: 60;
  }

  .nav-open .mk-nav {
    right: 0;
  }

  .mk-nav-mask {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.26);
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    z-index: 55;
  }

  .nav-open .mk-nav-mask {
    opacity: 1;
    visibility: visible;
  }

  .mk-hero-content,
  .mk-adv-grid,
  .mk-news-grid,
  .mk-news-grid-large,
  .mk-featured-news,
  .mk-footer-grid,
  .mk-login-shell,
  .mk-orders-hero-content,
  .mk-orders-grid {
    grid-template-columns: 1fr;
  }

  .mk-hero-content {
    padding: 110px 0 70px;
  }

  .mk-hero-copy h1,
  .mk-page-banner h1,
  .mk-login-side h2 {
    font-size: 38px;
  }

  .mk-section-head,
  .mk-subscribe-card,
  .mk-cta,
  .mk-orders-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .mk-login-side {
    min-height: 420px;
  }

  .mk-login-side-content,
  .mk-login-panel {
    min-height: auto;
    padding: 30px 24px;
  }

  .mk-login-side-content {
    padding-top: 96px;
  }

  .mk-login-topbar {
    left: 24px;
    right: 24px;
  }
}

@media (max-width: 767px) {
  .mk-container {
    padding: 0 16px;
  }

  .mk-hero {
    min-height: auto;
  }

  .mk-hero-content,
  .mk-page-banner-content {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 56px;
  }

  .mk-track-card,
  .mk-subscribe-form,
  .mk-login-actions,
  .mk-login-links,
  .mk-footer-bottom .mk-container,
  .mk-orders-search {
    flex-direction: column;
    align-items: stretch;
  }

  .mk-track-card button,
  .mk-subscribe-form button,
  .mk-btn,
  .mk-login-card .btn-primary.btn-block,
  .mk-orders-search button {
    width: 100%;
  }

  .mk-section {
    padding: 64px 0;
  }

  .mk-section-head h2,
  .mk-featured-body h2,
  .mk-cta h2,
  .mk-subscribe-card h2 {
    font-size: 30px;
  }

  .mk-card,
  .mk-featured-body,
  .mk-subscribe-card,
  .mk-cta,
  .mk-login-info {
    padding: 22px;
  }

  .mk-news-image,
  .mk-featured-media {
    min-height: 220px;
    height: 220px;
  }

  .mk-brand-text,
  .mk-footer-brand {
    font-size: 22px;
  }

  .mk-orders-hero-content {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 52px;
  }

  .mk-orders-hero-copy h1 {
    font-size: 36px;
  }

  .mk-orders-stat,
  .mk-order-card {
    padding: 22px;
  }

  .mk-order-meta {
    grid-template-columns: 1fr;
  }

  .mk-order-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mk-order-action-note {
    text-align: left;
  }

  .mk-logistics-summary {
    grid-template-columns: 1fr;
  }

  .mk-logistics-summary-wide {
    grid-template-columns: 1fr;
  }

  .mk-logistics-modal {
    padding: 16px;
  }

  .mk-login-side-content {
    padding-top: 104px;
  }
}
