@charset "UTF-8";

:root {
  --mnk-navy: #061f4d;
  --mnk-navy-2: #082d6c;
  --mnk-blue: #0b55bd;
  --mnk-orange: #ff5a1f;
  --mnk-orange-2: #f04a12;
  --mnk-ink: #10213f;
  --mnk-muted: #66758d;
  --mnk-line: #dfe7f3;
  --mnk-soft: #f5f8fc;
  --mnk-white: #fff;
  --mnk-shadow: 0 12px 30px rgba(8, 31, 77, .12);
  --mnk-category-menu-width: 266px;
}

body {
  margin: 0;
  color: var(--mnk-ink);
  background: #fff;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

.mnk-page,
.mnk-site-header,
.mnk-site-footer {
  font-family: "Segoe UI", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.mnk-wrap {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.mnk-page a,
.mnk-site-header a,
.mnk-site-footer a {
  text-decoration: none;
}

.mnk-ico {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  flex: 0 0 auto;
}

.mnk-ico svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.mnk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.mnk-btn--orange {
  color: #fff;
  background: linear-gradient(180deg, var(--mnk-orange), var(--mnk-orange-2));
  box-shadow: 0 8px 18px rgba(255, 90, 31, .28);
}

.mnk-btn--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .8);
}

.mnk-topbar {
  min-height: 36px;
  color: #fff;
  background: #061a42;
  font-size: 13px;
}

.mnk-topbar__inner,
.mnk-mainhead__inner,
.mnk-navrow__inner {
  display: flex;
  align-items: center;
}

.mnk-topbar__inner {
  justify-content: space-between;
  gap: 20px;
  min-height: 36px;
}

.mnk-topbar p {
  margin: 0;
}

.mnk-topbar nav {
  display: flex;
  gap: 22px;
  white-space: nowrap;
}

.mnk-topbar a {
  color: rgba(255, 255, 255, .9);
}

.mnk-mainhead {
  background: #fff;
  border-bottom: 1px solid #edf1f7;
}

.mnk-mainhead__inner {
  gap: 30px;
  min-height: 88px;
}

.mnk-logo {
  display: flex;
  align-items: center;
  width: 235px;
  color: var(--mnk-navy);
  gap: 10px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.mnk-logo img {
  display: block;
  width: 210px;
  max-height: 70px;
  object-fit: contain;
}

.mnk-logo-mark {
  display: grid;
  width: 54px;
  height: 54px;
  color: var(--mnk-orange);
  place-items: center;
}

.mnk-logo-mark .mnk-ico {
  width: 44px;
  height: 44px;
}

.mnk-logo-text {
  display: grid;
  gap: 1px;
  letter-spacing: 0;
}

.mnk-logo-text strong,
.mnk-logo-text b {
  display: block;
  color: #08306b;
  font-size: 18px;
  line-height: 1;
}

.mnk-logo-text em {
  margin-top: 3px;
  color: #6b7588;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

.mnk-search {
  display: grid;
  grid-template-columns: 1fr 54px;
  align-items: center;
  flex: 1;
  min-width: 280px;
  height: 48px;
  border: 1px solid #cfd8e8;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.mnk-search input {
  height: 100%;
  min-width: 0;
  padding: 0 18px;
  border: 0;
  color: var(--mnk-ink);
  outline: 0;
}

.mnk-search button {
  display: grid;
  height: 100%;
  border: 0;
  border-left: 1px solid #e5ebf5;
  color: var(--mnk-navy);
  background: #fff;
  cursor: pointer;
  place-items: center;
}

.mnk-headphone {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--mnk-navy);
  white-space: nowrap;
}

.mnk-headphone .mnk-ico {
  width: 36px;
  height: 36px;
  color: var(--mnk-blue);
}

.mnk-headphone span {
  display: grid;
  font-size: 13px;
  line-height: 1.2;
}

.mnk-headphone strong {
  color: var(--mnk-orange);
  font-size: 24px;
}

.mnk-headcta {
  display: grid;
  align-content: center;
  min-width: 180px;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(180deg, #ff681f, #f04a12);
  text-align: center;
}

.mnk-headcta strong {
  font-size: 15px;
  text-transform: uppercase;
}

.mnk-headcta span {
  font-size: 12px;
}

.mnk-navrow {
  position: relative;
  z-index: 20;
  background: var(--mnk-navy);
}

.mnk-navrow__inner {
  min-height: 54px;
}

.mnk-cat-trigger {
  position: relative;
  box-sizing: border-box;
  align-self: stretch;
  width: var(--mnk-category-menu-width);
  color: #fff;
  background: var(--mnk-orange);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.mnk-cat-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  text-transform: inherit;
  cursor: pointer;
}

.mnk-cat-toggle > .mnk-ico:last-child {
  margin-left: auto;
  transform: rotate(90deg);
}

.mnk-cat-menu {
  position: absolute;
  box-sizing: border-box;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 8px 0;
  border: 1px solid #e6edf7;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: var(--mnk-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .16s ease, transform .16s ease;
}

.mnk-cat-trigger:hover .mnk-cat-menu,
.mnk-cat-trigger:focus-within .mnk-cat-menu,
.mnk-cat-trigger.is-open .mnk-cat-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mnk-cat-item {
  position: relative;
}

.mnk-cat-link,
.mnk-cat-submenu a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  color: var(--mnk-ink);
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}

.mnk-cat-link .mnk-ico:last-child {
  margin-left: auto;
  width: 16px;
  height: 16px;
}

.mnk-cat-submenu {
  position: absolute;
  box-sizing: border-box;
  top: -8px;
  left: 100%;
  width: var(--mnk-category-menu-width);
  max-height: min(72vh, 520px);
  padding: 8px 0;
  border: 1px solid #e6edf7;
  border-radius: 0 6px 6px 0;
  background: #fff;
  box-shadow: var(--mnk-shadow);
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity .16s ease, transform .16s ease;
}

.mnk-cat-item:hover > .mnk-cat-submenu,
.mnk-cat-item:focus-within > .mnk-cat-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.mnk-cat-link:hover,
.mnk-cat-submenu a:hover,
.mnk-cat-item.has-children:hover > .mnk-cat-link {
  color: var(--mnk-orange);
  background: #fff4ee;
}

.mnk-primary-nav {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.mnk-primary-nav a {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex: 0 0 auto;
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.mnk-primary-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.mnk-hero {
  min-height: 470px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 18, 43, .92) 0%, rgba(3, 18, 43, .76) 42%, rgba(3, 18, 43, .28) 100%),
    var(--mnk-hero) center / cover no-repeat;
}

.mnk-hero__inner {
  display: grid;
  grid-template-columns: var(--mnk-category-menu-width) minmax(0, 580px);
  gap: 28px;
  align-items: center;
  min-height: 470px;
}

.mnk-hero-cats {
  align-self: start;
  margin-top: 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: var(--mnk-shadow);
  overflow: hidden;
}

.mnk-hero-cats a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 47px;
  padding: 0 16px;
  border-bottom: 1px solid #edf1f7;
  color: var(--mnk-ink);
  font-size: 14px;
  font-weight: 600;
}

.mnk-hero-cats a .mnk-ico:last-child {
  margin-left: auto;
  width: 16px;
  height: 16px;
}

.mnk-hero-cats a:hover {
  color: var(--mnk-orange);
  background: #fff7f2;
}

.mnk-hero-copy {
  max-width: 650px;
  padding: 52px 0;
}

.mnk-hero-copy p {
  margin: 0 0 8px;
  font-size: 25px;
  text-transform: uppercase;
}

.mnk-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: 43px;
  line-height: 1.15;
  text-transform: uppercase;
}

