/* MTCA 2.0 visual layer for homepage hero modules. */
:root {
  --mtca20-navy: #071a31;
  --mtca20-navy-2: #0d2948;
  --mtca20-blue: #0758d9;
  --mtca20-blue-2: #0b6df0;
  --mtca20-line: #dfe6ef;
  --mtca20-muted: #657387;
}

#common-home {
  overflow: visible;
}

.mtca20-hero-wrap {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  background: radial-gradient(circle at 76% 42%, #17487c 0, #0c2e50 24%, #071d35 51%, #041426 100%);
  color: #fff;
}

.mtca20-hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(128, 185, 235, 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 185, 235, 0.45) 1px, transparent 1px);
  background-size: 70px 70px;
  pointer-events: none;
}

.mtca20-hero-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 13, 25, 0.32), transparent 58%);
  pointer-events: none;
}

.mtca20-hero-wrap > .container {
  position: relative;
  z-index: 2;
}

.mtca20-hero-inner {
  min-height: 585px;
  align-items: stretch;
}

.mtca20-hero-slider-col,
.mtca20-hero-product-col {
  display: flex;
}

.mtca20-hero-slider-col {
  width: 100%;
}

.mtca20-hero-slider {
  width: 100%;
  max-height: none;
  overflow: visible;
}

.mtca20-hero-slider .slick-list,
.mtca20-hero-slider .slick-track,
.mtca20-hero-slider .slick-slide,
.mtca20-hero-slider .slick-slide > div {
  min-height: 585px;
}

.mtca20-hero-slide {
  min-height: 585px !important;
  padding: 76px 0 88px;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.mtca20-hero-slide:hover img {
  opacity: 1;
}

.mtca20-hero-slide-grid {
  height: 100%;
  display: grid !important;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  gap: 32px;
  align-items: center;
  text-align: left;
}

.mtca20-hero-copy {
  max-width: 620px;
  margin-top: 0;
  color: #d4e2ef;
  font-size: 18px;
  line-height: 1.55;
}

.mtca20-hero-eyebrow {
  margin-bottom: 16px;
  color: #8ebefa;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mtca20-hero-title {
  margin: 0 0 22px;
  color: #fff !important;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.mtca20-hero-copy p {
  max-width: 560px;
  margin-bottom: 31px;
  color: inherit;
}

.mtca20-hero-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0 22px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--mtca20-blue-2), #0347bd) !important;
  color: #fff !important;
  box-shadow: 0 9px 25px rgba(0, 82, 217, 0.3);
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mtca20-hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 82, 217, 0.36);
}

.mtca20-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 410px;
  order: 0;
}

.mtca20-hero-visual::before {
  content: "";
  position: absolute;
  width: min(560px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 182, 255, 0.34), rgba(83, 182, 255, 0) 62%);
}

.mtca20-hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 4% 7% 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(83, 182, 255, 0), rgba(83, 182, 255, 0.85), rgba(83, 182, 255, 0));
  box-shadow: 0 0 18px rgba(83, 182, 255, 0.44);
}

.mtca20-hero-visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 520px) !important;
  max-height: 420px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px rgba(0, 0, 0, 0.35));
  mix-blend-mode: screen;
  transform: none;
}

.mtca20-hero-slider .slick-dots {
  right: auto;
  bottom: 34px;
  left: 0;
  text-align: left;
}

.mtca20-hero-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border: 0;
  border-radius: 8px;
  background: #607d99;
}

.mtca20-hero-slider .slick-dots li.slick-active button {
  width: 26px;
  background: var(--mtca20-blue-2);
}

.mtca20-hero-product {
  width: 100%;
  margin: 76px 0 88px;
  padding: 24px 18px 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: 0 18px 60px rgba(2, 20, 43, 0.2);
}

.mtca20-hero-product .fm-promotional-product-header,
.mtca20-hero-product .promotional-product-item-title a,
.mtca20-hero-product .fm-module-price-new {
  color: #fff;
}

.mtca20-hero-product .fm-promotional-product-item-img img {
  max-height: 140px;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.2));
}

@media (min-width: 1200px) {
  .mtca20-hero-wrap .container {
    max-width: 1320px;
  }
}

@media (max-width: 1199px) {
  .mtca20-hero-title {
    font-size: 46px;
  }

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

@media (max-width: 991px) {
  .mtca20-hero-inner,
  .mtca20-hero-slider .slick-list,
  .mtca20-hero-slider .slick-track,
  .mtca20-hero-slider .slick-slide,
  .mtca20-hero-slider .slick-slide > div {
    min-height: 720px;
  }

  .mtca20-hero-slide {
    min-height: 720px !important;
    padding: 58px 0 76px;
  }

  .mtca20-hero-slide-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .mtca20-hero-copy {
    max-width: 680px;
    margin: 0 auto;
  }

  .mtca20-hero-title,
  .mtca20-hero-copy p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .mtca20-hero-title {
    font-size: 40px;
  }

  .mtca20-hero-visual {
    min-height: 300px;
  }

  .mtca20-hero-visual img {
    max-height: 310px;
  }

  .mtca20-hero-slider .slick-dots {
    text-align: center;
    right: 0;
  }

  .mtca20-hero-product {
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .mtca20-hero-inner,
  .mtca20-hero-slider .slick-list,
  .mtca20-hero-slider .slick-track,
  .mtca20-hero-slider .slick-slide,
  .mtca20-hero-slider .slick-slide > div {
    min-height: 660px;
  }

  .mtca20-hero-slide {
    min-height: 660px !important;
    padding: 48px 0 68px;
  }

  .mtca20-hero-title {
    font-size: 34px;
  }

  .mtca20-hero-copy {
    font-size: 15px;
  }

  .mtca20-hero-btn {
    width: 100%;
    max-width: 280px;
  }

  .mtca20-hero-visual {
    min-height: 250px;
  }

  .mtca20-hero-visual img {
    max-height: 250px;
  }
}

/* Approved MTCA 2.0 light hero */
.mtca20-hero-wrap {
  min-height: 620px;
  background:
    radial-gradient(circle at 76% 28%, rgba(117, 185, 255, 0.34), transparent 35%),
    linear-gradient(110deg, #fff 0%, #f7fbff 40%, #d9ecff 100%);
  color: #061a30;
}

.mtca20-hero-wrap::before {
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(110, 166, 224, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 166, 224, 0.18) 1px, transparent 1px);
}

.mtca20-hero-wrap::after {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.48) 35%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.82) 25%, rgba(255, 255, 255, 0.3) 28%, transparent 31%);
}

.mtca20-hero-inner,
.mtca20-hero-slider .slick-list,
.mtca20-hero-slider .slick-track,
.mtca20-hero-slider .slick-slide,
.mtca20-hero-slider .slick-slide > div {
  min-height: 620px;
}

.mtca20-hero-slide {
  min-height: 620px !important;
  padding: 88px 0 96px;
}

.mtca20-hero-copy {
  color: #42566f;
  font-size: 18px;
}

.mtca20-hero-eyebrow {
  display: none;
}

.mtca20-hero-title {
  max-width: 620px;
  color: #061a30 !important;
  font-size: 50px;
  line-height: 1.12;
}

.mtca20-hero-copy p {
  max-width: 570px;
}

.mtca20-hero-btn {
  background: #0758d9 !important;
  box-shadow: 0 8px 20px rgba(7, 88, 217, 0.22);
}

.mtca20-hero-visual {
  min-height: 450px;
}

.mtca20-hero-visual::before,
.mtca20-hero-visual::after {
  display: none;
}

.mtca20-hero-visual img {
  width: min(92%, 520px) !important;
  max-height: 420px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 50px rgba(44, 86, 132, 0.18);
  filter: none;
  mix-blend-mode: normal;
}

.mtca20-hero-visual {
  filter: drop-shadow(0 30px 40px rgba(57, 94, 135, 0.18));
}

.mtca20-hero-collage {
  position: relative;
  width: min(100%, 760px);
  height: 450px;
  margin: 0 auto;
}

.mtca20-hero-card {
  position: absolute;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(44, 86, 132, 0.2);
}

.mtca20-hero-card img {
  width: 80% !important;
  height: 80%;
  max-height: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  box-shadow: none;
}

.mtca20-hero-card-main {
  left: 0;
  top: 0;
  width: 50%;
  height: 88%;
}

.mtca20-hero-card-side {
  right: 0;
  top: 10%;
  width: 37%;
  height: 74%;
}

.mtca20-hero-card-front {
  left: 38%;
  bottom: 0;
  z-index: 3;
  width: 34%;
  height: 58%;
}

.mtca20-hero-card-front img {
  width: 78% !important;
  height: 78%;
}

.mtca20-hero-slider .slick-dots {
  bottom: 48px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  text-align: center;
}

.mtca20-hero-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #a9bed4;
}

.mtca20-hero-slider .slick-dots li.slick-active button {
  width: 26px;
  background: #0758d9;
}

@media (max-width: 1199px) {
  .mtca20-hero-title {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  .mtca20-hero-wrap {
    min-height: 720px;
  }

  .mtca20-hero-title {
    font-size: 42px;
  }

  .mtca20-hero-collage {
    height: 300px;
  }

  .mtca20-hero-card {
    border-radius: 22px;
  }
}

@media (max-width: 620px) {
  .mtca20-hero-wrap {
    min-height: 670px;
  }

  .mtca20-hero-slide {
    padding: 48px 0 74px;
  }

  .mtca20-hero-title {
    font-size: 34px;
  }

  .mtca20-hero-visual img {
    width: 100% !important;
    padding: 16px;
    border-radius: 18px;
  }

  .mtca20-hero-collage {
    height: 250px;
  }

  .mtca20-hero-card {
    border-radius: 18px;
  }

  .mtca20-hero-card img {
    padding: 0;
  }
}

/* Stage 3 correction: MTCA 2.0 featured products slider */
.mtca20-products-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 52px 0 54px;
  background: #ffffff;
}

.mtca20-products-section > .row {
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mtca20-products-head {
  padding-top: 0;
  margin-bottom: 0;
}

.mtca20-products-head-inner {
  padding: 28px 36px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #dfe9f5;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
}

.mtca20-products-section .mtca20-section-title {
  margin: 0;
}

.mtca20-products-subtitle {
  margin-top: 8px;
  color: #526985;
  font-size: 15px;
  line-height: 1.4;
}

.mtca20-products-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.mtca20-slider-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #d9e5f3;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #061a30;
  box-shadow: 0 12px 24px rgba(37, 73, 115, 0.08);
  cursor: pointer;
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.mtca20-slider-arrow:hover {
  color: #0758d9;
  border-color: #b9d2f1;
  transform: translateY(-1px);
}

.mtca20-slider-arrow.slick-disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}

.mtca20-products-slider {
  padding: 10px 22px 64px !important;
  border: 1px solid #dfe9f5;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #f3f8ff 0%, #f7fbff 100%);
  overflow: hidden;
}

.mtca20-products-slider .slick-list {
  overflow: hidden;
}

.mtca20-products-slider .slick-track {
  display: flex;
}

.mtca20-products-slider .slick-slide {
  height: auto;
}

.mtca20-products-slider .slick-slide > div,
.mtca20-products-slider .mtca20-product-slide {
  height: 100%;
}

.mtca20-products-slider .mtca20-product-slide {
  padding: 0 6px;
  display: block;
  max-width: none;
  flex: none;
}

.mtca20-product-card {
  min-height: 510px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(42, 76, 118, 0.07);
}

.mtca20-product-card .fm-module-buttons-list {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: none !important;
}

.mtca20-product-card .fm-module-img {
  height: 198px;
  padding: 18px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e7eef7;
  background: #ffffff;
}

.mtca20-product-card .fm-module-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.mtca20-product-card .fm-module-img img {
  width: auto;
  max-width: 100%;
  max-height: 158px;
  object-fit: contain;
}

.mtca20-product-card .fm-module-rating {
  display: none !important;
}

.mtca20-product-category {
  min-height: 18px;
  padding: 17px 16px 0;
  color: #0758d9;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  overflow: hidden;
}

.mtca20-product-card .fm-module-title {
  min-height: 52px;
  padding: 12px 16px 0;
  text-align: left;
}

.mtca20-product-card .fm-module-title a {
  color: #10243d;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.28;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.mtca20-product-card .fm-module-title a:hover {
  color: #0758d9;
}

.mtca20-product-description {
  min-height: 48px;
  padding: 10px 16px 0;
  color: #6d7d92;
  font-size: 13px;
  line-height: 1.45;
  overflow: hidden;
}

.mtca20-product-stock {
  min-height: 20px;
  padding: 8px 16px 0;
  color: #75859a;
  font-size: 13px;
  font-weight: 700;
}

.mtca20-product-stock-in {
  color: #16834c;
}

.mtca20-product-stock-in::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: currentColor;
}

.mtca20-product-card .fm-module-price {
  padding: 20px 16px 0;
  text-align: left;
}

.mtca20-product-price-label {
  margin-bottom: 4px;
  color: #75859a;
  font-size: 12px;
  line-height: 1.25;
}

.mtca20-product-card .fm-module-price-top,
.mtca20-product-card .fm-module-price-bottom {
  justify-content: flex-start !important;
  text-align: left;
}

.mtca20-product-card .fm-module-price-new {
  color: #10243d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.mtca20-product-card .fm-module-price-old {
  color: #93a1b4;
}

.mtca20-product-actions {
  margin-top: auto;
  padding: 14px 16px 16px;
  display: grid;
  grid-template-columns: 38px 38px minmax(0, 1fr);
  gap: 8px;
}

.mtca20-product-icon-btn,
.mtca20-product-more {
  min-width: 0;
  height: 38px;
  border: 1px solid #dce7f5;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fbff;
  color: #10243d;
  cursor: pointer;
  text-decoration: none;
}

