.mk-v25-search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 980;
  width: min(440px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid var(--mk-v2-line-light);
  border-radius: var(--mk-v2-radius);
  background: #fff;
  box-shadow: var(--mk-v2-shadow);
  color: var(--mk-v2-ink);
}

.mk-v25-search-suggestions--overlay {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  max-height: min(520px, 55vh);
  margin-top: 12px;
  overflow-y: auto;
  box-shadow: none;
}

.mk-v25-search-result {
  display: grid;
  min-height: 76px;
  padding: 8px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--mk-v2-line-light);
  color: var(--mk-v2-ink);
}

.mk-v25-search-result:last-child {
  border-bottom: 0;
}

.mk-v25-search-result:hover,
.mk-v25-search-result:focus-visible {
  background: #f0f7f7;
  outline: none;
}

.mk-v25-search-result__media {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 3px;
  background: #ddd;
}

.mk-v25-search-result__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mk-v25-search-result__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.mk-v25-search-result__body strong {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-v25-search-result__body small,
.mk-v25-search-empty {
  color: var(--mk-v2-muted);
  font-size: 10px;
  font-weight: 700;
}

.mk-v25-search-empty {
  display: block;
  padding: 22px;
  text-align: center;
}

.mk-v25-product-grid,
.mk-v2-home-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.mk-v25-product-grid .mk-v2-product-card__body,
.mk-v2-home-product-grid .mk-v2-product-card__body {
  min-height: 180px;
  padding: 12px;
}

.mk-v25-product-grid .mk-v2-product-card h3,
.mk-v2-home-product-grid .mk-v2-product-card h3 {
  min-height: 38px;
  margin: 7px 0 10px;
  font-size: 12px;
}

.mk-v2-select-button[aria-pressed="true"] [data-select-icon] .mk-icon {
  display: none;
}

.mk-v2-select-button[aria-pressed="true"] [data-select-icon]::after {
  content: "\2713";
  font-size: 16px;
  font-weight: 900;
}

.mk-v2-home-category-matrix--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mk-v25-visual-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mk-v25-visual-categories > a {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
  border-radius: var(--mk-v2-radius);
  background: #17171a;
  color: #fff;
}

.mk-v25-visual-categories > a::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.84));
}

.mk-v25-visual-categories img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.mk-v25-visual-categories > a:hover img {
  transform: scale(1.025);
}

.mk-v25-visual-categories > a > span {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.mk-v25-visual-categories strong,
.mk-v25-visual-categories small {
  display: block;
}

.mk-v25-visual-categories strong {
  font-size: 18px;
  line-height: 1.2;
}

.mk-v25-visual-categories small {
  margin-top: 5px;
  color: #c4c4c8;
  font-size: 9px;
  font-weight: 750;
}

.mk-v25-visual-categories__more {
  display: grid !important;
  min-height: 220px;
  padding: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #111114 !important;
}

.mk-v25-visual-categories__more::after {
  display: none;
}

.mk-v25-visual-categories__more > span {
  position: static !important;
  display: block !important;
}

.mk-v25-visual-categories__more .mk-icon {
  width: 22px;
  height: 22px;
  color: var(--mk-v2-signal);
}

.mk-v25-hub,
.mk-v25-catalog,
.mk-v25-selection-page {
  background: var(--mk-v2-paper);
}

.mk-v25-title-band,
.mk-v25-catalog-head {
  padding: 58px 0 42px;
  border-bottom: 1px solid var(--mk-v2-line-light);
  background: #f6f6f3;
}

.mk-v25-title-band .mk-v2-shell > span,
.mk-v25-eyebrow,
.mk-v25-hub-section__head span {
  display: block;
  color: #147a84;
  font-size: 10px;
  font-weight: 850;
}

.mk-v25-title-band h1,
.mk-v25-catalog-head h1 {
  margin: 9px 0 12px;
  font-size: 44px;
  line-height: 1.03;
}

.mk-v25-title-band p,
.mk-v25-catalog-head p {
  max-width: 680px;
  margin: 0;
  color: var(--mk-v2-muted);
  font-size: 13px;
  line-height: 1.65;
}

.mk-v25-hub-section,
.mk-v25-catalog-body {
  padding: 56px 0 78px;
}

.mk-v25-hub-section--muted {
  background: #e5e5e1;
}

.mk-v25-hub-section--dark {
  background: #101013;
  color: #fff;
}

.mk-v25-hub-section__head {
  display: flex;
  min-height: 54px;
  margin-bottom: 24px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.mk-v25-hub-section__head h2 {
  margin: 7px 0 0;
  font-size: 28px;
  line-height: 1.1;
}

.mk-v25-hub-section__head > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  color: currentColor;
  font-size: 10px;
  font-weight: 850;
}

.mk-v25-hub-section__head > a .mk-icon {
  width: 16px;
  height: 16px;
  color: var(--mk-v2-signal);
}

.mk-v25-hub-hero {
  position: relative;
  min-height: min(620px, calc(100vh - var(--mk-v2-header-height)));
  overflow: hidden;
  background: #111;
  color: #fff;
}

.mk-v25-hub-hero > img,
.mk-v25-hub-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mk-v25-hub-hero > img {
  object-fit: cover;
  object-position: center;
}

.mk-v25-hub-hero__shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.12) 70%);
}