.mnk-hero-copy h2 {
  margin: 8px 0 22px;
  color: var(--mnk-orange);
  font-size: 25px;
  text-transform: uppercase;
}

.mnk-hero-copy ul,
.mnk-why-panel ul,
.mnk-service-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mnk-hero-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
  font-size: 16px;
}

.mnk-hero-copy li .mnk-ico {
  color: var(--mnk-orange);
}

.mnk-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.mnk-category-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: -24px;
  border: 1px solid #dfe7f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--mnk-shadow);
  overflow: hidden;
}

.mnk-category-tile {
  display: grid;
  grid-template-rows: 88px minmax(40px, auto) auto;
  align-content: center;
  justify-items: center;
  gap: 10px;
  min-height: 165px;
  padding: 18px 16px;
  border-right: 1px solid #e6edf7;
  color: var(--mnk-navy);
  text-align: center;
}

.mnk-category-tile:last-child {
  border-right: 0;
}

.mnk-category-tile img {
  display: block;
  width: 132px;
  height: 88px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}

.mnk-category-tile strong {
  min-height: 40px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
}

.mnk-category-tile span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--mnk-blue);
  font-size: 13px;
}

.mnk-section {
  padding: 32px 0 0;
}

.mnk-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 18px;
}

.mnk-section-head h2 {
  position: relative;
  margin: 0;
  padding-left: 14px;
  color: var(--mnk-navy);
  font-size: 22px;
  line-height: 1.25;
  text-transform: uppercase;
}