.mtca20-product-more {
  border-color: #0758d9;
  background: #0758d9;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.mtca20-product-icon-btn:hover,
.mtca20-product-more:hover {
  border-color: #0758d9;
  color: #ffffff;
  background: #0758d9;
  text-decoration: none;
}

.mtca20-products-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: 0;
  padding: 0;
  display: flex !important;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

.mtca20-products-slider .slick-dots li,
.mtca20-products-slider .slick-dots button {
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
}

.mtca20-products-slider .slick-dots button {
  border: 0;
  border-radius: 999px;
  background: #cbd8e8;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}

.mtca20-products-slider .slick-dots li.slick-active button {
  width: 24px;
  background: #0b6df0;
}

@media (max-width: 767px) {
  .mtca20-products-section {
    padding: 34px 0 36px;
  }

  .mtca20-products-section > .row {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mtca20-products-head-inner {
    padding: 22px 18px 18px;
    display: block;
    align-items: center;
  }

  .mtca20-products-subtitle {
    max-width: 280px;
  }

  .mtca20-products-controls {
    display: none;
  }

  .mtca20-products-slider {
    padding: 10px 14px 54px !important;
  }

  .mtca20-product-card {
    min-height: 500px;
  }

  .mtca20-product-card .fm-module-img {
    height: 176px;
  }
}

/* Stage 3: MTCA 2.0 category wall */
.mtca20-category-wall {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 28px 0 72px;
  background: #fff;
}

.mtca20-category-wall::before {
  display: none;
}

.mtca20-category-wall > .row {
  width: 100%;
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.mtca20-category-wall-head {
  padding-top: 0;
  margin-bottom: 20px;
}

.mtca20-category-kicker {
  margin-bottom: 8px;
  color: #0758d9;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mtca20-category-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.mtca20-category-title {
  margin: 0;
  color: #061a30;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.08;
}

.mtca20-category-all {
  margin-top: 8px;
  color: #0057df;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.mtca20-category-all::after,
.mtca20-category-featured-more::after,
.mtca20-category-more::after {
  content: "\2192";
  margin-left: 8px;
}

.mtca20-category-all:hover,
.mtca20-category-featured:hover .mtca20-category-featured-more,
.mtca20-category-card:hover .mtca20-category-more {
  color: #003ea8;
  text-decoration: none;
}

.mtca20-section-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: #061a30;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}

.mtca20-section-title::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 4px solid #dcecff;
  border-radius: 50%;
  background: #0758d9;
  box-shadow: 0 0 0 1px rgba(7, 88, 217, 0.14);
}

.mtca20-category-featured-row {
  margin-bottom: 18px;
}

.mtca20-category-featured {
  min-height: 250px;
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  overflow: hidden;
  border: 1px solid #d8e5f4;
  border-radius: 16px;
  background: #fff;
  color: #061a30;
  box-shadow: 0 18px 46px rgba(44, 86, 132, 0.07);
}

.mtca20-category-featured:hover {
  color: #061a30;
  text-decoration: none;
  border-color: #bfd4ef;
}

.mtca20-category-featured-info {
  min-width: 0;
  padding: 36px 40px 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mtca20-category-featured-title {
  color: #061a30;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
}

.mtca20-category-featured-text {
  max-width: 470px;
  margin-top: 16px;
  color: #5b6d86;
  font-size: 15px;
  line-height: 1.5;
}

.mtca20-category-featured-more {
  margin-top: auto;
  color: #0057df;
  font-size: 14px;
  font-weight: 800;
}

.mtca20-category-featured-media {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #f7fbff 0%, #eaf4ff 100%);
}

.mtca20-category-featured-media img {
  width: min(340px, 70%);
  height: 205px;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(61, 93, 130, 0.14));
}

.mtca20-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.mtca20-category-col {
  min-width: 0;
  padding: 0;
}

.mtca20-category-card {
  min-height: 286px;
  padding: 14px 14px 13px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe9f5;
  border-radius: 16px;
  background: #fff;
  color: #061a30;
  box-shadow: 0 18px 44px rgba(44, 86, 132, 0.07);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.mtca20-category-card:hover {
  transform: translateY(-3px);
  border-color: #bcd4f2;
  box-shadow: 0 26px 62px rgba(44, 86, 132, 0.14);
  color: #061a30;
  text-decoration: none;
}

.mtca20-category-card-title {
  min-height: 48px;
  margin-top: 20px;
  display: block;
  color: #061a30;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.mtca20-category-card-media {
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f6f9fd;
}

.mtca20-category-card-media img {
  width: 82%;
  height: 108px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(61, 93, 130, 0.1));
}

.mtca20-category-card-text {
  min-height: 46px;
  margin-top: 14px;
  color: #50627b;
  font-size: 13px;
  line-height: 1.45;
}

.mtca20-category-more {
  width: fit-content;
  margin-top: auto;
  padding: 0;
  display: inline-flex;
  align-items: center;
  color: #0057df;
  font-size: 13px;
  font-weight: 800;
}

.mtca20-category-more:hover {
  color: #003ea8;
  text-decoration: none;
}

@media (max-width: 1399px) {
  .mtca20-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .mtca20-category-featured {
    min-height: 250px;
  }

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

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

@media (max-width: 767px) {
  .mtca20-category-wall {
    padding: 28px 0 56px;
  }

  .mtca20-category-wall > .row {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mtca20-category-title-row {
    display: block;
  }

  .mtca20-category-title {
    font-size: 28px;
  }

  .mtca20-category-all {
    display: inline-flex;
    margin-top: 14px;
  }

  .mtca20-category-featured {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .mtca20-category-featured-info {
    min-height: 210px;
    padding: 28px 24px 22px;
  }

  .mtca20-category-featured-title {
    font-size: 25px;
  }

  .mtca20-category-featured-media {
    min-height: 210px;
  }

  .mtca20-category-featured-media img {
    width: 78%;
    height: 180px;
  }

  .mtca20-category-grid {
    grid-template-columns: 1fr;
  }

  .mtca20-category-card {
    min-height: 0;
  }

  .mtca20-category-card-media {
    height: 170px;
  }

  .mtca20-category-card-title {
    min-height: 0;
    font-size: 21px;
  }
}

/* Stage 5: MTCA 2.0 catalog page */
.mtca20-catalog-page {
  max-width: 1480px;
  padding-top: 28px;
  padding-bottom: 70px;
  color: #061a30;
}

.mtca20-catalog-title-row {
  margin-bottom: 22px;
}

.mtca20-catalog-title {
  margin: 0;
  color: #061a30;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.mtca20-catalog-layout {
  align-items: flex-start;
}

.mtca20-catalog-layout > #column-left {
  padding-right: 18px;
}

.mtca20-catalog-layout > #column-left .h-100 {
  position: sticky;
  top: 92px;
}

.mtca20-catalog-layout > #column-left .ocfilter,
.mtca20-catalog-layout > #column-left .panel-default,
.mtca20-catalog-layout > #column-left .fm-module-column-box {
  overflow: hidden;
  border: 1px solid #dfe9f5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(44, 86, 132, 0.07);
}

.mtca20-catalog-layout > #column-left .panel-heading,
.mtca20-catalog-layout > #column-left .fm-column-title,
.mtca20-catalog-layout > #column-left .ocfilter .panel-heading {
  border: 0;
  background: #f4f8ff !important;
  color: #061a30;
  font-weight: 800;
}

.mtca20-catalog-layout > #column-left .list-group-item,
.mtca20-catalog-layout > #column-left .ocfilter-option {
  border-color: #e5eef8;
}

.mtca20-catalog-content {
  min-width: 0;
}

.mtca20-catalog-content.no-col {
  padding-left: 0;
  padding-right: 0;
}

.mtca20-catalog-content .fm-category-description {
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid #dfe9f5;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  box-shadow: 0 18px 44px rgba(44, 86, 132, 0.07);
}

.mtca20-catalog-content .fm-category-description-img {
  padding: 20px;
}

.mtca20-catalog-content .fm-category-description-img img {
  border-radius: 12px;
  object-fit: contain;
}

.mtca20-catalog-content .fm-category-description-text {
  color: #526985;
  font-size: 15px;
  line-height: 1.65;
}

.mtca20-catalog-toolbar {
  margin-bottom: 18px;
  padding: 14px;
  gap: 16px;
  border: 1px solid #dfe9f5;
  border-radius: 14px;
  background: #f8fbff;
  box-shadow: 0 14px 34px rgba(42, 76, 118, 0.06);
}

.mtca20-catalog-sort-limit {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mtca20-catalog-select-label {
  margin: 0;
  color: #526985;
  font-size: 13px;
  font-weight: 700;
}

.mtca20-catalog-select {
  min-height: 40px;
  max-width: 260px;
  padding: 0 36px 0 12px;
  border: 1px solid #d7e5f5;
  border-radius: 8px;
  background-color: #fff;
  color: #061a30;
  font-size: 14px;
  font-weight: 700;
}

.mtca20-catalog-toolbar .fm-category-appearance {
  gap: 8px;
}

.mtca20-catalog-toolbar .fm-category-appearance-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #d7e5f5;
  border-radius: 8px;
  background: #fff;
  color: #526985;
}

.mtca20-subcategory {
  margin-bottom: 22px;
}

.mtca20-subcategory .subcat-row {
  row-gap: 12px;
}

.mtca20-subcategory .subcat-item-box {
  padding: 6px;
}

.mtca20-subcategory .subcat-item {
  min-height: 150px;
  padding: 16px 12px;
  border: 1px solid #dfe9f5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(44, 86, 132, 0.06);
}

.mtca20-subcategory .subcat-item-img {
  width: 88px;
  height: 74px;
  object-fit: contain;
}

.mtca20-subcategory .subcat-item-title {
  margin-top: 12px;
  color: #061a30;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.mtca20-catalog-products {
  row-gap: 14px;
}

.mtca20-catalog-product-col {
  padding: 7px;
}

.mtca20-catalog-product-card {
  min-height: 510px;
  overflow: hidden;
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(42, 76, 118, 0.07);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.mtca20-catalog-product-card:hover {
  transform: translateY(-2px);
  border-color: #bfd4ef;
  box-shadow: 0 22px 54px rgba(42, 76, 118, 0.12);
}

.mtca20-catalog-product-card .fm-module-img {
  height: 198px;
  padding: 18px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e7eef7;
  background: #fff;
}

.mtca20-catalog-product-card .fm-module-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.mtca20-catalog-product-card .fm-module-img img {
  width: auto;
  max-width: 100%;
  max-height: 158px;
  object-fit: contain;
}

.mtca20-catalog-product-card .fm-module-rating {
  display: none !important;
}

.mtca20-catalog-product-card .fm-category-product-caption {
  min-height: 312px;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
}

.mtca20-catalog-product-model {
  margin-bottom: 8px;
  color: #0758d9;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.mtca20-catalog-product-card .fm-module-title {
  min-height: 48px;
  margin: 0;
}

.mtca20-catalog-product-card .fm-module-title a {
  color: #061a30;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.mtca20-catalog-product-card .fm-module-title a:hover {
  color: #0758d9;
  text-decoration: none;
}

.mtca20-catalog-product-description {
  min-height: 48px;
  margin-top: 12px;
  color: #687995;
  font-size: 13px;
  line-height: 1.45;
}

.mtca20-catalog-product-card .fm-module-price {
  margin-top: 16px;
}

.mtca20-catalog-product-card .fm-module-price-top,
.mtca20-catalog-product-card .fm-module-price-bottom {
  justify-content: flex-start !important;
}

.mtca20-catalog-product-card .fm-module-price-new {
  color: #061a30;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.mtca20-catalog-product-card .fm-module-price-old {
  color: #8a9aaf;
  font-size: 13px;
}

.mtca20-catalog-product-actions {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 38px 38px minmax(0, 1fr);
  gap: 8px;
}

.mtca20-catalog-cart-btn {
  min-width: 0;
  min-height: 38px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: #0758d9;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  box-shadow: 0 10px 20px rgba(7, 88, 217, 0.16);
}

.mtca20-catalog-cart-btn:hover {
  background: #064bb8;
  color: #fff;
}

.mtca20-catalog-product-card .fm-module-overlay {
  display: none !important;
}

.mtca20-catalog-pagination {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.mtca20-catalog-pagination .pagination {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.mtca20-catalog-pagination .pagination li a,
.mtca20-catalog-pagination .pagination li span {
  min-width: 38px;
  min-height: 38px;
  border: 1px solid #dbe7f5;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #061a30;
  font-weight: 800;
}

.mtca20-catalog-pagination .pagination li.active span,
.mtca20-catalog-pagination .pagination li a:hover {
  border-color: #0758d9;
  background: #0758d9;
  color: #fff;
}

@media (max-width: 1199px) {
  .mtca20-catalog-title {
    font-size: 34px;
  }

  .mtca20-catalog-product-card .fm-module-title a {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .mtca20-catalog-layout > #column-left {
    padding-right: 0;
    margin-bottom: 18px;
  }

  .mtca20-catalog-layout > #column-left .h-100 {
    position: static;
  }

  .mtca20-catalog-toolbar {
    display: block !important;
  }

  .mtca20-catalog-toolbar .fm-category-appearance {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .mtca20-catalog-page {
    padding-top: 20px;
    padding-bottom: 54px;
  }

  .mtca20-catalog-title {
    font-size: 30px;
  }

  .mtca20-catalog-content .fm-category-description-img {
    padding: 14px;
  }

  .mtca20-catalog-content .fm-category-description-img img {
    max-height: 180px;
  }

  .mtca20-catalog-content .fm-category-description-text {
    padding: 0 14px 16px;
    font-size: 14px;
    line-height: 1.55;
  }

  .mtca20-catalog-sort-limit {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .mtca20-catalog-select {
    width: 100%;
    max-width: none;
  }

  .mtca20-catalog-product-col {
    padding: 7px 0;
  }

  .mtca20-catalog-product-card {
    min-height: 0;
  }

  .mtca20-catalog-product-card .fm-module-img {
    height: 190px;
  }

  .mtca20-catalog-product-card .fm-category-product-caption {
    min-height: 0;
  }
}

/* Stage 5 correction: category pages closer to the approved MTCA 2.0 catalog mockup */
.mtca20-catalog-page {
  max-width: 1400px;
  padding-top: 18px;
  padding-bottom: 64px;
}

.mtca20-catalog-page .fm-breadcrumb,
.mtca20-catalog-page .breadcrumb {
  margin-bottom: 12px;
  color: #74859b;
  font-size: 11px;
}

.mtca20-catalog-hero {
  min-height: 250px;
  margin-bottom: 24px;
  padding: 34px 44px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 32px;
  border: 1px solid #cfe0f4;
  border-radius: 14px;
  background:
    radial-gradient(circle at 78% 30%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0) 30%),
    linear-gradient(107deg, #f5fbff 0%, #eaf5ff 48%, #dceeff 100%);
}

.mtca20-catalog-hero-copy {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.mtca20-catalog-title {
  max-width: 560px;
  margin: 0 0 14px;
  color: #061a30;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.08;
}

.mtca20-catalog-hero-text {
  max-width: 620px;
  max-height: 62px;
  overflow: hidden;
  color: #536983;
  font-size: 14px;
  line-height: 1.55;
}

.mtca20-catalog-hero-text p {
  margin: 0;
}

.mtca20-catalog-hero-links {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mtca20-catalog-hero-links a {
  min-height: 28px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b8d0ee;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #46607c;
  font-size: 11px;
  font-weight: 700;
}

.mtca20-catalog-hero-links a:hover {
  border-color: #0758d9;
  color: #0758d9;
  text-decoration: none;
}

.mtca20-catalog-hero-media {
  min-height: 182px;
  position: relative;
  z-index: 1;
}

.mtca20-catalog-hero-item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(213, 229, 247, 0.72);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 38px rgba(42, 75, 114, 0.12);
}

.mtca20-catalog-hero-item img {
  width: auto;
  max-width: 82%;
  max-height: 82%;
  object-fit: contain;
}

.mtca20-catalog-hero-item-1 {
  width: 176px;
  height: 148px;
  left: 12px;
  top: 8px;
}

.mtca20-catalog-hero-item-2 {
  width: 184px;
  height: 118px;
  right: 22px;
  top: 54px;
}

.mtca20-catalog-hero-item-3 {
  width: 150px;
  height: 96px;
  left: 42%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}

.mtca20-catalog-hero-media-single .mtca20-catalog-hero-item-1 {
  width: 230px;
  height: 170px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mtca20-catalog-layout {
  margin-left: -8px;
  margin-right: -8px;
  align-items: flex-start;
}

.mtca20-catalog-layout > #column-left {
  padding-left: 8px;
  padding-right: 8px;
}

.mtca20-catalog-layout > #column-left .h-100,
.mtca20-catalog-layout > #column-left > div {
  position: sticky;
  top: 92px;
}

.mtca20-catalog-layout > #column-left .ocfilter,
.mtca20-catalog-layout > #column-left .panel-default,
.mtca20-catalog-layout > #column-left .fm-module-column-box {
  overflow: hidden;
  border: 1px solid #d8e6f6;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(44, 86, 132, 0.06);
}

.mtca20-catalog-layout > #column-left .panel-heading,
.mtca20-catalog-layout > #column-left .fm-column-title,
.mtca20-catalog-layout > #column-left .ocfilter .panel-heading {
  min-height: 46px;
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid #e5eef8;
  background: #fff !important;
  color: #061a30;
  font-size: 18px;
  font-weight: 800;
}

.mtca20-catalog-layout > #column-left .panel-body,
.mtca20-catalog-layout > #column-left .list-group,
.mtca20-catalog-layout > #column-left .fm-module-column-body {
  padding: 0;
}

.mtca20-catalog-layout > #column-left .list-group-item,
.mtca20-catalog-layout > #column-left .ocfilter-option {
  padding: 12px 16px;
  border-color: #e7eff8;
  color: #536983;
  font-size: 12px;
}

.mtca20-catalog-content {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 0;
}

.mtca20-catalog-content.no-col {
  padding-left: 8px;
  padding-right: 8px;
}

.mtca20-catalog-toolbar {
  min-height: 46px;
  margin-bottom: 12px;
  padding: 8px 12px;
  gap: 12px;
  align-items: center;
  border: 1px solid #d8e6f6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(42, 76, 118, 0.045);
}

.mtca20-catalog-sort-limit {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.mtca20-catalog-select-label {
  margin: 0 2px 0 0;
  color: #6c7f99;
  font-size: 11px;
  font-weight: 700;
}

.mtca20-catalog-select {
  min-height: 30px;
  max-width: 170px;
  padding: 0 28px 0 10px;
  border: 1px solid #d7e5f5;
  border-radius: 6px;
  background-color: #fff;
  color: #061a30;
  font-size: 12px;
  font-weight: 700;
}

.mtca20-catalog-toolbar .fm-category-appearance {
  gap: 6px;
}

.mtca20-catalog-toolbar .fm-category-appearance-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #d7e5f5;
  border-radius: 6px;
  background: #fff;
  color: #526985;
  font-size: 12px;
}

.mtca20-catalog-toolbar .fm-category-appearance-btn:hover,
.mtca20-catalog-toolbar .fm-category-appearance-btn.active {
  border-color: #0758d9;
  color: #0758d9;
}

.mtca20-subcategory {
  margin-bottom: 12px;
}

.mtca20-catalog-products {
  row-gap: 14px;
}

.mtca20-catalog-product-col {
  padding: 7px;
}

.mtca20-catalog-product-card {
  min-height: 422px;
  overflow: hidden;
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(42, 76, 118, 0.055);
}

.mtca20-catalog-product-card:hover {
  transform: translateY(-1px);
  border-color: #bfd4ef;
  box-shadow: 0 18px 38px rgba(42, 76, 118, 0.1);
}

.mtca20-catalog-product-card .fm-module-img {
  height: 168px;
  padding: 18px 16px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  background: #fff;
}

.mtca20-catalog-product-card .fm-module-img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mtca20-catalog-product-card .fm-module-img img {
  width: auto;
  max-width: 100%;
  max-height: 136px;
  object-fit: contain;
}

.mtca20-catalog-product-card .fm-module-rating,
.mtca20-catalog-product-card .fm-module-overlay {
  display: none !important;
}

.mtca20-catalog-product-card .fm-category-product-caption {
  min-height: 254px;
  padding: 10px 16px 14px;
  display: flex;
  flex-direction: column;
}

.mtca20-catalog-product-model {
  min-height: 15px;
  margin-bottom: 7px;
  color: #0758d9;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mtca20-catalog-product-card .fm-module-title {
  min-height: 38px;
  margin: 0;
}

.mtca20-catalog-product-card .fm-module-title a {
  color: #061a30;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.mtca20-catalog-product-description {
  min-height: 38px;
  margin-top: 10px;
  color: #667892;
  font-size: 10px;
  line-height: 1.45;
}

.mtca20-product-stock {
  margin-top: 8px;
  color: #168152;
  font-size: 10px;
  font-weight: 800;
}

.mtca20-catalog-product-card .fm-module-price {
  margin-top: 10px;
}

.mtca20-product-price-label {
  margin-bottom: 3px;
  color: #7b8da5;
  font-size: 10px;
  font-weight: 700;
}

.mtca20-catalog-product-card .fm-module-price-top,
.mtca20-catalog-product-card .fm-module-price-bottom {
  justify-content: flex-start !important;
}

.mtca20-catalog-product-card .fm-module-price-new {
  color: #061a30;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.08;
}

.mtca20-catalog-product-card .fm-module-price-old {
  color: #8a9aaf;
  font-size: 11px;
}

.mtca20-catalog-product-actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px 30px;
  gap: 7px;
}

.mtca20-catalog-product-actions .mtca20-product-icon-btn {
  min-width: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #d7e5f5;
  border-radius: 6px;
  background: #fff;
  color: #526985;
  font-size: 11px;
}

.mtca20-catalog-product-actions .mtca20-product-icon-btn:first-child {
  grid-column: 2;
  grid-row: 1;
}

.mtca20-catalog-product-actions .mtca20-product-icon-btn:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.mtca20-catalog-cart-btn {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  min-height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: #0758d9;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  box-shadow: 0 8px 16px rgba(7, 88, 217, 0.16);
}

.mtca20-catalog-cart-btn:hover {
  background: #064bb8;
  color: #fff;
}

.mtca20-catalog-pagination {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.mtca20-catalog-pagination .pagination {
  gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
}

.mtca20-catalog-pagination .pagination li a,
.mtca20-catalog-pagination .pagination li span {
  min-width: 32px;
  min-height: 32px;
  border: 1px solid #dbe7f5;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #061a30;
  font-size: 12px;
  font-weight: 800;
}

.mtca20-catalog-pagination .pagination li.active span,
.mtca20-catalog-pagination .pagination li a:hover {
  border-color: #0758d9;
  background: #0758d9;
  color: #fff;
}

@media (min-width: 1200px) {
  .mtca20-catalog-layout > #column-left {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mtca20-catalog-content.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 1199px) {
  .mtca20-catalog-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    padding: 30px;
  }

  .mtca20-catalog-title {
    font-size: 34px;
  }

  .mtca20-catalog-product-card .fm-module-title a {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .mtca20-catalog-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mtca20-catalog-hero-media {
    min-height: 150px;
  }

  .mtca20-catalog-layout > #column-left {
    padding-right: 8px;
    margin-bottom: 14px;
  }

  .mtca20-catalog-layout > #column-left .h-100,
  .mtca20-catalog-layout > #column-left > div {
    position: static;
  }

  .mtca20-catalog-toolbar {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .mtca20-catalog-page {
    padding-top: 14px;
    padding-bottom: 52px;
  }

  .mtca20-catalog-hero {
    margin-bottom: 16px;
    padding: 22px;
  }

  .mtca20-catalog-title {
    font-size: 28px;
  }

  .mtca20-catalog-hero-text {
    max-height: 90px;
    font-size: 13px;
  }

  .mtca20-catalog-hero-media {
    min-height: 126px;
  }

  .mtca20-catalog-hero-item-1 {
    width: 130px;
    height: 108px;
    left: 0;
    top: 0;
  }

  .mtca20-catalog-hero-item-2 {
    width: 130px;
    height: 88px;
    right: 0;
    top: 22px;
  }

  .mtca20-catalog-hero-item-3 {
    width: 112px;
    height: 76px;
    left: 50%;
  }

  .mtca20-catalog-toolbar {
    display: block !important;
  }

  .mtca20-catalog-sort-limit {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-left: 0;
  }

  .mtca20-catalog-select {
    width: 100%;
    max-width: none;
  }

  .mtca20-catalog-toolbar .fm-category-appearance {
    margin-top: 8px;
  }

  .mtca20-catalog-product-col {
    padding: 7px 0;
  }

  .mtca20-catalog-product-card {
    min-height: 0;
  }

  .mtca20-catalog-product-card .fm-module-img {
    height: 176px;
  }

  .mtca20-catalog-product-card .fm-category-product-caption {
    min-height: 0;
  }
}

/* Stage 5 correction: product cards exactly closer to the approved catalog samples */
.mtca20-catalog-product-card {
  min-height: 510px;
  border-color: #d7e5f5;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(42, 76, 118, 0.055);
}

.mtca20-catalog-product-card .fm-module-img {
  height: 206px;
  margin: 14px 14px 0;
  padding: 18px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f6f9fc;
}

.mtca20-catalog-product-card .fm-module-img img {
  max-height: 156px;
}

.mtca20-catalog-product-badges {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
}

.mtca20-catalog-product-badge {
  min-width: 34px;
  min-height: 25px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #e9f3ff;
  color: #0758d9;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.mtca20-catalog-wishlist-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  width: 30px;
  height: 30px;
  border: 1px solid #e2ecf8;
  border-radius: 50%;
  background: #fff;
  color: #6b7e98;
  box-shadow: 0 8px 18px rgba(42, 76, 118, 0.08);
}

.mtca20-catalog-product-card .fm-category-product-caption {
  min-height: 290px;
  padding: 14px 18px 16px;
}

.mtca20-catalog-product-model {
  min-height: 14px;
  margin-bottom: 9px;
  color: #0758d9;
  font-size: 9px;
}

.mtca20-catalog-product-card .fm-module-title {
  min-height: 38px;
}

.mtca20-catalog-product-card .fm-module-title a {
  font-size: 14px;
  line-height: 1.28;
}

.mtca20-catalog-product-card .fm-module-price {
  margin-top: 18px;
}

.mtca20-product-price-label {
  font-size: 10px;
}

.mtca20-catalog-product-card .fm-module-price-new {
  font-size: 22px;
  line-height: 1.08;
}

.mtca20-catalog-product-description {
  min-height: 58px;
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
  row-gap: 9px;
  color: #314966;
  font-size: 12px;
  line-height: 1.25;
}

.mtca20-catalog-product-description span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mtca20-catalog-product-description span:before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border: 1px solid #0758d9;
  transform: rotate(45deg);
}

.mtca20-catalog-product-description span:nth-child(3):before {
  transform: none;
}

.mtca20-catalog-product-description span:nth-child(4):before {
  width: 8px;
  height: 3px;
  border-width: 1px 0 0;
  transform: none;
}

.mtca20-product-stock {
  margin-top: 7px;
  font-size: 10px;
}

.mtca20-product-stock-in:before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 4px;
  display: inline-block;
  border-radius: 50%;
  background: #168152;
  vertical-align: middle;
}

.mtca20-catalog-product-actions {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 8px;
}

.mtca20-catalog-product-actions .mtca20-product-icon-btn {
  grid-column: 2;
  grid-row: 1;
  width: 36px;
  height: 36px;
  border-color: #bdd2ee;
  border-radius: 7px;
  color: #061a30;
}

.mtca20-catalog-product-actions .mtca20-product-icon-btn:first-child,
.mtca20-catalog-product-actions .mtca20-product-icon-btn:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.mtca20-catalog-cart-btn {
  grid-column: 1;
  grid-row: 1;
  min-height: 36px;
  border-radius: 7px;
  font-size: 12px;
}

.mtca20-catalog-product-offer {
  grid-column: 1 / -1;
  margin-top: -1px;
  color: #0758d9;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.mtca20-catalog-product-offer:hover {
  color: #064bb8;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .mtca20-catalog-product-card .fm-module-title a {
    font-size: 13px;
  }

  .mtca20-catalog-product-card .fm-module-price-new {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .mtca20-catalog-product-card {
    min-height: 0;
  }

  .mtca20-catalog-product-card .fm-module-img {
    height: 198px;
  }

  .mtca20-catalog-product-card .fm-category-product-caption {
    min-height: 0;
  }
}

/* Stage 6: MTCA 2.0 product page */
.mtca20-product-page {
  max-width: 1400px;
  padding-top: 18px;
  padding-bottom: 72px;
  color: #061a30;
}

.mtca20-product-page .fm-breadcrumb,
.mtca20-product-page .breadcrumb {
  margin-bottom: 12px;
  color: #7a8aa0;
  font-size: 11px;
}

.mtca20-product-title {
  max-width: 960px;
  margin: 0 0 20px;
  color: #061a30;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
}

.mtca20-product-layout {
  margin-left: -8px;
  margin-right: -8px;
  align-items: flex-start;
}

.mtca20-product-layout > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.mtca20-product-main,
.mtca20-product-buybox {
  overflow: hidden;
  border: 1px solid #d8e6f6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(42, 76, 118, 0.07);
}

.mtca20-product-main .fm-proruct-left-top {
  padding: 22px;
  border: 0;
}

.mtca20-product-main .fm-product-left-top-info {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid #e1ebf7;
  border-radius: 12px;
  background: #f8fbff;
}

