.cms-hero-copy > .mk-hero-wa-cta {
  display: none !important;
}

.cms-hero-right-col .mk-product-purchase-card {
  width: min(100%, 700px);
  margin: 0;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .94);
  color: #111;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .14);
  backdrop-filter: blur(14px);
}

.cms-hero-right-col .mk-product-purchase-card,
.cms-hero-right-col .mk-product-purchase-card * {
  box-sizing: border-box;
}

.mk-product-hero-head {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.cms-hero-section .mk-product-purchase-card .cms-service-label {
  display: block !important;
  width: auto !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #e51a1c !important;
  font-size: 34px !important;
  line-height: .95 !important;
  text-align: left !important;
  text-shadow: none !important;
}

.cms-hero-section .mk-product-purchase-card .cms-hero-subtitle {
  max-width: none !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  color: #555861 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  opacity: 1 !important;
  text-align: left !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

.cms-hero-section .mk-product-purchase-card h1.cms-hero-title {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: 38px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  text-align: left !important;
  text-shadow: none !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.mk-product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-family: "Kanit", system-ui, sans-serif;
}

.mk-product-topline span {
  color: #e51a1c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mk-product-topline strong {
  color: #111;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.mk-product-summary {
  max-width: 100%;
  margin: 0 0 14px;
  color: #4d4d55;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  white-space: normal;
  overflow-wrap: break-word;
}

.mk-product-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 12px 0;
}

.mk-product-option {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  min-height: 72px;
  padding: 13px 15px;
  border: 1px solid #dddfe7;
  border-radius: 12px;
  background: #fff;
  color: #111;
  text-align: left;
  font-family: "Kanit", system-ui, sans-serif;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.mk-product-option:hover,
.mk-product-option:focus-visible {
  border-color: rgba(229, 26, 28, .42);
  box-shadow: 0 12px 30px rgba(229, 26, 28, .08);
  outline: none;
  transform: translateY(-1px);
}

.mk-product-option.is-selected {
  border: 3px solid #e51a1c;
  background: linear-gradient(180deg, rgba(229, 26, 28, .12), rgba(255, 255, 255, .98));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65), 0 18px 42px rgba(229, 26, 28, .18);
}

.mk-product-option span {
  min-width: 0;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.05;
}

.mk-product-option strong {
  min-width: 0;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.mk-product-option small {
  grid-column: 1 / -1;
  min-width: 0;
  color: #6b6f78;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.mk-product-detail-toggle {
  grid-column: 1 / -1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 2px;
  padding: 7px 11px;
  border: 1px solid #dddfe7;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-family: "Kanit", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.mk-product-detail-toggle::after {
  content: "+";
  color: #e51a1c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.mk-product-option.is-expanded .mk-product-detail-toggle::after {
  content: "-";
}

.mk-product-detail-toggle:hover,
.mk-product-detail-toggle:focus-visible {
  border-color: rgba(229, 26, 28, .5);
  color: #e51a1c;
  outline: none;
}

.mk-product-option-details {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 17, 17, .1);
}

.mk-product-option-details[hidden] {
  display: none !important;
}

.mk-product-detail-section {
  display: grid;
  gap: 7px;
}

.mk-product-detail-section b {
  color: #111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.mk-product-detail-section p,
.mk-product-detail-section li {
  color: #4d4d55;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.mk-product-detail-section p {
  margin: 0;
}

.mk-product-detail-section ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mk-product-detail-section li {
  position: relative;
  padding-left: 17px;
}

.mk-product-detail-section li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #e51a1c;
  transform: translateY(-50%);
}

.mk-product-see-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 14px;
  color: #e51a1c;
  font-family: "Kanit", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.mk-product-see-more::after {
  content: "->";
  transition: transform .18s ease;
}

.mk-product-see-more:hover,
.mk-product-see-more:focus-visible {
  color: #c91416;
  text-decoration: none;
}

.mk-product-see-more:hover::after,
.mk-product-see-more:focus-visible::after {
  transform: translateX(3px);
}

.mk-product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 2px;
}

.mk-product-btn {
  min-height: 62px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 100%;
  min-width: 0;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  font-family: "Kanit", system-ui, sans-serif;
  font-weight: 900;
  line-height: 1.05;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

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

.mk-product-btn span {
  font-size: 17px;
  color: inherit;
}

.mk-product-btn small {
  font-size: 12px;
  color: inherit;
  opacity: .78;
  font-weight: 700;
}

.mk-product-btn-buy {
  background: #e51a1c;
  color: #fff;
  box-shadow: 0 14px 30px rgba(229, 26, 28, .24);
}

.mk-product-btn-buy:hover,
.mk-product-btn-buy:focus-visible {
  background: #c91416;
  color: #fff;
}

.mk-product-btn-cart {
  background: #101010;
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 15, 15, .18);
}