.mk-v25-hub-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: min(620px, calc(100vh - var(--mk-v2-header-height)));
  padding-bottom: 64px;
  flex-direction: column;
  justify-content: flex-end;
}

.mk-v25-hub-hero__content > span {
  color: var(--mk-v2-signal);
  font-size: 10px;
  font-weight: 850;
}

.mk-v25-hub-hero__content h1 {
  margin: 10px 0 12px;
  font-size: 68px;
  line-height: 0.96;
}

.mk-v25-hub-hero__content p {
  max-width: 540px;
  margin: 0;
  color: #d7d7da;
  font-size: 15px;
  line-height: 1.6;
}

.mk-v25-brand-search {
  display: flex;
  width: min(440px, 100%);
  height: 48px;
  margin-top: 24px;
  padding: 0 14px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--mk-v2-line-light);
  border-radius: 4px;
  background: #fff;
}

.mk-v25-brand-search .mk-icon {
  width: 18px;
  height: 18px;
  color: var(--mk-v2-muted);
}

.mk-v25-brand-search input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 12px;
}

.mk-v25-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mk-v25-brand-grid > a {
  display: grid;
  overflow: hidden;
  grid-template-rows: auto 70px;
  border: 1px solid var(--mk-v2-line-light);
  border-radius: var(--mk-v2-radius);
  background: #fff;
  color: var(--mk-v2-ink);
}

.mk-v25-brand-grid__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d9d9d6;
}

.mk-v25-brand-grid__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.mk-v25-brand-grid > a:hover img {
  transform: scale(1.025);
}

.mk-v25-brand-grid__body {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 12px 42px 12px 14px;
  flex-direction: column;
  justify-content: center;
}

.mk-v25-brand-grid__body strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-v25-brand-grid__body small {
  margin-top: 5px;
  color: var(--mk-v2-muted);
  font-size: 9px;
  font-weight: 750;
}

.mk-v25-brand-grid__body .mk-icon {
  position: absolute;
  right: 14px;
  bottom: 19px;
  width: 17px;
  height: 17px;
  color: #147a84;
}

.mk-v25-brand-az {
  display: flex;
  margin-top: 24px;
  padding-top: 18px;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid var(--mk-v2-line-light);
}

.mk-v25-brand-az span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--mk-v2-line-light);
  color: var(--mk-v2-muted);
  font-size: 10px;
  font-weight: 800;
}

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

.mk-v25-link-list {
  border-top: 1px solid var(--mk-v2-line-light);
}