.mtca20-product-main .fm-product-left-top-info-list {
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mtca20-product-main .fm-product-left-top-info-item {
  min-height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8e6f6;
  border-radius: 999px;
  background: #fff;
  color: #526985;
  font-size: 12px;
  font-weight: 700;
}

.mtca20-product-main .fm-product-left-top-info-is {
  margin-left: 5px;
  color: #168152;
  font-weight: 800;
}

.mtca20-product-main .fm-product-left-top-info-block {
  color: #526985;
  font-size: 12px;
}

.mtca20-product-main .fm-product-left-top-info-block-brand a,
.mtca20-product-main .fm-product-left-top-info-block-reviews a {
  color: #0758d9;
  font-weight: 800;
}

.mtca20-product-main .fm-product-left-top-photo-main {
  min-height: 480px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1ebf7;
  border-radius: 16px;
  background: radial-gradient(circle at 50% 38%, #fff 0, #fff 42%, #f4f8fd 100%);
}

.mtca20-product-main .fm-product-slide-box,
.mtca20-product-main .fm-product-slide,
.mtca20-product-main .fm-product-slide a {
  width: 100%;
}

.mtca20-product-main .fm-product-slide {
  min-height: 440px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.mtca20-product-main .fm-product-slide a {
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mtca20-product-main .fm-product-slide img {
  width: auto;
  max-width: min(78%, 620px);
  max-height: 410px;
  object-fit: contain;
}

.mtca20-product-main .image-additional-box {
  margin-bottom: 22px;
}

.mtca20-product-main .image-additional-list {
  margin: 0 -6px;
}

.mtca20-product-main .image-additional-item {
  padding: 0 6px;
}

.mtca20-product-main .additional-gallery-item {
  width: 84px;
  height: 72px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe8f7;
  border-radius: 10px;
  background: #f8fbff;
}

.mtca20-product-main .additional-gallery-item.active,
.mtca20-product-main .additional-gallery-item:hover {
  border-color: #0758d9;
}

.mtca20-product-main .additional-gallery-item img {
  width: auto;
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

.mtca20-product-main .fm-product-description-nav {
  margin: 8px 0 0;
  padding: 8px;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  border: 1px solid #e1ebf7;
  border-radius: 12px;
  background: #f8fbff;
}

.mtca20-product-main .fm-product-description-nav::-webkit-scrollbar {
  display: none;
}

.mtca20-product-main .fm-product-description-nav-item {
  margin: 0;
  flex: 0 0 auto;
}

.mtca20-product-main .fm-product-description-nav-item a {
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 9px;
  color: #526985;
  font-size: 12px;
  font-weight: 800;
}

.mtca20-product-main .fm-product-description-nav-item-active a,
.mtca20-product-main .fm-product-description-nav-item a:hover {
  background: #0758d9;
  color: #fff;
  text-decoration: none;
}

.mtca20-product-main .fm-product-description-cont,
.mtca20-product-main .fm-product-attributtes {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid #e1ebf7;
  border-radius: 14px;
  background: #fff;
  color: #526985;
  font-size: 15px;
  line-height: 1.75;
}

.mtca20-product-main .fm-page-main-title,
.mtca20-product-main .fm-product-attributtes-title {
  margin-bottom: 16px;
  color: #061a30;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.mtca20-product-main .fm-product-attributtes-cont {
  margin-bottom: 18px;
}

.mtca20-product-main .fm-product-attributtes-item {
  min-height: 42px;
  padding: 10px 0;
  gap: 20px;
  border-bottom: 1px solid #edf3fa;
  color: #526985;
  font-size: 14px;
}

.mtca20-product-main .fm-product-attributtes-item span:last-child {
  color: #061a30;
  font-weight: 800;
  text-align: right;
}

.mtca20-product-aside {
  position: sticky;
  top: 92px;
}

.mtca20-product-buybox {
  padding: 22px;
}

.mtca20-product-buybox .fm-product-right-top,
.mtca20-product-buybox .fm-product-right-bottom {
  border: 0;
  background: transparent;
}

.mtca20-product-buybox .fm-product-right-block {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid #e6eef8;
}

.mtca20-product-buybox .fm-product-right-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.mtca20-product-buybox .fm-price-block .fm-module-price {
  align-items: baseline !important;
  gap: 10px;
  flex-wrap: wrap;
}

.mtca20-product-buybox .fm-module-price-new {
  color: #061a30;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
}

.mtca20-product-buybox .fm-module-price-old {
  color: #8a9aaf;
  font-size: 16px;
  text-decoration: line-through;
}

.mtca20-product-buybox .fm-price-block-info {
  margin-top: 8px;
  color: #6c7f99;
  font-size: 12px;
}

.mtca20-product-buybox .fm-product-option-title,
.mtca20-product-buybox .fm-control-label,
.mtca20-product-buybox .product-quantity-label {
  color: #061a30;
  font-size: 13px;
  font-weight: 800;
}

.mtca20-product-buybox .form-control,
.mtca20-product-buybox .fm-select {
  min-height: 42px;
  border: 1px solid #dbe8f7;
  border-radius: 9px;
  background: #fff;
  color: #061a30;
  box-shadow: none;
}

.mtca20-product-buybox .fm-product-buttons .d-flex {
  align-items: flex-end !important;
  gap: 14px;
}

.mtca20-product-buybox .fm-product-quantity .btn-group {
  min-height: 42px;
  overflow: hidden;
  border: 1px solid #dbe8f7;
  border-radius: 9px;
}

.mtca20-product-buybox .fm-product-quantity-btn {
  width: 38px;
  border: 0;
  background: #f4f8fd;
  color: #061a30;
  font-weight: 800;
}

.mtca20-product-buybox #input-quantity {
  width: 52px;
  min-height: 40px;
  border: 0;
  border-left: 1px solid #dbe8f7;
  border-right: 1px solid #dbe8f7;
  text-align: center;
  font-weight: 800;
}

.mtca20-product-buybox .fm-product-buttons-list {
  display: flex;
  gap: 8px;
}

.mtca20-product-buybox .fm-product-buttons-item {
  margin: 0;
}

.mtca20-product-buybox .fm-product-buttons-link {
  width: 42px;
  height: 42px;
  padding: 0;
  justify-content: center;
  border: 1px solid #dbe8f7;
  border-radius: 9px;
  background: #fff;
  color: #526985;
}

.mtca20-product-buybox .fm-product-buttons-link span {
  display: none;
}

.mtca20-product-buybox .fm-product-buttons-link:hover {
  border-color: #0758d9;
  color: #0758d9;
  text-decoration: none;
}

.mtca20-product-buybox .fm-product-btn-group {
  margin-top: 16px;
}

.mtca20-product-buybox .fm-product-btn-cart {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 9px;
  background: #0758d9;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(7, 88, 217, 0.18);
}

.mtca20-product-buybox .fm-product-btn-cart:hover {
  background: #064bb8;
  color: #fff;
}

.mtca20-product-buybox .fm-product-btn-cart img {
  max-width: 18px;
  margin-right: 8px;
  filter: brightness(0) invert(1);
}

.mtca20-product-buybox .fm-product-advantages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.mtca20-product-buybox .fm-advantages-block {
  padding: 14px;
  border: 1px solid #e1ebf7;
  border-radius: 12px;
  background: #f8fbff;
}

.mtca20-product-buybox .fm-advantages-img {
  color: #0758d9;
  font-size: 20px;
}

.mtca20-product-buybox .fm-advantages-title {
  margin-top: 6px;
  color: #061a30;
  font-size: 13px;
  font-weight: 800;
}

.mtca20-product-buybox .fm-advantages-title a {
  color: inherit;
}

.mtca20-product-buybox .fm-advantages-text {
  margin-top: 4px;
  color: #6c7f99;
  font-size: 12px;
  line-height: 1.45;
}

.mtca20-product-page .fm-product-reviews {
  width: 100%;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid #d8e6f6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(42, 76, 118, 0.06);
}

@media (max-width: 1199px) {
  .mtca20-product-title {
    font-size: 36px;
  }

  .mtca20-product-main .fm-product-left-top-photo-main {
    min-height: 420px;
  }

  .mtca20-product-main .fm-product-slide,
  .mtca20-product-main .fm-product-slide a {
    min-height: 380px;
  }

  .mtca20-product-buybox .fm-module-price-new {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .mtca20-product-aside {
    position: static;
    margin-top: 16px;
  }

  .mtca20-product-main .fm-product-left-top-info {
    display: block !important;
  }

  .mtca20-product-main .fm-product-left-top-info-block {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .mtca20-product-page {
    padding-top: 14px;
    padding-bottom: 52px;
  }

  .mtca20-product-title {
    font-size: 28px;
    line-height: 1.14;
  }

  .mtca20-product-main .fm-proruct-left-top {
    padding: 14px;
  }

  .mtca20-product-main .fm-product-left-top-photo-main {
    min-height: 300px;
  }

  .mtca20-product-main .fm-product-slide,
  .mtca20-product-main .fm-product-slide a {
    min-height: 270px;
  }

  .mtca20-product-main .fm-product-slide img {
    max-width: 86%;
    max-height: 250px;
  }

  .mtca20-product-main .fm-product-description-cont,
  .mtca20-product-main .fm-product-attributtes,
  .mtca20-product-buybox {
    padding: 16px;
  }

  .mtca20-product-buybox .fm-product-buttons .d-flex {
    align-items: flex-end !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .mtca20-product-buybox .fm-product-quantity.d-flex {
    flex: 1 1 150px;
  }

  .mtca20-product-buybox .fm-product-quantity.btn-group {
    flex: 0 0 auto;
  }

  .mtca20-product-buybox .fm-product-buttons-list {
    width: auto;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .mtca20-product-buybox .fm-product-buttons-link {
    flex: 0 0 42px;
    width: 42px;
  }

  .mtca20-product-buybox .fm-product-attributtes-item {
    display: block !important;
  }
}

/* Stage 6 correction: product first screen like the approved reference */
.mtca20-product-top-title-row {
  display: none;
}

.mtca20-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(420px, 0.93fr);
  gap: 64px;
  margin-left: 0;
  margin-right: 0;
}

.mtca20-product-layout > .col-lg-8,
.mtca20-product-layout > .col-lg-4 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  flex: none;
}

.mtca20-product-main,
.mtca20-product-buybox {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mtca20-product-main .fm-proruct-left-top {
  min-height: 590px;
  padding: 0 0 0 96px;
  position: relative;
  border: 0;
}

.mtca20-product-main .fm-product-left-top-info {
  display: none !important;
}

.mtca20-product-main .fm-product-left-top-photo-main {
  min-height: 590px;
  margin: 0;
  position: relative;
  border: 1px solid #d8e6f6;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.mtca20-product-main .fm-product-slide,
.mtca20-product-main .fm-product-slide a {
  min-height: 560px;
}

.mtca20-product-main .fm-product-slide img {
  max-width: 78%;
  max-height: 500px;
}

.mtca20-product-main .image-additional-box {
  width: 82px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

.mtca20-product-main .image-additional-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.mtca20-product-main .image-additional-item {
  padding: 0;
}

.mtca20-product-main .additional-gallery-item {
  width: 82px;
  height: 82px;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
}

.mtca20-product-main .additional-gallery-item.active,
.mtca20-product-main .additional-gallery-item:hover {
  border-color: #0758d9;
  box-shadow: 0 10px 22px rgba(7, 88, 217, 0.1);
}

.mtca20-product-main .additional-gallery-item img {
  max-height: 64px;
}

.mtca20-product-fullscreen {
  min-height: 32px;
  padding: 0 14px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 7px;
  background: #20344f;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.mtca20-product-fullscreen:hover {
  color: #fff;
  text-decoration: none;
  background: #16263d;
}

.mtca20-product-main .fm-product-description-nav,
.mtca20-product-main .fm-product-description-cont,
.mtca20-product-main .fm-product-attributtes {
  margin-left: -96px;
}

.mtca20-product-buybox {
  padding: 18px 0 0;
}

.mtca20-product-kicker {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0758d9;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.mtca20-product-kicker a {
  color: #0758d9;
}

.mtca20-product-kicker span:before {
  content: "\00b7";
  margin-right: 8px;
}

.mtca20-product-buybox-title {
  margin: 0 0 14px;
  color: #061a30;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
}

.mtca20-product-meta {
  margin-bottom: 18px;
  padding-bottom: 18px;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbe7f5;
  color: #6d7f98;
  font-size: 12px;
  font-weight: 700;
}

.mtca20-product-buybox .fm-price-block {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.mtca20-product-stock-row {
  margin-bottom: 14px;
  color: #168152;
  font-size: 15px;
  font-weight: 900;
}

.mtca20-product-stock-row:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #168152;
  vertical-align: middle;
}

.mtca20-product-stock-out {
  color: #ba3b3b;
}

.mtca20-product-stock-out:before {
  background: #ba3b3b;
}

.mtca20-product-buybox .mtca20-product-price-label {
  margin-bottom: 6px;
  color: #7b8da5;
  font-size: 12px;
}

.mtca20-product-buybox .fm-module-price-new {
  font-size: 34px;
}

.mtca20-product-warranty-pill {
  width: max-content;
  max-width: 100%;
  min-height: 40px;
  margin: 22px 0;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d8e6f6;
  border-radius: 8px;
  background: #f8fbff;
  color: #526985;
  font-size: 12px;
  font-weight: 800;
}

.mtca20-product-warranty-pill i {
  color: #0758d9;
}

.mtca20-product-quick-attrs {
  margin: 0 0 22px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  border-radius: 12px;
  background: #f3f7fc;
}

.mtca20-product-quick-attr {
  min-width: 0;
  color: #061a30;
  font-size: 12px;
  font-weight: 700;
}

.mtca20-product-quick-attr:before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 4px;
  display: inline-block;
  border: 1px solid #0758d9;
  transform: rotate(45deg);
  vertical-align: middle;
}

.mtca20-product-tags-box {
  margin-bottom: 18px;
}

.mtca20-product-tags-title {
  margin-bottom: 10px;
  color: #061a30;
  font-size: 14px;
  font-weight: 900;
}

.mtca20-product-tags-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mtca20-product-tags-list a {
  min-height: 26px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eaf3ff;
  color: #0758d9;
  font-size: 11px;
  font-weight: 800;
}

.mtca20-product-tags-list a:before {
  content: "\2713";
  margin-right: 4px;
}

.mtca20-product-buybox #product {
  margin-top: 12px;
}

.mtca20-product-buybox #fm-product-options-box {
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: 0;
}

.mtca20-product-buybox .fm-product-buttons {
  padding-bottom: 0;
  border-bottom: 0;
}

.mtca20-product-buybox .fm-product-buttons > .d-flex {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
  flex-wrap: nowrap;
}

.mtca20-product-buybox .fm-product-quantity.d-flex {
  flex-direction: row !important;
  align-items: center;
  flex: 0 0 auto;
}

.mtca20-product-buybox .product-quantity-label {
  display: none;
}

.mtca20-product-buybox .fm-product-buttons-list {
  margin-left: 0;
  flex: 0 0 auto;
  order: 3;
}

.mtca20-product-buybox .fm-product-btn-group {
  margin-top: 0;
  margin-left: 0;
  flex: 1 1 auto;
  order: 2;
}

.mtca20-product-buybox .fm-product-btn-cart {
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 0 18px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}

.mtca20-product-buybox .fm-product-buttons .fm-product-btn-cart.d-flex {
  align-items: center !important;
  gap: 0;
}

.mtca20-product-buybox .fm-product-btn-cart span {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  transform: none;
}

.mtca20-product-buybox .fm-product-buttons {
  display: grid;
  grid-template-columns: 112px minmax(260px, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.mtca20-product-buybox .fm-product-buttons > .d-flex {
  display: contents !important;
}

.mtca20-product-buybox .fm-product-btn-group {
  grid-column: 2;
  grid-row: 1;
}

.mtca20-product-buybox .fm-product-buttons-list {
  grid-column: 3;
  grid-row: 1;
}

.mtca20-product-buybox .fm-product-buttons-link {
  width: auto;
  min-width: 92px;
  height: 38px;
  padding: 0 12px;
}

.mtca20-product-buybox .fm-product-buttons-link span {
  display: inline;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 700;
}

.mtca20-product-buybox .fm-product-right-bottom {
  display: none;
}

@media (max-width: 1199px) {
  .mtca20-product-layout {
    gap: 36px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  }

  .mtca20-product-buybox-title {
    font-size: 34px;
  }

  .mtca20-product-main .fm-product-left-top-photo-main {
    min-height: 520px;
  }

  .mtca20-product-main .fm-product-slide,
  .mtca20-product-main .fm-product-slide a {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .mtca20-product-layout {
    display: block;
  }

  .mtca20-product-aside {
    margin-top: 26px;
  }

  .mtca20-product-main .fm-product-description-nav,
  .mtca20-product-main .fm-product-description-cont,
  .mtca20-product-main .fm-product-attributtes {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .mtca20-product-main .fm-proruct-left-top {
    min-height: 0;
    padding-left: 0;
  }

  .mtca20-product-main .fm-product-left-top-photo-main {
    min-height: 330px;
    margin-top: 98px;
  }

  .mtca20-product-main .fm-product-slide,
  .mtca20-product-main .fm-product-slide a {
    min-height: 310px;
  }

  .mtca20-product-main .fm-product-slide img {
    max-width: 86%;
    max-height: 286px;
  }

  .mtca20-product-main .image-additional-box {
    width: 100%;
    top: 0;
  }

  .mtca20-product-main .image-additional-list {
    flex-direction: row;
    overflow-x: auto;
  }

  .mtca20-product-main .additional-gallery-item {
    width: 74px;
    height: 74px;
  }

  .mtca20-product-fullscreen span {
    display: none;
  }

  .mtca20-product-fullscreen {
    width: 38px;
    min-height: 34px;
    padding: 0;
    justify-content: center;
  }

  .mtca20-product-buybox-title {
    font-size: 29px;
  }

  .mtca20-product-meta {
    gap: 10px;
  }

  .mtca20-product-quick-attrs {
    grid-template-columns: 1fr;
  }

  .mtca20-product-buybox .fm-product-buttons > .d-flex {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
  }

  .mtca20-product-buybox .fm-product-buttons {
    display: block;
  }

  .mtca20-product-buybox .fm-product-btn-group {
    margin-top: 12px;
    margin-left: 0;
    flex: 0 0 100%;
  }
}

/* Stage 7: MTCA 2.0 manufacturers */
.mtca20-manufacturer-page {
  padding-bottom: 52px;
}

.mtca20-manufacturer-hero {
  margin: 12px 0 22px;
  padding: 28px 30px;
  border: 1px solid #d7e6f7;
  border-radius: 14px;
  background: linear-gradient(104deg, #ffffff 0%, #f3f8ff 52%, #eaf4ff 100%);
  overflow: hidden;
}

.mtca20-manufacturer-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.mtca20-manufacturer-title {
  margin: 4px 0 0;
  color: #071c34;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 800;
}

.mtca20-manufacturer-index {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.mtca20-manufacturer-index span {
  margin-right: 4px;
  color: #71829c;
  font-size: 13px;
}

.mtca20-manufacturer-index a {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #d7e6f7;
  border-radius: 9px;
  background: #fff;
  color: #096bed;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mtca20-manufacturer-index a:hover {
  border-color: #0a73f6;
  box-shadow: 0 10px 22px rgba(13, 95, 214, .12);
  transform: translateY(-1px);
}

.mtca20-manufacturer-content {
  padding: 26px;
  border: 1px solid #dbe8f7;
  border-radius: 14px;
  background: #f8fbff;
}

.fm-content-manufacturer .mtca20-manufacturer-letter {
  margin: 0 0 16px;
  color: #071c34;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.fm-content-manufacturer .mtca20-manufacturer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 26px;
  padding: 0 0 26px;
  border-bottom: 1px solid #dbe8f7;
}

.fm-content-manufacturer .mtca20-manufacturer-card {
  width: auto;
  min-height: 172px;
  margin: 0;
  padding: 14px;
  border: 1px solid #dbe8f7;
  border-radius: 12px;
  background: #fff;
  color: #071c34;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(9, 27, 54, .04);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.fm-content-manufacturer .mtca20-manufacturer-card:hover {
  border-color: #0a73f6;
  box-shadow: 0 18px 34px rgba(9, 27, 54, .1);
  transform: translateY(-2px);
}

.mtca20-manufacturer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 92px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: #f3f7fc;
}

.mtca20-manufacturer-logo img {
  max-width: 84%;
  max-height: 68px;
  object-fit: contain;
}

.mtca20-manufacturer-initial {
  color: #0a73f6;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.fm-content-manufacturer .mtca20-manufacturer-card .fm-manufacturer-card-title {
  display: block;
  min-height: 38px;
  color: #071c34;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none;
}

.mtca20-manufacturer-total {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  margin-top: auto;
  padding: 0 9px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #096bed;
  font-size: 12px;
  font-weight: 800;
}

.mtca20-manufacturer-info-hero {
  padding: 32px;
}

.mtca20-manufacturer-results {
  margin-top: 12px;
  color: #71829c;
  font-size: 14px;
}

.mtca20-manufacturer-hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 260px;
  height: 150px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 38px rgba(9, 27, 54, .08);
}

.mtca20-manufacturer-hero-logo img {
  max-width: 82%;
  max-height: 110px;
  object-fit: contain;
}

.mtca20-manufacturer-hero-logo span {
  color: #0a73f6;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
}

.mtca20-manufacturer-products-content {
  padding-top: 0;
}

.mtca20-manufacturer-products .mtca20-catalog-product-card {
  min-height: 100%;
}

@media (max-width: 1199px) {
  .fm-content-manufacturer .mtca20-manufacturer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .mtca20-manufacturer-hero {
    padding: 24px;
  }

  .mtca20-manufacturer-title {
    font-size: 32px;
  }

  .fm-content-manufacturer .mtca20-manufacturer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mtca20-manufacturer-hero-logo {
    flex-basis: 210px;
    height: 132px;
  }
}

@media (max-width: 767px) {
  .mtca20-manufacturer-hero {
    padding: 20px;
    border-radius: 12px;
  }

  .mtca20-manufacturer-hero-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .mtca20-manufacturer-title {
    font-size: 28px;
  }

  .mtca20-manufacturer-content {
    padding: 16px;
  }

  .fm-content-manufacturer .mtca20-manufacturer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fm-content-manufacturer .mtca20-manufacturer-card {
    min-height: 154px;
    padding: 10px;
  }

  .mtca20-manufacturer-logo {
    height: 78px;
  }

  .mtca20-manufacturer-hero-logo {
    flex: 0 0 auto;
    width: 100%;
    height: 118px;
  }

  .mtca20-manufacturer-products-content .mtca20-catalog-sortbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .mtca20-manufacturer-products-content .mtca20-catalog-count {
    width: 100%;
  }

  .mtca20-manufacturer-products-content .sort-limit {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .fm-content-manufacturer .mtca20-manufacturer-grid {
    grid-template-columns: 1fr;
  }

  .mtca20-manufacturer-index a {
    min-width: 31px;
    height: 31px;
    padding: 0 8px;
    line-height: 29px;
  }
}

/* Stage 14 refinement: manufacturer pages */
.mtca20-manufacturer-page {
  padding-bottom: 64px;
}

.mtca20-manufacturer-page .mtca20-manufacturer-hero {
  margin: 14px 0 34px;
  padding: 34px 38px;
  border-radius: 8px;
  background: linear-gradient(102deg, #ffffff 0%, #f7fbff 48%, #eef6ff 100%);
  box-shadow: none;
}

.mtca20-manufacturer-page .mtca20-section-kicker {
  margin-bottom: 10px;
  color: #0758d9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mtca20-manufacturer-page .mtca20-manufacturer-title {
  max-width: 760px;
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.mtca20-manufacturer-page .mtca20-manufacturer-index {
  max-width: 760px;
  margin-top: 22px;
}

.mtca20-manufacturer-page .mtca20-manufacturer-index a {
  border-radius: 6px;
  font-weight: 800;
}

.mtca20-manufacturer-list-page .mtca20-manufacturer-content {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.mtca20-manufacturer-list-page .mtca20-manufacturer-letter {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 34px 0 16px;
  font-size: 24px;
}

.mtca20-manufacturer-list-page .mtca20-manufacturer-letter:first-child {
  margin-top: 0;
}

.mtca20-manufacturer-list-page .mtca20-manufacturer-letter::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #dbe8f7;
}

.fm-content-manufacturer .mtca20-manufacturer-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 0;
}

.fm-content-manufacturer .mtca20-manufacturer-card {
  min-height: 146px;
  padding: 12px;
  border-radius: 8px;
  box-shadow: none;
}

.mtca20-manufacturer-logo {
  height: 82px;
  margin-bottom: 12px;
  border-radius: 6px;
  background: #f5f9fe;
}

.mtca20-manufacturer-logo img {
  max-width: 86%;
  max-height: 54px;
}

.fm-content-manufacturer .mtca20-manufacturer-card .fm-manufacturer-card-title {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mtca20-manufacturer-total {
  height: 22px;
  margin-top: 10px;
  font-size: 11px;
}

.mtca20-manufacturer-info-page .mtca20-manufacturer-info-hero {
  padding: 30px 34px;
}

.mtca20-manufacturer-info-page .mtca20-manufacturer-hero-inner {
  min-height: 142px;
}

.mtca20-manufacturer-info-page .mtca20-manufacturer-results {
  margin-top: 14px;
  font-size: 13px;
}

.mtca20-manufacturer-info-page .mtca20-manufacturer-hero-logo {
  flex: 0 0 250px;
  height: 128px;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(9, 27, 54, .08);
}

.mtca20-manufacturer-info-page .mtca20-manufacturer-hero-logo img {
  max-height: 88px;
}

.mtca20-manufacturer-info-page .mtca20-manufacturer-products-content {
  padding: 0;
}

.mtca20-manufacturer-info-page .mtca20-catalog-sortbar {
  margin-bottom: 18px;
}

@media (max-width: 1199px) {
  .fm-content-manufacturer .mtca20-manufacturer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .mtca20-manufacturer-page .mtca20-manufacturer-hero {
    padding: 28px;
  }

  .mtca20-manufacturer-page .mtca20-manufacturer-title {
    font-size: 34px;
  }

  .mtca20-manufacturer-info-page .mtca20-manufacturer-hero-logo {
    flex-basis: 210px;
  }
}

@media (max-width: 767px) {
  .mtca20-manufacturer-page .mtca20-manufacturer-hero {
    margin-bottom: 26px;
    padding: 22px;
  }

  .mtca20-manufacturer-page .mtca20-manufacturer-title {
    font-size: 29px;
  }

  .fm-content-manufacturer .mtca20-manufacturer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fm-content-manufacturer .mtca20-manufacturer-card {
    min-height: 132px;
  }

  .mtca20-manufacturer-info-page .mtca20-manufacturer-hero-inner {
    min-height: 0;
  }

  .mtca20-manufacturer-info-page .mtca20-manufacturer-hero-logo {
    width: 100%;
    height: 112px;
  }
}

/* Stage 14 correction: square manufacturer cards */
.mtca20-manufacturer-list-page .mtca20-manufacturer-index {
  opacity: .72;
}

.mtca20-manufacturer-list-page .mtca20-manufacturer-index:hover {
  opacity: 1;
}

.fm-content-manufacturer .mtca20-manufacturer-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.fm-content-manufacturer .mtca20-manufacturer-card {
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 16px;
  border-radius: 8px;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}

.fm-content-manufacturer .mtca20-manufacturer-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(10, 115, 246, .16);
  border-radius: 999px;
  pointer-events: none;
}

.mtca20-manufacturer-logo {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  margin: 0 0 14px;
  border: 1px solid #edf3fa;
  background: linear-gradient(135deg, #f8fbff, #eef5fc);
}

.mtca20-manufacturer-logo img {
  max-width: 80%;
  max-height: 62%;
}

.mtca20-manufacturer-initial {
  font-size: 42px;
}

.fm-content-manufacturer .mtca20-manufacturer-card .fm-manufacturer-card-title {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 20px;
  white-space: normal;
}

.mtca20-manufacturer-total {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .fm-content-manufacturer .mtca20-manufacturer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .fm-content-manufacturer .mtca20-manufacturer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .fm-content-manufacturer .mtca20-manufacturer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fm-content-manufacturer .mtca20-manufacturer-card {
    padding: 12px;
  }

  .mtca20-manufacturer-logo {
    margin-bottom: 10px;
  }

  .mtca20-manufacturer-initial {
    font-size: 34px;
  }
}

/* Stage 7 correction: manufacturers slider on home */
.mtca20-home-brands {
  margin: 58px 0 64px;
}

.mtca20-home-brands-head {
  max-width: 980px;
  margin-bottom: 28px;
}

.mtca20-home-brands .mtca20-section-kicker {
  margin-bottom: 12px;
  color: #0758d9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mtca20-home-brands .mtca20-section-title {
  display: block;
  margin: 0;
  color: #071c34;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
}

.mtca20-home-brands .mtca20-section-title::before {
  content: none;
}

.mtca20-home-brands-head p {
  max-width: 690px;
  margin: 16px 0 0;
  color: #536983;
  font-size: 17px;
  line-height: 1.55;
}

.mtca20-home-brands-frame {
  overflow: hidden;
  border: 1px solid #d9e7f5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 48px rgba(9, 27, 54, .08);
}

.mtca20-home-brands-slider {
  display: flex;
  min-width: 100%;
}

.mtca20-home-brands-slider.slick-initialized {
  display: block;
}

.mtca20-home-brands-slider .slick-track {
  display: flex;
}

.mtca20-home-brands-slider .slick-slide {
  height: auto;
}

.mtca20-home-brands-slider .slick-slide > div,
.mtca20-home-brand-slide {
  height: 100%;
}

.mtca20-home-brand-slide {
  flex: 0 0 12.5%;
  min-width: 0;
}

.mtca20-home-brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  padding: 20px 26px;
  border-right: 1px solid #e2ebf5;
  background: #fff;
  color: #0758d9;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.mtca20-home-brand-card:hover {
  background: #f7fbff;
  transform: translateY(-1px);
}

.mtca20-home-brand-card img {
  max-width: 150px;
  max-height: 58px;
  object-fit: contain;
}

.mtca20-home-brand-card span {
  display: block;
  max-width: 160px;
  overflow: hidden;
  color: #0758d9;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .mtca20-home-brand-slide {
    flex-basis: 16.666667%;
  }

  .mtca20-home-brands .mtca20-section-title {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .mtca20-home-brands {
    margin: 46px 0 54px;
  }

  .mtca20-home-brand-slide {
    flex-basis: 25%;
  }

  .mtca20-home-brand-card {
    height: 104px;
    padding: 18px 20px;
  }

  .mtca20-home-brands .mtca20-section-title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .mtca20-home-brands {
    margin: 38px 0 44px;
  }

  .mtca20-home-brands-head {
    margin-bottom: 20px;
  }

  .mtca20-home-brands .mtca20-section-title {
    font-size: 27px;
  }

  .mtca20-home-brands-head p {
    font-size: 15px;
  }

  .mtca20-home-brand-slide {
    flex-basis: 50%;
  }

  .mtca20-home-brand-card {
    height: 92px;
    padding: 14px 16px;
  }

.mtca20-home-brand-card img {
    max-width: 118px;
    max-height: 48px;
  }
}

/* Server hotfix: keep the approved MTCA 2.0 layout stable with live module data. */
html,
body,
#common-home {
  max-width: 100%;
  overflow-x: hidden;
}

#common-home .mtca20-hero-wrap,
#common-home .mtca20-products-section,
#common-home .mtca20-category-wall {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#common-home .mtca20-hero-wrap {
  min-height: 560px;
}

#common-home .mtca20-hero-wrap > .container {
  max-width: 1480px;
}

#common-home .mtca20-hero-inner,
#common-home .mtca20-hero-slider .slick-list,
#common-home .mtca20-hero-slider .slick-track,
#common-home .mtca20-hero-slider .slick-slide,
#common-home .mtca20-hero-slider .slick-slide > div {
  min-height: 560px;
}

#common-home .mtca20-hero-slider-col {
  flex: 0 0 100%;
  max-width: 100%;
}

#common-home .mtca20-hero-product-col,
#common-home .mtca20-hero-product {
  display: none !important;
}

#common-home .mtca20-hero-slide {
  min-height: 560px !important;
  padding: 60px 0 78px;
}

#common-home .mtca20-hero-slide-grid {
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  gap: 34px;
}

#common-home .mtca20-hero-title {
  max-width: 560px;
  font-size: clamp(40px, 4.1vw, 64px);
  line-height: 1.08;
  overflow-wrap: normal;
}

#common-home .mtca20-hero-copy p {
  max-width: 540px;
  color: #536784 !important;
  font-size: 17px;
  line-height: 1.55;
}

#common-home .mtca20-hero-collage {
  width: min(100%, 760px);
  height: 430px;
}

#common-home .mtca20-hero-card-main {
  left: 3%;
  top: 0;
  width: 47%;
  height: 86%;
}

#common-home .mtca20-hero-card-side {
  right: 4%;
  top: 12%;
  width: 34%;
  height: 70%;
}