.mk-product-btn-cart:hover,
.mk-product-btn-cart:focus-visible {
  background: #000;
  color: #fff;
}

.mk-product-btn-cart.is-added {
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 30px rgba(37, 211, 102, .24);
}

.mk-product-btn-whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 30px rgba(37, 211, 102, .22);
}

.mk-product-btn-whatsapp:hover,
.mk-product-btn-whatsapp:focus-visible {
  background: #128c7e;
  color: #fff;
}

.mk-product-form-panel {
  min-width: 0;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, .08);
}

.mk-product-form-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-family: "Kanit", system-ui, sans-serif;
}

.mk-product-form-heading strong {
  color: #111;
  font-size: 15px;
  font-weight: 900;
}

.mk-product-form-heading span {
  color: #777;
  font-size: 12px;
  font-weight: 700;
}

.cms-hero-right-col .mk-product-purchase-card .mk-form-host {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cms-ux-hero-thumbs::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.cms-ux-hero-thumbs::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 999px;
}

.cms-ux-hero-thumbs::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

.mk-service-industries {
  background: #fff;
  font-family: "Kanit", system-ui, sans-serif;
  padding: 64px 24px 74px;
}

.mk-service-industries .mk-industry-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.mk-service-industries .mk-industry-head {
  max-width: 760px;
  margin: 0 auto 30px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}

.mk-service-industries .mk-industry-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #e51a1c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.mk-service-industries .mk-industry-title {
  margin: 0 0 8px;
  color: #111;
  font-family: "Kanit", system-ui, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.03em;
}

.mk-service-industries .mk-industry-sub {
  max-width: 700px;
  margin: 0 auto;
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.mk-service-industries .mk-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.mk-service-industries .mk-pcard {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mk-service-industries .mk-pcard:hover,
.mk-service-industries .mk-pcard:focus-visible {
  transform: translateY(-4px);
  border-color: #d8d8d8;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .08);
  text-decoration: none;
  outline: none;
}

.mk-service-industries .mk-pcard-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f6f7f8;
}

.mk-service-industries .mk-pcard-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mk-service-industries .mk-pcard-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  color: #fff;
  background: #0f0f0f;
  border-radius: 999px;
  font-family: "Kanit", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.mk-service-industries .mk-pcard-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  min-height: 154px;
  padding: 18px 18px 20px;
}

.mk-service-industries .mk-pcard-title {
  margin: 0;
  color: #111;
  font-family: "Kanit", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.22;
}

.mk-service-industries .mk-pcard-tagline {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.mk-service-industries .mk-pcard-cta {
  margin-top: auto;
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.mk-service-industries .mk-pcard-cta span {
  display: inline-block;
  margin-left: 4px;
  transition: transform .2s ease;
}

.mk-service-industries .mk-pcard:hover .mk-pcard-cta span,
.mk-service-industries .mk-pcard:focus-visible .mk-pcard-cta span {
  transform: translateX(4px);
}

html[data-theme="dark"] .cms-hero-right-col .mk-product-purchase-card {
  background: rgba(18, 18, 22, .94);
  border-color: rgba(255, 255, 255, .16);
  color: #f5f5f6;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .36);
}

html[data-theme="dark"] .mk-product-hero-head,
html[data-theme="dark"] .mk-product-form-panel {
  border-color: rgba(255, 255, 255, .12);
}

html[data-theme="dark"] .cms-hero-section .mk-product-purchase-card .cms-service-label {
  background: transparent !important;
  border-color: transparent !important;
  color: #ff4a4c !important;
}

html[data-theme="dark"] .cms-hero-section .mk-product-purchase-card h1.cms-hero-title,
html[data-theme="dark"] .mk-product-topline strong,
html[data-theme="dark"] .mk-product-form-heading strong,
html[data-theme="dark"] .mk-product-option span,
html[data-theme="dark"] .mk-product-option strong {
  color: #fff;
}

html[data-theme="dark"] .cms-hero-section .mk-product-purchase-card .cms-hero-subtitle,
html[data-theme="dark"] .mk-product-summary,
html[data-theme="dark"] .mk-product-form-heading span,
html[data-theme="dark"] .mk-product-option small {
  color: #b8b8c1;
}

html[data-theme="dark"] .mk-product-detail-section p,
html[data-theme="dark"] .mk-product-detail-section li {
  color: #c9c9d2;
}

html[data-theme="dark"] .mk-product-detail-section b {
  color: #fff;
}

html[data-theme="dark"] .mk-product-option {
  background: #18181d;
  border-color: rgba(255, 255, 255, .13);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

html[data-theme="dark"] .mk-product-option.is-selected {
  border: 3px solid #ff3538;
  background: linear-gradient(180deg, rgba(229, 26, 28, .24), rgba(24, 24, 29, .98));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 18px 42px rgba(229, 26, 28, .22);
}

html[data-theme="dark"] .mk-product-detail-toggle {
  background: #111115;
  border-color: rgba(255, 255, 255, .14);
  color: #fff;
}

html[data-theme="dark"] .mk-product-detail-toggle:hover,
html[data-theme="dark"] .mk-product-detail-toggle:focus-visible {
  border-color: rgba(255, 74, 76, .55);
  color: #ff5558;
}

html[data-theme="dark"] .mk-product-option-details {
  border-color: rgba(255, 255, 255, .1);
}

html[data-theme="dark"] .mk-product-see-more {
  color: #ff5558;
}

html[data-theme="dark"] .mk-service-industries {
  background: #0b0b0d;
}

html[data-theme="dark"] .mk-service-industries .mk-industry-head {
  border-color: #2d2d34;
}

html[data-theme="dark"] .mk-service-industries .mk-industry-title,
html[data-theme="dark"] .mk-service-industries .mk-pcard-title,
html[data-theme="dark"] .mk-service-industries .mk-pcard-cta {
  color: #f5f5f6;
}

html[data-theme="dark"] .mk-service-industries .mk-industry-sub,
html[data-theme="dark"] .mk-service-industries .mk-pcard-tagline {
  color: #b8b8c1;
}

html[data-theme="dark"] .mk-service-industries .mk-pcard {
  background: #16161a;
  border-color: #2d2d34;
}

html[data-theme="dark"] .mk-service-industries .mk-pcard-media {
  background: #1d1d22;
}

.mk-cart-trigger {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-family: "Kanit", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mk-cart-trigger:hover,
.mk-cart-trigger:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(229, 26, 28, .28);
  box-shadow: 0 14px 28px rgba(15, 23, 42, .1);
}

.mk-cart-trigger svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mk-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-radius: 999px;
  background: #e51a1c;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(229, 26, 28, .32);
}

.mk-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(10, 10, 14, .42);
  opacity: 0;
  transition: opacity .22s ease;
}

.mk-cart-overlay.is-open {
  opacity: 1;
}

.mk-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  width: min(420px, 100vw);
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #111;
  box-shadow: -30px 0 80px rgba(15, 23, 42, .24);
  transform: translateX(100%);
  transition: transform .22s ease;
  font-family: "Kanit", system-ui, sans-serif;
}