.mk-v25-link-list a {
  display: flex;
  min-height: 50px;
  padding: 0 4px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--mk-v2-line-light);
  color: var(--mk-v2-ink);
  font-size: 12px;
  font-weight: 750;
}

.mk-v25-link-list small {
  color: var(--mk-v2-muted);
  font-size: 9px;
}

.mk-v25-segments {
  display: inline-flex;
  margin-top: 24px;
  padding: 3px;
  border: 1px solid var(--mk-v2-line-light);
  border-radius: 4px;
  background: #e7e7e3;
}

.mk-v25-segments a {
  display: inline-flex;
  min-height: 38px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: var(--mk-v2-muted);
  font-size: 10px;
  font-weight: 800;
}

.mk-v25-segments a.is-active {
  background: #fff;
  color: var(--mk-v2-ink);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.mk-v25-catalog-head__row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.mk-v25-result-count {
  display: flex;
  padding-bottom: 4px;
  flex-direction: column;
  font-size: 28px;
  line-height: 1;
  text-align: right;
}

.mk-v25-result-count span {
  margin-top: 6px;
  color: var(--mk-v2-muted);
  font-size: 9px;
  text-transform: uppercase;
}

.mk-v25-filter-bar {
  position: sticky;
  top: calc(var(--mk-v2-header-height) + 10px);
  z-index: 20;
  display: grid;
  margin-bottom: 24px;
  padding: 10px;
  grid-template-columns: minmax(250px, 1.5fr) repeat(3, minmax(140px, 0.7fr)) auto auto;
  gap: 8px;
  border: 1px solid var(--mk-v2-line-light);
  border-radius: var(--mk-v2-radius);
  background: rgba(246, 246, 243, 0.96);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
}

.mk-v25-filter-bar label {
  position: relative;
  display: flex;
  min-width: 0;
  height: 46px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--mk-v2-line-light);
  border-radius: 3px;
  background: #fff;
}

.mk-v25-filter-bar label > span:not(.screen-reader-text) {
  position: absolute;
  top: 5px;
  left: 11px;
  z-index: 1;
  color: var(--mk-v2-muted);
  font-size: 7px;
  font-weight: 850;
  text-transform: uppercase;
  pointer-events: none;
}

.mk-v25-filter-bar input,
.mk-v25-filter-bar select {
  width: 100%;
  height: 100%;
  padding: 13px 32px 0 11px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--mk-v2-ink);
  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
}

.mk-v25-filter-bar .mk-v25-filter-search {
  display: flex;
  padding: 0 11px;
  flex-direction: row;
  align-items: center;
  gap: 9px;
}

.mk-v25-filter-search .mk-icon {
  width: 18px;
  height: 18px;
  color: var(--mk-v2-muted);
}

.mk-v25-filter-search input {
  padding: 0;
}

.mk-v25-apply-filter,
.mk-v25-reset-filter {
  display: inline-flex;
  min-height: 46px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 850;
}

.mk-v25-apply-filter {
  border: 1px solid #111114;
  background: #111114;
  color: #fff;
  cursor: pointer;
}

.mk-v25-reset-filter {
  border: 1px solid var(--mk-v2-line-light);
  color: var(--mk-v2-muted);
}

.mk-v25-pagination {
  margin-top: 42px;
}

.mk-v25-pagination ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  list-style: none;
}

.mk-v25-pagination a,
.mk-v25-pagination span {
  display: grid;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  place-items: center;
  border: 1px solid var(--mk-v2-line-light);
  border-radius: 3px;
  color: var(--mk-v2-ink);
  font-size: 10px;
  font-weight: 800;
}

.mk-v25-pagination .current {
  border-color: #111114;
  background: #111114;
  color: #fff;
}

.mk-v25-empty {
  padding: 96px 20px;
  border-top: 1px solid var(--mk-v2-line-light);
  text-align: center;
}