#common-home .mtca20-hero-card-front {
  left: 39%;
  bottom: 0;
  width: 30%;
  height: 54%;
}

#common-home .mtca20-products-slider .slick-list,
#common-home .mtca20-home-brands-frame,
#common-home .mtca20-home-brands-slider .slick-list {
  overflow: hidden !important;
}

#common-home .mtca20-products-slider .slick-track,
#common-home .mtca20-home-brands-slider .slick-track {
  display: flex !important;
}

#common-home .mtca20-product-card {
  min-height: 494px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#common-home .mtca20-product-card .fm-module-title a {
  display: -webkit-box;
  min-height: 44px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#common-home .mtca20-product-description {
  display: -webkit-box;
  min-height: 42px;
  max-height: 60px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#common-home .mtca20-home-brands-slider.slick-initialized .mtca20-home-brand-slide {
  flex: none;
}

/* Live fix: stable MTCA 2.0 product carousel sizing before and after Slick init. */
#common-home .mtca20-products-section {
  padding-top: 42px;
}

#common-home .mtca20-products-section > .row {
  max-width: 1480px;
}

#common-home .mtca20-products-slider {
  min-height: 572px;
  display: flex;
  gap: 12px;
  align-items: stretch;
  padding: 10px 22px 64px !important;
}

#common-home .mtca20-products-slider:not(.slick-initialized) {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity;
}

#common-home .mtca20-products-slider:not(.slick-initialized) .mtca20-product-slide,
#common-home .mtca20-products-slider.mtca20-products-static-slider .mtca20-product-slide,
.mtca20-products-slider:not(.slick-initialized) > .mtca20-product-slide,
.mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
  width: 232px !important;
  min-width: 232px !important;
  max-width: 232px !important;
  flex: 0 0 232px !important;
  scroll-snap-align: start;
}

#common-home .mtca20-products-slider.mtca20-products-static-slider,
.mtca20-products-slider.mtca20-products-static-slider {
  display: flex !important;
  justify-content: flex-start !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

#common-home .mtca20-products-slider.slick-initialized {
  display: block;
}

#common-home .mtca20-products-slider.slick-initialized .slick-slide {
  padding: 0 6px;
}

#common-home .mtca20-products-slider.slick-initialized .mtca20-product-slide {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0;
}

#common-home .mtca20-products-slider .slick-list {
  margin: 0 -6px;
}

#common-home .mtca20-product-card {
  width: 100%;
  min-width: 0;
  min-height: 510px;
}

#common-home .mtca20-product-card .fm-module-img {
  height: 198px;
}

#common-home .mtca20-product-actions {
  grid-template-columns: 38px 38px minmax(92px, 1fr);
}

#common-home .mtca20-product-more {
  overflow: hidden;
  white-space: nowrap;
}

/* Live fix 2: keep catalog cards' cart text on one centered line. */
.mtca20-catalog-cart-btn,
.mtca20-catalog-cart-btn span,
.mtca20-product-more {
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.mtca20-catalog-cart-btn {
  min-width: 118px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.mtca20-catalog-cart-btn span {
  display: inline-block !important;
  max-width: 100% !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

@media (max-width: 767px) {
  #common-home .mtca20-products-slider:not(.slick-initialized) .mtca20-product-slide {
    width: 238px !important;
    min-width: 238px !important;
    max-width: 238px !important;
    flex-basis: 238px !important;
  }
}

@media (max-width: 479px) {
  #common-home .mtca20-products-slider:not(.slick-initialized) .mtca20-product-slide {
    width: 82vw !important;
    min-width: 82vw !important;
    max-width: 82vw !important;
    flex-basis: 82vw !important;
  }
}

/* Live fix 3: prevent product cards and cart buttons from collapsing on the server. */
#common-home .mtca20-products-slider.mtca20-products-static-slider {
  justify-content: flex-start !important;
  gap: 12px !important;
}

#common-home .mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
  box-sizing: border-box !important;
  width: 232px !important;
  min-width: 232px !important;
  max-width: 232px !important;
  flex: 0 0 232px !important;
  padding: 0 6px !important;
}

#common-home .mtca20-products-slider.mtca20-products-static-slider .mtca20-product-card {
  width: 100% !important;
  min-width: 0 !important;
}

#common-home .mtca20-products-slider.slick-initialized .slick-track {
  margin-left: 0 !important;
}

.mtca20-catalog-product-card .mtca20-catalog-cart-btn,
.mtca20-catalog-product-card .mtca20-catalog-cart-btn span,
.mtca20-catalog-product-card .fm-product-btn.mtca20-catalog-cart-btn,
.mtca20-catalog-product-card .fm-product-btn.mtca20-catalog-cart-btn span {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.mtca20-catalog-product-card .mtca20-catalog-cart-btn {
  min-width: 122px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-align: center !important;
}

.mtca20-catalog-product-card .mtca20-catalog-cart-btn span {
  display: block !important;
  width: auto !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

/* Live fix 4: release the hero from the absolute desktop menu bar. */
#common-home .mtca20-hero-wrap,
#common-home .mtca20-hero-slider {
  margin-top: 50px !important;
}

/* Live fix 4: make product additional images visible as a stable vertical rail. */
#product-product .mtca20-product-main .image-additional-box {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
}

#product-product .mtca20-product-main .image-additional-list,
#product-product .mtca20-product-main .image-additional-list.slick-initialized {
  display: block !important;
  width: 82px !important;
  overflow: visible !important;
}

#product-product .mtca20-product-main .image-additional-list .slick-list,
#product-product .mtca20-product-main .image-additional-list .slick-track {
  width: 82px !important;
  height: auto !important;
  transform: none !important;
}

#product-product .mtca20-product-main .image-additional-list .slick-track {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

#product-product .mtca20-product-main .image-additional-list .slick-slide {
  width: 82px !important;
  height: 82px !important;
  float: none !important;
}

#product-product .mtca20-product-main .additional-gallery-item {
  display: flex !important;
}

@media (max-width: 991px) {
  #common-home .mtca20-hero-wrap,
  #common-home .mtca20-hero-slider {
    margin-top: 0 !important;
  }

  #product-product .mtca20-product-main .image-additional-list,
  #product-product .mtca20-product-main .image-additional-list.slick-initialized,
  #product-product .mtca20-product-main .image-additional-list .slick-list,
  #product-product .mtca20-product-main .image-additional-list .slick-track {
    width: 100% !important;
  }

  #product-product .mtca20-product-main .image-additional-list .slick-track {
    flex-direction: row !important;
  }
}

/* Live fix 5: keep product thumbnails in a separate rail outside the main image area. */
#product-product .mtca20-product-main .fm-proruct-left-top {
  padding-left: 122px !important;
}

#product-product .mtca20-product-main .image-additional-box {
  left: 0 !important;
  top: 0 !important;
  width: 90px !important;
}

#product-product .mtca20-product-main .image-additional-list,
#product-product .mtca20-product-main .image-additional-list.slick-initialized,
#product-product .mtca20-product-main .image-additional-list .slick-list,
#product-product .mtca20-product-main .image-additional-list .slick-track {
  width: 90px !important;
}

#product-product .mtca20-product-main .image-additional-list .slick-slide,
#product-product .mtca20-product-main .additional-gallery-item {
  width: 90px !important;
  height: 82px !important;
}

#common-home .mtca20-hero-wrap,
#common-home .mtca20-hero-slider {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  #common-home .mtca20-hero-wrap,
  #common-home .mtca20-hero-inner,
  #common-home .mtca20-hero-slider .slick-list,
  #common-home .mtca20-hero-slider .slick-track,
  #common-home .mtca20-hero-slider .slick-slide,
  #common-home .mtca20-hero-slider .slick-slide > div {
    min-height: 680px;
  }

  #common-home .mtca20-hero-slide-grid {
    grid-template-columns: 1fr;
  }

  #common-home .mtca20-hero-copy {
    max-width: 640px;
  }
}

@media (max-width: 575px) {
  #common-home .mtca20-hero-wrap,
  #common-home .mtca20-hero-inner,
  #common-home .mtca20-hero-slider .slick-list,
  #common-home .mtca20-hero-slider .slick-track,
  #common-home .mtca20-hero-slider .slick-slide,
  #common-home .mtca20-hero-slider .slick-slide > div {
    min-height: 640px;
  }

  #common-home .mtca20-hero-title {
    font-size: 34px;
  }

  #common-home .mtca20-hero-collage {
    height: 250px;
  }
}

/* Stage 15: MTCA 2.0 contacts */
.mtca20-contact-page {
  padding-bottom: 64px;
}

.mtca20-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 32px;
  align-items: stretch;
  margin: 14px 0 18px;
  padding: 34px 38px;
  border: 1px solid #d7e6f7;
  border-radius: 8px;
  background: linear-gradient(102deg, #ffffff 0%, #f7fbff 48%, #eef6ff 100%);
}

.mtca20-contact-title {
  max-width: 760px;
  margin: 0;
  color: #071c34;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}

.mtca20-contact-lead {
  max-width: 720px;
  margin-top: 18px;
  color: #536983;
  font-size: 16px;
  line-height: 1.65;
}

.mtca20-contact-map-card {
  min-height: 180px;
  padding: 24px;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 15%, rgba(10, 115, 246, .12) 0 52px, transparent 53px),
    linear-gradient(135deg, #f8fbff, #e6f3ff);
  box-shadow: 0 18px 42px rgba(9, 27, 54, .08);
}

.mtca20-contact-map-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  border: 1px solid #9bcaff;
  border-radius: 999px;
  background: #cfe8ff;
  color: #0758d9;
  font-size: 10px;
  font-weight: 800;
}

.mtca20-contact-map-card strong {
  display: block;
  color: #071c34;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.mtca20-contact-map-card a {
  display: inline-flex;
  margin-top: 12px;
  color: #0758d9;
  font-size: 13px;
  font-weight: 800;
}

.mtca20-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.mtca20-contact-card {
  min-height: 132px;
  padding: 18px;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  background: #fff;
}

.mtca20-contact-card span,
.mtca20-contact-side-item span {
  display: block;
  margin-bottom: 10px;
  color: #71829c;
  font-size: 13px;
  line-height: 1.35;
}