.mk-cart-drawer.is-open {
  transform: translateX(0);
}

.mk-cart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 24px 18px;
  border-bottom: 1px solid #ececec;
}

.mk-cart-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #e51a1c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mk-cart-head h2 {
  margin: 0;
  color: #111;
  font-family: "Kanit", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.04;
}

.mk-cart-close {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.mk-cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 18px 18px 20px;
}

.mk-cart-empty {
  margin: 8px 0 0;
  padding: 22px;
  border: 1px dashed #d8d8df;
  border-radius: 14px;
  background: #fafafa;
}

.mk-cart-empty strong {
  display: block;
  margin-bottom: 4px;
  color: #111;
  font-size: 17px;
  font-weight: 900;
}

.mk-cart-empty p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.45;
}

.mk-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 18px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
}

.mk-cart-item + .mk-cart-item {
  margin-top: 12px;
}

.mk-cart-item-type {
  display: block;
  margin-bottom: 6px;
  color: #e51a1c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mk-cart-item h3 {
  margin: 0 0 6px;
  color: #111;
  font-family: "Kanit", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

.mk-cart-item p {
  margin: 0 0 10px;
  color: #5f5f67;
  font-size: 13px;
  line-height: 1.45;
}

.mk-cart-item strong {
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: 900;
}

.mk-cart-item-controls {
  display: inline-grid;
  grid-template-columns: 32px 34px 32px;
  align-items: center;
  height: 34px;
  border: 1px solid #ececec;
  border-radius: 999px;
  overflow: hidden;
  background: #fafafa;
}

.mk-cart-item-controls button {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.mk-cart-item-controls span {
  color: #111;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.mk-cart-remove {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e51a1c;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.mk-cart-footer {
  padding: 18px 24px 24px;
  border-top: 1px solid #ececec;
  background: #fff;
  box-shadow: 0 -18px 40px rgba(15, 23, 42, .06);
}

.mk-cart-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.mk-cart-total span {
  color: #666;
  font-size: 13px;
  font-weight: 800;
}

.mk-cart-total strong {
  color: #111;
  font-size: 20px;
  font-weight: 900;
}

.mk-cart-checkout {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  background: #e51a1c;
  color: #fff !important;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(229, 26, 28, .24);
}

.mk-cart-checkout:disabled {
  cursor: not-allowed;
  opacity: .45;
  box-shadow: none;
}

.mk-cart-buy {
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #e51a1c;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.mk-cart-buy.is-busy,
.mk-cart-checkout.is-busy,
.mk-product-btn.is-busy {
  pointer-events: none;
  opacity: .72;
}

.mk-cart-clear {
  width: 100%;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

html.mk-cart-open,
html.mk-cart-open body {
  overflow: hidden;
}

html[data-theme="dark"] .mk-cart-trigger,
html[data-theme="dark"] .mk-cart-drawer,
html[data-theme="dark"] .mk-cart-close,
html[data-theme="dark"] .mk-cart-footer,
html[data-theme="dark"] .mk-cart-item {
  background: #151519;
  color: #fff;
  border-color: rgba(255, 255, 255, .13);
}

html[data-theme="dark"] .mk-cart-head {
  border-bottom-color: rgba(255, 255, 255, .12);
}

html[data-theme="dark"] .mk-cart-head h2,
html[data-theme="dark"] .mk-cart-empty strong,
html[data-theme="dark"] .mk-cart-item h3,
html[data-theme="dark"] .mk-cart-item strong,
html[data-theme="dark"] .mk-cart-item-controls button,
html[data-theme="dark"] .mk-cart-item-controls span,
html[data-theme="dark"] .mk-cart-total strong {
  color: #fff;
}

html[data-theme="dark"] .mk-cart-empty,
html[data-theme="dark"] .mk-cart-item-controls {
  background: #1f1f25;
  border-color: rgba(255, 255, 255, .13);
}

html[data-theme="dark"] .mk-cart-empty p,
html[data-theme="dark"] .mk-cart-item p,
html[data-theme="dark"] .mk-cart-total span {
  color: #b8b8c1;
}

@media (max-width: 1024px) {
  .cms-hero-right-col .mk-product-purchase-card {
    margin-left: auto;
    margin-right: auto;
  }

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

@media (max-width: 900px) {
  .mk-service-industries .mk-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .mk-nav-inner {
    gap: 10px;
    padding: 12px 18px;
  }

  .mk-nav .mk-logo img {
    height: 30px;
  }

  .mk-nav-cta {
    padding: 9px 13px !important;
    font-size: 12px !important;
  }

  .mk-cart-trigger {
    min-width: 40px;
    min-height: 40px;
    padding: 9px;
  }

  .mk-cart-trigger-label {
    display: none;
  }

  .cms-hero-section {
    overflow-x: hidden !important;
  }

  .cms-hero-container,
  .cms-hero-flex-layout,
  .cms-hero-left-col,
  .cms-ux-hero-gallery,
  .cms-hero-copy,
  .cms-hero-right-col {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .cms-ux-hero-gallery,
  .cms-hero-copy,
  .cms-hero-right-col {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
  }

  .cms-hero-section .cms-hero-copy,
  .cms-hero-section .cms-hero-right-col,
  .cms-hero-section .mk-product-purchase-card {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    min-width: 0 !important;
  }

  .cms-ux-hero-gallery {
    overflow: hidden;
  }

  .cms-hero-section h1.cms-hero-title {
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .cms-hero-right-col .mk-product-purchase-card {
    padding: 18px;
    border-radius: 16px;
    text-align: left;
  }

  .cms-hero-section .mk-product-purchase-card .cms-service-label {
    font-size: 28px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  .cms-hero-section .mk-product-purchase-card .cms-hero-subtitle {
    max-width: none !important;
    text-align: left !important;
  }

  .cms-hero-section .mk-product-purchase-card h1.cms-hero-title {
    font-size: 30px !important;
    line-height: 1.1 !important;
    text-align: left !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }

  .mk-product-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .mk-product-topline strong,
  .mk-product-option strong {
    white-space: normal;
  }

  .mk-product-option {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mk-product-btn {
    min-height: 58px;
    align-items: center;
    text-align: center;
  }

  .mk-product-form-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .mk-service-industries {
    padding: 46px 16px 48px;
  }

  .mk-service-industries .mk-industry-title {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .mk-cart-drawer {
    width: 100vw;
  }

  .mk-cart-head {
    padding: 22px 20px 16px;
  }

  .mk-cart-body {
    padding: 16px;
  }

  .mk-cart-footer {
    padding: 16px 18px 22px;
  }

  .mk-cart-item {
    grid-template-columns: 1fr;
  }

  .mk-cart-item-controls {
    justify-self: start;
  }

  .mk-product-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .cms-hero-section .cms-hero-copy,
  .cms-hero-section .cms-hero-right-col,
  .cms-hero-section .mk-product-purchase-card {
    width: calc(100vw - 64px) !important;
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .cms-hero-section .mk-product-purchase-card h1.cms-hero-title {
    font-size: 24px !important;
    line-height: 1.14 !important;
  }

  .mk-product-btn span {
    font-size: 15px;
  }

  .mk-product-btn small {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .mk-service-industries .mk-industry-grid {
    grid-template-columns: 1fr;
  }
}