.mnk-section-head h2::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  background: var(--mnk-orange);
}

.mnk-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--mnk-blue);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.mnk-section-head a .mnk-ico {
  width: 18px;
  height: 18px;
}

.mnk-products {
  display: grid;
  gap: 18px;
}

.mnk-products--home {
  grid-template-columns: repeat(5, 1fr);
}

.mnk-products--grid {
  grid-template-columns: repeat(4, 1fr);
}

.mnk-products--related {
  grid-template-columns: repeat(4, 1fr);
}

.mnk-product-card {
  min-width: 0;
  border: 1px solid #dfe7f3;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(8, 31, 77, .06);
  overflow: hidden;
}

.mnk-product-card__image {
  display: block;
  aspect-ratio: 1.38;
  background: #edf3fb;
  overflow: hidden;
}

.mnk-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}

.mnk-product-card:hover .mnk-product-card__image img {
  transform: scale(1.04);
}

.mnk-product-card__body {
  display: grid;
  padding: 14px 14px 12px;
}

.mnk-brand {
  color: var(--mnk-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mnk-product-card h3 {
  min-height: 43px;
  margin: 4px 0 8px;
  font-size: 16px;
  line-height: 1.35;
}

.mnk-product-card h3 a {
  color: var(--mnk-navy);
}

.mnk-product-card ul {
  min-height: 66px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mnk-product-card li {
  margin: 4px 0;
  color: #2f3c55;
  font-size: 13px;
}

.mnk-product-card li span {
  color: var(--mnk-ink);
}

.mnk-product-card__price {
  min-height: 26px;
  margin: 6px 0 10px;
  color: var(--mnk-orange);
  font-size: 18px;
  font-weight: 800;
}

.mnk-detail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  border: 1px solid #aebbd1;
  border-radius: 5px;
  color: var(--mnk-navy);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.mnk-detail-btn .mnk-ico {
  width: 16px;
  height: 16px;
}

.mnk-detail-btn:hover {
  color: #fff;
  border-color: var(--mnk-blue);
  background: var(--mnk-blue);
}

.mnk-home-panels {
  display: grid;
  grid-template-columns: .82fr 2fr;
  gap: 18px;
  padding: 30px 0 0;
}

.mnk-why-panel,
.mnk-service-panel {
  min-height: 278px;
  border-radius: 7px;
  color: #fff;
  overflow: hidden;
}

.mnk-why-panel {
  padding: 28px 24px;
  background: linear-gradient(145deg, #082d6c, #061a42);
}

.mnk-why-panel h2,
.mnk-service-panel h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 25px;
  line-height: 1.25;
  text-transform: uppercase;
}

.mnk-why-panel li {
  display: flex;
  gap: 12px;
  margin: 15px 0;
  font-size: 13px;
}

.mnk-why-panel li .mnk-ico {
  width: 32px;
  height: 32px;
  color: var(--mnk-orange);
}

.mnk-why-panel strong {
  display: block;
  font-size: 15px;
}

.mnk-service-panel {
  padding: 34px 30px;
  background:
    linear-gradient(90deg, rgba(6, 31, 77, .96) 0%, rgba(6, 31, 77, .88) 46%, rgba(6, 31, 77, .25) 100%),
    var(--mnk-service) center right / cover no-repeat;
}

.mnk-service-panel p {
  margin: -10px 0 18px;
}

.mnk-service-panel li {
  position: relative;
  margin: 10px 0;
  padding-left: 22px;
}

.mnk-service-panel li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mnk-orange);
}

.mnk-service-panel .mnk-btn {
  margin-top: 12px;
}

.mnk-bottom-grid {
  display: grid;
  grid-template-columns: .9fr 1.2fr 1fr;
  gap: 22px;
  padding: 30px 0 34px;
}

.mnk-brand-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mnk-brand-logo {
  display: grid;
  min-height: 68px;
  padding: 14px 16px;
  border: 1px solid #dfe7f3;
  border-radius: 6px;
  background: #fff;
  place-items: center;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mnk-brand-logo:hover {
  border-color: rgba(0, 54, 128, .3);
  box-shadow: 0 10px 22px rgba(0, 34, 82, .08);
  transform: translateY(-1px);
}

.mnk-brand-logo img {
  display: block;
  width: 100%;
  max-width: 132px;
  height: 38px;
  object-fit: contain;
}

.mnk-project-card,
.mnk-news-mini {
  display: grid;
  border: 1px solid #dfe7f3;
  border-radius: 7px;
  color: var(--mnk-ink);
  background: #fff;
  overflow: hidden;
}

.mnk-project-card {
  grid-template-columns: 48% 1fr;
}

.mnk-project-card img,
.mnk-news-mini img {
  width: 100%;
  height: 100%;
  min-height: 118px;
  object-fit: cover;
}

.mnk-project-card span,
.mnk-news-mini span {
  display: grid;
  align-content: center;
  padding: 16px;
}

.mnk-project-card strong,
.mnk-news-mini strong {
  color: var(--mnk-navy);
  line-height: 1.35;
}

.mnk-project-card em,
.mnk-news-mini em {
  margin-top: 8px;
  color: var(--mnk-muted);
  font-style: normal;
  font-size: 13px;
}

.mnk-news-box {
  display: grid;
  align-content: start;
}

.mnk-news-mini {
  grid-template-columns: 92px 1fr;
  margin-bottom: 10px;
}

.mnk-news-mini img {
  min-height: 76px;
}

.mnk-subhero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 31, 77, .96), rgba(6, 31, 77, .62)),
    var(--mnk-hero) center / cover no-repeat;
}