.mtca20-contact-card strong,
.mtca20-contact-side-item strong {
  display: block;
  color: #071c34;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
}

.mtca20-contact-card a,
.mtca20-contact-side-item a {
  color: #003b78;
}

.mtca20-contact-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.mtca20-contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 18px;
  align-items: stretch;
}

.mtca20-contact-form-panel,
.mtca20-contact-side-panel {
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  background: #fff;
}

.mtca20-contact-form-panel {
  padding: 28px;
}

.mtca20-contact-panel-head {
  margin-bottom: 22px;
}

.mtca20-contact-panel-head h2 {
  margin: 0;
  color: #071c34;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.mtca20-contact-form-panel .form-group {
  margin-bottom: 18px;
}

.mtca20-contact-form-panel label {
  margin-bottom: 8px;
  color: #071c34;
  font-size: 13px;
  font-weight: 800;
}

.mtca20-contact-form-panel .form-control {
  min-height: 48px;
  border: 1px solid #cfe0f3;
  border-radius: 6px;
  background: #fff;
  color: #071c34;
  font-size: 15px;
}

.mtca20-contact-form-panel textarea.form-control {
  min-height: 154px;
  resize: vertical;
}

.mtca20-contact-submit {
  display: block;
  margin-top: 12px;
}

.mtca20-contact-submit .fm-btn {
  min-width: 220px;
  height: 48px;
  border-radius: 6px;
  background: #0a73f6;
  font-size: 15px;
  font-weight: 800;
  line-height: 48px;
  box-shadow: 0 14px 28px rgba(10, 115, 246, .2);
}

.mtca20-contact-side-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: #f8fbff;
}

.mtca20-contact-side-item {
  padding: 18px;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  background: #fff;
}

.mtca20-contact-side-item p {
  margin: 12px 0 0;
  color: #536983;
  font-size: 14px;
  line-height: 1.55;
}

.mtca20-contact-locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.mtca20-contact-location-card {
  padding: 18px;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  background: #fff;
}

.mtca20-contact-location-card strong {
  display: block;
  margin-bottom: 10px;
  color: #071c34;
  font-size: 17px;
  font-weight: 800;
}

.mtca20-contact-location-card p {
  margin: 0 0 10px;
  color: #536983;
  font-size: 14px;
  line-height: 1.55;
}

.mtca20-contact-location-card a {
  color: #0758d9;
  font-weight: 800;
}

.mtca20-contact-map-content {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #dbe8f7;
  border-radius: 8px;
  background: #f8fbff;
}

.mtca20-contact-map-content iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

@media (max-width: 1199px) {
  .mtca20-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mtca20-contact-main {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
}

@media (max-width: 991px) {
  .mtca20-contact-hero {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .mtca20-contact-title {
    font-size: 34px;
  }

  .mtca20-contact-map-card {
    min-height: 150px;
  }

  .mtca20-contact-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .mtca20-contact-page {
    padding-bottom: 48px;
  }

  .mtca20-contact-hero {
    margin-bottom: 16px;
    padding: 22px;
  }

  .mtca20-contact-title {
    font-size: 29px;
  }

  .mtca20-contact-grid,
  .mtca20-contact-locations {
    grid-template-columns: 1fr;
  }

  .mtca20-contact-card {
    min-height: 0;
  }

  .mtca20-contact-form-panel,
  .mtca20-contact-side-panel {
    padding: 18px;
  }

  .mtca20-contact-panel-head h2 {
    font-size: 24px;
  }

  .mtca20-contact-submit .fm-btn {
    width: 100%;
  }
}

/* Stage 8: MTCA 2.0 footer */
.mtca20-footer {
  margin-top: 64px;
  padding: 54px 0 0;
  background: #071c34;
  color: #d9e6f5;
}

.mtca20-footer .container {
  position: relative;
}

.mtca20-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(260px, 1.15fr) minmax(180px, .8fr) minmax(200px, .9fr);
  gap: 34px;
  padding-bottom: 36px;
}

.mtca20-footer-brand,
.mtca20-footer-contacts,
.mtca20-footer-links {
  min-width: 0;
}

.mtca20-footer-logo {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  margin-bottom: 18px;
}

.mtca20-footer-logo img {
  max-width: 150px;
  max-height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .18));
}

.mtca20-footer-name {
  display: inline-block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
}

.mtca20-footer-brand p {
  max-width: 360px;
  margin: 0 0 22px;
  color: #aabbd0;
  font-size: 15px;
  line-height: 1.6;
}

.mtca20-footer-socials {
  gap: 10px;
  margin: 0;
  padding: 0;
}

.mtca20-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.mtca20-footer-social:hover {
  border-color: rgba(54, 145, 255, .68);
  background: #0758d9;
  color: #fff;
  transform: translateY(-1px);
}

.mtca20-footer-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.mtca20-footer-contact-list {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
  padding: 0;
}

.mtca20-footer-contact-list li,
.mtca20-footer-contact-line,
.mtca20-footer-schedule {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #aabbd0;
  font-size: 14px;
  line-height: 1.5;
}

.mtca20-footer-contact-list i,
.mtca20-footer-contact-line i,
.mtca20-footer-schedule i {
  flex: 0 0 18px;
  margin-top: 3px;
  color: #3691ff;
  font-size: 14px;
  text-align: center;
}

.mtca20-footer a {
  color: inherit;
  text-decoration: none;
}

.mtca20-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.mtca20-footer-contact-line,
.mtca20-footer-schedule {
  margin-top: 12px;
}

.mtca20-footer-callback {
  min-height: 44px;
  margin-top: 20px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: #0b6df0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(11, 109, 240, .24);
  transition: background .18s ease, transform .18s ease;
}

.mtca20-footer-callback:hover {
  background: #0758d9;
  transform: translateY(-1px);
}

.mtca20-footer-links ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.mtca20-footer-links li {
  min-width: 0;
}

.mtca20-footer-links a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  color: #aabbd0;
  font-size: 14px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mtca20-footer-map {
  overflow: hidden;
  height: 220px;
  margin: 8px 0 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .05);
}

.mtca20-footer-map iframe,
.mtca20-footer-map > * {
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.mtca20-footer-payments {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
}

.mtca20-footer-payments li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 38px;
  padding: 5px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.mtca20-footer-payments img {
  max-width: 52px;
  max-height: 32px;
  object-fit: contain;
}

.mtca20-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 62px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #8fa3bd;
  font-size: 13px;
}

.mtca20-footer-bottom-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

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

@media (max-width: 767px) {
  .mtca20-footer {
    margin-top: 44px;
    padding-top: 38px;
  }

  .mtca20-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 28px;
  }

  .mtca20-footer-brand p {
    max-width: none;
  }

  .mtca20-footer-links a {
    white-space: normal;
  }

  .mtca20-footer-map {
    height: 190px;
  }

  .mtca20-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }
}

/* Stage 8 correction: approved light footer */
.mtca20-footer {
  margin-top: 64px;
  padding: 0;
  border-top: 2px solid #0758d9;
  background: #fff;
  color: #071c34;
}

.mtca20-footer::before {
  content: "";
  display: block;
  height: 78px;
  border-bottom: 1px solid #dce8f6;
  background: #fff;
}

.mtca20-footer .container {
  position: relative;
  padding-top: 64px;
}

.mtca20-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.28fr) minmax(230px, 1fr) minmax(130px, .7fr) minmax(170px, .78fr) minmax(230px, .95fr);
  gap: 54px;
  align-items: start;
  padding-bottom: 54px;
  border-bottom: 1px solid #dce8f6;
}

.mtca20-footer-brand,
.mtca20-footer-contacts,
.mtca20-footer-links,
.mtca20-footer-map-card {
  min-width: 0;
}

.mtca20-footer-logo {
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  margin-bottom: 20px;
}

.mtca20-footer-logo img {
  max-width: 148px;
  max-height: 72px;
  object-fit: contain;
  filter: none;
}

.mtca20-footer-name {
  display: inline-block;
  margin-bottom: 20px;
  color: #071c34;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
}

.mtca20-footer-brand p {
  max-width: 320px;
  margin: 0 0 24px;
  color: #536983;
  font-size: 14px;
  line-height: 1.7;
}

.mtca20-footer-telegram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  margin: 0 0 18px;
  padding: 0 20px;
  border: 1px solid #bdd4ee;
  border-radius: 8px;
  background: #fff;
  color: #0758d9;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(9, 36, 74, .08);
}

.mtca20-footer-telegram span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eaf3ff;
  color: #0758d9;
}

.mtca20-footer-telegram:hover {
  border-color: #0758d9;
  color: #0758d9;
  text-decoration: none;
}

.mtca20-footer-socials {
  gap: 10px;
  margin: 0;
  padding: 0;
}

.mtca20-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #bdd4ee;
  border-radius: 50%;
  background: #fff;
  color: #0758d9;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

.mtca20-footer-social:hover {
  border-color: #0758d9;
  background: #fff;
  color: #0758d9;
  transform: translateY(-1px);
}

.mtca20-footer-title {
  margin: 0 0 22px;
  color: #071c34;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.mtca20-footer-contact-list {
  display: grid;
  gap: 13px;
  margin: 0 0 14px;
  padding: 0;
}

.mtca20-footer-contact-list li,
.mtca20-footer-contact-line,
.mtca20-footer-schedule {
  display: block;
  color: #536983;
  font-size: 13px;
  line-height: 1.55;
}

.mtca20-footer-contact-list a,
.mtca20-footer-contact-line a {
  color: #003b78;
  font-size: 14px;
  font-weight: 800;
}

.mtca20-footer-contact-line,
.mtca20-footer-schedule {
  margin-top: 14px;
}

.mtca20-footer-schedule {
  color: #003b78;
  font-weight: 800;
}

.mtca20-footer a {
  color: inherit;
  text-decoration: none;
}

.mtca20-footer a:hover {
  color: #0758d9;
  text-decoration: none;
}

.mtca20-footer-links ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
}

.mtca20-footer-links a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  color: #274463;
  font-size: 13px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mtca20-footer-map-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 234px;
  padding: 0 22px 24px;
  border: 1px solid #c9dbef;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18) 25%, transparent 25%) 0 0 / 16px 16px,
    linear-gradient(135deg, #e8f4ff 0%, #d7ebff 100%);
  color: #071c34;
  box-shadow: 0 26px 44px rgba(9, 36, 74, .1);
}

.mtca20-footer-map-card::before,
.mtca20-footer-map-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.mtca20-footer-map-card::before {
  top: -46px;
  right: -24px;
  width: 128px;
  height: 128px;
  border: 2px solid rgba(7, 88, 217, .2);
}

.mtca20-footer-map-card::after {
  top: 42px;
  left: 24px;
  width: 74px;
  height: 74px;
  border: 2px solid rgba(7, 88, 217, .28);
  background: rgba(7, 88, 217, .12);
}

.mtca20-footer-map-pin {
  position: absolute;
  z-index: 1;
  top: 74px;
  left: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #0758d9;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mtca20-footer-map-title,
.mtca20-footer-map-link {
  position: relative;
  z-index: 1;
}

.mtca20-footer-map-title {
  margin-bottom: 12px;
  color: #071c34;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.mtca20-footer-map-link {
  color: #0758d9;
  font-size: 13px;
  font-weight: 800;
}

.mtca20-footer-map-link i {
  transform: rotate(45deg);
  font-size: 11px;
}

.mtca20-footer-payments {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
}

.mtca20-footer-payments li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 38px;
  padding: 5px 8px;
  border: 1px solid #dce8f6;
  border-radius: 8px;
  background: #fff;
}

.mtca20-footer-payments img {
  max-width: 52px;
  max-height: 32px;
  object-fit: contain;
}

.mtca20-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  border-top: 0;
  color: #6f829a;
  font-size: 12px;
}

.mtca20-footer-bottom-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 1399px) {
  .mtca20-footer-main {
    gap: 38px;
  }
}

@media (max-width: 1199px) {
  .mtca20-footer-main {
    grid-template-columns: 1.1fr 1fr 1fr;
  }

  .mtca20-footer-map-card {
    grid-column: span 2;
  }
}

@media (max-width: 991px) {
  .mtca20-footer::before {
    height: 48px;
  }

  .mtca20-footer .container {
    padding-top: 44px;
  }

  .mtca20-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }

  .mtca20-footer-map-card {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .mtca20-footer {
    margin-top: 44px;
    padding-top: 0;
  }

  .mtca20-footer::before {
    height: 34px;
  }

  .mtca20-footer .container {
    padding-top: 30px;
  }

  .mtca20-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 32px;
  }

  .mtca20-footer-brand p {
    max-width: none;
  }

  .mtca20-footer-links a {
    white-space: normal;
  }

  .mtca20-footer-map-card {
    min-height: 210px;
  }

  .mtca20-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 16px 0;
  }
}

/* Stage 6: Why choose MTCA */
.mtca20-why {
  margin: 70px 0 64px;
  color: #071c34;
}

.mtca20-why-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 42px;
  align-items: center;
  margin-bottom: 28px;
}

.mtca20-why-head .mtca20-section-kicker {
  margin-bottom: 14px;
  color: #0758d9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mtca20-why-head .mtca20-section-title {
  position: relative;
  display: block;
  margin: 0;
  color: #071c34;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 900;
}

.mtca20-why-head .mtca20-section-title::before {
  content: none;
}

.mtca20-why-head .mtca20-section-title::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 18px;
  background: #0758d9;
}

.mtca20-why-head .mtca20-section-title span {
  color: #0758d9;
}

.mtca20-why-head p {
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid #cddbea;
  color: #536983;
  font-size: 16px;
  line-height: 1.65;
}

.mtca20-why-grid {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #d7e4f3;
  border-radius: 10px;
  background: #fff;
}

.mtca20-why-panel {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 36px 30px 28px;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 28px 28px,
    #061f39;
  color: #fff;
}

.mtca20-why-panel::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -92px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(54, 145, 255, .36);
  border-radius: 50%;
}

.mtca20-why-panel-content {
  position: relative;
  z-index: 2;
}

.mtca20-why-panel h3 {
  max-width: 300px;
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
}

.mtca20-why-panel h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin: 18px 0;
  background: #0b78ff;
}

.mtca20-why-panel p {
  max-width: 310px;
  margin: 0;
  color: #d8e7f8;
  font-size: 14px;
  line-height: 1.7;
}

.mtca20-why-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 46px;
  margin-top: 28px;
  padding: 0 22px;
  border: 0;
  border-radius: 7px;
  background: #0758d9;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(7, 88, 217, .28);
}

.mtca20-why-products {
  position: absolute;
  right: 22px;
  bottom: 28px;
  left: 36px;
  z-index: 2;
  min-height: 122px;
}

.mtca20-why-product {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 106px;
  border: 1px solid #d9e8f8;
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .18);
}

.mtca20-why-product img {
  max-width: 116px;
  max-height: 82px;
  object-fit: contain;
}

.mtca20-why-product-1 {
  left: 0;
  bottom: 0;
}

.mtca20-why-product-2 {
  left: 106px;
  bottom: -4px;
  z-index: 2;
  width: 152px;
  height: 116px;
}

.mtca20-why-product-3 {
  right: 0;
  bottom: 0;
}

.mtca20-why-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mtca20-why-card {
  position: relative;
  min-height: 260px;
  padding: 30px 28px;
  border-left: 1px solid #d7e4f3;
  border-bottom: 1px solid #d7e4f3;
  background: #fff;
}

.mtca20-why-card:nth-child(n+4) {
  border-bottom: 0;
}

.mtca20-why-card-num {
  color: #e7eef8;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}

.mtca20-why-card-icon {
  position: absolute;
  top: 28px;
  right: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid #c8def7;
  border-radius: 50%;
  color: #0758d9;
  font-size: 16px;
}

.mtca20-why-card h3 {
  margin: 68px 0 0;
  color: #071c34;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.mtca20-why-card h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 14px 0;
  background: #0b78ff;
}

.mtca20-why-card p {
  max-width: 210px;
  margin: 0;
  color: #6b7d95;
  font-size: 13px;
  line-height: 1.65;
}

.mtca20-why-shield {
  position: relative;
  min-height: 260px;
  border-left: 1px solid #d7e4f3;
  background: #fff;
}

.mtca20-why-shield::before {
  content: "";
  position: absolute;
  right: 42px;
  bottom: 22px;
  width: 124px;
  height: 150px;
  background: #e7f3ff;
  clip-path: polygon(50% 0, 100% 18%, 88% 72%, 50% 100%, 12% 72%, 0 18%);
}

.mtca20-why-shield::after {
  content: "✓";
  position: absolute;
  right: 80px;
  bottom: 78px;
  color: #afd4fb;
  font-size: 58px;
  line-height: 1;
}

.mtca20-why-bottom {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid #d7e4f3;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(9, 36, 74, .06);
}

.mtca20-why-benefit {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 132px;
  padding: 24px 28px;
  border-right: 1px solid #e0e9f5;
}

.mtca20-why-benefit:last-child {
  border-right: 0;
}

.mtca20-why-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid #c8def7;
  border-radius: 50%;
  background: #f1f8ff;
  color: #0758d9;
  font-size: 18px;
}

.mtca20-why-benefit h3 {
  margin: 0 0 6px;
  color: #071c34;
  font-size: 17px;
  line-height: 1.22;
  font-weight: 900;
}

.mtca20-why-benefit p {
  margin: 0;
  color: #536983;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1199px) {
  .mtca20-why-grid {
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  }

  .mtca20-why-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mtca20-why-card:nth-child(n+4) {
    border-bottom: 1px solid #d7e4f3;
  }

  .mtca20-why-card:nth-child(5) {
    border-bottom: 0;
  }

  .mtca20-why-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mtca20-why-benefit:nth-child(2) {
    border-right: 0;
  }

  .mtca20-why-benefit:nth-child(-n+2) {
    border-bottom: 1px solid #e0e9f5;
  }
}

@media (max-width: 991px) {
  .mtca20-why-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mtca20-why-head p {
    max-width: 560px;
  }

  .mtca20-why-grid {
    grid-template-columns: 1fr;
  }

  .mtca20-why-panel {
    min-height: 470px;
  }

  .mtca20-why-card {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .mtca20-why {
    margin: 44px 0;
  }

  .mtca20-why-head .mtca20-section-title {
    font-size: 29px;
  }

  .mtca20-why-head p {
    padding-left: 18px;
    font-size: 14px;
  }

  .mtca20-why-panel {
    min-height: 470px;
    padding: 28px 24px;
  }

  .mtca20-why-panel h3 {
    font-size: 25px;
  }

  .mtca20-why-products {
    right: 18px;
    left: 18px;
    min-height: 112px;
  }

  .mtca20-why-product {
    width: 118px;
    height: 92px;
  }

  .mtca20-why-product img {
    max-width: 96px;
    max-height: 70px;
  }

  .mtca20-why-product-2 {
    left: 88px;
    width: 128px;
    height: 102px;
  }

  .mtca20-why-cards,
  .mtca20-why-bottom {
    grid-template-columns: 1fr;
  }

  .mtca20-why-card {
    min-height: 210px;
    padding: 26px 24px;
    border-bottom: 1px solid #d7e4f3;
  }

  .mtca20-why-card:nth-child(5) {
    border-bottom: 1px solid #d7e4f3;
  }

  .mtca20-why-card h3 {
    margin-top: 48px;
  }

  .mtca20-why-shield {
    min-height: 170px;
    border-left: 0;
  }

  .mtca20-why-shield::before {
    right: 50%;
    bottom: 24px;
    width: 92px;
    height: 112px;
    transform: translateX(50%);
  }

  .mtca20-why-shield::after {
    right: 50%;
    bottom: 66px;
    font-size: 42px;
    transform: translateX(50%);
  }

  .mtca20-why-benefit {
    min-height: 108px;
    padding: 20px 22px;
    border-right: 0;
    border-bottom: 1px solid #e0e9f5;
  }

  .mtca20-why-benefit:last-child {
    border-bottom: 0;
  }
}

/* MTCA 2.0 cart */
.mtca20-cart-page {
  padding-bottom: 72px;
}

.mtca20-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 22px 0 22px;
}

.mtca20-page-title {
  margin: 0;
  color: #071f3f;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: 0;
}

.mtca20-page-title span {
  display: inline-block;
  color: #71839c;
  font-size: 16px;
  font-weight: 500;
}

.mtca20-cart {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.mtca20-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.mtca20-cart-main,
.mtca20-cart-sidebar {
  min-width: 0;
}

.mtca20-cart-sidebar {
  position: sticky;
  top: 112px;
}

.mtca20-cart-card {
  overflow: hidden;
  border: 1px solid #d7e4f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 31, 63, .06);
}

.mtca20-cart-card + .mtca20-cart-card,
.mtca20-cart-alert + .mtca20-cart-card {
  margin-top: 18px;
}

.mtca20-cart-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid #dce7f4;
}

.mtca20-cart-card-head h2 {
  margin: 0;
  color: #071f3f;
  font-size: 22px;
  line-height: 1.2;
}

.mtca20-cart-card-head span,
.mtca20-cart-help,
.mtca20-cart-item-meta,
.mtca20-cart-options,
.mtca20-cart-price span,
.mtca20-cart-total span,
.mtca20-cart-total-row span {
  color: #667a96;
  font-size: 13px;
  line-height: 1.55;
}

.mtca20-cart-item {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid #e1ebf6;
}

.mtca20-cart-item:last-child {
  border-bottom: 0;
}

.mtca20-cart-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 118px;
  border-radius: 8px;
  background: #f5f9fd;
}

.mtca20-cart-item-image img {
  max-width: 112px;
  max-height: 96px;
  object-fit: contain;
}

.mtca20-cart-item-title {
  color: #071f3f;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.mtca20-cart-item-title a {
  color: inherit;
}