.mk-v25-empty h2 {
  margin: 0;
  font-size: 26px;
}

.mk-v25-empty p {
  margin: 12px 0 22px;
  color: var(--mk-v2-muted);
}

.mk-v25-empty a {
  display: inline-flex;
  min-height: 44px;
  padding: 0 16px;
  align-items: center;
  gap: 8px;
  border: 1px solid #111114;
  border-radius: 3px;
  color: #111114;
  font-size: 10px;
  font-weight: 850;
}

@media (max-width: 1240px) {
  .mk-v25-product-grid,
  .mk-v2-home-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mk-v25-filter-bar {
    grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(120px, 0.7fr)) auto;
  }

  .mk-v25-reset-filter {
    display: none;
  }
}

@media (max-width: 920px) {
  .mk-v25-product-grid,
  .mk-v2-home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mk-v2-home-category-matrix--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mk-v25-visual-categories,
  .mk-v25-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mk-v25-filter-bar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mk-v25-filter-search {
    grid-column: 1 / -1;
  }

  .mk-v25-reset-filter {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .mk-v25-title-band,
  .mk-v25-catalog-head {
    padding: 34px 0 28px;
  }

  .mk-v25-title-band h1,
  .mk-v25-catalog-head h1 {
    font-size: 32px;
  }

  .mk-v25-hub-section,
  .mk-v25-catalog-body {
    padding: 38px 0 64px;
  }

  .mk-v25-hub-section__head {
    margin-bottom: 18px;
    align-items: flex-start;
  }

  .mk-v25-hub-section__head h2 {
    font-size: 23px;
  }

  .mk-v25-hub-section__head > a {
    max-width: 124px;
    min-height: 34px;
    justify-content: flex-end;
    text-align: right;
  }

  .mk-v25-hub-hero,
  .mk-v25-hub-hero__content {
    min-height: 520px;
  }

  .mk-v25-hub-hero__shade {
    background: rgba(0, 0, 0, 0.5);
  }

  .mk-v25-hub-hero__content {
    padding-bottom: 44px;
  }

  .mk-v25-hub-hero__content h1 {
    font-size: 44px;
  }

  .mk-v25-product-grid,
  .mk-v2-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mk-v25-product-grid .mk-v2-product-card__body,
  .mk-v2-home-product-grid .mk-v2-product-card__body {
    min-height: 188px;
    padding: 10px;
  }

  .mk-v2-home-category-matrix--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mk-v25-visual-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mk-v25-visual-categories > a,
  .mk-v25-visual-categories img,
  .mk-v25-visual-categories__more {
    min-height: 180px;
  }

  .mk-v25-visual-categories > a > span {
    right: 11px;
    bottom: 12px;
    left: 11px;
  }

  .mk-v25-visual-categories strong {
    font-size: 14px;
  }

  .mk-v25-visual-categories__more {
    padding: 14px;
  }

  .mk-v25-brand-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .mk-v25-brand-grid > a {
    grid-template-rows: auto 64px;
  }

  .mk-v25-brand-grid__body {
    padding: 10px 34px 10px 10px;
  }

  .mk-v25-category-columns {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mk-v25-catalog-head__row {
    align-items: flex-start;
  }

  .mk-v25-result-count {
    padding-top: 8px;
    font-size: 22px;
  }

  .mk-v25-filter-bar {
    padding: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mk-v25-filter-search {
    grid-column: 1 / -1;
  }

  .mk-v25-apply-filter,
  .mk-v25-reset-filter {
    width: 100%;
  }

  .mk-v25-search-suggestions {
    position: fixed;
    top: var(--mk-v2-header-height);
    right: 8px;
    left: 8px;
    width: auto;
    max-height: 60vh;
    overflow-y: auto;
  }

  .mk-v25-search-suggestions--overlay {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mk-v25-brand-grid__media img,
  .mk-v25-visual-categories img {
    transition: none;
  }
}