.mnk-subhero .mnk-wrap {
  display: grid;
  align-content: center;
  min-height: 155px;
}

.mnk-subhero h1 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
}

.mnk-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  flex-wrap: wrap;
}

.mnk-basic-page .mnk-breadcrumbs,
.mnk-product-detail .mnk-breadcrumbs {
  color: var(--mnk-muted);
}

.mnk-breadcrumbs a {
  color: inherit;
}

.mnk-breadcrumbs strong {
  color: inherit;
  font-weight: 700;
}

.mnk-archive-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 26px;
  padding: 34px 0;
}

.mnk-filter {
  align-self: start;
  padding: 18px 0;
  border-right: 1px solid #e4ebf5;
}

.mnk-filter-toggle {
  display: none;
}

.mnk-filter-panel {
  display: block;
}

.mnk-filter h2 {
  margin: 0 0 12px;
  color: var(--mnk-navy);
  font-size: 15px;
  text-transform: uppercase;
}

.mnk-filter h2:not(:first-child) {
  margin-top: 28px;
}

.mnk-filter a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 32px;
  padding-right: 16px;
  color: #30415d;
  font-size: 14px;
}

.mnk-filter a.is-active,
.mnk-filter a:hover {
  color: var(--mnk-blue);
  font-weight: 700;
}