.mtca20-cart-item-meta {
  margin-top: 8px;
}

.mtca20-cart-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 12px;
  margin-top: 12px;
}

.mtca20-cart-item-actions {
  display: grid;
  grid-column: 2 / -1;
  grid-template-columns: minmax(82px, 1fr) 124px minmax(82px, 1fr) 78px;
  gap: 10px;
  align-items: center;
}

.mtca20-cart-price strong,
.mtca20-cart-total strong {
  display: block;
  color: #071f3f;
  font-size: 17px;
  line-height: 1.2;
  white-space: nowrap;
}

.mtca20-cart-qty {
  display: grid;
  grid-template-columns: 38px minmax(42px, 1fr) 38px;
  height: 44px;
  overflow: hidden;
  border: 1px solid #c9d9ec;
  border-radius: 8px;
  background: #fff;
}

.mtca20-cart-qty button,
.mtca20-cart-qty input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #071f3f;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  box-shadow: none;
}

.mtca20-cart-qty input {
  min-width: 0;
  border-left: 1px solid #dce7f4;
  border-right: 1px solid #dce7f4;
}

.mtca20-cart-item-buttons {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.mtca20-cart-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #c9d9ec;
  border-radius: 8px;
  background: #fff;
  color: #0b72f0;
}

.mtca20-cart-remove {
  color: #d54b4b;
}

.mtca20-cart-alert {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid #f1c8c8;
  border-radius: 8px;
  background: #fff4f4;
  color: #9e3030;
}

.mtca20-cart-modules {
  padding-bottom: 8px;
}

.mtca20-cart-help {
  padding: 18px 24px 0;
}

.mtca20-cart-module {
  padding: 18px 24px;
  border-top: 1px solid #e1ebf6;
}

.mtca20-cart-module .panel,
.mtca20-cart-module .card {
  margin: 0;
  border: 0;
  box-shadow: none;
}

.mtca20-cart-module .panel-heading,
.mtca20-cart-module .card-header {
  padding: 0 0 12px;
  border: 0;
  background: transparent;
  color: #071f3f;
  font-weight: 800;
}

.mtca20-cart-summary {
  padding-bottom: 22px;
}

.mtca20-cart-totals {
  padding: 8px 24px 12px;
}

.mtca20-cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #e1ebf6;
}

.mtca20-cart-total-row:last-child {
  border-bottom: 0;
}

.mtca20-cart-total-row strong {
  color: #071f3f;
  font-size: 20px;
  white-space: nowrap;
}

.mtca20-cart-checkout-actions {
  display: grid;
  gap: 12px;
  padding: 0 24px;
}

.mtca20-cart-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 8px;
}

.mtca20-cart-continue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid #c9d9ec;
  border-radius: 8px;
  color: #071f3f;
  font-weight: 800;
}

@media (max-width: 1199px) {
  .mtca20-cart-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .mtca20-cart-item {
    grid-template-columns: 118px minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  .mtca20-cart-layout {
    grid-template-columns: 1fr;
  }

  .mtca20-cart-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .mtca20-page-title {
    font-size: 32px;
  }

  .mtca20-cart-card-head {
    padding: 18px;
  }

  .mtca20-cart-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .mtca20-cart-item-image {
    width: 96px;
    height: 92px;
  }

  .mtca20-cart-item-image img {
    max-width: 82px;
    max-height: 74px;
  }

  .mtca20-cart-item-title {
    font-size: 15px;
  }

  .mtca20-cart-options {
    grid-template-columns: 1fr;
  }

  .mtca20-cart-item-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }

  .mtca20-cart-price,
  .mtca20-cart-total {
    min-width: 0;
  }

  .mtca20-cart-qty {
    grid-column: 1 / -1;
    order: 3;
  }

  .mtca20-cart-item-buttons {
    order: 4;
  }

  .mtca20-cart-price strong,
  .mtca20-cart-total strong,
  .mtca20-cart-total-row strong {
    font-size: 17px;
  }

  .mtca20-cart-module,
  .mtca20-cart-help,
  .mtca20-cart-totals,
  .mtca20-cart-checkout-actions {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 420px) {
  .mtca20-cart-item {
    grid-template-columns: 1fr;
  }

  .mtca20-cart-item-image {
    width: 100%;
    height: 150px;
  }

  .mtca20-cart-item-image img {
    max-width: 128px;
    max-height: 112px;
  }
}

/* MTCA 2.0 checkout */
.mtca20-checkout-page {
  padding-bottom: 72px;
}

.mtca20-checkout {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.mtca20-checkout-steps {
  display: grid;
  gap: 16px;
  margin: 0;
}

.mtca20-checkout-step {
  overflow: hidden;
  border: 1px solid #d7e4f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 31, 63, .06);
}

.mtca20-checkout-removed-step {
  display: none;
}

.mtca20-checkout-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

.mtca20-checkout-contact-form .buttons,
.mtca20-checkout-field-wide {
  grid-column: 1 / -1;
}

.mtca20-checkout-technical-fields {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.mtca20-checkout-step .panel-heading {
  padding: 0;
  border: 0;
  background: transparent;
}

.mtca20-checkout-step .panel-title,
.mtca20-checkout-step .panel-title a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 0 24px;
  color: #071f3f;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.mtca20-checkout-step .panel-title a {
  width: 100%;
  padding: 0;
}

.mtca20-checkout-step .panel-title a::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 4px solid #d8eaff;
  border-radius: 50%;
  background: #0b72f0;
  flex: 0 0 auto;
}

.mtca20-checkout-step-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eef6ff;
  color: #0b72f0;
  font-size: 13px;
  font-weight: 900;
}

.mtca20-checkout-step .panel-body {
  padding: 24px;
  border-top: 1px solid #dce7f4;
}

.mtca20-checkout .fm-acc-info-text {
  color: #667a96;
  font-size: 14px;
  line-height: 1.6;
}

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

.mtca20-checkout label,
.mtca20-checkout .fm-control-label {
  color: #071f3f;
  font-size: 14px;
  font-weight: 800;
}

.mtca20-checkout .form-control,
.mtca20-checkout .fm-select,
.mtca20-checkout .us-acc-select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c9d9ec;
  border-radius: 8px;
  background-color: #fff;
  color: #071f3f;
  box-shadow: none;
}

.mtca20-checkout textarea.form-control {
  min-height: 104px;
}

.mtca20-checkout .input-radio,
.mtca20-checkout input[type="radio"],
.mtca20-checkout input[type="checkbox"] {
  accent-color: #0b72f0;
}

.mtca20-checkout .radio,
.mtca20-checkout .radio-inline,
.mtca20-checkout .checkbox,
.mtca20-checkout .fm-form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  margin: 8px 0;
  padding: 12px 14px;
  border: 1px solid #dce7f4;
  border-radius: 8px;
  background: #f7fbff;
}

.mtca20-checkout .fm-btn-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 0 24px;
  font-weight: 900;
}

.mtca20-checkout .buttons {
  margin-top: 22px;
}

.mtca20-checkout .alert {
  border-radius: 8px;
}

.mtca20-checkout .table-responsive-sm,
.mtca20-checkout .fm-table-box {
  overflow: auto;
  border: 1px solid #d7e4f3;
  border-radius: 8px;
  background: #fff;
}

.mtca20-checkout table {
  margin: 0;
  min-width: 720px;
}

.mtca20-checkout table thead th {
  border: 0;
  background: #f1f7ff;
  color: #071f3f;
  font-size: 13px;
  font-weight: 900;
}

.mtca20-checkout table td,
.mtca20-checkout table th {
  padding: 14px 16px;
  border-color: #e1ebf6;
  vertical-align: middle;
}

.mtca20-checkout table a {
  color: #071f3f;
  font-weight: 800;
}

.mtca20-checkout table tfoot td {
  color: #071f3f;
  font-weight: 800;
}

@media (max-width: 767px) {
  .mtca20-checkout-step .panel-title,
  .mtca20-checkout-step .panel-title a {
    min-height: 60px;
    padding: 0 18px;
    font-size: 16px;
  }

  .mtca20-checkout-step .panel-title a {
    padding: 0;
  }

  .mtca20-checkout-step-dot {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .mtca20-checkout-step .panel-body {
    padding: 18px;
  }

  .mtca20-checkout .fm-btn-blue {
    width: 100%;
  }

  .mtca20-checkout-contact-form {
    grid-template-columns: 1fr;
  }

  .mtca20-checkout table {
    min-width: 0;
    table-layout: fixed;
  }

  .mtca20-checkout table td,
  .mtca20-checkout table th {
    padding: 9px 6px;
    font-size: 10px;
    line-height: 1.25;
    word-break: break-word;
  }

  .mtca20-checkout table td:first-child,
  .mtca20-checkout table th:first-child {
    width: 34%;
  }

  .mtca20-checkout table tfoot td {
    font-size: 11px;
  }
}

/* Live fix 6: approved hero copy and dense Recommended carousel. */
#common-home .mtca20-hero-wrap,
#common-home .mtca20-hero-slider {
  margin-top: 0 !important;
}

#common-home .mtca20-hero-wrap {
  padding-top: 40px !important;
}

#common-home .mtca20-hero-title {
  max-width: 560px !important;
  color: #071f3f !important;
  font-size: clamp(48px, 4.2vw, 66px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

#common-home .mtca20-hero-copy p {
  max-width: 520px !important;
  color: #536985 !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

#common-home .mtca20-products-section {
  max-width: 1480px !important;
  margin: 44px auto 0 !important;
  padding: 30px 22px 26px !important;
  border: 1px solid #d8e7f7 !important;
  border-radius: 22px !important;
  background: #f3f8ff !important;
  overflow: hidden !important;
  box-shadow: 0 28px 70px rgba(7, 31, 63, .08) !important;
}

#common-home .mtca20-products-section > .row {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#common-home .mtca20-products-section .mtca20-section-head {
  padding: 0 14px 22px !important;
}

#common-home .mtca20-products-slider {
  width: calc(100% + 44px) !important;
  min-height: 535px !important;
  margin-left: -22px !important;
  margin-right: -22px !important;
  padding: 0 22px 58px !important;
  gap: 0 !important;
  overflow: visible !important;
}

#common-home .mtca20-products-slider .slick-list {
  overflow: hidden !important;
  margin: 0 !important;
}

#common-home .mtca20-products-slider .slick-track {
  display: flex !important;
  align-items: stretch !important;
  margin-left: 0 !important;
}

#common-home .mtca20-products-slider.slick-initialized .slick-slide {
  height: auto !important;
  padding: 0 5px !important;
}

#common-home .mtca20-products-slider.slick-initialized .slick-slide > div,
#common-home .mtca20-products-slider.slick-initialized .mtca20-product-slide {
  height: 100% !important;
}

#common-home .mtca20-products-slider:not(.slick-initialized) > .mtca20-product-slide,
#common-home .mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
  width: 228px !important;
  min-width: 228px !important;
  max-width: 228px !important;
  flex: 0 0 228px !important;
}

#common-home .mtca20-product-card {
  min-height: 492px !important;
  border-radius: 12px !important;
  text-align: left !important;
}

#common-home .mtca20-product-card .fm-module-img {
  height: 178px !important;
}

#common-home .mtca20-product-card .fm-module-img img {
  max-height: 142px !important;
}

#common-home .mtca20-product-card .fm-module-title,
#common-home .mtca20-product-card .mtca20-product-description,
#common-home .mtca20-product-card .fm-module-price {
  text-align: left !important;
}

#common-home .mtca20-product-card .fm-module-title a {
  min-height: 48px !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
}

#common-home .mtca20-hero-card img {
  transition: opacity .18s ease !important;
}

#common-home .mtca20-hero-card img.mtca20-hero-image-changing {
  opacity: .2 !important;
}

#common-home .mtca20-product-actions {
  display: grid !important;
  grid-template-columns: 38px 38px minmax(96px, 1fr) !important;
  gap: 8px !important;
}

#common-home .mtca20-product-more {
  min-height: 38px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 7px !important;
}

@media (max-width: 991px) {
  #common-home .mtca20-hero-wrap {
    padding-top: 24px !important;
  }

  #common-home .mtca20-products-section {
    margin-top: 30px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* Live fix 12: dropdown layers, dense product sliders and product page alignment. */
@media (min-width: 992px) {
  html body .mtca20-menu-row #oct-menu-box,
  html body .mtca20-menu-row #oct-menu-dropdown-menu {
    z-index: 2200 !important;
  }

  html body .mtca20-menu-row #oct-menu-dropdown-menu {
    position: absolute !important;
    top: 52px !important;
    left: 0 !important;
    width: 260px !important;
    max-width: 260px !important;
    transform: none !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav {
    z-index: 1400 !important;
  }

  html body .mtca20-header,
  html body .mtca20-header .container,
  html body .mtca20-header-main,
  html body .mtca20-phone,
  html body .mtca20-phone .fm-phone-box,
  html body .mtca20-phone .header-dropdown-box {
    overflow: visible !important;
  }

  html body .mtca20-phone .header-dropdown,
  html body .mtca20-phone .header-dropdown-inner,
  html body .mtca20-header .header-dropdown {
    z-index: 2300 !important;
  }
}

html body .mtca20-topbar #language .dropdown-menu,
html body .mtca20-topbar #currency .dropdown-menu {
  min-width: 178px !important;
  padding: 8px !important;
  border: 1px solid #d8e6f6 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(7, 31, 63, .14) !important;
}

html body .mtca20-topbar #language .language-select,
html body .mtca20-topbar #currency .currency-select {
  width: 100% !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #071f3f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  background: transparent !important;
}

#common-home .mtca20-products-section {
  max-width: 1480px !important;
}

#common-home .mtca20-products-slider {
  min-height: 558px !important;
}

#common-home .mtca20-products-slider .slick-list {
  margin: 0 -6px !important;
}

#common-home .mtca20-products-slider.slick-initialized .slick-slide {
  padding: 0 6px !important;
}

#common-home .mtca20-products-slider.slick-initialized .slick-slide > div,
#common-home .mtca20-products-slider.slick-initialized .mtca20-product-slide {
  width: 100% !important;
}

#common-home .mtca20-products-slider.slick-initialized .mtca20-product-card {
  width: 100% !important;
  min-width: 0 !important;
}

#common-home .mtca20-product-card {
  min-height: 508px !important;
}

#common-home .mtca20-product-card .fm-module-img {
  height: 170px !important;
}

#common-home .mtca20-product-card .fm-module-img img {
  max-height: 132px !important;
}

.mtca20-product-buybox .fm-product-buttons {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 112px minmax(220px, 1fr) minmax(190px, auto) !important;
  gap: 10px !important;
  align-items: center !important;
}

.mtca20-product-buybox .fm-product-buttons > .d-flex {
  display: contents !important;
}

.mtca20-product-buybox .fm-product-quantity.d-flex {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.mtca20-product-buybox .fm-product-btn-group {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
}

.mtca20-product-buybox .fm-product-buttons-list {
  grid-column: 3 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(86px, 1fr)) !important;
  gap: 8px !important;
  width: 100% !important;
  min-width: 190px !important;
}

.mtca20-product-buybox .fm-product-buttons-link {
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  padding: 0 10px !important;
  justify-content: center !important;
  white-space: normal !important;
  text-align: center !important;
}

.mtca20-product-buybox .fm-product-btn-cart {
  height: 50px !important;
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mtca20-product-buybox .fm-product-btn-cart span {
  line-height: 1 !important;
}

#product-product .mtca20-product-main .fm-proruct-left-top {
  padding-left: 116px !important;
}

#product-product .mtca20-product-main .image-additional-box {
  width: 92px !important;
  left: 0 !important;
  top: 12px !important;
  z-index: 8 !important;
}

#product-product .mtca20-product-main .additional-gallery-item {
  width: 92px !important;
  height: 82px !important;
}

#product-product .mtca20-product-main .fm-product-left-top-photo-main {
  overflow: hidden !important;
}

#product-product .mtca20-product-main .fm-product-description-nav,
#product-product .mtca20-product-main .fm-product-description-cont,
#product-product .mtca20-product-main .fm-product-attributtes {
  width: calc(100% + 116px) !important;
  margin-left: -116px !important;
  box-sizing: border-box !important;
}

#product-product .mtca20-product-main .fm-product-description-cont,
#product-product .mtca20-product-main .fm-product-attributtes {
  max-width: calc(100% + 116px) !important;
}

#product-product .mtca20-product-layout {
  grid-template-columns: minmax(0, 1fr) minmax(520px, .82fr) !important;
  gap: 48px !important;
  align-items: start !important;
}

#product-product .mtca20-product-buybox {
  min-width: 0 !important;
}

.mtca20-catalog-products {
  align-items: stretch !important;
}

.mtca20-catalog-product-col {
  display: flex !important;
}

.mtca20-catalog-product-card,
.mtca20-manufacturer-products .mtca20-catalog-product-card,
.mtca20-products-section .mtca20-product-card {
  width: 100% !important;
  min-height: 100% !important;
}

.mtca20-catalog-product-card .fm-category-product-caption {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.mtca20-catalog-product-card .fm-module-img {
  flex: 0 0 190px !important;
  height: 190px !important;
}

.mtca20-catalog-product-card .fm-module-title a {
  min-height: 48px !important;
  display: block !important;
}

.mtca20-catalog-product-description {
  min-height: 86px !important;
}

.mtca20-catalog-product-actions {
  margin-top: auto !important;
}

.mtca20-products-slider .slick-track,
.mtca20-products-slider.slick-initialized .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

.mtca20-products-slider .slick-slide,
.mtca20-products-slider .slick-slide > div,
.mtca20-products-slider .mtca20-product-slide {
  height: auto !important;
}

.mtca20-products-slider .mtca20-product-slide,
.mtca20-products-slider .mtca20-product-card {
  display: flex !important;
}

.mtca20-products-slider .mtca20-product-card {
  height: 100% !important;
  flex-direction: column !important;
}

.mtca20-products-slider .mtca20-product-card .fm-module-title a {
  min-height: 50px !important;
  display: block !important;
}

.mtca20-products-slider .mtca20-product-card .mtca20-product-description {
  min-height: 72px !important;
}

.mtca20-products-slider .mtca20-product-card .mtca20-product-stock {
  min-height: 20px !important;
}

.mtca20-products-slider .mtca20-product-card .mtca20-product-actions {
  margin-top: auto !important;
}

.backup-calculator-page {
  max-width: 1480px !important;
  padding-top: 26px !important;
  padding-bottom: 72px !important;
}

.backup-calculator-page .fm-page-title {
  margin-bottom: 22px !important;
  color: #071f3f !important;
  font-size: 42px !important;
  font-weight: 900 !important;
}

.backup-calculator-hero,
.backup-calculator-card {
  border: 1px solid #d8e6f6 !important;
  border-radius: 16px !important;
  background: #f5f9ff !important;
  box-shadow: 0 24px 64px rgba(7, 31, 63, .08) !important;
}

.backup-calculator-card-head {
  background: #061a30 !important;
}

.backup-calculator-btn-primary {
  border-radius: 8px !important;
  background: #0b72f0 !important;
}

.backup-calculator-runtime {
  border-radius: 12px !important;
  background: linear-gradient(135deg, #061a30 0%, #0b72f0 100%) !important;
}

@media (max-width: 1199px) {
  #product-product .mtca20-product-layout {
    grid-template-columns: 1fr !important;
  }

  .mtca20-product-buybox .fm-product-buttons {
    grid-template-columns: 112px minmax(220px, 1fr) !important;
  }

  .mtca20-product-buybox .fm-product-buttons-list {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
  }
}

@media (max-width: 767px) {
  #product-product .mtca20-product-main .fm-proruct-left-top {
    padding-left: 0 !important;
  }

  #product-product .mtca20-product-main .image-additional-box {
    position: static !important;
    width: 100% !important;
    margin: 12px 0 0 !important;
  }

  #product-product .mtca20-product-main .fm-product-description-nav,
  #product-product .mtca20-product-main .fm-product-description-cont,
  #product-product .mtca20-product-main .fm-product-attributtes {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .mtca20-product-buybox .fm-product-buttons {
    grid-template-columns: 1fr !important;
  }

  .mtca20-product-buybox .fm-product-quantity.d-flex,
  .mtca20-product-buybox .fm-product-btn-group,
  .mtca20-product-buybox .fm-product-buttons-list {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* Live fix 13: final overlay, slider density and product-page alignment. */
@media (min-width: 1200px) {
  #common-home .mtca20-products-section {
    max-width: 1500px !important;
  }

  #common-home .mtca20-products-section .mtca20-products-frame {
    padding: 64px 32px 70px !important;
  }

  #common-home .mtca20-products-slider {
    min-height: 532px !important;
  }

  #common-home .mtca20-products-slider .slick-list {
    margin: 0 -6px !important;
    overflow: hidden !important;
  }

  #common-home .mtca20-products-slider.slick-initialized .slick-slide {
    padding: 0 6px !important;
  }

  #common-home .mtca20-products-slider.slick-initialized .mtca20-product-slide {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  #common-home .mtca20-products-slider .mtca20-product-card {
    min-width: 0 !important;
    max-width: none !important;
    min-height: 508px !important;
    border-radius: 8px !important;
  }

  #common-home .mtca20-products-slider .fm-module-img {
    height: 190px !important;
    min-height: 190px !important;
    padding: 20px !important;
  }

  #common-home .mtca20-products-slider .fm-module-img img {
    max-width: 100% !important;
    max-height: 145px !important;
    object-fit: contain !important;
  }

  #common-home .mtca20-products-slider .fm-category-product-caption {
    padding: 20px 16px 16px !important;
  }

  #common-home .mtca20-products-slider .fm-module-title a {
    min-height: 52px !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  #common-home .mtca20-products-slider .mtca20-product-description {
    min-height: 54px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  #common-home .mtca20-products-slider .fm-module-price-new,
  #common-home .mtca20-products-slider .fm-module-price-bottom {
    font-size: 20px !important;
    line-height: 1.15 !important;
  }

  #common-home .mtca20-products-slider .mtca20-product-actions {
    gap: 8px !important;
  }

  #common-home .mtca20-products-slider .mtca20-product-more {
    min-width: 100px !important;
    padding: 0 13px !important;
  }
}