.mnk-filter em {
  color: var(--mnk-muted);
  font-style: normal;
}

.mnk-filter-reset {
  justify-content: center;
  min-height: 38px !important;
  margin: 22px 16px 0 0;
  border: 1px solid #cfd8e8;
  border-radius: 5px;
  color: var(--mnk-navy) !important;
  font-weight: 800;
  text-transform: uppercase;
}

.mnk-archive-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 22px;
}

.mnk-archive-toolbar p {
  margin: 0;
  color: var(--mnk-muted);
  font-size: 14px;
}

.mnk-archive-toolbar select {
  min-width: 180px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #cfd8e8;
  border-radius: 5px;
  background: #fff;
  color: var(--mnk-ink);
}

.mnk-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 28px 0 0;
}

.mnk-pagination .page-numbers {
  display: grid;
  min-width: 34px;
  height: 34px;
  border: 1px solid #d7e1ef;
  border-radius: 5px;
  color: var(--mnk-navy);
  place-items: center;
}

.mnk-pagination .current {
  color: #fff;
  border-color: var(--mnk-blue);
  background: var(--mnk-blue);
}

.mnk-archive-cta {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 18px;
  padding-bottom: 36px;
}

.mnk-archive-cta > div {
  padding: 28px;
  border: 1px solid #dfe7f3;
  border-radius: 7px;
  background: #fff;
}