@media (min-width: 992px) {
  html body .mtca20-menu-row #oct-menu-box,
  html body .mtca20-menu-row #oct-menu-dropdown-menu,
  html body .mtca20-phone .dropdown-menu,
  html body #language .dropdown-menu,
  html body #currency .dropdown-menu {
    z-index: 3400 !important;
  }

  html body .mtca20-category-nav {
    z-index: 1800 !important;
  }

  #product-product .mtca20-product-layout {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 620px) !important;
    gap: 42px !important;
  }

  #product-product .mtca20-product-main .fm-proruct-left-top {
    padding-left: 118px !important;
    min-height: 620px !important;
  }

  #product-product .mtca20-product-main .image-additional-box {
    position: absolute !important;
    left: 0 !important;
    top: 16px !important;
    width: 88px !important;
    max-width: 88px !important;
    z-index: 9 !important;
  }

  #product-product .mtca20-product-main .additional-gallery-item {
    width: 88px !important;
    height: 82px !important;
    margin-bottom: 12px !important;
    overflow: visible !important;
  }

  #product-product .mtca20-product-main .image-additional,
  #product-product .mtca20-product-main .additional-gallery-item a {
    width: 88px !important;
    height: 82px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  #product-product .mtca20-product-main .fm-module-stickers,
  #product-product .mtca20-product-main .fm-stickers,
  #product-product .mtca20-product-main .oct-stickers,
  #product-product .mtca20-product-main .product-sticker {
    z-index: 12 !important;
    left: 132px !important;
    top: 14px !important;
  }

  #product-product .mtca20-product-main .fm-product-left-top-photo-main {
    min-height: 600px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  #product-product .mtca20-product-main .fm-product-description-nav,
  #product-product .mtca20-product-main .fm-product-description-cont,
  #product-product .mtca20-product-main .fm-product-attributtes {
    width: calc(100% + 118px) !important;
    max-width: calc(100% + 118px) !important;
    margin-left: -118px !important;
  }

  .mtca20-product-buybox .fm-product-buttons {
    display: grid !important;
    grid-template-columns: 112px minmax(230px, 1fr) minmax(250px, auto) !important;
    gap: 10px !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .mtca20-product-buybox .fm-product-buttons > .d-flex {
    display: contents !important;
  }

  .mtca20-product-buybox .fm-product-quantity {
    grid-column: 1 !important;
  }

  .mtca20-product-buybox .fm-product-btn-group {
    grid-column: 2 !important;
    width: 100% !important;
  }

  .mtca20-product-buybox .fm-product-buttons-list {
    grid-column: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(116px, 1fr)) !important;
    gap: 8px !important;
    min-width: 250px !important;
  }

  .mtca20-product-buybox .fm-product-buttons-link {
    min-width: 0 !important;
    width: 100% !important;
    height: 44px !important;
    padding: 0 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .mtca20-product-buybox .fm-product-buttons-link span {
    display: inline-block !important;
    line-height: 1.15 !important;
  }
}

.mtca20-catalog-product-card,
.mtca20-manufacturer-products .mtca20-catalog-product-card,
.mtca20-product-card {
  display: flex !important;
  flex-direction: column !important;
}

.mtca20-catalog-product-card .fm-category-product-caption,
.mtca20-product-card .fm-category-product-caption {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

.mtca20-catalog-product-card .fm-module-title,
.mtca20-product-card .fm-module-title {
  min-height: 54px !important;
}

.mtca20-catalog-product-description,
.mtca20-product-description {
  min-height: 72px !important;
}

.mtca20-catalog-product-actions,
.mtca20-product-actions {
  margin-top: auto !important;
}

@media (max-width: 1199px) {
  .mtca20-product-buybox .fm-product-buttons {
    grid-template-columns: 1fr !important;
  }

  .mtca20-product-buybox .fm-product-quantity,
  .mtca20-product-buybox .fm-product-btn-group,
  .mtca20-product-buybox .fm-product-buttons-list {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-width: 0 !important;
  }

  .mtca20-product-buybox .fm-product-buttons-list {
    grid-template-columns: repeat(2, minmax(120px, 1fr)) !important;
  }
}

/* Live fix 15: fixed-width featured carousel cards and visible hero CTA. */
@media (min-width: 992px) {
  #common-home .mtca20-products-section {
    max-width: 1480px !important;
  }

  #common-home .mtca20-products-slider {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  #common-home .mtca20-products-slider .slick-list {
    margin: 0 -10px !important;
    overflow: hidden !important;
  }

  #common-home .mtca20-products-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }

  #common-home .mtca20-products-slider.slick-initialized .slick-slide,
  #common-home .mtca20-products-slider.slick-initialized .mtca20-product-slide,
  #common-home .mtca20-products-slider:not(.slick-initialized) > .mtca20-product-slide,
  #common-home .mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
    width: 226px !important;
    min-width: 226px !important;
    max-width: 226px !important;
    flex: 0 0 226px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #common-home .mtca20-products-slider.slick-initialized .slick-slide > div {
    width: 100% !important;
    height: 100% !important;
  }

  #common-home .mtca20-products-slider .mtca20-product-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 500px !important;
  }

  #common-home .mtca20-products-slider .fm-module-img {
    height: 176px !important;
    min-height: 176px !important;
  }

  #common-home .mtca20-products-slider .fm-module-title a {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  #common-home .mtca20-hero-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (min-width: 1400px) {
  #common-home .mtca20-products-slider.slick-initialized .slick-slide,
  #common-home .mtca20-products-slider.slick-initialized .mtca20-product-slide,
  #common-home .mtca20-products-slider:not(.slick-initialized) > .mtca20-product-slide,
  #common-home .mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
    width: 218px !important;
    min-width: 218px !important;
    max-width: 218px !important;
    flex-basis: 218px !important;
  }
}

/* Live fix 16: normalize product buy buttons and featured card rhythm. */
#product-product .mtca20-product-buybox .mtca20-product-quick-attrs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px 18px !important;
  width: 100% !important;
  padding: 16px 18px !important;
  box-sizing: border-box !important;
}

#product-product .mtca20-product-buybox .mtca20-product-quick-attr {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  color: #071f3f !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

#product-product .mtca20-product-buybox .mtca20-product-quick-attr span {
  min-width: 0 !important;
  max-width: 100% !important;
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#product-product .mtca20-product-buybox .fm-product-buttons {
  display: grid !important;
  grid-template-columns: 112px minmax(220px, 1fr) !important;
  grid-template-areas:
    "qty cart"
    "quick quick"
    "links links" !important;
  gap: 10px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 560px !important;
}

#product-product .mtca20-product-buybox .fm-product-buttons > .d-flex {
  display: contents !important;
}

#product-product .mtca20-product-buybox .fm-product-quantity {
  grid-area: qty !important;
  width: 112px !important;
  max-width: 112px !important;
}

#product-product .mtca20-product-buybox .fm-product-btn-group {
  grid-area: cart !important;
  width: 100% !important;
}

#product-product .mtca20-product-buybox .fm-product-btn-cart {
  width: 100% !important;
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  line-height: 1 !important;
  text-align: center !important;
}

#product-product .mtca20-product-buybox .fm-product-btn-cart span {
  display: inline-block !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

#product-product .mtca20-product-buybox .fm-product-buttons-list {
  grid-area: links !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
}

#product-product .mtca20-product-buybox .fm-product-buttons-item {
  width: 100% !important;
  min-width: 0 !important;
}

#product-product .mtca20-product-buybox .fm-product-buttons-link {
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

#product-product .mtca20-product-buybox .fm-product-buttons-link span {
  display: inline !important;
  color: inherit !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

@media (min-width: 992px) {
  #common-home .mtca20-products-slider .slick-list {
    margin: 0 !important;
    overflow: hidden !important;
  }

  #common-home .mtca20-products-slider.slick-initialized .slick-slide,
  #common-home .mtca20-products-slider.slick-initialized .mtca20-product-slide,
  #common-home .mtca20-products-slider:not(.slick-initialized) > .mtca20-product-slide,
  #common-home .mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
    width: 248px !important;
    min-width: 248px !important;
    max-width: 248px !important;
    flex: 0 0 248px !important;
    box-sizing: border-box !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #common-home .mtca20-products-slider .mtca20-product-card {
    min-height: 530px !important;
  }

  #common-home .mtca20-products-slider .fm-module-img {
    height: 176px !important;
    min-height: 176px !important;
  }

  #common-home .mtca20-products-slider .fm-module-title {
    min-height: 54px !important;
  }

  #common-home .mtca20-products-slider .fm-module-title a {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }
}

@media (min-width: 1400px) {
  #common-home .mtca20-products-slider.slick-initialized .slick-slide,
  #common-home .mtca20-products-slider.slick-initialized .mtca20-product-slide,
  #common-home .mtca20-products-slider:not(.slick-initialized) > .mtca20-product-slide,
  #common-home .mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
    width: 244px !important;
    min-width: 244px !important;
    max-width: 244px !important;
    flex-basis: 244px !important;
  }
}

@media (max-width: 575px) {
  #product-product .mtca20-product-buybox .mtca20-product-quick-attrs {
    grid-template-columns: 1fr !important;
  }

  #product-product .mtca20-product-buybox .mtca20-product-quick-attr span {
    white-space: normal !important;
  }
}

/* Live fix 17: align product attributes and make the footer location read as a map. */
#product-product .mtca20-product-main .fm-product-attributtes {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

#product-product .mtca20-product-main .fm-product-attributtes-cont {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

#product-product .mtca20-product-main .fm-product-attributtes-item {
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

#product-product .mtca20-product-main .fm-product-attributtes-item span:first-child {
  min-width: 0 !important;
}

#product-product .mtca20-product-main .fm-product-attributtes-item span:last-child {
  flex: 0 1 auto !important;
  max-width: 46% !important;
  text-align: right !important;
  word-break: normal !important;
}

.mtca20-footer-map-card {
  isolation: isolate !important;
}

.mtca20-footer-map-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .9;
  background:
    linear-gradient(29deg, transparent 0 43%, rgba(7, 88, 217, .16) 43% 45%, transparent 45% 100%),
    linear-gradient(145deg, transparent 0 53%, rgba(7, 88, 217, .12) 53% 55%, transparent 55% 100%),
    linear-gradient(90deg, rgba(7, 88, 217, .08) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(0deg, rgba(7, 88, 217, .08) 1px, transparent 1px) 0 0 / 34px 34px;
  pointer-events: none;
}

.mtca20-footer-map-marker {
  position: absolute;
  z-index: 2;
  top: 58px;
  left: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 7px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: #0b72f0;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(7, 88, 217, .3);
}

.mtca20-footer-map-marker i {
  font-size: 15px;
}

.mtca20-footer-map-pin {
  top: 78px !important;
  left: 108px !important;
  width: 34px !important;
  height: 34px !important;
  z-index: 2 !important;
  box-shadow: 0 8px 22px rgba(7, 88, 217, .18) !important;
}

.mtca20-footer-map-address {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 210px;
  margin: -4px 0 12px;
  overflow: hidden;
  color: #4f6986;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mtca20-footer-map-title,
.mtca20-footer-map-link {
  z-index: 2 !important;
}

/* Live fix 18: equal product carousel cards on every page and real footer map view. */
.mtca20-products-section .mtca20-products-slider {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.mtca20-products-section .mtca20-products-slider .slick-list {
  margin: 0 !important;
  overflow: hidden !important;
}

.mtca20-products-section .mtca20-products-slider .slick-track,
.mtca20-products-section .mtca20-products-slider.slick-initialized .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

.mtca20-products-section .mtca20-products-slider.slick-initialized .slick-slide,
.mtca20-products-section .mtca20-products-slider.slick-initialized .mtca20-product-slide,
.mtca20-products-section .mtca20-products-slider:not(.slick-initialized) > .mtca20-product-slide,
.mtca20-products-section .mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
  width: 238px !important;
  min-width: 238px !important;
  max-width: 238px !important;
  flex: 0 0 238px !important;
  height: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-sizing: border-box !important;
}

.mtca20-products-section .mtca20-products-slider .slick-slide > div,
.mtca20-products-section .mtca20-products-slider .mtca20-product-slide {
  height: auto !important;
  display: flex !important;
}

.mtca20-products-section .mtca20-product-card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 572px !important;
  min-height: 572px !important;
  max-height: 572px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

.mtca20-products-section .mtca20-product-card .fm-module-img {
  flex: 0 0 176px !important;
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.mtca20-products-section .mtca20-product-card .fm-module-img a {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mtca20-products-section .mtca20-product-card .fm-module-img img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 82% !important;
  max-height: 138px !important;
  object-fit: contain !important;
}

.mtca20-products-section .mtca20-product-card .mtca20-product-category {
  flex: 0 0 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  overflow: hidden !important;
}

.mtca20-products-section .mtca20-product-card .fm-module-title {
  flex: 0 0 66px !important;
  min-height: 66px !important;
  max-height: 66px !important;
  overflow: hidden !important;
}

.mtca20-products-section .mtca20-product-card .fm-module-title a {
  display: -webkit-box !important;
  min-height: 0 !important;
  max-height: 58px !important;
  overflow: hidden !important;
  font-size: 16px !important;
  line-height: 1.22 !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}

.mtca20-products-section .mtca20-product-card .mtca20-product-description {
  flex: 0 0 74px !important;
  min-height: 74px !important;
  max-height: 74px !important;
  overflow: hidden !important;
}

.mtca20-products-section .mtca20-product-card .mtca20-product-stock {
  flex: 0 0 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;
}

.mtca20-products-section .mtca20-product-card .fm-module-price {
  flex: 0 0 70px !important;
  min-height: 70px !important;
  max-height: 70px !important;
  margin-top: 0 !important;
}

.mtca20-products-section .mtca20-product-card .mtca20-product-actions {
  flex: 0 0 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin-top: auto !important;
  overflow: hidden !important;
}

@media (min-width: 1400px) {
  .mtca20-products-section .mtca20-products-slider.slick-initialized .slick-slide,
  .mtca20-products-section .mtca20-products-slider.slick-initialized .mtca20-product-slide,
  .mtca20-products-section .mtca20-products-slider:not(.slick-initialized) > .mtca20-product-slide,
  .mtca20-products-section .mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
    width: 238px !important;
    min-width: 238px !important;
    max-width: 238px !important;
    flex-basis: 238px !important;
  }
}

.mtca20-footer-map-card {
  min-height: 234px !important;
  padding: 0 !important;
  background: #e9f2fb !important;
}

.mtca20-footer-map-real {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.mtca20-footer-map-real iframe,
.mtca20-footer-map-real > * {
  width: 100% !important;
  height: 100% !important;
  min-height: 234px !important;
  border: 0 !important;
  display: block !important;
}

.mtca20-footer-map-real + .mtca20-footer-map-grid {
  display: none !important;
}

.mtca20-footer-map-card:has(.mtca20-footer-map-real) .mtca20-footer-map-marker,
.mtca20-footer-map-card:has(.mtca20-footer-map-real) .mtca20-footer-map-pin {
  display: none !important;
}

.mtca20-footer-map-title,
.mtca20-footer-map-address,
.mtca20-footer-map-link {
  position: relative !important;
  z-index: 3 !important;
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.mtca20-footer-map-title {
  margin-top: auto !important;
  padding-top: 150px !important;
  text-shadow: 0 1px 8px rgba(255, 255, 255, .9) !important;
}

.mtca20-footer-map-link {
  margin-bottom: 18px !important;
  text-shadow: 0 1px 8px rgba(255, 255, 255, .9) !important;
}

/* Live fix 20: product page recommendations show max six cards inside the block. */
@media (min-width: 1200px) {
  #product-product .mtca20-products-section {
    width: 100% !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  #product-product .mtca20-products-section .mtca20-products-head,
  #product-product .mtca20-products-section .mtca20-products-slider {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #product-product .mtca20-products-slider .slick-list {
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  #product-product .mtca20-products-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }

  #product-product .mtca20-products-slider.slick-initialized .slick-slide,
  #product-product .mtca20-products-slider.slick-initialized .mtca20-product-slide,
  #product-product .mtca20-products-slider:not(.slick-initialized) > .mtca20-product-slide,
  #product-product .mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
    width: 16.666666% !important;
    min-width: 16.666666% !important;
    max-width: 16.666666% !important;
    flex: 0 0 16.666666% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    box-sizing: border-box !important;
  }

  #product-product .mtca20-products-slider .slick-slide > div,
  #product-product .mtca20-products-slider .mtca20-product-slide {
    height: auto !important;
    display: flex !important;
  }

  #product-product .mtca20-products-section .mtca20-product-card {
    height: 542px !important;
    min-height: 542px !important;
    max-height: 542px !important;
  }

  #product-product .mtca20-products-section .mtca20-product-card .fm-module-img {
    flex-basis: 154px !important;
    height: 154px !important;
    min-height: 154px !important;
    max-height: 154px !important;
  }

  #product-product .mtca20-products-section .mtca20-product-card .fm-module-img img {
    max-width: 84% !important;
    max-height: 120px !important;
  }

  #product-product .mtca20-products-section .mtca20-product-card .fm-module-title a {
    font-size: 14px !important;
    line-height: 1.22 !important;
  }

  #product-product .mtca20-products-section .mtca20-product-card .mtca20-product-description {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  #product-product .mtca20-products-section .mtca20-product-more {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 13px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #product-product .mtca20-products-slider.slick-initialized .slick-slide,
  #product-product .mtca20-products-slider.slick-initialized .mtca20-product-slide,
  #product-product .mtca20-products-slider:not(.slick-initialized) > .mtca20-product-slide,
  #product-product .mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
    width: 33.333333% !important;
    min-width: 33.333333% !important;
    max-width: 33.333333% !important;
    flex-basis: 33.333333% !important;
  }
}

/* Live fix 21: keep product-page recommendations at six compact columns. */
@media (min-width: 1200px) {
  #product-product .mtca20-products-section .mtca20-product-page-related-slider,
  #product-product .mtca20-products-section .mtca20-product-page-related-slider.slick-initialized {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  #product-product .mtca20-products-section .mtca20-product-page-related-slider .slick-list,
  #product-product .mtca20-products-section .mtca20-product-page-related-slider .slick-track {
    width: 100% !important;
  }

  #product-product .mtca20-products-section .mtca20-product-page-related-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }

  #product-product .mtca20-products-section .mtca20-product-page-related-slider .slick-slide,
  #product-product .mtca20-products-section .mtca20-product-page-related-slider .mtca20-product-slide {
    width: 16.666666% !important;
    min-width: 16.666666% !important;
    max-width: 16.666666% !important;
    flex: 0 0 16.666666% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    box-sizing: border-box !important;
  }

  #product-product .mtca20-products-section .mtca20-product-page-related-slider .slick-slide > div {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
  }

  #product-product .mtca20-products-section .mtca20-product-page-related-slider .mtca20-product-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

/* Live fix 22: show long product names on the home recommendations cards. */
#common-home .mtca20-products-section .mtca20-product-card {
  height: 596px !important;
  min-height: 596px !important;
  max-height: 596px !important;
}

#common-home .mtca20-products-section .mtca20-product-card .fm-module-title {
  flex: 0 0 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
  overflow: hidden !important;
}

#common-home .mtca20-products-section .mtca20-product-card .fm-module-title a {
  display: -webkit-box !important;
  min-height: 0 !important;
  max-height: 84px !important;
  overflow: hidden !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  font-size: 16px !important;
  line-height: 1.28 !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
}

#common-home .mtca20-products-section .mtca20-product-card .mtca20-product-description {
  flex: 0 0 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
}

#common-home .mtca20-products-section .mtca20-product-card .fm-module-price {
  flex: 0 0 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
}

/* Live fix 27: hide clipped descriptions in home recommendations. */
#common-home .mtca20-products-section .mtca20-product-card {
  height: 548px !important;
  min-height: 548px !important;
  max-height: 548px !important;
}

#common-home .mtca20-products-section .mtca20-product-card .mtca20-product-description {
  display: none !important;
}

#common-home .mtca20-products-section .mtca20-product-card .mtca20-product-stock {
  margin-top: 14px !important;
}

/* Live fix 25: keep viewed-products compact and remove the empty right tail. */
.mtca20-viewed-products-section {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
}

.mtca20-viewed-products-section.mtca20-products-few-items .mtca20-products-head {
  max-width: 100% !important;
}

.mtca20-viewed-products-section.mtca20-products-few-items .mtca20-products-slider {
  justify-content: center !important;
}

.mtca20-viewed-products-section.mtca20-products-few-items .mtca20-products-slider.slick-initialized .slick-list {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mtca20-viewed-products-section.mtca20-products-few-items .mtca20-products-slider.slick-initialized .slick-track {
  display: flex !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 1200px) {
  .mtca20-viewed-products-section.mtca20-products-few-items .mtca20-products-slider.slick-initialized .slick-slide,
  .mtca20-viewed-products-section.mtca20-products-few-items .mtca20-products-slider.slick-initialized .mtca20-product-slide,
  .mtca20-viewed-products-section.mtca20-products-few-items .mtca20-products-slider:not(.slick-initialized) > .mtca20-product-slide,
  .mtca20-viewed-products-section.mtca20-products-few-items .mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
    width: 238px !important;
    min-width: 238px !important;
    max-width: 238px !important;
    flex: 0 0 238px !important;
  }
}