.mnk-archive-cta > div:first-child {
  color: #fff;
  background: linear-gradient(135deg, #082d6c, #061a42);
}

.mnk-archive-cta h2 {
  margin: 0 0 12px;
  color: inherit;
  font-size: 22px;
  text-transform: uppercase;
}

.mnk-archive-cta ul {
  margin: 0 0 20px;
  padding-left: 18px;
}

.mnk-contact-methods {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.mnk-contact-methods a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #d4deee;
  border-radius: 22px;
  color: var(--mnk-blue);
  font-weight: 800;
}

.mnk-product-detail {
  display: grid;
  grid-template-columns: 1.25fr .95fr;
  gap: 32px;
  padding: 34px 0 28px;
}

.mnk-product-detail > .mnk-breadcrumbs {
  grid-column: 1 / -1;
}

.mnk-main-image {
  margin-top: 16px;
  border: 1px solid #dfe7f3;
  border-radius: 7px;
  background: #eef3fa;
  overflow: hidden;
}

.mnk-main-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.mnk-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.mnk-thumbs button {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.mnk-thumbs button.is-active,
.mnk-thumbs button:hover {
  border-color: var(--mnk-orange);
}

.mnk-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.mnk-product-summary {
  padding-top: 38px;
}

.mnk-product-kicker {
  margin: 0 0 4px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
}

.mnk-product-summary h1 {
  margin: 0 0 12px;
  color: var(--mnk-blue);
  font-size: 38px;
  line-height: 1.15;
}

.mnk-badges {
  display: flex;
  gap: 10px;
  margin: 0 0 18px;
  flex-wrap: wrap;
}

.mnk-badges span {
  padding: 4px 10px;
  border: 1px solid #b9c7dd;
  border-radius: 4px;
  color: var(--mnk-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mnk-spec-list {
  margin: 20px 0;
  border-top: 1px solid #dfe7f3;
}

.mnk-spec-list div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #dfe7f3;
}

.mnk-spec-list span {
  color: #41526c;
}

.mnk-spec-list strong {
  color: var(--mnk-orange);
}

.mnk-call-main,
.mnk-zalo-main {
  display: grid;
  min-height: 58px;
  border-radius: 5px;
  place-items: center;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

.mnk-call-main {
  color: #fff;
  background: linear-gradient(180deg, var(--mnk-orange), var(--mnk-orange-2));
}

.mnk-call-main span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.mnk-zalo-main {
  margin-top: 12px;
  border: 1px solid #9fb4d3;
  color: var(--mnk-blue);
  background: #fff;
}

.mnk-product-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  padding: 0 0 34px;
}

.mnk-product-tabs,
.mnk-consult-card,
.mnk-basic-page,
.mnk-not-found {
  border: 1px solid #dfe7f3;
  border-radius: 7px;
  background: #fff;
}

.mnk-tabs-head {
  display: flex;
  gap: 28px;
  padding: 22px 24px 0;
  border-bottom: 1px solid #dfe7f3;
}

.mnk-tabs-head span {
  padding-bottom: 15px;
  color: var(--mnk-muted);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.mnk-tabs-head span:first-child {
  color: var(--mnk-orange);
  border-bottom: 2px solid var(--mnk-orange);
}

.mnk-content-body {
  padding: 24px;
  color: #24334d;
}

.mnk-content-body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.mnk-content-body a {
  color: var(--mnk-blue);
  font-weight: 700;
}

.mnk-consult-card {
  align-self: start;
  padding: 22px;
  color: #fff;
  background: linear-gradient(145deg, #082d6c, #061a42);
}

.mnk-consult-card h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}

.mnk-consult-card p {
  margin: 0 0 14px;
}

.mnk-consult-card form {
  display: grid;
  gap: 10px;
}

.mnk-consult-card input,
.mnk-consult-card select,
.mnk-consult-card textarea {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: var(--mnk-ink);
  font-family: inherit;
}

.mnk-consult-card input,
.mnk-consult-card select {
  height: 42px;
  padding: 0 12px;
}

.mnk-consult-card textarea {
  min-height: 86px;
  padding: 12px;
  resize: vertical;
}

.mnk-direct {
  margin-top: 14px !important;
  font-size: 13px;
}

.mnk-basic-page {
  margin-top: 34px;
  margin-bottom: 38px;
  padding: 28px;
}

.mnk-basic-page h1 {
  margin: 14px 0 0;
  color: var(--mnk-navy);
  font-size: 36px;
}

.mnk-article-cover {
  display: block;
  width: 100%;
  max-height: 420px;
  margin: 20px 0 0;
  border-radius: 7px;
  object-fit: cover;
}

.mnk-date {
  margin: 8px 0 0;
  color: var(--mnk-muted);
}

.mnk-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 34px 0;
}

.mnk-post-card {
  border: 1px solid #dfe7f3;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}

.mnk-post-card a {
  display: grid;
  color: var(--mnk-ink);
}

.mnk-post-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.mnk-post-card span,
.mnk-post-card h2,
.mnk-post-card p {
  margin-inline: 16px;
}

.mnk-post-card span {
  margin-top: 14px;
  color: var(--mnk-muted);
  font-size: 13px;
}

.mnk-post-card h2 {
  color: var(--mnk-navy);
  font-size: 19px;
  line-height: 1.35;
}

.mnk-post-card p {
  margin-bottom: 18px;
  color: #41526c;
}

.mnk-not-found {
  margin: 40px auto;
  padding: 48px 28px;
  text-align: center;
}

.mnk-empty {
  grid-column: 1 / -1;
  padding: 30px;
  border: 1px dashed #cfd8e8;
  border-radius: 7px;
  color: var(--mnk-muted);
  text-align: center;
}

.mnk-service-strip {
  color: #fff;
  background: var(--mnk-navy);
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.mnk-service-strip .mnk-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  align-items: center;
  min-height: 74px;
}

.mnk-service-strip div,
.mnk-service-strip a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.mnk-service-strip div {
  min-height: 42px;
  padding-right: 22px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.mnk-service-strip .mnk-ico {
  width: 32px;
  height: 32px;
}

.mnk-service-strip span {
  display: grid;
  font-size: 12px;
}

.mnk-service-strip strong {
  font-size: 13px;
  text-transform: uppercase;
}

.mnk-service-strip a {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 24px;
  background: var(--mnk-orange);
  font-size: 18px;
  font-weight: 900;
}

.mnk-footer-main {
  color: rgba(255, 255, 255, .82);
  background: linear-gradient(145deg, #06265c, #041838);
}

.mnk-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, 1fr);
  gap: 36px;
  padding: 40px 0 28px;
}

.mnk-footer-brand img {
  width: 170px;
  max-height: 68px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.mnk-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #fff;
  text-transform: uppercase;
}

.mnk-footer-logo .mnk-logo-mark {
  width: 48px;
  height: 48px;
  color: #fff;
}

.mnk-footer-logo .mnk-logo-text strong,
.mnk-footer-logo .mnk-logo-text b,
.mnk-footer-logo .mnk-logo-text em {
  color: #fff;
}

.mnk-footer-main h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.mnk-footer-main a,
.mnk-footer-main p {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

.mnk-footer-copy {
  padding: 14px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  text-align: center;
}

.mnk-floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  gap: 12px;
}

.mnk-floating a {
  display: grid;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  background: var(--mnk-orange);
  box-shadow: 0 10px 24px rgba(8, 31, 77, .22);
  font-size: 12px;
  font-weight: 900;
  place-items: center;
}

.mnk-floating a:nth-child(2) {
  background: #0b7cff;
}

@media (max-width: 1100px) {
  .mnk-mainhead__inner {
    gap: 18px;
  }

  .mnk-headcta {
    display: none;
  }

  .mnk-primary-nav {
    overflow-x: auto;
  }

  .mnk-primary-nav a {
    padding: 0 16px;
  }

  .mnk-products--home,
  .mnk-products--grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .mnk-category-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .mnk-bottom-grid,
  .mnk-service-strip .mnk-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .mnk-service-strip a {
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .mnk-wrap {
    width: min(100% - 28px, 1200px);
  }

  .mnk-topbar nav,
  .mnk-headphone {
    display: none;
  }

  .mnk-mainhead__inner {
    display: grid;
    grid-template-columns: 1fr;
    padding: 16px 0;
  }

  .mnk-logo {
    width: auto;
  }

  .mnk-search {
    min-width: 0;
  }

  .mnk-navrow__inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mnk-cat-trigger {
    width: auto;
    background: transparent;
  }

  .mnk-cat-toggle {
    height: auto;
    min-height: 50px;
    background: var(--mnk-orange);
  }

  .mnk-cat-menu {
    position: static;
    display: none;
    width: 100%;
    max-height: 62vh;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    overflow-y: auto;
    pointer-events: auto;
    transform: none;
  }

  .mnk-cat-trigger.is-open .mnk-cat-menu {
    display: block;
  }

  .mnk-cat-submenu {
    position: static;
    width: auto;
    max-height: none;
    margin: -2px 0 7px 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    transform: none;
  }

  .mnk-cat-submenu a {
    min-height: 34px;
    padding: 0 14px;
    color: #41526c;
    font-size: 13px;
  }

  .mnk-primary-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    overflow: visible;
  }

  .mnk-primary-nav a {
    justify-content: center;
    min-width: 0;
    padding: 0 8px;
    text-align: center;
    white-space: normal;
  }

  .mnk-hero__inner {
    grid-template-columns: 1fr;
    min-height: 440px;
  }

  .mnk-hero-cats {
    display: none;
  }

  .mnk-hero-copy h1 {
    font-size: 35px;
  }

  .mnk-hero-copy h2 {
    font-size: 20px;
  }

  .mnk-products--home,
  .mnk-products--grid,
  .mnk-products--related,
  .mnk-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mnk-home-panels,
  .mnk-bottom-grid,
  .mnk-archive-layout,
  .mnk-archive-cta,
  .mnk-product-detail,
  .mnk-product-content-layout,
  .mnk-footer-grid {
    grid-template-columns: 1fr;
  }

  .mnk-filter {
    padding: 0;
    border: 1px solid #dfe7f3;
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
  }

  .mnk-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    border: 0;
    color: var(--mnk-navy);
    background: #f6f9fd;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }

  .mnk-filter-toggle .mnk-ico {
    width: 17px;
    height: 17px;
    transition: transform .16s ease;
  }

  .mnk-filter.is-open .mnk-filter-toggle .mnk-ico {
    transform: rotate(90deg);
  }

  .mnk-filter-panel {
    display: none;
    padding: 14px 16px 18px;
  }

  .mnk-filter.is-open .mnk-filter-panel {
    display: block;
  }

  .mnk-filter a {
    padding-right: 0;
  }

  .mnk-filter-reset {
    margin-right: 0;
  }

  .mnk-product-summary {
    padding-top: 0;
  }

  .mnk-product-detail > .mnk-breadcrumbs {
    order: -2;
  }

  .mnk-product-summary {
    order: -1;
  }

  .mnk-service-strip .mnk-wrap {
    padding: 16px 0;
  }

  .mnk-floating {
    display: none;
  }
}

@media (max-width: 600px) {
  .mnk-topbar {
    display: none;
  }

  .mnk-logo img {
    width: 180px;
  }

  .mnk-primary-nav a {
    min-height: 46px;
    padding: 0 4px;
    font-size: 11px;
    white-space: nowrap;
  }

  .mnk-hero {
    min-height: 380px;
  }

  .mnk-hero__inner {
    min-height: 380px;
  }

  .mnk-hero-copy {
    padding: 28px 0;
  }

  .mnk-hero-copy p {
    font-size: 18px;
  }

  .mnk-hero-copy h1 {
    font-size: 28px;
  }

  .mnk-hero-copy h2 {
    font-size: 17px;
  }

  .mnk-hero-copy li {
    font-size: 14px;
  }

  .mnk-products--home,
  .mnk-products--grid,
  .mnk-products--related,
  .mnk-post-grid {
    grid-template-columns: 1fr;
  }

  .mnk-category-rail,
  .mnk-brand-list,
  .mnk-contact-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mnk-category-rail {
    margin-top: 16px;
  }

  .mnk-category-tile {
    min-height: 154px;
    padding: 16px 12px;
    border-right: 1px solid #e6edf7;
    border-bottom: 1px solid #e6edf7;
  }

  .mnk-category-tile:nth-child(2n) {
    border-right: 0;
  }

  .mnk-category-tile img {
    width: min(120px, 100%);
    height: 76px;
  }

  .mnk-category-tile strong {
    min-height: 36px;
    font-size: 14px;
  }

  .mnk-brand-logo {
    min-height: 64px;
    padding: 12px 10px;
  }

  .mnk-brand-logo img {
    max-width: 112px;
    height: 34px;
  }

  .mnk-contact-methods {
    display: grid;
    gap: 10px;
  }

  .mnk-contact-methods a {
    min-height: 44px;
    padding: 0 10px;
    font-size: 13px;
  }

  .mnk-contact-methods a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .mnk-section-head,
  .mnk-archive-toolbar,
  .mnk-tabs-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .mnk-product-summary h1,
  .mnk-subhero h1,
  .mnk-basic-page h1 {
    font-size: 28px;
  }

  .mnk-product-detail {
    gap: 20px;
    padding: 22px 0;
  }

  .mnk-product-kicker {
    font-size: 16px;
  }

  .mnk-product-summary h1 {
    font-size: 27px;
  }

  .mnk-main-image {
    margin-top: 0;
  }

  .mnk-spec-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .mnk-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }

  .mnk-content-body,
  .mnk-basic-page {
    padding: 18px;
  }

  .mnk-service-strip .mnk-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .mnk-service-strip div {
    padding-right: 0;
    border-right: 0;
  }

  .mnk-service-strip div:nth-child(n+3) {
    display: none;
  }

  .mnk-service-strip a {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .mnk-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 20px;
  }

  .mnk-footer-brand,
  .mnk-footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 340px) {
  .mnk-primary-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mnk-primary-nav a {
    min-height: 40px;
    font-size: 12px;
  }
}