/* Live fix 26: category hero images are visual only, viewed block aligns by real count, manufacturer counters hidden. */
.mtca20-catalog-hero-item {
  cursor: default !important;
  pointer-events: none !important;
}

@media (min-width: 992px) {
  .mtca20-catalog-hero-item-1 {
    width: 210px !important;
    height: 164px !important;
  }

  .mtca20-catalog-hero-item-2 {
    width: 214px !important;
    height: 138px !important;
  }

  .mtca20-catalog-hero-item-3 {
    width: 174px !important;
    height: 112px !important;
  }
}

.mtca20-manufacturer-total {
  display: none !important;
}

@media (min-width: 1200px) {
  #product-product .mtca20-viewed-products-section.mtca20-products-few-items .mtca20-products-slider.slick-initialized .slick-track {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    transform: none !important;
  }

  #product-product .mtca20-viewed-products-section.mtca20-products-count-5 .mtca20-products-slider.slick-initialized .slick-slide,
  #product-product .mtca20-viewed-products-section.mtca20-products-count-5 .mtca20-products-slider.slick-initialized .mtca20-product-slide {
    width: 20% !important;
    min-width: 20% !important;
    max-width: 20% !important;
    flex: 0 0 20% !important;
  }

  #product-product .mtca20-viewed-products-section.mtca20-products-count-4 .mtca20-products-slider.slick-initialized .slick-slide,
  #product-product .mtca20-viewed-products-section.mtca20-products-count-4 .mtca20-products-slider.slick-initialized .mtca20-product-slide {
    width: 25% !important;
    min-width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25% !important;
  }

  #product-product .mtca20-viewed-products-section.mtca20-products-count-3 .mtca20-products-slider.slick-initialized .slick-slide,
  #product-product .mtca20-viewed-products-section.mtca20-products-count-3 .mtca20-products-slider.slick-initialized .mtca20-product-slide {
    width: 33.333333% !important;
    min-width: 33.333333% !important;
    max-width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
  }

  #product-product .mtca20-viewed-products-section.mtca20-products-count-2 .mtca20-products-slider.slick-initialized .slick-slide,
  #product-product .mtca20-viewed-products-section.mtca20-products-count-2 .mtca20-products-slider.slick-initialized .mtca20-product-slide {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }

  #product-product .mtca20-viewed-products-section.mtca20-products-count-1 .mtca20-products-slider.slick-initialized .slick-slide,
  #product-product .mtca20-viewed-products-section.mtca20-products-count-1 .mtca20-products-slider.slick-initialized .mtca20-product-slide {
    width: 238px !important;
    min-width: 238px !important;
    max-width: 238px !important;
    flex: 0 0 238px !important;
  }
}

/* Live fix 28: make "You viewed" product cards visually equal. */
.mtca20-viewed-products-section .mtca20-product-card {
  height: 548px !important;
  min-height: 548px !important;
  max-height: 548px !important;
}

.mtca20-viewed-products-section .mtca20-product-card .fm-module-img {
  flex: 0 0 176px !important;
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
}

.mtca20-viewed-products-section .mtca20-product-card .mtca20-product-category {
  flex: 0 0 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  overflow: hidden !important;
}

.mtca20-viewed-products-section .mtca20-product-card .fm-module-title {
  flex: 0 0 82px !important;
  min-height: 82px !important;
  max-height: 82px !important;
  overflow: hidden !important;
}

.mtca20-viewed-products-section .mtca20-product-card .fm-module-title a {
  display: -webkit-box !important;
  max-height: 76px !important;
  overflow: hidden !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  line-height: 1.28 !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
}

.mtca20-viewed-products-section .mtca20-product-card .mtca20-product-description {
  display: none !important;
}

.mtca20-viewed-products-section .mtca20-product-card .mtca20-product-stock {
  flex: 0 0 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  margin-top: 12px !important;
}

.mtca20-viewed-products-section .mtca20-product-card .fm-module-price {
  flex: 0 0 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  margin-top: auto !important;
}

.mtca20-viewed-products-section .mtca20-product-card .mtca20-product-actions {
  flex: 0 0 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin-top: 0 !important;
}

/* Live fix 29: "You viewed" is always a six-card carousel on desktop. */
@media (min-width: 1200px) {
  .mtca20-viewed-products-section .mtca20-products-slider.slick-initialized .slick-slide,
  .mtca20-viewed-products-section .mtca20-products-slider.slick-initialized .mtca20-product-slide,
  .mtca20-viewed-products-section .mtca20-products-slider:not(.slick-initialized) > .mtca20-product-slide,
  .mtca20-viewed-products-section .mtca20-products-slider.mtca20-products-static-slider > .mtca20-product-slide {
    width: 16.666666% !important;
    min-width: 16.666666% !important;
    max-width: 16.666666% !important;
    flex: 0 0 16.666666% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    box-sizing: border-box !important;
  }

  .mtca20-viewed-products-section .mtca20-products-slider .slick-slide > div,
  .mtca20-viewed-products-section .mtca20-products-slider .mtca20-product-slide {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
  }

  .mtca20-viewed-products-section .mtca20-products-slider .slick-list {
    width: 100% !important;
    overflow: hidden !important;
  }

  .mtca20-viewed-products-section .mtca20-products-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }
}

/* Live fix 32: align blue buttons and accents with the MTCA logo purple. */
:root {
  --mtca20-logo-purple: #55479a;
  --mtca20-logo-purple-dark: #382f75;
  --mtca20-logo-purple-hover: #6758b3;
  --mtca20-navy: #382f75;
  --mtca20-navy-2: #55479a;
  --mtca20-blue: #55479a;
  --mtca20-blue-2: #6758b3;
}

.mtca20-hero-cta,
.mtca20-product-more,
.mtca20-catalog-cart-btn,
.mtca20-product-cart-btn,
.mtca20-product-buybox #button-cart,
.mtca20-product-buybox .fm-product-btn,
.mtca20-cart .fm-btn-blue,
.mtca20-checkout .fm-btn-blue,
.mtca20-contact .fm-btn-blue,
.mtca20-search .fm-btn-blue,
.mtca20-brands .fm-btn-blue,
.mtca20-footer .fm-btn-blue,
.fm-btn.fm-btn-blue,
.btn-primary,
button[class*="btn-blue"],
a[class*="btn-blue"] {
  border-color: #55479a !important;
  background: #55479a !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(85, 71, 154, 0.22) !important;
}

.mtca20-hero-cta:hover,
.mtca20-product-more:hover,
.mtca20-catalog-cart-btn:hover,
.mtca20-product-cart-btn:hover,
.mtca20-product-buybox #button-cart:hover,
.mtca20-product-buybox .fm-product-btn:hover,
.mtca20-cart .fm-btn-blue:hover,
.mtca20-checkout .fm-btn-blue:hover,
.mtca20-contact .fm-btn-blue:hover,
.mtca20-search .fm-btn-blue:hover,
.mtca20-brands .fm-btn-blue:hover,
.mtca20-footer .fm-btn-blue:hover,
.fm-btn.fm-btn-blue:hover,
.btn-primary:hover,
button[class*="btn-blue"]:hover,
a[class*="btn-blue"]:hover {
  border-color: #6758b3 !important;
  background: #6758b3 !important;
  color: #ffffff !important;
}

.mtca20-section-dot,
.mtca20-products-slider .slick-dots li.slick-active button,
.mtca20-hero-slider .slick-dots li.slick-active button,
.mtca20-product-page .nav-tabs .nav-link.active,
.mtca20-product-page .fm-product-tabs .active,
.mtca20-cart .cart-update-btn,
.mtca20-checkout input[type="checkbox"]:checked,
.mtca20-checkout input[type="radio"]:checked {
  background: #55479a !important;
  border-color: #55479a !important;
}

.mtca20-product-category,
.mtca20-catalog-product-card .fm-module-title a:hover,
.mtca20-product-card .fm-module-title a:hover,
.mtca20-category-all,
.mtca20-footer a:hover,
.mtca20-contact a,
.mtca20-product-page a {
  color: #55479a !important;
}

.mtca20-product-icon-btn:hover {
  border-color: #55479a !important;
  color: #55479a !important;
}

/* Live fix 33: force all MTCA primary buttons to the logo purple. */
html body .mtca20-hero-cta,
html body .mtca20-product-more,
html body .mtca20-catalog-cart-btn,
html body .mtca20-product-cart-btn,
html body .mtca20-product-buybox #button-cart,
html body .mtca20-product-buybox .fm-product-btn,
html body .mtca20-cart .fm-btn-blue,
html body .mtca20-checkout .fm-btn-blue,
html body .mtca20-contact .fm-btn-blue,
html body .mtca20-search .fm-btn-blue,
html body .mtca20-brands .fm-btn-blue,
html body .mtca20-footer .fm-btn-blue,
html body .fm-btn.fm-btn-blue,
html body .fm-btn-blue,
html body .btn-primary,
html body button[class*="btn-blue"],
html body a[class*="btn-blue"],
html body button[onclick*="cart.add"],
html body #button-cart {
  background: #55479a !important;
  background-color: #55479a !important;
  background-image: none !important;
  border-color: #55479a !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(85, 71, 154, 0.22) !important;
}

html body .mtca20-hero-cta:hover,
html body .mtca20-product-more:hover,
html body .mtca20-catalog-cart-btn:hover,
html body .mtca20-product-cart-btn:hover,
html body .mtca20-product-buybox #button-cart:hover,
html body .mtca20-product-buybox .fm-product-btn:hover,
html body .mtca20-cart .fm-btn-blue:hover,
html body .mtca20-checkout .fm-btn-blue:hover,
html body .mtca20-contact .fm-btn-blue:hover,
html body .mtca20-search .fm-btn-blue:hover,
html body .mtca20-brands .fm-btn-blue:hover,
html body .mtca20-footer .fm-btn-blue:hover,
html body .fm-btn.fm-btn-blue:hover,
html body .fm-btn-blue:hover,
html body .btn-primary:hover,
html body button[class*="btn-blue"]:hover,
html body a[class*="btn-blue"]:hover,
html body button[onclick*="cart.add"]:hover,
html body #button-cart:hover {
  background: #6758b3 !important;
  background-color: #6758b3 !important;
  background-image: none !important;
  border-color: #6758b3 !important;
  color: #ffffff !important;
}

/* Live fix 38: product tabs, quantity controls, hero CTA and fullscreen button polish. */
html body .mtca20-product-main .fm-product-description-nav,
html body .mtca20-product-main .nav-tabs {
  background: #f8fbff !important;
  border-color: #e1ebf7 !important;
}

html body .mtca20-product-main .fm-product-description-nav-item a,
html body .mtca20-product-page .nav-tabs .nav-link,
html body .mtca20-product-page .fm-product-tabs a {
  min-height: 34px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  color: #526985 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: color .18s ease, background-color .18s ease, transform .18s ease !important;
}

html body .mtca20-product-main .fm-product-description-nav-item-active a,
html body .mtca20-product-page .nav-tabs .nav-link.active,
html body .mtca20-product-page .fm-product-tabs .active,
html body .mtca20-product-main .fm-product-description-nav-item a:hover,
html body .mtca20-product-page .nav-tabs .nav-link:hover,
html body .mtca20-product-page .fm-product-tabs a:hover {
  background: rgba(85, 71, 154, .08) !important;
  background-color: rgba(85, 71, 154, .08) !important;
  border: 0 !important;
  color: #55479a !important;
  box-shadow: none !important;
  transform: translateY(-1px) !important;
  text-decoration: none !important;
}

html body .mtca20-product-buybox .fm-product-buttons .d-flex,
html body .mtca20-product-buybox .fm-product-buttons-list {
  align-items: center !important;
}

html body .mtca20-product-buybox .fm-product-quantity,
html body .mtca20-product-buybox .fm-product-quantity.btn-group {
  height: 48px !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 10px !important;
}

html body .mtca20-product-buybox .fm-product-quantity-btn,
html body .mtca20-product-buybox #input-quantity {
  height: 48px !important;
  min-height: 48px !important;
  line-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: none !important;
}

html body .mtca20-product-buybox #input-quantity {
  line-height: normal !important;
}

html body .mtca20-hero-wrap .mtca20-hero-btn,
html body #common-home .mtca20-hero-wrap .mtca20-hero-btn,
html body .mtca20-hero-wrap a.mtca20-hero-btn {
  background: #55479a !important;
  background-color: #55479a !important;
  background-image: none !important;
  border-color: #55479a !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(85, 71, 154, .24) !important;
}

html body .mtca20-hero-wrap .mtca20-hero-btn:hover,
html body #common-home .mtca20-hero-wrap .mtca20-hero-btn:hover,
html body .mtca20-hero-wrap a.mtca20-hero-btn:hover {
  background: #6758b3 !important;
  background-color: #6758b3 !important;
  border-color: #6758b3 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

html body .mtca20-product-fullscreen,
html body .mtca20-product-main .mtca20-product-fullscreen,
html body a.mtca20-product-fullscreen {
  background: rgba(255, 255, 255, .92) !important;
  background-color: rgba(255, 255, 255, .92) !important;
  background-image: none !important;
  border: 1px solid #dbe8f7 !important;
  color: #526985 !important;
  box-shadow: 0 10px 24px rgba(42, 76, 118, .10) !important;
  transform: none !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease !important;
}

html body .mtca20-product-fullscreen i,
html body .mtca20-product-fullscreen span {
  color: inherit !important;
}

html body .mtca20-product-fullscreen:hover,
html body .mtca20-product-main .mtca20-product-fullscreen:hover,
html body a.mtca20-product-fullscreen:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #c8d9ed !important;
  color: #55479a !important;
  box-shadow: 0 14px 28px rgba(42, 76, 118, .14) !important;
  transform: translateY(-1px) !important;
  text-decoration: none !important;
}

/* Live fix 39: clean purple MTCA advantages block. */
html body #common-home .mtca20-why {
  --mtca20-why-purple: #55479a;
  --mtca20-why-line: #d9d4ef;
  margin: 72px 0;
}

html body #common-home .mtca20-why .mtca20-section-kicker {
  color: var(--mtca20-why-purple) !important;
}

html body #common-home .mtca20-why .mtca20-section-title span {
  color: inherit !important;
}

html body #common-home .mtca20-why-head {
  align-items: start !important;
  gap: 32px !important;
  margin-bottom: 26px !important;
}

html body #common-home .mtca20-why-head p {
  max-width: 390px !important;
  padding-left: 32px !important;
  border-left: 1px solid var(--mtca20-why-line) !important;
  color: #5e6f8d !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

html body #common-home .mtca20-why-grid {
  display: grid !important;
  grid-template-columns: 360px minmax(0, 1fr) !important;
  border: 1px solid var(--mtca20-why-line) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 24px 58px rgba(85, 71, 154, .12) !important;
}

html body #common-home .mtca20-why-panel {
  min-height: 470px !important;
  padding: 34px 32px !important;
  background: linear-gradient(135deg, #55479a 0%, #6b5bb4 100%) !important;
  color: #fff !important;
}

html body #common-home .mtca20-why-panel::before {
  opacity: .28 !important;
}

html body #common-home .mtca20-why-panel h3 {
  max-width: 270px !important;
  margin: 0 0 22px !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1.23 !important;
  font-weight: 900 !important;
}

html body #common-home .mtca20-why-panel h3::after {
  background: #fff !important;
}

html body #common-home .mtca20-why-panel p {
  max-width: 286px !important;
  color: #f2efff !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
}

html body #common-home .mtca20-why-button {
  display: none !important;
}

html body #common-home .mtca20-why-products {
  right: 24px !important;
  bottom: 26px !important;
  left: 24px !important;
}

html body #common-home .mtca20-why-product {
  background: #fff !important;
  box-shadow: 0 16px 34px rgba(20, 26, 46, .14) !important;
}

html body #common-home .mtca20-why-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  background: #fff !important;
}

html body #common-home .mtca20-why-cards::after {
  content: "" !important;
  display: block !important;
  min-height: 235px !important;
  border-left: 1px solid var(--mtca20-why-line) !important;
  background: #fff !important;
}

html body #common-home .mtca20-why-card {
  min-height: 235px !important;
  padding: 48px 42px 34px !important;
  border-color: var(--mtca20-why-line) !important;
  background: #fff !important;
}

html body #common-home .mtca20-why-card-num,
html body #common-home .mtca20-why-card-icon,
html body #common-home .mtca20-why-shield,
html body #common-home .mtca20-why-benefit-icon {
  display: none !important;
}

html body #common-home .mtca20-why-card h3 {
  max-width: 250px !important;
  margin: 0 0 18px !important;
  color: #081d36 !important;
  font-size: 26px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  overflow-wrap: anywhere !important;
}

html body #common-home .mtca20-why-card h3::after {
  display: none !important;
}

html body #common-home .mtca20-why-card p {
  max-width: 250px !important;
  color: #5e6f8d !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

html body #common-home .mtca20-why-bottom {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-top: 28px !important;
  border-color: var(--mtca20-why-line) !important;
  box-shadow: 0 20px 45px rgba(85, 71, 154, .08) !important;
}

html body #common-home .mtca20-why-benefit {
  display: block !important;
  min-height: 92px !important;
  padding: 20px 40px !important;
  border-color: #ebe7f8 !important;
}

html body #common-home .mtca20-why-benefit h3 {
  margin: 0 0 8px !important;
  color: #081d36 !important;
  font-size: 23px !important;
  line-height: 1.18 !important;
}

html body #common-home .mtca20-why-benefit p {
  color: #5e6f8d !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

@media (max-width: 1199px) {
  html body #common-home .mtca20-why-grid {
    grid-template-columns: 330px minmax(0, 1fr) !important;
  }

  html body #common-home .mtca20-why-card {
    padding: 38px 30px 30px !important;
  }

  html body #common-home .mtca20-why-card h3 {
    font-size: 22px !important;
  }

  html body #common-home .mtca20-why-card p {
    font-size: 15px !important;
  }
}

@media (max-width: 991px) {
  html body #common-home .mtca20-why-head {
    grid-template-columns: 1fr !important;
  }

  html body #common-home .mtca20-why-head p {
    max-width: none !important;
  }

  html body #common-home .mtca20-why-grid {
    grid-template-columns: 1fr !important;
  }

  html body #common-home .mtca20-why-panel {
    min-height: 430px !important;
  }

  html body #common-home .mtca20-why-cards::after {
    display: none !important;
  }

  html body #common-home .mtca20-why-cards,
  html body #common-home .mtca20-why-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  html body #common-home .mtca20-why {
    margin: 44px 0 !important;
  }

  html body #common-home .mtca20-why-head p {
    padding-left: 18px !important;
    font-size: 14px !important;
  }

  html body #common-home .mtca20-why-panel {
    min-height: 430px !important;
    padding: 28px 24px !important;
  }

  html body #common-home .mtca20-why-panel h3 {
    font-size: 25px !important;
  }

  html body #common-home .mtca20-why-card {
    min-height: auto !important;
    padding: 30px 24px !important;
  }

  html body #common-home .mtca20-why-card h3 {
    font-size: 22px !important;
  }

  html body #common-home .mtca20-why-cards,
  html body #common-home .mtca20-why-bottom {
    grid-template-columns: 1fr !important;
  }

  html body #common-home .mtca20-why-benefit {
    min-height: auto !important;
    padding: 20px 24px !important;
  }
}
/* Live fix 41: rotating product collage in the MTCA advantages panel. */
html body #common-home .mtca20-why-products {
  height: 120px !important;
  right: 26px !important;
  bottom: 30px !important;
  left: 26px !important;
  display: block !important;
  overflow: visible !important;
}

html body #common-home .mtca20-why-product {
  position: absolute !important;
  top: auto !important;
  margin: 0 !important;
  padding: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: none !important;
  transition: opacity .35s ease, transform .35s ease, box-shadow .25s ease !important;
}

html body #common-home .mtca20-why-product.mtca20-why-active {
  opacity: 1 !important;
  pointer-events: auto !important;
}

html body #common-home .mtca20-why-product.mtca20-why-slot-1 {
  left: 0 !important;
  bottom: 10px !important;
  width: 36% !important;
  height: 74px !important;
  z-index: 1 !important;
}

html body #common-home .mtca20-why-product.mtca20-why-slot-2 {
  left: 50% !important;
  bottom: 0 !important;
  width: 42% !important;
  height: 100px !important;
  z-index: 3 !important;
  transform: translateX(-50%) !important;
  box-shadow: 0 18px 36px rgba(20, 26, 46, .18) !important;
}

html body #common-home .mtca20-why-product.mtca20-why-slot-3 {
  right: 0 !important;
  bottom: 10px !important;
  width: 36% !important;
  height: 74px !important;
  z-index: 1 !important;
}

html body #common-home .mtca20-why-product img {
  width: auto !important;
  height: auto !important;
  max-width: 86% !important;
  max-height: 82% !important;
  object-fit: contain !important;
  display: block !important;
}

html body #common-home .mtca20-why-product.mtca20-why-slot-2 img {
  max-width: 88% !important;
  max-height: 86% !important;
}

@media (max-width: 575px) {
  html body #common-home .mtca20-why-products {
    height: 112px !important;
    right: 18px !important;
    bottom: 24px !important;
    left: 18px !important;
  }

  html body #common-home .mtca20-why-product.mtca20-why-slot-1,
  html body #common-home .mtca20-why-product.mtca20-why-slot-3 {
    width: 37% !important;
    height: 68px !important;
  }

  html body #common-home .mtca20-why-product.mtca20-why-slot-2 {
    width: 45% !important;
    height: 92px !important;
  }
}
