

/*
 * Skip style/layout work for below-the-fold series until they approach the
 * viewport. `auto` remembers measured height, so opening a series never clips
 * content and subsequent visits keep their natural geometry.
 */
.is-product-group-page .group-list > .group-series:nth-child(n + 2) {
  content-visibility: auto;
  contain-intrinsic-size: auto 220px;
}

.tool-hero p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.5;
}

.tool-nav__item.is-active {
  background: rgba(0, 111, 186, .10);
  color: var(--blue);
  transform: translateX(2px);
}

.tool-panel__head p:not(.eyebrow) {
  max-width: 860px;
  margin: 0;
  color: #667386;
  font-size: 16px;
  line-height: 1.5;
}

.tool-filter.is-active {
  border-color: rgba(0, 111, 186, .30);
  background: rgba(0, 111, 186, .10);
  color: var(--blue);
}

.account-shell {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  padding: 34px 0 68px;
  align-items: start;
}

.account-nav {
  position: sticky;
  top: 178px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 22px 54px rgba(15, 23, 42, .10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.account-nav__identity {
  padding: 18px 18px 20px;
  margin-bottom: 6px;
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(0, 111, 186, .12), rgba(53, 185, 87, .10)), rgba(255, 255, 255, .62);
  border: 1px solid rgba(0, 111, 186, .12);
}

.account-nav__identity span,
.account-panel__head span,
.account-row span {
  display: block;
  color: #738091;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.account-nav__identity strong {
  display: block;
  margin-top: 8px;
  color: var(--blue-dark);
  font-size: 21px;
  line-height: 1.15;
}

.account-nav__identity small {
  display: block;
  margin-top: 6px;
  color: #647083;
  font-size: 14px;
  line-height: 1.35;
}

.account-nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border-radius: 14px;
  color: #263443;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.account-nav a[hidden],
.account-nav [hidden] {
  display: none !important;
}

.account-nav a span {
  color: #8fa0b2;
  font-family: var(--accent-font);
  font-size: 13px;
  font-weight: 800;
}

.account-nav a:hover,
.account-nav a.is-active {
  background: rgba(0, 111, 186, .10);
  color: var(--blue);
  transform: translateX(2px);
}

.account-nav a.has-account-alert::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: auto;
  border-radius: 999px;
  background: #17a24a;
  box-shadow: 0 0 0 5px rgba(53, 185, 87, .14), 0 0 18px rgba(53, 185, 87, .34);
}

.account-main {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.account-content {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.account-loading-plaque {
  width: min(100%, 420px);
  min-height: 74px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 111, 186, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  color: var(--blue-dark);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.account-loading-plaque span {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 2px solid rgba(0, 111, 186, .18);
  border-top-color: var(--blue);
  border-radius: 999px;
  animation: account-loading-spin .8s linear infinite;
}

.account-loading-plaque strong {
  font-size: 15px;
  font-weight: 800;
}

@keyframes account-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

.account-hero {
  min-height: 186px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(14, 51, 66, .92), rgba(0, 111, 186, .88)), #0e3342;
  color: #fff;
  box-shadow: 0 26px 68px rgba(14, 51, 66, .24);
}

.account-hero h1 {
  margin: 8px 0 10px;
  max-width: 760px;
  font-family: var(--accent-font);
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: 0;
}

.account-hero p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  font-weight: 500;
}

.account-hero .eyebrow {
  color: #9ee8b0;
}

.account-hero__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.account-hero__actions a,
.account-panel__head a,
.account-actions a,
.account-actions button,
.account-row a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(0, 111, 186, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.account-hero__actions a {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.account-hero__actions a:hover,
.account-panel__head a:hover,
.account-actions a:hover,
.account-actions button:hover,
.account-row a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 111, 186, .14);
}

.account-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr;
  gap: 16px;
}

.account-metrics[hidden],
.account-hero .eyebrow[hidden] {
  display: none;
}

.account-metrics div,
.account-panel {
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.account-metrics div {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
}

.account-metrics span {
  color: #6d7c8d;
  font-size: 14px;
  font-weight: 700;
}

.account-metrics strong {
  color: var(--blue-dark);
  font-family: var(--accent-font);
  font-size: 31px;
  line-height: 1;
}

.account-grid {
  display: grid;
  grid-template-columns: 1.35fr .9fr;
  gap: 18px;
}

.account-panel {
  padding: 22px;
}

.account-panel__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.account-panel__head h2 {
  margin: 6px 0 0;
  color: var(--blue-dark);
  font-family: var(--accent-font);
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: 0;
}

.account-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.account-details div {
  min-height: 82px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(237, 243, 247, .75);
  border: 1px solid rgba(0, 111, 186, .08);
}

.account-details dt {
  color: #788697;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.account-details dd {
  margin: 8px 0 0;
  color: #182633;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.account-actions {
  display: grid;
  gap: 10px;
}

.account-actions a,
.account-actions button {
  width: 100%;
  justify-content: space-between;
  min-height: 50px;
  border-radius: 16px;
  background: rgba(237, 243, 247, .76);
}

.account-actions button {
  font: inherit;
}

.account-list {
  display: grid;
  gap: 10px;
}

.account-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 111, 186, .08);
  border-radius: 18px;
  background: rgba(247, 250, 252, .82);
}

.account-table {
  display: grid;
  gap: 10px;
}

.account-table__head {
  display: grid;
  gap: 14px;
  align-items: center;
}

.account-table__head {
  padding: 0 16px 4px;
  color: #788697;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.account-table__head--bills,
.account-row--bill {
  grid-template-columns: minmax(190px, 1.05fr) minmax(126px, .68fr) minmax(190px, .88fr) 180px 54px;
}

.account-table__head--orders,
.account-row--order {
  grid-template-columns: minmax(190px, 1.05fr) minmax(126px, .68fr) minmax(190px, .88fr) minmax(160px, .72fr) 54px;
}

.account-table--invoices .account-table__head,
.account-row--invoice {
  grid-template-columns: minmax(220px, 1.15fr) minmax(130px, .7fr) minmax(190px, .9fr) 54px;
}

.account-row--document {
  min-height: 74px;
}

.account-row--document.is-new-bill,
.account-row--document.is-focused-bill {
  border-color: rgba(53, 185, 87, .34);
  background:
    linear-gradient(135deg, rgba(53, 185, 87, .10), rgba(0, 111, 186, .06)),
    rgba(247, 250, 252, .92);
  box-shadow: 0 16px 38px rgba(53, 185, 87, .14);
}

.account-document-main,
.account-document-money {
  display: grid;
  gap: 5px;
}

.account-document-main strong,
.account-document-money strong,
.account-document-money em,
.account-row--document time {
  margin-top: 0;
  color: #132b3a;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

.account-document-money em {
  color: #718294;
  font-size: 14px;
  font-style: normal;
}

.account-document-main span,
.account-document-money span {
  display: inline;
  color: #718294;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: lowercase;
}

.account-document-main .account-new-label {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(53, 185, 87, .16);
  color: #177438;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.account-row--bill mark {
  justify-self: start;
  width: 100%;
  max-width: 180px;
}

.account-document-download {
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  justify-self: end;
  border-radius: 999px;
}

.account-document-download svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-document-download.is-highlighted {
  border-color: rgba(0, 111, 186, .30);
  background: #fff;
  color: var(--blue);
  box-shadow: 0 0 0 7px rgba(0, 111, 186, .08), 0 16px 34px rgba(0, 111, 186, .20);
  animation: account-download-pulse 1.7s ease-in-out infinite;
}

@keyframes account-download-pulse {
  0%, 100% {
    box-shadow: 0 0 0 6px rgba(0, 111, 186, .08), 0 16px 34px rgba(0, 111, 186, .18);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(53, 185, 87, .14), 0 18px 38px rgba(0, 111, 186, .22);
  }
}

.account-bill-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(53, 185, 87, .26);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(53, 185, 87, .12), rgba(0, 111, 186, .07)),
    rgba(255, 255, 255, .82);
  box-shadow: 0 18px 42px rgba(53, 185, 87, .10);
}

.account-bill-alert span {
  display: block;
  color: #177438;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.account-bill-alert strong {
  display: block;
  margin-top: 3px;
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 900;
}

.account-bill-alert p {
  margin: 5px 0 0;
  color: #526173;
  font-size: 14px;
  font-weight: 650;
}

.account-bill-alert a {
  min-height: 44px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.account-row--wish {
  grid-template-columns: minmax(0, 1.4fr) minmax(160px, .6fr) auto auto;
}

.account-row strong {
  display: block;
  margin-top: 5px;
  color: #1b2936;
  font-size: 15px;
  line-height: 1.2;
}

.account-order-link {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon value";
  column-gap: 9px;
  align-items: center;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.account-order-link svg {
  grid-area: icon;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #718294;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 160ms ease, stroke 160ms ease;
}

.account-order-link span {
  grid-area: label;
}

.account-order-link strong {
  grid-area: value;
}

.account-row--order.is-open .account-order-link svg {
  stroke: var(--blue);
  transform: rotate(180deg);
}

.account-order-link strong {
  color: #006fba;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.account-order-link:hover strong,
.account-order-link:focus-visible strong {
  color: #004d82;
}

.account-row mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(53, 185, 87, .12);
  color: #187535;
  font-size: 13px;
  font-weight: 900;
}

.account-order-status {
  justify-self: start;
  width: auto;
  max-width: 100%;
  min-height: 36px;
  padding: 0 16px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.account-row--order time {
  color: #132b3a;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

.account-order-delete,
.account-order-lock {
  width: 42px;
  height: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 0;
  border-radius: 999px;
}

.account-order-delete {
  border: 1px solid rgba(180, 35, 24, .14);
  background: rgba(255, 255, 255, .84);
  color: #b42318;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.account-order-delete:hover,
.account-order-delete:focus-visible {
  transform: translateY(-1px);
  background: rgba(180, 35, 24, .08);
  box-shadow: 0 12px 26px rgba(180, 35, 24, .12);
}

.account-order-delete:disabled {
  opacity: .55;
  cursor: wait;
}

.account-order-delete svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-order-lock::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(113, 130, 148, .42);
}

.account-order-details {
  grid-column: 1 / -1;
  margin-top: 10px;
  padding: 18px;
  border: 1px solid rgba(0, 111, 186, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}

.account-order-details__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.account-order-details h3 {
  margin: 0;
  color: #0b3040;
  font-size: 17px;
  line-height: 1.2;
}

.account-order-details__head small {
  color: #718294;
  font-size: 12px;
  font-weight: 750;
  text-align: right;
}

.account-order-details__table {
  display: grid;
  gap: 8px;
}

.account-order-details__table-head {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 112px 160px;
  gap: 12px;
  padding: 0 12px;
  color: #718294;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.account-order-details__table-head span:first-child {
  grid-column: 1 / 3;
}

.account-order-details__list {
  display: grid;
  gap: 8px;
}

.account-order-details__item {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 112px 160px;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 8px;
  border: 1px solid rgba(226, 232, 240, .72);
  border-radius: 18px;
  background:
    radial-gradient(circle at 6% 0%, rgba(255, 255, 255, .86), transparent 8rem),
    radial-gradient(circle at 100% 20%, rgba(0, 111, 186, .035), transparent 9rem),
    rgba(255, 255, 255, .54);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .72),
    0 10px 24px rgba(15, 23, 42, .038);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.account-order-details__media {
  width: 66px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: auto;
  padding: 0;
  border: 1px solid rgba(226, 232, 240, .72);
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .82), transparent 6.2rem),
    var(--image-surface);
}

.account-order-details__media img {
  max-width: 56px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(1.02) contrast(1.015);
}

.account-order-details__media span {
  color: #718294;
  font-size: 13px;
  font-weight: 900;
}

.account-order-details__product {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.account-order-details__product > span,
.account-order-details__qty span,
.account-order-details__price span {
  display: block;
  color: #8a97a8;
  font-size: 10px;
  font-weight: 760;
  text-transform: none;
  letter-spacing: 0;
}

.account-order-details__product strong,
.account-order-details__product a {
  display: block;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #1b2936;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.22;
  text-decoration: none;
}

.account-order-details__product a:hover {
  color: var(--blue);
}

.account-order-details__qty strong,
.account-order-details__price strong,
.account-order-details__price em {
  display: block;
  color: #1b2936;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}

.account-order-details__price em {
  color: #718294;
  font-size: 12px;
  font-style: normal;
}

.account-order-details__empty {
  color: #607184;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.account-row a {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
}

.account-empty {
  min-height: 120px;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 18px;
  background: rgba(237, 243, 247, .72);
  color: #657386;
  font-weight: 750;
}

.crm-nav a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

@keyframes crm-refresh-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes crm-loading-sweep {
  from {
    background-position: -240px 0, 0 0;
  }
  to {
    background-position: calc(100% + 240px) 0, 0 0;
  }
}

.crm-lead-editor.is-open,
.crm-lead-viewer.is-open,
.crm-task-editor.is-open {
  opacity: 1;
}

.crm-lead-editor.is-open .crm-lead-editor__panel,
.crm-lead-viewer.is-open .crm-lead-viewer__panel,
.crm-task-editor.is-open .crm-task-editor__panel {
  transform: translateX(0);
}

.crm-nav a.is-active {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .13);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 10px 30px rgba(0, 0, 0, .10);
}

:where(.category-card, .product-gallery__stage, .product-gallery__thumbs button, .search-result__image, .builder-card__image, .category-related-card__image) {
  --image-surface: #f7fafc;
  --image-surface-glow: rgba(0, 111, 186, .045);
}

:where(.category-card img, .product-gallery__stage img, .product-gallery__thumbs img, .search-result__image img, .builder-card__image img, .category-related-card__image img) {
  mix-blend-mode: multiply;
  filter: saturate(1.02) contrast(1.015);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 1180px;
  overflow-x: hidden;
  font-feature-settings: "liga" 1, "kern" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  background:
    radial-gradient(circle at 15% 0%, rgba(0, 111, 186, .10), transparent 34rem),
    linear-gradient(180deg, #fff 0, var(--bg) 280px);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(15, 23, 42, .28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

body:has(.search-drawer:not([hidden]))::before {
  opacity: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 118px, rgba(0, 111, 186, .10), rgba(15, 23, 42, 0) 30rem),
    rgba(15, 23, 42, .30);
  backdrop-filter: blur(10px) saturate(1.04);
  -webkit-backdrop-filter: blur(10px) saturate(1.04);
}

a { color: inherit; text-decoration: none; }

button,
input { font: inherit; }

svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.app-shell {
  position: relative;
  min-height: 100vh;
}

.admin-toolbar {
  --admin-toolbar-height: 36px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  min-height: var(--admin-toolbar-height);
  border-bottom: 1px solid rgba(203, 213, 225, .62);
  background:
    radial-gradient(ellipse at 84% 50%, rgba(58, 190, 99, .12), rgba(58, 190, 99, 0) 42%),
    rgba(247, 250, 252, .86);
  box-shadow:
    0 10px 28px rgba(15, 23, 42, .08),
    inset 0 1px 0 rgba(255, 255, 255, .82);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
}

.admin-toolbar__inner {
  width: min(calc(100% - var(--gutter) * 2), var(--container));
  min-height: var(--admin-toolbar-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  color: #1f6fa9;
  font-size: 14px;
  font-weight: 500;
}

.admin-toolbar__user {
  max-width: 280px;
  overflow: hidden;
  color: rgba(15, 23, 42, .52);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-toolbar__nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.admin-toolbar__nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1f6fa9;
  transition: color 160ms ease, opacity 160ms ease;
}

.admin-toolbar__nav a:hover,
.admin-toolbar__nav a:focus-visible {
  color: var(--blue);
  opacity: .86;
}

.admin-toolbar__nav svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.1;
  color: #55b871;
}

@media (max-width: 720px) {
.admin-toolbar {
    --admin-toolbar-height: 34px;
  }

.admin-toolbar__inner {
    justify-content: center;
    gap: 14px;
    font-size: 12px;
  }

.admin-toolbar__user {
    display: none;
  }

.admin-toolbar__nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
}

.topline {
  position: relative;
  z-index: 80;
  height: 28px;
  background: var(--blue-dark);
  color: #fff;
  overflow: visible;
}

.topline__inner,
.header-main,
.category-nav {
  width: min(calc(100% - var(--gutter) * 2), var(--container));
  margin-inline: auto;
}

@media (min-width: 821px) {
.home-page main,
.group-main,
.product-main,
.account-shell {
    width: min(calc(100% - var(--gutter) * 2), var(--container));
    margin-inline: auto;
  }
}

.topline__inner {
  position: relative;
  z-index: 2;
  height: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  font-weight: 450;
}

.topline strong {
  color: #83d9f0;
  letter-spacing: .08em;
  font-weight: 700;
}

.topline span {
  color: rgba(255, 255, 255, .82);
}

.topline nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.language-switcher {
  padding: 2px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.language-switch {
  border: 0;
  min-width: 38px;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.language-switch.is-active {
  background: #fff;
  color: var(--blue-dark);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .10);
}

.uk-language-suggestion {
  position: fixed;
  right: clamp(16px, 3vw, 36px);
  bottom: clamp(18px, 4vw, 38px);
  z-index: 160;
  width: min(380px, calc(100vw - 32px));
  padding: 22px;
  border: 1px solid rgba(142, 198, 232, .72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 12%, rgba(160, 228, 190, .28), transparent 36%),
    rgba(255, 255, 255, .82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .9),
    0 24px 70px rgba(9, 45, 69, .2);
  backdrop-filter: blur(22px) saturate(1.22);
  color: var(--ink);
  opacity: 0;
  transform: translateY(18px) scale(.98);
  transition: opacity 180ms ease, transform 180ms ease;
}

.uk-language-suggestion.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.uk-language-suggestion.is-leaving {
  opacity: 0;
  transform: translateY(12px) scale(.98);
}

.uk-language-suggestion > span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.uk-language-suggestion strong {
  display: block;
  padding-right: 0;
  font-size: 25px;
  line-height: 1.12;
}

.uk-language-suggestion p {
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.uk-language-suggestion__close {
  display: none;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(173, 210, 232, .85);
  border-radius: 14px;
  background: rgba(255, 255, 255, .76);
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(16, 70, 105, .12);
}

.uk-language-suggestion__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.uk-language-suggestion__actions button {
  min-height: 46px;
  border-radius: 16px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.uk-language-suggestion__primary {
  border: 1px solid rgba(0, 130, 205, .58);
  background:
    linear-gradient(135deg, #0787ca 0%, #006fba 48%, #075f9d 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow:
    0 16px 30px rgba(0, 111, 186, .26),
    inset 0 1px 0 rgba(255, 255, 255, .3),
    inset 0 -1px 0 rgba(0, 48, 86, .2);
}

.uk-language-suggestion__secondary {
  border: 1px solid rgba(173, 210, 232, .5);
  background: rgba(255, 255, 255, .38);
  color: rgba(28, 91, 128, .66);
  font-weight: 450;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .62);
}

.uk-language-suggestion__primary:hover,
.uk-language-suggestion__primary:focus-visible {
  border-color: rgba(73, 195, 236, .78);
  background: linear-gradient(135deg, #1397d8 0%, #0078c5 52%, #0968a8 100%);
  box-shadow:
    0 20px 38px rgba(0, 111, 186, .34),
    0 0 0 4px rgba(0, 135, 205, .09),
    inset 0 1px 0 rgba(255, 255, 255, .34);
  transform: translateY(-2px);
  outline: none;
}

.uk-language-suggestion__secondary:hover,
.uk-language-suggestion__secondary:focus-visible {
  border-color: rgba(125, 185, 218, .62);
  background: rgba(255, 255, 255, .58);
  color: rgba(18, 82, 120, .82);
  box-shadow: 0 0 0 3px rgba(0, 111, 186, .055);
  outline: none;
}

.site-header {
  position: sticky;
  top: var(--admin-toolbar-offset, 0px);
  z-index: 10;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

body.is-catalog-open .site-header {
  z-index: 90;
}

body:has(.search-drawer:not([hidden])) .site-header {
  z-index: 92;
}

body:has(.search-drawer:not([hidden])) .search {
  z-index: 94;
  border-color: rgba(0, 111, 186, .42);
  background: rgba(255, 255, 255, .76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .92),
    0 18px 46px rgba(0, 111, 186, .12),
    0 28px 78px rgba(15, 23, 42, .10);
}

body:has(.search-drawer:not([hidden])) .search::before {
  background: radial-gradient(ellipse at 68% 50%, rgba(0, 111, 186, .34), rgba(0, 111, 186, .13) 45%, rgba(0, 111, 186, 0) 78%);
  filter: blur(17px);
}

.header-main {
  height: 112px;
  display: grid;
  grid-template-columns: 360px minmax(560px, 1fr) 420px;
  gap: 32px;
  align-items: center;
}

.brand {
  display: grid;
  gap: 8px;
  align-content: center;
  justify-self: start;
}

.brand__logo {
  width: 290px;
  height: auto;
  display: block;
}

.brand__tagline {
  font-family: var(--accent-font);
  color: #6f7785;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 450;
  letter-spacing: .10em;
}

.search {
  position: relative;
  z-index: 0;
  isolation: isolate;
  height: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px;
  align-items: center;
  border: 1px solid rgba(0, 111, 186, .45);
  border-radius: 16px;
  background: var(--surface);
  box-shadow:
    0 18px 48px rgba(0, 111, 186, .16),
    0 0 0 3px rgba(57, 181, 74, .045);
  overflow: hidden;
  animation: search-premium-pulse 3.9s ease-in-out infinite;
}

.search::before,
.search::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.search::before {
  z-index: 0;
  width: 176px;
  height: 88px;
  right: -28px;
  top: -12px;
  background:
    radial-gradient(ellipse at 68% 50%, rgba(0, 111, 186, .34), rgba(0, 111, 186, .15) 43%, rgba(0, 111, 186, 0) 76%),
    radial-gradient(ellipse at 28% 50%, rgba(57, 181, 74, .18), rgba(57, 181, 74, 0) 70%);
  filter: blur(15px);
  opacity: .95;
  animation: search-premium-blur 4.4s ease-in-out infinite;
}

.search::after {
  z-index: 0;
  width: clamp(300px, 32vw, 430px);
  height: 116px;
  left: -460px;
  top: -24px;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .22) 31%, rgba(57, 181, 74, .055) 45%, rgba(0, 111, 186, .09) 58%, rgba(255, 255, 255, 0) 100%);
  filter: blur(16px);
  opacity: .58;
  transform: skewX(-18deg);
  animation: search-premium-sheen 5.8s ease-in-out infinite;
}

.search input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 34px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 17px;
  font-weight: 400;
}

.search input::placeholder {
  color: #8b95a4;
}

.search > button {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 100%;
  justify-self: end;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: rgba(0, 111, 186, .92);
  font-size: 0;
  line-height: 0;
  font-weight: 650;
  cursor: pointer;
  box-shadow: none;
}

.search > button::before,
.search > button::after {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  pointer-events: none;
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(0, 111, 186, .22));
}

.search > button::before {
  width: 18px;
  height: 18px;
  top: 19px;
  left: 15px;
  border: 3px solid currentColor;
  border-radius: 999px;
  background: transparent;
}

.search > button::after {
  width: 12px;
  height: 3px;
  top: 39px;
  left: 33px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.search > button svg {
  display: none;
}

.search:focus-within::before,
.search:hover::before {
  background:
    radial-gradient(ellipse at 68% 50%, rgba(0, 111, 186, .46), rgba(0, 111, 186, .20) 43%, rgba(0, 111, 186, 0) 76%),
    radial-gradient(ellipse at 28% 50%, rgba(57, 181, 74, .24), rgba(57, 181, 74, 0) 70%);
  filter: blur(14px);
}

@keyframes search-premium-pulse {
  0%,
  100% {
    border-color: rgba(0, 111, 186, .48);
    box-shadow:
      0 18px 48px rgba(0, 111, 186, .15),
      0 0 0 0 rgba(57, 181, 74, 0);
  }
  45% {
    border-color: rgba(0, 111, 186, .74);
    box-shadow:
      0 20px 58px rgba(0, 111, 186, .24),
      0 0 0 7px rgba(57, 181, 74, .09),
      0 0 26px rgba(0, 111, 186, .16);
  }
  68% {
    box-shadow:
      0 18px 52px rgba(0, 111, 186, .17),
      0 0 0 12px rgba(0, 111, 186, 0);
  }
}

@keyframes search-premium-blur {
  0%,
  100% {
    opacity: .66;
    transform: translateX(-2px) scaleX(.92);
  }
  42% {
    opacity: 1;
    transform: translateX(-58px) scaleX(1.24);
  }
  72% {
    opacity: .78;
    transform: translateX(12px) scaleX(1.02);
  }
}

@keyframes search-premium-sheen {
  0%,
  34% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }
  52% {
    opacity: .52;
  }
  76%,
  100% {
    opacity: 0;
    transform: translateX(1320px) skewX(-18deg);
  }
}

.search:focus-within button svg,
.search:hover button svg {
  filter: none;
}

.search:focus-within button::before,
.search:hover button::before,
.search:focus-within button::after,
.search:hover button::after {
  filter: drop-shadow(0 0 12px rgba(0, 111, 186, .34));
}

.header-actions {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.mobile-header-actions {
  display: none;
}

.icon-button,
.cart-button {
  height: 56px;
  border-radius: 14px;
  border: 1px solid rgba(0, 111, 186, .16);
  background: var(--surface);
  color: var(--blue);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
  cursor: pointer;
}

.cart-button {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .70),
    0 16px 40px rgba(0, 111, 186, .10),
    0 4px 16px rgba(15, 23, 42, .04);
}

.icon-button {
  position: relative;
  width: 56px;
  display: grid;
  place-items: center;
}

.icon-button.is-account-trigger-active {
  position: relative;
  z-index: 92;
}

.icon-button.is-compare-hidden {
  display: none;
}

.icon-button.is-guest {
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .70),
    0 18px 46px rgba(234, 88, 12, .16),
    0 6px 22px rgba(234, 88, 12, .09),
    0 4px 16px rgba(15, 23, 42, .04);
}

.icon-button.is-authenticated {
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .70),
    0 18px 46px rgba(53, 185, 87, .17),
    0 6px 22px rgba(53, 185, 87, .10),
    0 4px 16px rgba(15, 23, 42, .04);
}

.auth-cached-guest .icon-button[data-auth-open],
.auth-cached-auth .icon-button[data-auth-open] {
  overflow: hidden;
}

.auth-cached-guest .icon-button[data-auth-open] {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .70),
    0 18px 46px rgba(234, 88, 12, .16),
    0 6px 22px rgba(234, 88, 12, .09),
    0 4px 16px rgba(15, 23, 42, .04);
}

.auth-cached-auth .icon-button[data-auth-open] {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .70),
    0 18px 46px rgba(53, 185, 87, .17),
    0 6px 22px rgba(53, 185, 87, .10),
    0 4px 16px rgba(15, 23, 42, .04);
}

.icon-button.is-guest::before,
.icon-button.is-authenticated::before,
.auth-cached-guest .icon-button[data-auth-open]::before,
.auth-cached-auth .icon-button[data-auth-open]::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 11px;
  pointer-events: none;
  opacity: 1;
  filter: blur(1px);
}

.icon-button.is-guest::before {
  background:
    radial-gradient(ellipse 74% 34% at 72% 35%, rgba(234, 88, 12, .30), rgba(234, 88, 12, .16) 42%, rgba(234, 88, 12, 0) 80%),
    radial-gradient(ellipse 48% 22% at 32% 78%, rgba(234, 88, 12, .13), rgba(234, 88, 12, 0) 74%);
}

.icon-button.is-authenticated::before,
.auth-cached-auth .icon-button[data-auth-open]::before {
  background:
    radial-gradient(ellipse 74% 34% at 72% 35%, rgba(53, 185, 87, .30), rgba(53, 185, 87, .16) 42%, rgba(53, 185, 87, 0) 80%),
    radial-gradient(ellipse 48% 22% at 32% 78%, rgba(53, 185, 87, .13), rgba(53, 185, 87, 0) 74%);
}

.auth-cached-guest .icon-button[data-auth-open]::before {
  background:
    radial-gradient(ellipse 74% 34% at 72% 35%, rgba(234, 88, 12, .30), rgba(234, 88, 12, .16) 42%, rgba(234, 88, 12, 0) 80%),
    radial-gradient(ellipse 48% 22% at 32% 78%, rgba(234, 88, 12, .13), rgba(234, 88, 12, 0) 74%);
}

.icon-button svg {
  position: relative;
  z-index: 1;
}

.icon-button span {
  position: absolute;
  top: -8px;
  right: -6px;
  z-index: 2;
  min-width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.account-popover__head strong {
  min-width: 0;
  color: var(--blue-dark);
  font-size: 17px;
  line-height: 1.18;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-bill-login-prompt {
  position: fixed;
  inset: 0;
  z-index: 1350;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.account-bill-login-prompt.is-open {
  opacity: 1;
  pointer-events: auto;
}

.account-bill-login-prompt__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 23, 32, .34);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.account-bill-login-prompt__panel {
  position: relative;
  width: min(100%, 440px);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .70);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(239, 248, 252, .90)),
    #fff;
  box-shadow: 0 28px 72px rgba(15, 23, 42, .26);
  transform: translateY(10px) scale(.98);
  transition: transform 180ms ease;
}

.account-bill-login-prompt.is-open .account-bill-login-prompt__panel {
  transform: translateY(0) scale(1);
}

.account-bill-login-prompt__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 111, 186, .08);
  color: var(--blue-dark);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.account-bill-login-prompt__panel > span {
  display: block;
  color: #177438;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.account-bill-login-prompt h2 {
  margin: 8px 42px 10px 0;
  color: var(--blue-dark);
  font-family: var(--accent-font);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0;
}

.account-bill-login-prompt p {
  margin: 0;
  color: #526173;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 650;
}

.account-bill-login-prompt p strong {
  color: var(--blue-dark);
}

.account-bill-login-prompt a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 111, 186, .22);
}

body.is-account-menu-open .topline,
body.is-account-menu-open .brand,
body.is-account-menu-open .search,
body.is-account-menu-open .category-nav,
body.is-account-menu-open .cart-button,
body.is-account-menu-open .header-actions > :not(.is-account-trigger-active):not(.account-popover) {
  opacity: 1;
  filter: none;
  pointer-events: auto;
}

body.is-account-menu-open .header-actions,
.icon-button.is-account-trigger-active {
  z-index: auto;
}

.cart-button {
  min-width: 150px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 450;
}

.cart-button span {
  display: grid;
  gap: 2px;
  justify-items: end;
  min-width: 104px;
  text-align: right;
  line-height: 1.05;
}

.cart-button strong {
  color: var(--blue);
  font-size: 19px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.cart-button small {
  color: #5f6d7d;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.cart-button svg {
  color: var(--blue);
  width: 32px;
  height: 32px;
}

.cart-button.is-filled {
  border-color: rgba(0, 111, 186, .24);
  color: var(--blue);
  font-weight: 720;
}

.cart-drawer[hidden] {
  display: none;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(0, 111, 186, .22), transparent 34rem),
    rgba(15, 23, 42, .34);
  backdrop-filter: blur(10px) saturate(1.04);
  -webkit-backdrop-filter: blur(10px) saturate(1.04);
}



.cart-drawer.is-checkout .cart-drawer__panel {
  left: 10px;
  right: 10px;
  width: auto;
  min-width: 0;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.cart-drawer__head {
  min-height: 54px;
  padding: 0 16px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(226, 232, 240, .68);
  background: rgba(255, 255, 255, .42);
}

.cart-drawer__head h2 {
  margin: 0;
  color: #111827;
  font-size: 23px;
  line-height: 1;
  font-weight: 780;
}

.cart-drawer__head button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 13px;
  background:
    radial-gradient(ellipse at 28% 18%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 62%),
    rgba(255, 255, 255, .82);
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .74),
    0 12px 28px rgba(15, 23, 42, .055);
}



.cart-drawer__head button[data-cart-close]::before,
.cart-drawer__head button[data-cart-close]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background: var(--blue);
  transform-origin: center;
}

.cart-drawer__head button[data-cart-close]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cart-drawer__head button[data-cart-close]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cart-drawer__head button[data-cart-close]:hover,
.cart-drawer__head button[data-cart-close]:focus-visible {
  border-color: rgba(255, 255, 255, .92);
  transform: translateY(-1px);
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(148, 163, 184, .08),
    0 18px 38px rgba(15, 23, 42, .13);
}

.cart-drawer__scroll {
  padding: 10px 14px 10px;
  min-height: 0;
  display: grid;
  align-content: start;
  grid-auto-rows: max-content;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-color: rgba(0, 111, 186, .28) transparent;
  overscroll-behavior: contain;
}

.cart-drawer__items {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 7px;
}

.cart-drawer.is-checkout .cart-drawer__scroll {
  padding-bottom: 6px;
}

.cart-empty {
  min-height: 150px;
  display: grid;
  place-items: center;
  color: #6b7280;
  font-size: 15px;
  text-align: center;
}

.cart-recommendations {
  display: grid;
  gap: 9px;
  padding: 10px 12px 12px;
  border: 1px solid rgba(0, 111, 186, .12);
  border-radius: 16px;
  background:
    radial-gradient(ellipse at 10% 0%, rgba(57, 181, 74, .06), transparent 58%),
    rgba(255, 255, 255, .58);
  box-shadow: 0 10px 24px rgba(13, 48, 68, .05);
}

.cart-recommendations[hidden] {
  display: none;
}

.cart-recommendations__head strong {
  display: block;
  color: #102f3f;
  font-size: 13px;
  font-weight: 780;
}

.cart-recommendations__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px;
}

.cart-recommendation-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 54px;
  padding: 7px 8px;
  border: 1px solid rgba(0, 111, 186, .12);
  border-radius: 11px;
  background: rgba(255, 255, 255, .62);
  color: #20354a;
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.cart-recommendation-card:hover,
.cart-recommendation-card:focus-visible {
  border-color: rgba(0, 111, 186, .30);
  box-shadow: 0 8px 18px rgba(0, 111, 186, .10);
  transform: translateY(-1px);
  outline: none;
}

.cart-recommendation-card__image {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(135, 169, 191, .22);
  border-radius: 9px;
  background: rgba(255, 255, 255, .82);
  overflow: hidden;
}

.cart-recommendation-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-recommendation-card__body {
  display: grid;
  min-width: 0;
}

.cart-recommendation-card__body strong {
  color: #243b4b;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.16;
}

.cart-drawer__foot {
  padding: 14px 18px 18px;
  display: grid;
  gap: 7px;
  overflow: hidden;
  border-top: 1px solid rgba(226, 232, 240, .68);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 111, 186, .06), transparent 16rem),
    rgba(255, 255, 255, .54);
  backdrop-filter: blur(20px) saturate(1.08);
  -webkit-backdrop-filter: blur(20px) saturate(1.08);
}

.cart-drawer__total {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 16px;
  align-items: baseline;
  color: #111827;
}

.cart-drawer__foot span {
  grid-row: 1 / span 2;
  color: #64748b;
  font-size: 15px;
}

.cart-drawer__foot strong {
  justify-self: end;
  color: var(--blue);
  font-size: 26px;
  line-height: 1;
  font-weight: 820;
  font-variant-numeric: tabular-nums;
}

.cart-drawer__foot strong small {
  color: var(--blue);
  font-size: 15px;
  font-weight: 760;
}

.cart-drawer__total > small {
  grid-column: 2;
  justify-self: end;
  color: #7a8798;
  font-size: 13px;
  font-weight: 650;
}





.cart-drawer__continue[hidden] {
  display: none;
}

.cart-drawer__checkout[hidden] {
  display: none;
}

.cart-drawer.is-checkout .cart-drawer__continue,
.cart-drawer.is-checkout .cart-drawer__checkout {
  display: none;
}

.cart-drawer__continue:hover,
.cart-drawer__continue:focus-visible {
  transform: translateY(-1px);
  outline: none;
  border-color: rgba(0, 111, 186, .16);
  color: var(--blue);
}



.cart-drawer__checkout:hover,
.cart-drawer__checkout:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.cart-drawer__checkout:hover::before,
.cart-drawer__checkout:focus-visible::before {
  opacity: .38;
  transform: translateY(1px) scale(.985);
}

.cart-drawer__checkout:active {
  transform: translateY(0) scale(.992);
}

.cart-drawer__checkout {
  background: transparent;
  color: var(--blue);
  box-shadow: none;
}

.cart-drawer__checkout:hover,
.cart-drawer__checkout:focus-visible {
  background: transparent;
  box-shadow: none;
}

.cart-drawer__checkout-label {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(0, 111, 186, .34);
  border-radius: inherit;
  background: #fff;
  box-shadow:
    0 10px 24px rgba(15, 23, 42, .045),
    0 1px 2px rgba(15, 23, 42, .05);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.cart-drawer__checkout:hover .cart-drawer__checkout-label,
.cart-drawer__checkout:focus-visible .cart-drawer__checkout-label {
  border-color: rgba(0, 111, 186, .24);
  box-shadow:
    0 8px 20px rgba(15, 23, 42, .04),
    0 1px 2px rgba(15, 23, 42, .05);
}

@keyframes cartCheckoutReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.cart-drawer.is-checkout .cart-checkout-section--delivery .cart-checkout-section__head,
.cart-drawer.is-checkout .cart-checkout-route--auth .cart-checkout-route__head {
  display: none;
}

.cart-drawer__stock-alert {
  min-height: 0;
  margin: 10px 2px 4px;
}

.cart-drawer__stock-alert[hidden] {
  display: none !important;
}

.cart-drawer__stock-alert .cart-checkout-stock-alert {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 14px 18px;
  border-radius: 18px;
  border-color: rgba(239, 198, 181, .58);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 58%),
    rgba(252, 248, 246, .92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    0 8px 20px rgba(15, 23, 42, .045);
  backdrop-filter: blur(10px) saturate(1.04);
  -webkit-backdrop-filter: blur(10px) saturate(1.04);
}

.cart-drawer__stock-alert .cart-checkout-stock-alert::before {
  width: 24%;
  height: 44%;
  filter: blur(22px);
  opacity: .14;
}

.cart-drawer__stock-alert .cart-checkout-stock-alert strong {
  color: #8a3b25;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 650;
}

.cart-drawer__stock-alert .cart-checkout-stock-alert span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.cart-np-suggest {
  position: absolute;
  z-index: 10090;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  width: 100%;
  min-width: 0;
  display: grid;
  max-height: 260px;
  padding: 7px;
  overflow: auto;
  border: 1px solid rgba(190, 215, 231, .72);
  border-radius: 16px;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, .94), rgba(255, 255, 255, 0) 58%),
    rgba(255, 255, 255, .82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .94),
    0 18px 46px rgba(15, 23, 42, .18);
  backdrop-filter: blur(18px);
}

.cart-np-suggest[hidden] {
  display: none;
}

.cart-np-suggest button,
.cart-np-suggest__empty {
  width: 100%;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #475569;
  font: inherit;
  text-align: left;
}

.cart-np-suggest button {
  display: grid;
  gap: 2px;
  padding: 9px 10px;
  cursor: pointer;
}

.cart-np-suggest button:hover,
.cart-np-suggest button:focus-visible {
  background: rgba(0, 111, 186, .08);
  outline: none;
}

.cart-np-suggest strong {
  color: #111827;
  font-size: 13px;
  font-weight: 820;
  line-height: 1.25;
}

.cart-np-suggest span,
.cart-np-suggest__empty {
  color: #64748b;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.25;
}

.cart-np-suggest__empty {
  padding: 10px;
}

.cart-checkout-route--guest.is-person .cart-checkout-edrpou,
.cart-checkout-route--guest.is-person .cart-checkout-company {
  display: none;
}

.clean-notice-modal {
  position: fixed !important;
  inset: 0;
  z-index: 2147483000 !important;
  display: grid;
  place-items: center;
  padding: 24px;
}

.clean-notice-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(14, 28, 42, .28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.clean-notice-modal__panel {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(201, 218, 232, .9);
  border-radius: 30px;
  background:
    radial-gradient(ellipse 56% 46% at 74% 14%, rgba(178, 222, 246, .34), rgba(178, 222, 246, 0) 74%),
    radial-gradient(ellipse 50% 42% at 16% 92%, rgba(186, 231, 207, .30), rgba(186, 231, 207, 0) 72%),
    rgba(255, 255, 255, .92);
  box-shadow:
    0 32px 92px rgba(13, 36, 57, .26),
    inset 0 1px 0 rgba(255, 255, 255, .96);
  padding: 34px;
  transform: translateY(12px) scale(.985);
  opacity: 0;
  transition: transform .22s ease, opacity .22s ease;
}

.clean-notice-modal.is-open .clean-notice-modal__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.clean-notice-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(179, 213, 236, .82);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  color: var(--blue);
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  box-shadow:
    0 18px 46px rgba(22, 63, 92, .16),
    inset 0 1px 0 rgba(255, 255, 255, .96);
}

.clean-notice-modal__close:hover,
.clean-notice-modal__close:focus-visible {
  outline: none;
  transform: translateY(-1px);
  box-shadow:
    0 12px 32px rgba(0, 117, 190, .14),
    inset 0 1px 0 rgba(255, 255, 255, .98);
}

.clean-notice-modal__close--action {
  width: auto;
  min-width: 154px;
  padding: 0 22px;
  border-radius: 18px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1;
  font-weight: 820;
}

.clean-notice-modal__icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 0 0 18px;
  border: 1px solid rgba(76, 190, 125, .42);
  border-radius: 24px;
  background:
    radial-gradient(ellipse 70% 60% at 68% 18%, rgba(119, 221, 160, .32), rgba(119, 221, 160, 0) 74%),
    #fff;
  box-shadow:
    0 20px 58px rgba(76, 181, 121, .22),
    inset 0 1px 0 rgba(255, 255, 255, .98);
}

.clean-notice-modal--error .clean-notice-modal__icon {
  border-color: rgba(233, 132, 112, .42);
  background:
    radial-gradient(ellipse 70% 60% at 68% 18%, rgba(244, 167, 143, .28), rgba(244, 167, 143, 0) 74%),
    #fff;
  box-shadow:
    0 20px 58px rgba(191, 72, 48, .16),
    inset 0 1px 0 rgba(255, 255, 255, .98);
}

.clean-notice-modal__icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #129a55;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.clean-notice-modal--error .clean-notice-modal__icon svg {
  stroke: #c44f3f;
}

.clean-notice-modal__eyebrow {
  display: block;
  margin: 0 68px 8px 0;
  color: #7a8da3;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.clean-notice-modal h2 {
  margin: 0 68px 14px 0;
  color: var(--blue-dark);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0;
}

.clean-notice-modal p {
  margin: 0;
  max-width: 58ch;
  color: #5f7189;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.42;
  font-weight: 400;
}

@media (max-width: 640px) {
.clean-notice-modal {
    padding: 16px;
  }

.clean-notice-modal__panel {
    border-radius: 24px;
    padding: 28px 22px;
  }

.clean-notice-modal__close {
    top: 14px;
    right: 14px;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    font-size: 38px;
  }

.clean-notice-modal__close--action {
    width: auto;
    min-width: 132px;
    height: 46px;
    padding: 0 16px;
    font-size: 14px;
  }

.clean-notice-modal__eyebrow,
.clean-notice-modal h2 {
    margin-right: 64px;
  }
}

@media (max-width: 1180px) {
.cart-drawer__panel {
    width: min(860px, calc(100vw - 28px));
    min-width: 0;
  }

.cart-line {
    grid-template-columns: 72px minmax(0, 1fr) 112px;
    grid-template-areas:
      "image body qty"
      "image price sum";
    min-height: 88px;
    padding-right: 34px;
  }

.cart-line__image { grid-area: image; width: 72px; }

.cart-line__body { grid-area: body; }

.cart-line__price { grid-area: price; }

.cart-line__qty { grid-area: qty; }

.cart-line__sum { grid-area: sum; }

.cart-line__image img {
    max-width: 60px;
    max-height: 60px;
  }

.cart-line__price,
.cart-line__sum {
    grid-auto-flow: column;
    justify-content: start;
    align-items: baseline;
    gap: 7px;
  }

.cart-line__price strong,
.cart-line__sum strong {
    font-size: 13px;
  }

.cart-line__sum strong {
    font-size: 14px;
  }

.cart-checkout__delivery,
.cart-checkout-profile {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.cart-checkout__fields--buyer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
.cart-drawer__panel {
    inset: 8px;
    top: 8px;
    bottom: calc(var(--mobile-bottom-nav-h, 84px) + env(safe-area-inset-bottom, 0px) + 12px);
    height: calc(100dvh - var(--mobile-bottom-nav-h, 84px) - env(safe-area-inset-bottom, 0px) - 28px);
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: none;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    border-radius: 22px;
  }

.cart-drawer__head {
    min-height: 58px;
    padding: 0 16px 0 18px;
  }

.cart-drawer__head h2 {
    font-size: 24px;
  }

.cart-drawer__items {
    padding: 6px 10px 8px;
    gap: 8px;
    flex: 0 0 auto;
    min-height: max-content;
  }

.cart-drawer__scroll {
    min-height: 0;
    height: 100%;
    padding: 8px 8px 6px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overscroll-behavior: contain;
  }

.cart-drawer__scroll > * {
    flex: 0 0 auto;
  }

.cart-line {
    min-height: 0;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    grid-template-areas:
      "image body body"
      "image price price"
      "qty qty sum";
    gap: 9px;
    padding: 10px;
  }

.cart-line__image {
    width: 64px;
    border-radius: 14px;
  }

.cart-line__image img {
    max-width: 54px;
    max-height: 54px;
  }

.cart-line__body strong {
    font-size: 16px;
  }

.cart-line__body span {
    font-size: 13px;
  }

.cart-line__stock {
    gap: 4px;
  }

.cart-line__qty {
    width: 112px;
  }

.cart-line__sum {
    justify-self: end;
    text-align: right;
  }

.cart-drawer__foot {
    padding: 10px 12px 12px;
    gap: 8px;
  }

.cart-drawer__stock-alert {
    flex: 0 0 auto;
    margin: 4px 10px 2px;
  }

.cart-drawer__stock-alert .cart-checkout-stock-alert {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 9px 12px;
    border-radius: 14px;
    border-color: rgba(239, 198, 181, .58);
    background:
      radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 58%),
      rgba(252, 248, 246, .94);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .88),
      0 6px 16px rgba(15, 23, 42, .04);
    backdrop-filter: blur(10px) saturate(1.04);
    -webkit-backdrop-filter: blur(10px) saturate(1.04);
  }

.cart-drawer__stock-alert .cart-checkout-stock-alert::before {
    width: 24%;
    height: 44%;
    filter: blur(22px);
    opacity: .14;
  }

.cart-drawer__stock-alert .cart-checkout-stock-alert strong {
    color: #8a3b25;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 740;
  }

.cart-drawer__stock-alert .cart-checkout-stock-alert span {
    display: none;
  }

.cart-drawer__foot strong {
    font-size: 25px;
  }

.cart-drawer__foot strong small {
    font-size: 15px;
  }

.cart-drawer__total > small {
    font-size: 14px;
  }

.cart-drawer.is-checkout .cart-drawer__panel {
    left: 8px;
    right: 8px;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }

.cart-checkout-flow {
    padding: 8px 0 10px;
  }

.cart-checkout-divider {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    text-align: center;
  }

.cart-checkout-divider span {
    width: 100%;
  }

.cart-checkout__delivery,
.cart-checkout-guest-gate,
.cart-checkout__fields--delivery,
.cart-checkout__fields--buyer,
.cart-checkout-person-type,
.cart-checkout-profile {
    grid-template-columns: 1fr;
  }

.cart-checkout-choice {
    min-height: 74px;
  }
}


.category-nav {
  position: relative;
  z-index: 30;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(226, 232, 240, .72);
  white-space: nowrap;
  overflow: visible;
  transition: height 180ms ease, box-shadow 180ms ease;
}

.category-nav::before {
  content: none;
}

.category-nav a,
.category-nav button {
  position: relative;
  z-index: 2;
  color: #263241;
  font-size: 15px;
  font-weight: 500;
}

.category-nav__catalog {
  position: relative;
  isolation: isolate;
  height: 34px;
  min-width: 176px;
  padding: 0;
  overflow: visible;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  border-radius: 13px;
  background: transparent;
  color: var(--blue) !important;
  font-size: 13px;
  box-shadow: none;
  cursor: pointer;
  transform: none;
  transition:
    transform 160ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.category-nav__catalog::before {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.category-nav__catalog::before {
  inset: -16px -22px -20px -28px;
  z-index: -1;
  background:
    radial-gradient(ellipse at 12% 78%, rgba(0, 111, 186, .24), rgba(0, 111, 186, 0) 52%),
    radial-gradient(ellipse at 78% 12%, rgba(0, 111, 186, .12), rgba(0, 111, 186, 0) 46%);
  filter: blur(18px);
  opacity: .62;
}

.category-nav__catalog:hover,
.category-nav__catalog:focus-visible,
body.is-catalog-open .category-nav__catalog {
  transform: translateY(-1px);
  outline: none;
  background: transparent;
  box-shadow: none;
}

.category-nav__catalog:hover::before,
.category-nav__catalog:focus-visible::before,
body.is-catalog-open .category-nav__catalog::before {
  opacity: .30;
}

.category-nav__catalog span {
  position: relative;
  z-index: 1;
}

.category-nav__catalog svg {
  position: relative;
  z-index: 2;
  margin-left: 16px;
  width: 22px;
  height: 22px;
}

.category-nav__catalog span {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px 0 48px;
  border: 1px solid rgba(214, 228, 237, .46);
  border-radius: inherit;
  background: #fff;
  box-shadow:
    0 8px 18px rgba(15, 23, 42, .035),
    0 1px 2px rgba(15, 23, 42, .035);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.category-nav__catalog:hover span,
.category-nav__catalog:focus-visible span,
body.is-catalog-open .category-nav__catalog span {
  border-color: rgba(202, 225, 239, .42);
  box-shadow:
    0 10px 24px rgba(15, 23, 42, .045),
    0 4px 16px rgba(15, 23, 42, .04);
}

.category-nav::after {
  content: "";
  position: absolute;
  left: -28px;
  right: -28px;
  inset-block: -1px 0;
  z-index: 0;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
  backdrop-filter: blur(24px) saturate(1.08);
  -webkit-backdrop-filter: blur(24px) saturate(1.08);
  opacity: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 42px, #000 calc(100% - 42px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 42px, #000 calc(100% - 42px), transparent 100%);
  transition: opacity 180ms ease;
}

.category-nav > a:not(.category-nav__catalog) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 160ms ease, transform 180ms ease, visibility 0s linear 180ms;
}

body.is-catalog-open .category-nav {
  z-index: 60;
  border-top-color: transparent;
}

body.is-catalog-open .category-nav::after {
  opacity: 1;
}

body.is-catalog-open .category-nav__catalog {
  border-radius: 13px;
  transform: none;
}

body.is-catalog-open .category-nav > a:not(.category-nav__catalog) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
}

.catalog-popover {
  position: absolute;
  left: 50%;
  right: auto;
  top: calc(100% + 12px);
  z-index: 3;
  width: min(1460px, calc(100vw - 72px));
  min-height: 346px;
  max-height: min(70vh, 680px);
  padding: 0;
  border: 1px solid rgba(226, 232, 240, .78);
  border-radius: 28px;
  background: rgba(255, 255, 255, .82);
  box-shadow:
    0 24px 70px rgba(15, 23, 42, .16),
    0 8px 24px rgba(15, 23, 42, .08);
  backdrop-filter: blur(24px) saturate(1.08);
  -webkit-backdrop-filter: blur(24px) saturate(1.08);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 14px) scale(.985);
  transform-origin: 50% 0;
  transition: opacity 220ms cubic-bezier(.2, .8, .2, 1), transform 220ms cubic-bezier(.2, .8, .2, 1), visibility 0s linear 220ms;
}

body.is-catalog-open .catalog-popover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
  transition-delay: 0s;
  animation: premiumModalIn 220ms cubic-bezier(.2, .8, .2, 1);
}

@keyframes catalogSkeleton {
  from { background-position: 120% 0, 0 0; }
  to { background-position: -120% 0, 0 0; }
}

@keyframes premiumModalIn {
  from {
    opacity: 0;
    transform: translate(-50%, 14px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

.auth-modal__form--register.is-person .cart-checkout-edrpou,
.auth-modal__form--register.is-person .cart-checkout-company {
  display: none;
}

.home-scroll-cue {
  width: fit-content;
  min-height: 38px;
  margin: 18px auto 0;
  padding: 7px 12px 7px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(186, 212, 231, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  color: #526477;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: opacity .25s ease, transform .25s ease, border-color .2s ease, color .2s ease;
  animation: home-scroll-cue-float 2.2s ease-in-out infinite;
}

.home-scroll-cue:hover {
  color: var(--blue);
  border-color: rgba(0, 129, 198, .4);
}

.home-scroll-cue svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: home-scroll-cue-arrow 1.15s ease-in-out infinite;
}

.home-scroll-cue.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

@keyframes home-scroll-cue-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

@keyframes home-scroll-cue-arrow {
  0%, 100% { transform: translateY(-1px); opacity: .55; }
  50% { transform: translateY(3px); opacity: 1; }
}

.category-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tech-blog-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: #526173;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.tech-blog-tabs button.is-active {
  border-color: rgba(0, 111, 186, .16);
  background: rgba(0, 111, 186, .10);
  color: var(--blue);
}

@keyframes tech-blog-loading {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}

@media (max-width: 760px) {
.tech-blog-hero p:not(.eyebrow) {
    font-size: 15px;
  }
}

.files-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: #526173;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

@media (max-width: 760px) {
.files-hero p:not(.eyebrow) {
    font-size: 15px;
  }
}

.legacy-content-card,
.category-content__article,
.home-builder-copy__body {
  max-width: 100%;
}

.legacy-content-card :where(img, picture, video, canvas, svg),
.category-content__article :where(img, picture, video, canvas, svg),
.home-builder-copy__body :where(img, picture, video, canvas, svg) {
  max-width: 100% !important;
  height: auto !important;
}

.legacy-content-card :where(img),
.category-content__article :where(img),
.home-builder-copy__body :where(img) {
  display: block;
  object-fit: contain;
}

.legacy-content-card :where(iframe),
.category-content__article :where(iframe),
.home-builder-copy__body :where(iframe) {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  border: 0;
}

.legacy-content-card :where(table),
.category-content__article :where(table),
.home-builder-copy__body :where(table) {
  display: block;
  width: max-content !important;
  min-width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  table-layout: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.legacy-content-card :where(thead, tbody, tfoot, tr),
.category-content__article :where(thead, tbody, tfoot, tr),
.home-builder-copy__body :where(thead, tbody, tfoot, tr) {
  width: auto;
  word-break: normal;
  overflow-wrap: normal;
}

.legacy-content-card :where(th, td),
.category-content__article :where(th, td),
.home-builder-copy__body :where(th, td) {
  min-width: 120px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.legacy-content-card :where(th, td) :where(a, strong, b, span),
.category-content__article :where(th, td) :where(a, strong, b, span),
.home-builder-copy__body :where(th, td) :where(a, strong, b, span) {
  word-break: normal;
  overflow-wrap: break-word;
}

@keyframes template-page-loading-sheen {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}

.smart-search-banner__copy .eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 14px;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 750;
}

.smart-search-banner__copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  color: #526173;
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.5;
  font-weight: 500;
}

.hero-slider__dots button.is-active::before {
  background: rgba(53, 185, 87, .82);
  transform: scale(1.25);
}

.partners-carousel {
  display: block;
  position: relative;
  height: 180px;
  min-height: 180px;
  border: 0;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(248, 253, 255, .82), rgba(219, 240, 249, .58)),
    rgba(231, 245, 251, .72);
  box-shadow:
    0 18px 52px rgba(54, 84, 98, .08),
    inset 0 1px 0 rgba(255, 255, 255, .74),
    inset 0 -1px 0 rgba(128, 190, 220, .16);
  backdrop-filter: blur(18px) saturate(128%);
  -webkit-backdrop-filter: blur(18px) saturate(128%);
  overflow: hidden;
}

.partners-carousel__loading {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partners-carousel__viewport {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  cursor: grab;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-behavior: auto;
  touch-action: pan-y;
}

.trust-strip.partners-carousel .partners-carousel__viewport,
.trust-strip.partners-carousel .partners-carousel__track {
  min-height: 0;
  padding: 0;
}

.partners-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.partners-carousel__viewport.is-dragging {
  cursor: grabbing;
}

.partners-carousel__viewport.is-dragging .partners-carousel__card {
  pointer-events: none;
}

.partners-carousel__track {
  min-height: 0;
  padding: 0;
}

.partners-carousel__viewport::before,
.partners-carousel__viewport::after {
  content: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 52px;
  pointer-events: none;
}

.partners-carousel__viewport::before {
  left: 0;
  background: linear-gradient(90deg, rgba(225, 244, 252, .96), rgba(225, 244, 252, 0));
}

.partners-carousel__viewport::after {
  right: 0;
  background: linear-gradient(270deg, rgba(225, 244, 252, .96), rgba(225, 244, 252, 0));
}

.partners-carousel__track {
  display: flex;
  align-items: stretch;
  gap: 0;
  height: 100%;
  width: max-content;
}

.partners-carousel__card {
  width: auto;
  min-width: max-content;
  height: 100%;
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 0;
  border-right: 0;
  background: transparent;
  color: #111827;
  user-select: none;
}

.trust-strip.partners-carousel .partners-carousel__card {
  min-height: 0;
  padding: 0;
}

.partners-carousel__card img {
  width: 240px;
  max-width: none;
  height: 180px;
  max-height: none;
  display: block;
  object-fit: contain;
  filter: grayscale(.18) saturate(.82) brightness(1.06) contrast(.88);
  opacity: 1;
  mix-blend-mode: multiply;
  transition: transform .28s ease, filter .28s ease, opacity .28s ease;
  -webkit-user-drag: none;
}

.partners-carousel__card:hover img,
.partners-carousel__card:focus-visible img {
  transform: scale(1.04);
  filter: saturate(.98) brightness(.98) contrast(1.04);
  opacity: 1;
}

.catalog-section {
  margin-top: 54px;
}

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

.category-card {
  min-height: 258px;
  padding: 18px 14px 18px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 22%, var(--image-surface-glow), transparent 13rem),
    rgba(255, 255, 255, .94);
  animation: categoryCardReveal 520ms cubic-bezier(.22, .78, .26, 1) both;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  will-change: transform;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-strong);
}

.category-card:active {
  transform: translateY(-1px) scale(.992);
  transition-duration: 90ms;
}

.category-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  transition: transform 260ms ease, filter 260ms ease;
}

.category-card__meta {
  margin-top: auto;
  min-height: 58px;
  width: 100%;
  padding-top: 6px;
  display: grid;
  grid-template-columns: 19px 1px minmax(0, 1fr);
  gap: 5px;
  align-items: start;
  justify-content: center;
}

.category-card__meta::before {
  content: "";
  grid-column: 2;
  width: 1px;
  height: 46px;
  background: rgba(17, 24, 39, .12);
}

.category-card__meta span {
  grid-column: 1;
  grid-row: 1;
  color: var(--green);
  font-size: 12px;
  line-height: 1.15;
  font-weight: 560;
  letter-spacing: .04em;
  text-align: center;
  justify-self: stretch;
  padding-top: 2px;
}

.category-card__meta strong {
  grid-column: 3;
  grid-row: 1;
  max-width: 100%;
  color: #17202c;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}

.home-latest-articles {
  width: 100%;
  margin: 34px 0 0;
  padding: 18px;
  border: 1px solid rgba(190, 215, 231, .58);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .74), rgba(239, 248, 252, .48)),
    rgba(255, 255, 255, .44);
  box-shadow:
    0 18px 48px rgba(15, 42, 63, .06),
    inset 0 1px 0 rgba(255, 255, 255, .8);
  backdrop-filter: blur(12px) saturate(1.05);
  -webkit-backdrop-filter: blur(12px) saturate(1.05);
}

.home-latest-articles[hidden] {
  display: none;
}

.home-latest-articles__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.home-latest-articles__eyebrow {
  margin: 0 0 5px;
  color: rgba(109, 126, 145, .78);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-latest-articles__head h2 {
  margin: 0;
  color: #132231;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0;
}

.home-latest-articles__all {
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(190, 215, 231, .7);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: rgba(0, 111, 186, .84);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow:
    0 8px 22px rgba(15, 42, 63, .045),
    inset 0 1px 0 rgba(255, 255, 255, .84);
}

.home-latest-articles__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.home-article-card {
  min-height: 188px;
  display: grid;
  grid-template-rows: 108px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(190, 215, 231, .58);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  color: #17202c;
  box-shadow: 0 12px 30px rgba(15, 42, 63, .045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-article-card:hover,
.home-article-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0, 111, 186, .22);
  box-shadow: 0 18px 38px rgba(15, 42, 63, .075);
}

.home-article-card__image {
  display: block;
  min-width: 0;
  background:
    radial-gradient(circle at 50% 46%, rgba(166, 215, 233, .38), transparent 58%),
    linear-gradient(135deg, rgba(225, 241, 249, .78), rgba(246, 251, 253, .64));
  isolation: isolate;
}

.home-article-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 8px;
  mix-blend-mode: multiply;
  filter: saturate(.98) contrast(1.02);
}

.home-article-card__body {
  min-width: 0;
  padding: 11px 12px 13px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.home-article-card__body small {
  color: rgba(109, 126, 145, .76);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-article-card__body strong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #17202c;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: 0;
}

.home-builder-copy {
  width: 100%;
  position: relative;
  margin: 34px 0 12px;
  padding: 18px 20px 16px;
  overflow: hidden;
  border: 1px solid rgba(190, 215, 231, .62);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .58), rgba(241, 248, 252, .34)),
    rgba(255, 255, 255, .34);
  box-shadow:
    0 18px 46px rgba(15, 42, 63, .055),
    inset 0 1px 0 rgba(255, 255, 255, .8);
  backdrop-filter: blur(10px) saturate(1.04);
  color: rgba(100, 116, 139, .86);
  font-size: 13px;
  line-height: 1.58;
  font-weight: 400;
}

.home-builder-copy[hidden] {
  display: block;
  min-height: 236px;
  visibility: hidden;
}

.home-builder-copy::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 111, 186, .18), rgba(53, 185, 87, .16), transparent);
}

.home-builder-copy__label {
  margin-bottom: 9px;
  color: rgba(78, 94, 112, .64);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-builder-copy__body {
  max-height: none;
  overflow: hidden;
  transition: max-height .22s ease;
}

.home-builder-copy.is-collapsed .home-builder-copy__body {
  max-height: 158px;
  mask-image: linear-gradient(180deg, #000 0, #000 58%, transparent 100%);
}

.home-builder-copy :where(h1, h2, h3, h4, p, ul, ol) {
  margin: 0 0 10px;
  color: inherit;
  font: inherit;
  letter-spacing: 0;
}

.home-builder-copy :where(h1, h2) {
  color: rgba(46, 61, 78, .76);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.home-builder-copy :where(a) {
  color: rgba(0, 111, 186, .68);
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 111, 186, .18);
  transition: color .16s ease, border-color .16s ease;
}

.home-builder-copy :where(a:hover, a:focus-visible) {
  color: rgba(0, 111, 186, .94);
  border-color: rgba(0, 111, 186, .42);
}

.home-builder-copy :where(*:last-child) {
  margin-bottom: 0;
}

.home-builder-copy__toggle {
  width: max-content;
  min-height: 28px;
  margin-top: 10px;
  padding: 0 11px;
  border: 1px solid rgba(190, 215, 231, .5);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(239, 247, 252, .46)),
    rgba(255, 255, 255, .42);
  color: rgba(76, 95, 116, .76);
  font-family: inherit;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .01em;
  box-shadow:
    0 8px 20px rgba(15, 42, 63, .045),
    inset 0 1px 0 rgba(255, 255, 255, .78);
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.home-builder-copy__toggle:hover,
.home-builder-copy__toggle:focus-visible {
  border-color: rgba(0, 111, 186, .2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(238, 248, 253, .58)),
    rgba(255, 255, 255, .55);
  color: rgba(0, 111, 186, .78);
  box-shadow:
    0 10px 24px rgba(15, 42, 63, .065),
    inset 0 1px 0 rgba(255, 255, 255, .86);
  transform: translateY(-1px);
}

.category-card:nth-child(2) { animation-delay: 45ms; }

.category-card:nth-child(3) { animation-delay: 90ms; }

.category-card:nth-child(4) { animation-delay: 135ms; }

.category-card:nth-child(5) { animation-delay: 180ms; }

.category-card:nth-child(6) { animation-delay: 225ms; }

.category-card:nth-child(n+7) { animation-delay: 260ms; }

@keyframes categoryCardReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) and (pointer: fine) {
.category-card:hover img,
.category-card:focus-visible img {
    transform: scale(1.025);
    filter: saturate(1.02) contrast(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
.category-card,
.is-category-page .category-link-card {
    animation: none;
  }

.category-card,
.category-card img,
.series-mini-card,
.series-mini-card img {
    transition: none;
  }
}

.search-availability {
  grid-area: available;
  min-height: 42px;
  padding: 0 16px 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #253241;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.search-availability input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 42px;
  height: 24px;
  flex: 0 0 42px;
  margin: 0;
  border: 1px solid rgba(148, 163, 184, .42);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 32% 50%, rgba(255, 255, 255, .98), rgba(255, 255, 255, 0) 62%),
    rgba(226, 235, 242, .72);
  box-shadow:
    inset 0 1px 2px rgba(15, 23, 42, .08),
    0 8px 18px rgba(15, 23, 42, .06);
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.search-availability input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 4px 10px rgba(15, 23, 42, .12);
  transform: translateY(-50%);
  transition: transform .18s ease, background .18s ease;
}

.search-availability input:checked {
  border-color: rgba(55, 189, 101, .46);
  background:
    radial-gradient(ellipse at 70% 36%, rgba(255, 255, 255, .82), rgba(255, 255, 255, 0) 58%),
    rgba(55, 189, 101, .34);
  box-shadow:
    0 0 26px rgba(55, 189, 101, .18),
    inset 0 1px 2px rgba(15, 23, 42, .04);
}

.search-availability input:checked::before {
  background: var(--green);
  transform: translate(18px, -50%);
}

.search-progress {
  height: 3px;
  overflow: hidden;
  background: #edf4f8;
}

.search-progress[hidden] {
  display: none;
}

.search-progress span {
  width: 42%;
  height: 100%;
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--blue), var(--green), transparent);
  animation: search-progress-slide 1.05s ease-in-out infinite;
}

@keyframes search-progress-slide {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(260%);
  }
}

.search-start {
  padding: 22px 24px 24px;
  display: grid;
  grid-template-columns: minmax(220px, .86fr) minmax(0, 1.6fr);
  gap: 18px;
  align-items: stretch;
  background:
    radial-gradient(ellipse 42% 88% at 12% 38%, rgba(0, 111, 186, .09), rgba(0, 111, 186, 0) 74%),
    linear-gradient(90deg, rgba(248, 252, 255, .78), rgba(255, 255, 255, .48));
}

.search-start__intro {
  min-width: 0;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 8px;
  border: 1px solid rgba(0, 111, 186, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .56);
}

.search-start__intro strong {
  color: #152238;
  font-family: var(--accent-font);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.08;
}

.search-start__intro span {
  color: #66768a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}

.search-start__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.search-hint-chip {
  min-width: 0;
  min-height: 72px;
  padding: 12px 14px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(0, 111, 186, .16);
  border-radius: 16px;
  color: #12324a;
  text-align: left;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 62%),
    rgba(255, 255, 255, .62);
  box-shadow:
    0 12px 24px rgba(15, 23, 42, .045),
    inset 0 1px 0 rgba(255, 255, 255, .84);
  cursor: pointer;
}

.search-hint-chip span,
.search-hint-chip small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-hint-chip span {
  font-size: 15px;
  font-weight: 400;
}

.search-hint-chip small {
  color: #718096;
  font-size: 11px;
  font-weight: 400;
}

.search-hint-chip:hover,
.search-hint-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 111, 186, .30);
  outline: none;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 62%),
    rgba(239, 248, 255, .82);
}

.search-skeleton,
.search-skeleton-stack span {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #eef3f6;
}

.search-skeleton::after,
.search-skeleton-stack span::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .82), transparent);
  animation: search-shimmer 1.2s ease-in-out infinite;
}

.search-skeleton--image {
  width: 92px;
  height: 92px;
}

.search-skeleton--button {
  width: 46px;
  height: 46px;
  justify-self: end;
  border-radius: 999px;
}

.search-skeleton-stack {
  display: grid;
  gap: 10px;
}

.search-skeleton-stack span {
  height: 14px;
}

.search-skeleton-stack span:first-child {
  width: 120px;
}

.search-skeleton-stack span:nth-child(2) {
  width: 92%;
}

.search-skeleton-stack span:nth-child(3) {
  width: 62%;
}

.search-skeleton-stack--short span:first-child {
  width: 110px;
}

.search-skeleton-stack--short span:nth-child(2) {
  width: 170px;
}

@keyframes search-shimmer {
  100% {
    transform: translateX(100%);
  }
}

.search-copy {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #9aa7b7;
  cursor: copy;
  transition: color 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.search-copy:hover,
.search-copy:focus-visible,
.search-copy.is-copied {
  color: var(--blue);
  background: rgba(0, 111, 186, .07);
  outline: none;
  transform: translateY(-1px);
}

.search-copy.is-copied {
  color: var(--green);
}

.search-copy svg {
  width: 15px;
  height: 15px;
  stroke-width: 2;
}



.search-result__stickers {
  margin-top: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  max-width: min(100%, 560px);
  overflow: visible;
}

.search-analog-candidate {
  max-width: min(100%, 520px);
  margin-top: 8px;
  display: grid;
  gap: 6px;
}

.search-analog-candidate__label {
  color: #9a5b13;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.search-analog-candidate__card {
  min-height: 58px;
  padding: 7px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(245, 141, 35, .20);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 251, 235, .86), rgba(255, 255, 255, .74));
  color: #172033;
  text-decoration: none;
}

.search-analog-candidate__card.is-clickable {
  cursor: pointer;
}

.search-analog-candidate__card.is-clickable:hover,
.search-analog-candidate__card.is-clickable:focus-visible {
  border-color: rgba(0, 111, 186, .28);
  box-shadow: 0 10px 20px rgba(0, 111, 186, .08);
  outline: none;
}

.search-analog-candidate__image {
  width: 48px;
  height: 48px;
  padding: 4px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, .84);
  border-radius: 8px;
  background: #fff;
  color: #94a3b8;
  font-weight: 900;
}

.search-analog-candidate__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.search-analog-candidate__body {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.search-analog-candidate__body b {
  color: #172033;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.search-analog-candidate__body small {
  color: #64748b;
  font-size: 12px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.search-analog-candidate__note {
  margin: 0;
  color: #7b5a2b;
  font-size: 11px;
  line-height: 1.35;
}

.search-kit {
  margin-top: 10px;
  padding: 8px;
  display: grid;
  gap: 7px;
  border: 1px solid rgba(245, 141, 35, .20);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 251, 235, .84), rgba(255, 255, 255, .72)),
    #fff;
}

.search-kit__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.search-kit__head strong {
  color: #71410e;
  font-size: 12px;
  font-weight: 900;
}

.search-kit__head span {
  color: #8a6a44;
  font-size: 11px;
  font-weight: 750;
}

.search-kit__components {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 7px;
}

.search-kit__components--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.search-kit__components--compact .search-kit__component {
  min-height: 66px;
  padding: 7px 34px 23px 7px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 7px;
}

.search-kit__components--compact .search-kit__check {
  top: 8px;
  right: 8px;
  width: 34px;
  height: 18px;
  padding: 2px;
}

.search-kit__components--compact .search-kit__check span {
  width: 12px;
  height: 12px;
}

.search-kit__components--compact .search-kit__image {
  width: 42px;
  height: 42px;
}

.search-kit__components--compact .search-kit__component-body b {
  font-size: 11px;
}

.search-kit__components--compact .search-kit__component-body small {
  font-size: 10px;
}

.search-kit__components--compact .search-kit__terms {
  right: 6px;
  bottom: 6px;
  gap: 3px;
}

.search-kit__components--compact .search-kit__term {
  min-height: 17px;
  padding-inline: 4px;
}

.search-kit__component {
  position: relative;
  min-width: 0;
  min-height: 62px;
  padding: 7px 38px 24px 7px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 5px 8px;
  align-items: center;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .84);
  color: #172033;
  text-decoration: none;
}

.search-kit__component.is-clickable {
  cursor: pointer;
}

.search-kit__component:not(.is-missing):hover,
.search-kit__component:not(.is-missing):focus-visible {
  border-color: rgba(0, 111, 186, .28);
  box-shadow: 0 10px 20px rgba(0, 111, 186, .08);
  outline: none;
}

.search-kit__component.is-missing {
  color: #6b7280;
  background: rgba(248, 250, 252, .74);
}

.search-kit__component.is-excluded {
  opacity: .58;
  background: rgba(248, 250, 252, .82);
}

.search-kit__role {
  grid-column: 1 / -1;
  color: #9a5b13;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.search-kit__check {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 2;
  width: 38px;
  height: 20px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid rgba(54, 193, 106, .22);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(226, 250, 236, .46)),
    rgba(255, 255, 255, .44);
  box-shadow:
    0 8px 20px rgba(20, 133, 76, .10),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px) saturate(1.18);
  -webkit-backdrop-filter: blur(12px) saturate(1.18);
  cursor: pointer;
}

.search-kit__check span {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 999px;
  background: rgba(25, 166, 82, .82);
  box-shadow:
    0 2px 8px rgba(24, 163, 74, .20),
    inset 0 1px 0 rgba(255, 255, 255, .42);
  transition: background-color .16s ease, box-shadow .16s ease;
}

.search-kit__check[aria-pressed="false"],
.search-kit__check[aria-checked="false"] {
  justify-content: flex-start;
  border-color: rgba(148, 163, 184, .24);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(226, 232, 240, .42)),
    rgba(255, 255, 255, .38);
}

.search-kit__check[aria-pressed="false"] span,
.search-kit__check[aria-checked="false"] span {
  background: rgba(148, 163, 184, .76);
  box-shadow: 0 2px 7px rgba(100, 116, 139, .16);
}

.search-kit__image {
  width: 48px;
  height: 48px;
  padding: 4px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, .84);
  border-radius: 8px;
  background: #fff;
}

.search-kit__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.search-kit__image--empty {
  color: #94a3b8;
  font-weight: 900;
}

.search-kit__component-body {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.search-kit__component-body b {
  color: #172033;
  font-size: 12px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.search-kit__component-body b em {
  color: #9a5b13;
  font-style: normal;
  font-weight: 900;
}

.search-kit__component-body small {
  color: #687789;
  font-size: 10px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.search-kit__terms {
  position: absolute;
  right: 7px;
  bottom: 7px;
  max-width: calc(100% - 14px);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
}

.search-kit__term {
  min-height: 18px;
  padding: 2px 5px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: 1px solid rgba(0, 111, 186, .13);
  border-radius: 6px;
  background: rgba(239, 248, 255, .82);
  color: #335067;
  font-size: 9px;
  font-weight: 780;
  line-height: 1;
  white-space: nowrap;
}

.search-kit__term b {
  color: #006fba;
  font-size: 9px;
  font-weight: 900;
}

.search-kit__term span,
.search-kit__term small {
  color: inherit;
  font-size: 9px;
  line-height: 1;
}

.search-kit__term small {
  color: #6a7d8f;
  font-weight: 760;
}

.search-kit__term--empty,
.search-kit__term--manager {
  border-color: rgba(180, 83, 9, .16);
  background: rgba(255, 247, 237, .88);
  color: #9a5b13;
}

@media (max-width: 1180px) {
.search-kit__components--compact {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  }
}

.search-kit__note {
  margin: 0;
  color: #7b5a2b;
  font-size: 11px;
  line-height: 1.35;
}

.search-kit__cart {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-kit__qty {
  width: 104px;
  height: 36px;
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(0, 111, 186, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
}

.search-kit__qty button,
.search-kit__qty input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #172033;
  text-align: center;
  font-weight: 850;
}

.search-kit__qty button {
  cursor: pointer;
  color: var(--blue);
}

.search-kit__qty input {
  min-width: 0;
  appearance: textfield;
}

.search-kit__qty input::-webkit-outer-spin-button,
.search-kit__qty input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.search-kit__cart-button {
  min-height: 36px;
  min-width: 150px;
  padding: 0 14px;
  border: 1px solid rgba(0, 111, 186, .22);
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 111, 186, .16);
}

.search-kit__cart-button:hover,
.search-kit__cart-button:focus-visible {
  background: #075f9e;
  outline: none;
}

.search-kit__cart-button.is-added {
  background: #35b957;
}

.search-copy-price {
  position: relative;
  cursor: copy;
  transform-origin: left center;
  transition: transform 160ms ease;
}

.search-copy-price--net {
  font-size: 75%;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0;
}

.search-copy-price:hover,
.search-copy-price:focus-visible {
  color: var(--blue);
  outline: none;
  transform: translateY(-2px);
}

.search-copy-price.is-copied {
  color: var(--green);
  transform: translateY(-2px);
}

.search-copy-price[data-copy-hint]::after {
  content: attr(data-copy-hint);
  position: absolute;
  left: min(var(--copy-hint-x, 50%), calc(100% - 12px));
  bottom: calc(100% + 7px);
  width: max-content;
  max-width: 230px;
  padding: 5px 8px;
  border: 1px solid rgba(0, 111, 186, .10);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: var(--blue);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .07);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.search-copy-price[data-copy-hint]:hover::after,
.search-copy-price[data-copy-hint]:focus-visible::after,
.search-copy-price.is-copied::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.search-copy-price.is-copied::after {
  content: "Скопійовано";
  color: var(--green);
}

.stock-list {
  width: 258px;
  min-height: 50px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, .07);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(246, 249, 252, .86)),
    rgba(248, 251, 253, .92);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .72),
    0 10px 22px rgba(15, 23, 42, .045);
}

.stock-chip {
  position: relative;
  width: auto;
  min-width: 0;
  min-height: 50px;
  padding: 7px 9px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  justify-items: center;
  gap: 3px;
  border: 0;
  border-radius: 0;
  background: #f6f9fb;
  color: #596574;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.stock-chip::before {
  content: "";
  position: absolute;
  inset: -1px -18px;
  z-index: 0;
  opacity: .92;
  pointer-events: none;
}

.stock-chip > * {
  position: relative;
  z-index: 1;
}

.stock-chip svg {
  display: none;
}

.stock-chip span {
  color: #142033;
  max-width: 100%;
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1;
  font-weight: 760;
  white-space: nowrap;
}

.stock-chip small {
  color: #6b7684;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 650;
  white-space: nowrap;
}

.stock-chip--ua {
  background: transparent;
  color: #39b54a;
}

.stock-chip--ua::before {
  background: radial-gradient(ellipse at 42% 50%, rgba(57, 181, 74, .16) 0%, rgba(57, 181, 74, .10) 48%, rgba(57, 181, 74, 0) 76%);
}

.stock-chip--supplier {
  background: transparent;
  color: var(--blue);
}

.stock-chip--supplier::before {
  background: radial-gradient(ellipse at 50% 50%, rgba(0, 111, 186, .15) 0%, rgba(0, 111, 186, .09) 48%, rgba(0, 111, 186, 0) 76%);
}

.stock-chip--eu {
  background: transparent;
  color: #78716c;
}

.stock-chip--eu::before {
  background: radial-gradient(ellipse at 58% 50%, rgba(120, 113, 108, .14) 0%, rgba(120, 113, 108, .08) 48%, rgba(120, 113, 108, 0) 76%);
}

.group-page {
  background:
    radial-gradient(circle at 16% 8%, rgba(0, 111, 186, .07), transparent 28rem),
    linear-gradient(180deg, #fff 0, #f3f7fa 34rem, #f6f8fb 100%);
}

.group-main {
  padding-bottom: 72px;
}

.group-breadcrumbs {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: #8a95a3;
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 500;
}

.group-breadcrumbs__compact {
  display: none;
}

.group-breadcrumbs__full {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.group-breadcrumbs a,
.group-breadcrumbs strong,
.group-breadcrumbs__toggle {
  color: #7a8796;
  font-weight: 500;
  text-decoration: none;
}

.group-breadcrumbs strong {
  color: #657384;
  font-weight: 560;
}

.group-breadcrumbs__separator {
  color: #94c7a1;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.group-breadcrumbs__toggle {
  width: 30px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(204, 220, 231, .70);
  border-radius: 999px;
  background: rgba(255, 255, 255, .70);
  color: var(--blue);
  font: inherit;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.group-back-link {
  min-height: 30px;
  padding: 0 11px;
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(204, 220, 231, .70);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 36% 0%, rgba(255, 255, 255, .88), rgba(255, 255, 255, 0) 64%),
    rgba(236, 247, 253, .66);
  color: var(--blue);
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  box-shadow:
    0 10px 24px rgba(0, 111, 186, .08),
    inset 0 1px 0 rgba(255, 255, 255, .86);
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
}

.group-back-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.group-hero {
  position: sticky;
  top: 176px;
  z-index: 8;
  margin-top: 16px;
  padding: 18px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(178, 202, 218, .62);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .76), rgba(245, 250, 253, .52)),
    rgba(255, 255, 255, .58);
  box-shadow:
    0 18px 44px rgba(15, 23, 42, .10),
    inset 0 1px 0 rgba(255, 255, 255, .86),
    inset 0 -1px 0 rgba(148, 163, 184, .14);
  backdrop-filter: blur(24px) saturate(1.14);
  -webkit-backdrop-filter: blur(24px) saturate(1.14);
}

.group-hero h1 {
  font-family: var(--accent-font);
  margin: 0;
  max-width: 100%;
  color: #111827;
  font-size: clamp(24px, 1.95vw, 34px);
  line-height: 1.16;
  font-weight: 360;
  letter-spacing: 0;
  text-shadow:
    0 0 18px rgba(0, 111, 186, .23),
    0 0 36px rgba(0, 111, 186, .10);
}

.group-hero p {
  display: none;
}

.group-hero__copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

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

.group-hero__count {
  justify-self: end;
  color: #7d8999;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 450;
  white-space: nowrap;
  text-shadow:
    0 0 16px rgba(57, 181, 74, .31),
    0 0 34px rgba(57, 181, 74, .16);
}

.group-hero__metrics {
  display: none;
}

@media (min-width: 1181px) {
.group-hero {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

.group-hero__copy {
    display: grid;
  }

.group-hero__copy .eyebrow,
.group-hero__copy h1 {
    grid-column: auto;
  }

.group-hero__copy p {
    display: none;
  }

.group-hero__metrics {
    display: none;
  }
}

.group-hero__metrics div {
  min-height: 92px;
  padding: 14px 16px;
  display: grid;
  align-content: center;
  border: 1px solid rgba(205, 224, 236, .78);
  border-radius: 18px;
  background: rgba(239, 247, 252, .78);
}

.group-hero__metrics strong {
  font-family: var(--accent-font);
  color: #111827;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 650;
}

.group-hero__metrics span {
  margin-top: 5px;
  color: #748195;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@keyframes categoryViewSwitchBeacon {
  0%,
  100% {
    opacity: 0;
    transform: scale(.96);
  }
  12%,
  42%,
  72% {
    opacity: .82;
    transform: scale(1.04);
  }
  26%,
  58% {
    opacity: .20;
    transform: scale(.99);
  }
}

@keyframes categoryGridGlowBeacon {
  0%,
  100% {
    opacity: 0;
    transform: scale(.92);
  }
  12%,
  42%,
  72% {
    opacity: .96;
    transform: scale(1.03);
  }
  26%,
  58% {
    opacity: .22;
    transform: scale(.96);
  }
}

@keyframes categoryGridButtonBeacon {
  0%,
  100% {
    color: #64748b;
    transform: scale(1);
  }
  12%,
  42%,
  72% {
    color: var(--blue);
    transform: scale(1.08);
  }
  26%,
  58% {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
.search,
.search::before,
.search::after,
.mobile-search-form,
.mobile-search-form::before,
.mobile-search-form::after,
.mobile-search-ai-badge,
.mobile-app-nav :is(a, button)[data-mobile-action="search"],
.mobile-app-nav :is(a, button)[data-mobile-action="search"]::before,
.mobile-app-nav :is(a, button)[data-mobile-action="search"]::after {
    animation: none;
  }

.home-scroll-cue,
.home-scroll-cue svg {
    animation: none;
  }

.category-view-switch:not([hidden])::after,
.category-view-switch:not([hidden]) button[data-category-view="grid"],
.category-view-switch:not([hidden]) button[data-category-view="grid"]::after {
    animation: none;
  }
}

.group-series-strip {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.group-series-rail {
  position: relative;
  padding-top: 12px;
}

.is-product-group-page .group-series-strip {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: minmax(168px, calc((100% - 84px) / 6.35));
  min-height: 224px;
  padding: 0 54px 10px 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 46px), rgba(0, 0, 0, .2) 100%);
  mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 46px), rgba(0, 0, 0, .2) 100%);
}

.is-product-group-page .group-series-strip::-webkit-scrollbar {
  display: none;
  height: 0;
}

.is-product-group-page .group-series-strip::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: transparent;
}

.group-series-rail__scrollbar {
  position: absolute;
  top: 0;
  left: 20px;
  right: 78px;
  z-index: 2;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(195, 219, 234, .22), rgba(168, 207, 231, .38), rgba(195, 219, 234, .16));
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, .06);
  opacity: 0;
  transition: opacity 160ms ease;
  pointer-events: none;
}

.group-series-rail.has-overflow .group-series-rail__scrollbar {
  opacity: 1;
}

.group-series-rail__scrollbar span {
  display: block;
  width: 100%;
  min-width: 44px;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, .88), rgba(0, 126, 188, .58), rgba(75, 211, 150, .42));
  box-shadow: 0 0 14px rgba(0, 126, 188, .16), inset 0 1px 0 rgba(255, 255, 255, .78);
  transform: translateX(0);
  transition: width 120ms ease, transform 80ms linear;
}

.group-series-rail__controls {
  position: absolute;
  inset: 22px 0 10px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 160ms ease;
}

.group-series-rail.has-overflow .group-series-rail__controls {
  opacity: 1;
}

.group-series-rail__button {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(190, 218, 236, .76);
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 20%, rgba(255, 255, 255, .92), rgba(255, 255, 255, .28) 36%, transparent 62%),
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(235, 248, 254, .50));
  color: var(--blue);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .12), 0 0 0 5px rgba(214, 237, 248, .14), inset 0 1px 0 rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px) saturate(1.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 160ms ease, opacity 160ms ease, box-shadow 160ms ease;
}

.group-series-rail__button:hover:not(:disabled) {
  transform: translateY(-50%) scale(1.04);
  color: #006fba;
  box-shadow: 0 22px 48px rgba(15, 23, 42, .16), 0 0 0 7px rgba(195, 231, 248, .20), 0 0 22px rgba(75, 211, 150, .14), inset 0 1px 0 rgba(255, 255, 255, .98);
}

.group-series-rail__button:disabled {
  opacity: .22;
  cursor: default;
}

.group-series-rail__button[data-series-scroll="prev"] {
  left: 8px;
}

.group-series-rail__button[data-series-scroll="next"] {
  right: 8px;
}

.group-series-rail__button svg {
  width: 24px;
  height: 24px;
}

.group-series-rail__button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.is-product-group-page .series-mini-card {
  min-height: 214px;
  padding: 16px 16px 18px;
  grid-template-rows: auto minmax(106px, 1fr) auto;
  border-radius: 20px;
  scroll-snap-align: start;
}

.is-product-group-page .series-mini-card img {
  height: 112px;
}

.is-product-group-page .series-mini-card span {
  font-size: 8px;
  letter-spacing: .08em;
}

.is-product-group-page .series-mini-card strong {
  width: min(100%, 188px);
  font-size: 12.5px;
  line-height: 1.26;
}

.series-mini-card {
  min-height: 286px;
  padding: 22px 22px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(154px, 1fr) auto;
  column-gap: 14px;
  row-gap: 14px;
  align-items: end;
  border: 1px solid rgba(226, 232, 240, .74);
  border-radius: 26px;
  background: rgba(255, 255, 255, .90);
  color: #16202d;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.series-mini-card:hover {
  transform: translateY(-3px);
  border-color: rgba(63, 145, 194, .28);
  box-shadow: 0 20px 44px rgba(15, 23, 42, .10);
}

.series-mini-card:active {
  transform: translateY(-1px) scale(.993);
  transition-duration: 90ms;
}

.series-mini-card img {
  grid-row: 2;
  align-self: center;
  justify-self: center;
  width: 100%;
  height: 164px;
  object-fit: contain;
  transition: transform 260ms ease, filter 260ms ease;
}

.series-mini-card span {
  grid-row: 1;
  align-self: start;
  justify-self: start;
  color: #7b8794;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.series-mini-card span::after {
  content: none;
}

.series-mini-card strong {
  grid-row: 3;
  position: relative;
  width: min(100%, 230px);
  padding-left: 14px;
  justify-self: end;
  color: #111827;
  font-size: 14px;
  line-height: 1.32;
  font-weight: 450;
  letter-spacing: 0;
}

.series-mini-card strong::before {
  content: "";
  position: absolute;
  top: .12em;
  left: 0;
  width: 1px;
  height: min(3.6em, 100%);
  border-radius: 999px;
  background: rgba(148, 163, 184, .32);
}

.group-workspace {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.is-category-page .group-series-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.is-category-page .category-link-card {
  min-height: 226px;
  padding: 18px 18px 20px;
  grid-template-rows: auto minmax(112px, 1fr) auto;
  row-gap: 10px;
  animation: categoryCardReveal 520ms cubic-bezier(.22, .78, .26, 1) both;
  will-change: transform;
}

.is-category-page .category-link-card span {
  color: #7b8794;
  font-size: 8px;
}

.is-category-page .category-link-card strong {
  width: min(100%, 210px);
  justify-self: start;
  font-size: 13px;
  line-height: 1.26;
}

.is-category-page .category-link-card img {
  height: 124px;
}

.is-category-page .category-link-card strong::before {
  background: rgba(57, 181, 74, .42);
}

.is-category-page .category-link-card:nth-child(2) { animation-delay: 45ms; }

.is-category-page .category-link-card:nth-child(3) { animation-delay: 90ms; }

.is-category-page .category-link-card:nth-child(4) { animation-delay: 135ms; }

.is-category-page .category-link-card:nth-child(5) { animation-delay: 180ms; }

.is-category-page .category-link-card:nth-child(6) { animation-delay: 225ms; }

.is-category-page .category-link-card:nth-child(n+7) { animation-delay: 260ms; }

@media (hover: hover) and (pointer: fine) {
.is-category-page .category-link-card:hover img,
.is-category-page .category-link-card:focus-visible img {
    transform: scale(1.02);
    filter: saturate(1.02) contrast(1.02);
  }
}

.is-category-page .group-workspace {
  display: none;
}

.category-bestsellers {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid rgba(188, 210, 226, .72);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(248, 251, 253, .90)),
    radial-gradient(circle at 12% 0, rgba(57, 181, 74, .08), transparent 34%);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .07);
}

.category-bestsellers[hidden] {
  display: none;
}

.category-bestsellers__head {
  margin-bottom: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.category-bestsellers__count {
  color: #56829d;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.category-bestsellers__head h2 {
  margin: 5px 0 0;
  color: #111827;
  font-size: clamp(20px, 1.24vw, 24px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}

.category-bestsellers__count {
  flex: 0 0 auto;
  color: #7b8794;
}

.category-bestsellers__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.category-bestsellers__toggle {
  height: 38px;
  padding: 0 13px 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(53, 185, 87, .24);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .88), rgba(255, 255, 255, 0) 68%),
    rgba(239, 250, 243, .72);
  color: #278b40;
  font-size: 12px;
  line-height: 1;
  font-weight: 760;
  cursor: pointer;
  box-shadow:
    0 10px 22px rgba(53, 185, 87, .09),
    inset 0 1px 0 rgba(255, 255, 255, .84);
  transition: color .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.category-bestsellers__toggle[hidden] {
  display: none;
}

.category-bestsellers__toggle:hover,
.category-bestsellers__toggle:focus-visible {
  color: #177432;
  border-color: rgba(53, 185, 87, .38);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .94), rgba(255, 255, 255, 0) 68%),
    rgba(230, 248, 237, .86);
  box-shadow:
    0 14px 28px rgba(53, 185, 87, .13),
    inset 0 1px 0 rgba(255, 255, 255, .88);
}

.category-bestsellers__toggle:disabled {
  opacity: .62;
  cursor: wait;
}

.category-bestsellers__toggle svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .18s ease;
}

.category-bestsellers.is-expanded .category-bestsellers__toggle svg {
  transform: rotate(180deg);
}

.category-bestsellers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.category-bestseller-card {
  position: relative;
  min-height: 168px;
  padding: 14px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  border: 1px solid rgba(226, 232, 240, .82);
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  color: #172033;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .055);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.category-bestseller-card:hover,
.category-bestseller-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(57, 181, 74, .34);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .09);
}

.category-bestseller-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .82), rgba(255, 255, 255, 0) 68%),
    rgba(237, 247, 242, .88);
  color: #2f9b46;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow:
    0 8px 18px rgba(53, 185, 87, .12),
    inset 0 1px 0 rgba(255, 255, 255, .86);
}

.category-bestseller-card__image {
  min-height: 116px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(248, 251, 253, .86), rgba(255, 255, 255, .92));
}

.category-bestseller-card__image img {
  width: 100%;
  max-width: 104px;
  height: 104px;
  object-fit: contain;
}

.category-bestseller-card__body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 10px;
}

.category-bestseller-card__body strong {
  color: #132033;
  font-size: 14px;
  line-height: 1.26;
  font-weight: 650;
}

.category-bestsellers__specs {
  margin: 0;
  display: grid;
  gap: 5px;
}

.category-bestsellers__specs div {
  display: grid;
  grid-template-columns: minmax(58px, .56fr) minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
}

.category-bestsellers__specs dt,
.category-bestsellers__specs dd {
  margin: 0;
  min-width: 0;
  font-size: 11px;
  line-height: 1.22;
}

.category-bestsellers__specs dt {
  color: #7b8794;
  font-weight: 650;
}

.category-bestsellers__specs dd {
  color: #223044;
  font-weight: 700;
}

.category-bestseller-card__link {
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 750;
}

.category-bestseller-card__link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .18s ease;
}

.category-bestseller-card:hover .category-bestseller-card__link svg,
.category-bestseller-card:focus-visible .category-bestseller-card__link svg {
  transform: translateX(2px);
}

.is-category-page .group-faq {
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 30px;
}

.is-category-page .group-faq > h2 {
  margin: 0;
  font-size: 30px;
}

.is-category-page .group-faq__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.is-category-page .group-faq {
  align-items: start;
}

.is-category-page .group-faq details {
  border-radius: 18px;
  background: rgba(248, 251, 253, .72);
}

.is-category-page .group-faq details[open] {
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .045);
}

.is-category-page .group-faq summary {
  min-height: 56px;
  padding: 16px 54px 16px 18px;
  font-size: 14px;
}

.is-category-page .group-faq details p {
  padding: 0 18px 18px;
  font-size: 13.5px;
  line-height: 1.56;
}

.category-content {
  margin-top: 30px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.04);
  -webkit-backdrop-filter: blur(18px) saturate(1.04);
}

.category-content[hidden] {
  display: none;
}

.category-content__head {
  margin-bottom: 18px;
  display: grid;
  gap: 8px;
}

.category-content__head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(22px, 1.55vw, 28px);
  line-height: 1.16;
  font-weight: 560;
  letter-spacing: 0;
}

.category-content__body {
  display: grid;
  gap: 22px;
}

.category-content__article {
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.category-content__article > *:first-child {
  margin-top: 0;
}

.category-content__body h1,
.category-content__body h2,
.category-content__body h3,
.category-content__body h4 {
  margin: 12px 0 2px;
  color: #111827;
  line-height: 1.18;
  font-weight: 560;
  letter-spacing: 0;
}

.category-content__body h1,
.category-content__body h2 {
  font-size: clamp(22px, 1.7vw, 30px);
}

.category-content__body h3 {
  font-size: clamp(19px, 1.35vw, 24px);
}

.category-content__body h4 {
  font-size: 17px;
}

.category-content__body p {
  margin: 0;
}

.category-content__body ul,
.category-content__body ol {
  margin: 0;
  padding-left: 1.2em;
}

.category-content__body li + li {
  margin-top: 6px;
}

.category-content__body a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 560;
}

.category-content__body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.category-content__body th,
.category-content__body td {
  padding: 14px 16px;
  border: 1px solid rgba(226, 232, 240, .78);
  background: rgba(248, 251, 253, .82);
  text-align: left;
}

.category-content__body th:first-child,
.category-content__body td:first-child {
  border-radius: 16px 0 0 16px;
}

.category-content__body th:last-child,
.category-content__body td:last-child {
  border-radius: 0 16px 16px 0;
}

.category-content__body img {
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}

.category-gallery {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid rgba(226, 232, 240, .78);
  border-radius: 30px;
  background: rgba(255, 255, 255, .90);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.04);
  -webkit-backdrop-filter: blur(18px) saturate(1.04);
}

.category-gallery[hidden] {
  display: none;
}

.category-gallery__head {
  margin-bottom: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.category-gallery__head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(26px, 2vw, 36px);
  line-height: 1.08;
  font-weight: 520;
}

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

.category-gallery__item {
  margin: 0;
  min-height: 220px;
  padding: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 232, 240, .72);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, .98) 0 50%, rgba(244, 250, 253, .84) 72%, rgba(237, 244, 248, .78) 100%);
  overflow: hidden;
}

.category-gallery__item img {
  width: 100%;
  height: 188px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.category-video {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, .66);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .84), rgba(247, 251, 253, .68)),
    rgba(255, 255, 255, .72);
  box-shadow:
    0 28px 74px rgba(15, 23, 42, .08),
    inset 0 1px 0 rgba(255, 255, 255, .86);
  backdrop-filter: blur(24px) saturate(1.08);
  -webkit-backdrop-filter: blur(24px) saturate(1.08);
}

.category-video__head {
  margin-bottom: 16px;
}

.category-video__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 16%, var(--image-surface-glow), transparent 28rem),
    linear-gradient(180deg, #fbfdfe 0%, var(--image-surface) 100%);
}

.category-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.category-video__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  background:
    radial-gradient(circle at 50% 20%, rgba(5, 128, 190, .26), transparent 36rem),
    linear-gradient(135deg, rgba(15, 23, 42, .84), rgba(15, 23, 42, .58));
}

.category-video__placeholder img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(.96);
}

.category-video__placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, .08), rgba(15, 23, 42, .42));
}

.category-video__play {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 127, 191, .94);
  box-shadow: 0 22px 54px rgba(0, 105, 180, .28);
  transition: transform .18s ease, background .18s ease;
}

.category-video__play svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
  transform: translateX(2px);
}

.category-video__label {
  position: absolute;
  z-index: 1;
  left: 22px;
  bottom: 18px;
  max-width: calc(100% - 44px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .92);
}

.category-video__placeholder:hover .category-video__play {
  transform: scale(1.05);
  background: #008bd2;
}

.category-related {
  margin-top: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.category-related[hidden] {
  display: none;
}

.category-related__head {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.category-related__head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(20px, 1.28vw, 24px);
  line-height: 1.16;
  font-weight: 650;
  letter-spacing: 0;
}

.category-related__nav {
  display: flex;
  gap: 8px;
  opacity: .34;
  transition: opacity .18s ease;
}

.category-related:hover .category-related__nav,
.category-related:focus-within .category-related__nav {
  opacity: .78;
}

.category-related__arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(47, 139, 203, .10);
  border-radius: 50%;
  background: rgba(255, 255, 255, .28);
  color: var(--blue);
  box-shadow: none;
  backdrop-filter: blur(12px) saturate(1.04);
  -webkit-backdrop-filter: blur(12px) saturate(1.04);
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.category-related__arrow svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.category-related__arrow:hover,
.category-related__arrow:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(47, 139, 203, .22);
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 12px 24px rgba(47, 139, 203, .10);
}

.category-related__arrow:disabled {
  opacity: .24;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.category-related__viewport {
  margin: -44px -18px -34px;
  padding: 44px 18px 34px;
  overflow-x: visible;
  overflow-y: visible;
  background: transparent;
}

.category-related__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(232px, calc((100% - 60px) / 4));
  gap: 20px;
  overflow-x: auto;
  overflow-y: visible;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 18px;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  padding-top: 22px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -22px;
  transition: scrollbar-color .18s ease;
}

.category-related:hover .category-related__track,
.category-related:focus-within .category-related__track,
.category-related.is-scrolling .category-related__track {
  scrollbar-width: thin;
  scrollbar-color: rgba(47, 139, 203, .26) transparent;
}

.category-related__track::-webkit-scrollbar {
  height: 0;
  background: transparent;
  display: none;
}

.category-related:hover .category-related__track::-webkit-scrollbar,
.category-related:focus-within .category-related__track::-webkit-scrollbar,
.category-related.is-scrolling .category-related__track::-webkit-scrollbar {
  display: block;
  height: 6px;
}

.category-related__track::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: transparent;
  transition: background .18s ease;
}

.category-related:hover .category-related__track::-webkit-scrollbar-thumb,
.category-related:focus-within .category-related__track::-webkit-scrollbar-thumb,
.category-related.is-scrolling .category-related__track::-webkit-scrollbar-thumb {
  background: rgba(47, 139, 203, .24);
}

.category-related-card {
  min-height: 404px;
  padding: 14px;
  display: grid;
  grid-template-rows: 174px 1fr auto;
  gap: 12px;
  scroll-snap-align: start;
  border: 1px solid rgba(148, 163, 184, .34);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .10)),
    rgba(244, 249, 252, .14);
  box-shadow:
    0 10px 28px rgba(15, 23, 42, .038),
    inset 0 1px 0 rgba(255, 255, 255, .58),
    inset 0 -1px 0 rgba(100, 116, 139, .10);
  backdrop-filter: blur(28px) saturate(1.04);
  -webkit-backdrop-filter: blur(28px) saturate(1.04);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.category-related-card:hover {
  transform: translateY(-2px);
  border-color: rgba(100, 116, 139, .42);
  box-shadow:
    0 14px 36px rgba(15, 23, 42, .05),
    0 8px 22px rgba(47, 139, 203, .035),
    inset 0 1px 0 rgba(255, 255, 255, .68);
}

.category-related-card__image {
  position: relative;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 16%, var(--image-surface-glow), transparent 13rem),
    linear-gradient(180deg, #fbfdfe 0%, var(--image-surface) 100%);
  overflow: hidden;
}

.category-related-card__image::before {
  content: none;
}

.category-related-card__image img {
  position: relative;
  width: 100%;
  height: 150px;
  display: block;
  object-fit: contain;
}

.category-related-card__body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 9px;
}

.category-related-card__code,
.category-related-card__title {
  color: inherit;
  text-decoration: none;
}

.category-related-card__code {
  color: #111827;
  font-size: 14px;
  line-height: 1.18;
  font-weight: 760;
}

.category-related-card__title {
  min-height: 56px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.48;
  font-weight: 450;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-related-card__price {
  padding-top: 0;
  display: grid;
  gap: 2px;
}

.category-related-card__price strong {
  color: #111827;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 760;
}

.category-related-card__price small {
  color: #7a8795;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 520;
}

.category-related-stock {
  min-height: 42px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.category-related-stock__chip,
.category-related-stock__empty {
  min-height: 34px;
  padding: 6px 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 11px;
  border: 1px solid rgba(226, 232, 240, .78);
  background: rgba(248, 251, 253, .78);
  color: #475569;
  font-size: 12px;
  font-weight: 650;
}

.category-related-stock__chip b {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.category-related-stock__chip small {
  color: #64748b;
  font-size: 11px;
  font-weight: 560;
}

.category-related-stock__chip--ua {
  border-color: rgba(106, 186, 117, .34);
  background: rgba(236, 250, 240, .82);
}

.category-related-stock__chip--pl {
  border-color: rgba(47, 139, 203, .28);
  background: rgba(239, 248, 254, .86);
}

.category-related-stock__chip--eu {
  border-color: rgba(148, 163, 184, .34);
  background: rgba(248, 250, 252, .9);
}

.category-related-stock__empty {
  color: #c02626;
  border-color: rgba(192, 38, 38, .16);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, .84), rgba(255, 255, 255, 0) 58%),
    rgba(254, 242, 242, .62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .82),
    0 8px 18px rgba(127, 29, 29, .06);
  backdrop-filter: blur(14px) saturate(1.14);
  -webkit-backdrop-filter: blur(14px) saturate(1.14);
}

.category-related-stock__empty--backorder {
  color: #92400e;
  border-color: rgba(31, 41, 55, .07);
  background:
    radial-gradient(ellipse at 50% 52%, rgba(245, 158, 11, .14) 0%, rgba(245, 158, 11, .08) 48%, rgba(245, 158, 11, 0) 76%),
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(246, 249, 252, .62)),
    rgba(255, 255, 255, .65);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .72),
    0 1px 2px rgba(0, 0, 0, .04),
    0 8px 24px rgba(0, 0, 0, .08);
  backdrop-filter: blur(20px) saturate(1.08);
  -webkit-backdrop-filter: blur(20px) saturate(1.08);
}

.category-related-card__actions {
  min-height: 34px;
  display: grid;
  justify-items: end;
  align-items: center;
}

.category-related-qty {
  height: 42px;
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  border: 1px solid rgba(226, 232, 240, .88);
  border-radius: 13px;
  background: rgba(248, 251, 253, .82);
  overflow: hidden;
}

.category-related-qty button {
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.category-related-qty span {
  text-align: center;
  color: #111827;
  font-size: 13px;
  font-weight: 760;
}

.category-related-cart,
.category-related-request {
  min-height: 30px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 720;
}

.category-related-cart {
  position: relative;
  z-index: 0;
  width: 42px;
  height: 30px;
  min-width: 42px;
  color: rgba(28, 150, 65, .94);
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.category-related-cart::before,
.category-related-cart::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
}

.category-related-cart::before {
  width: 58px;
  height: 28px;
  right: -7px;
  top: -1px;
  background: radial-gradient(ellipse at 72% 45%, rgba(70, 202, 107, .48), rgba(70, 202, 107, .15) 44%, rgba(70, 202, 107, 0) 72%);
  filter: blur(11px);
}

.category-related-cart::after {
  width: 34px;
  height: 18px;
  left: 2px;
  bottom: -3px;
  background: radial-gradient(ellipse at 24% 62%, rgba(255, 255, 255, .30), rgba(255, 255, 255, 0) 68%);
  filter: blur(9px);
}

.category-related-cart svg {
  width: 38px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(53, 185, 87, .28));
}

.category-related-cart:hover,
.category-related-cart:focus-visible {
  color: rgba(20, 134, 55, 1);
}

.category-related-cart:hover::before,
.category-related-cart:focus-visible::before {
  background: radial-gradient(ellipse at 72% 45%, rgba(70, 202, 107, .76), rgba(70, 202, 107, .28) 44%, rgba(70, 202, 107, 0) 72%);
  filter: blur(10px);
}

.category-related-cart:hover svg,
.category-related-cart:focus-visible svg {
  filter: drop-shadow(0 0 16px rgba(53, 185, 87, .48));
}

.category-related-request {
  grid-column: 1 / -1;
  color: var(--blue);
  border: 1px solid rgba(47, 139, 203, .24);
  background: rgba(255, 255, 255, .86);
}

.category-related-card--skeleton {
  min-height: 420px;
}

.category-articles {
  margin: 22px 0 0;
  padding: 18px;
  border: 1px solid rgba(181, 216, 238, .72);
  border-radius: 26px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(86, 188, 121, .08), rgba(86, 188, 121, 0) 46%),
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(244, 249, 252, .58));
  box-shadow:
    0 16px 40px rgba(15, 23, 42, .045),
    inset 0 1px 0 rgba(255, 255, 255, .78);
}

.category-articles__head {
  margin-bottom: 12px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.category-articles__head span {
  color: #8a97a6;
  font-size: 11px;
  font-weight: 680;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.category-articles__head h2 {
  margin: 0;
  color: #172334;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 520;
}

.category-articles__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.category-article-card {
  min-width: 0;
  min-height: 132px;
  padding: 10px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid rgba(199, 222, 236, .78);
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 40% 0%, rgba(255, 255, 255, .78), rgba(255, 255, 255, 0) 60%),
    rgba(255, 255, 255, .56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
}

.category-article-card__image {
  display: grid;
  place-items: center;
  min-width: 0;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 58%, rgba(47, 139, 203, .08), rgba(47, 139, 203, 0) 68%),
    rgba(241, 247, 251, .7);
  overflow: hidden;
}

.category-article-card__image img {
  width: 100%;
  height: 92px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.category-article-card__body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 5px;
}

.category-article-card__body small {
  color: #7c8a99;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.category-article-card__body a {
  color: #172334;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.32;
  font-weight: 520;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-article-card__body span {
  color: #748294;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-article-card__body em {
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 560;
}

.group-filter__head span,
.filter-block > span {
  color: #7b8794;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
}

body.is-filter-open .group-filter {
  transform: translateX(0);
}

body.is-filter-open .group-filter-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.is-category-page .group-filter-trigger,
.is-category-page .group-filter-backdrop {
  display: none;
}

.filter-check {
  min-height: 44px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(246, 249, 252, .74);
  color: #1f2937;
  font-size: 13px;
  font-weight: 560;
}

.filter-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--green);
}

.filter-block {
  margin-top: 18px;
  display: grid;
  gap: 8px;
}

.filter-block__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-block button {
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
  color: #344255;
  font: inherit;
  font-size: 13px;
  font-weight: 560;
  text-align: left;
  cursor: pointer;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
}

.filter-chip span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-chip small {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(228, 240, 249, .86);
  color: var(--blue);
  font-size: 11px;
  font-weight: 760;
}

.filter-block button.is-active,
.filter-block button:hover {
  border-color: rgba(0, 111, 186, .24);
  background: rgba(237, 245, 251, .92);
  color: var(--blue);
}

.filter-block button.is-active small {
  background: rgba(255, 255, 255, .86);
}

@keyframes groupFilterShimmer {
  to {
    transform: translateX(100%);
  }
}

.group-list {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.group-series {
  scroll-margin-top: 212px;
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, .78);
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
}

.group-series__summary {
  padding: 16px 22px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.group-series__footer {
  position: relative;
  z-index: 2;
  padding: 18px 22px 8px;
  display: flex;
  justify-content: center;
}

.group-series::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  height: 172px;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(241, 248, 252, .2) 38%, rgba(232, 243, 250, .58) 72%, rgba(255, 255, 255, .74) 100%),
    radial-gradient(ellipse at 50% 94%, rgba(0, 113, 188, .13), rgba(186, 212, 231, .08) 34%, transparent 76%);
  transition: opacity 180ms ease;
}

.group-series:not(.is-open)::after {
  opacity: 1;
}

.group-series:not(.is-open) .variant-list {
  display: none;
}

.group-series__toggle {
  width: auto;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--blue);
  font: inherit;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  transition:
    transform .2s ease;
}

.group-series__toggle:hover,
.group-series__toggle:focus-visible {
  outline: none;
  transform: translateY(-1px);
  color: #045f9d;
  background: transparent;
}

.group-series__toggle svg {
  width: 16px;
  height: 16px;
  transition: transform 180ms ease;
}

.group-series.is-open .group-series__toggle svg {
  transform: rotate(180deg);
}

.group-series.is-open .group-series__footer {
  border-bottom: 1px solid rgba(226, 232, 240, .68);
}

.group-series__image {
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 22%, var(--image-surface-glow), transparent 9rem),
    var(--image-surface);
}

.group-series__image img {
  max-width: 90%;
  max-height: 96px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.group-series h2 {
  margin: 3px 0 10px;
  color: #111827;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 520;
}

.group-series h2[data-toggle-group-title] {
  cursor: pointer;
}

.group-series h2[data-toggle-group-title]:focus-visible {
  outline: 2px solid rgba(0, 111, 186, .44);
  outline-offset: 6px;
  border-radius: 10px;
}

.series-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.series-specs span {
  min-height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f2f6fa;
  color: #596574;
  font-size: 11px;
  font-weight: 600;
}

.variant-row.has-personal-preview {
  grid-template-columns: 82px minmax(244px, 1fr) 150px 172px 260px;
}

.variant-personal-preview {
  position: relative;
  width: 76px;
  height: 76px;
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  align-self: center;
  overflow: hidden;
  text-decoration: none;
}

.variant-personal-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.variant-personal-preview.is-gimatic {
  background: #fff;
  isolation: isolate;
}

.variant-personal-preview.is-gimatic img {
  mix-blend-mode: normal;
}

.variant-info__code-cluster {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
}

.group-data-loading .group-hero,
.group-skeleton-panel,
.group-skeleton-card,
.category-skeleton-card,
.category-content__article--skeleton,
.category-gallery__item--skeleton,
.category-related-card--skeleton,
.category-faq-skeleton,
.category-metric-skeleton,
.category-skeleton-line,
.category-skeleton-media,
.group-product-loader {
  position: relative;
  overflow: hidden;
}

.group-data-loading .group-hero::after,
.group-skeleton-panel::after,
.group-skeleton-card::after,
.category-skeleton-card::after,
.category-content__article--skeleton::after,
.category-gallery__item--skeleton::after,
.category-related-card--skeleton::after,
.category-faq-skeleton::after,
.category-metric-skeleton::after,
.category-skeleton-line::after,
.category-skeleton-media::after,
.group-product-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .72) 48%, transparent 100%);
  animation: skeleton-sheen 1.15s ease-in-out infinite;
}

.group-skeleton-card {
  min-height: 286px;
  border-radius: 28px;
  background: rgba(236, 244, 250, .72);
  box-shadow: inset 0 0 0 1px rgba(186, 212, 231, .28);
}

.group-data-loading.is-category-page .group-series-strip > .series-mini-card:not(.category-skeleton-card),
.group-data-loading.is-category-page .group-workspace,
.group-data-loading.is-category-page .category-flow,
.group-data-loading.is-category-page .group-faq {
  display: none;
}

.group-data-loading.is-product-group-page .group-series-strip > .series-mini-card:not(.group-skeleton-card),
.group-data-loading.is-product-group-page .group-list > .group-series:not(.group-skeleton-panel),
.group-data-loading.is-product-group-page .group-faq {
  display: none;
}

.group-data-loading.is-category-page .group-main {
  min-height: calc(100vh + 180px);
}

.group-data-loading.is-category-page .group-hero {
  position: relative;
  top: auto;
  z-index: 1;
  margin-top: 16px;
}

.group-data-loading.is-category-page .category-link-card {
  min-height: 226px;
  height: 226px;
  grid-template-rows: 18px 124px minmax(36px, auto);
}

.category-skeleton-line {
  display: block;
  width: min(100%, 420px);
  height: 18px;
  border-radius: 999px;
  background: rgba(230, 240, 247, .86);
}

.category-skeleton-line--eyebrow {
  width: 118px;
  height: 14px;
}

.category-skeleton-line--title {
  width: min(100%, 360px);
  height: 28px;
}

.category-skeleton-line--wide {
  width: min(100%, 720px);
}

.category-skeleton-line--short {
  width: min(70%, 440px);
}

.category-skeleton-line--breadcrumb {
  width: 104px;
  height: 14px;
}

.category-skeleton-line--breadcrumb-short {
  width: 176px;
  height: 14px;
}

.category-skeleton-line--hero {
  width: min(100%, 680px);
  height: clamp(28px, 1.95vw, 40px);
}

.category-skeleton-line--hero-short {
  width: min(72%, 480px);
  height: clamp(28px, 1.95vw, 40px);
}

.category-skeleton-line--copy {
  width: min(100%, 620px);
}

.category-skeleton-line--copy-short {
  width: min(72%, 420px);
  margin-top: 10px;
}

.category-skeleton-line--count {
  width: 116px;
  height: 18px;
}

.category-skeleton-line--metric-number {
  width: 72px;
  height: 42px;
}

.category-skeleton-line--metric-label {
  width: 128px;
  height: 16px;
}

.category-skeleton-line--faq-title {
  width: 92px;
  height: 34px;
}

.category-skeleton-card {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 48px rgba(15, 23, 42, .07), inset 0 0 0 1px rgba(186, 212, 231, .34);
}

.category-skeleton-card__number {
  display: block;
  grid-row: 1;
  align-self: center;
  width: 34px;
  height: 18px;
  border-radius: 999px;
  background: rgba(230, 240, 247, .86);
}

.category-skeleton-card__image {
  display: block;
  grid-row: 2;
  width: 78%;
  height: 124px;
  justify-self: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .92), transparent 48%),
    rgba(230, 240, 247, .72);
}

.category-skeleton-card strong {
  display: grid;
  grid-row: 3;
  gap: 10px;
  align-content: center;
}

.category-skeleton-card strong i {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: rgba(230, 240, 247, .86);
}

.category-skeleton-card strong i:last-child {
  width: 72%;
}

.category-content__head--skeleton,
.category-gallery__head--skeleton {
  pointer-events: none;
}

.category-content__article--skeleton {
  display: grid;
  gap: 14px;
  min-height: 360px;
}

.category-skeleton-media {
  display: block;
  width: min(100%, 620px);
  height: 220px;
  margin-top: 8px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 45% 36%, rgba(255, 255, 255, .92), transparent 46%),
    rgba(230, 240, 247, .76);
}

.category-gallery__item--skeleton {
  display: block;
  min-height: 220px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .92), transparent 48%),
    rgba(230, 240, 247, .76);
}

.category-faq-skeleton {
  min-height: 56px;
  padding: 16px 54px 16px 18px;
  border: 1px solid rgba(17, 24, 39, .07);
  border-radius: 18px;
  background: rgba(248, 251, 253, .72);
}

.category-faq-skeleton .category-skeleton-line {
  width: min(82%, 480px);
}

.category-skeleton-plus {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 12px;
  background: rgba(230, 240, 247, .86);
}

.category-metric-skeleton {
  min-height: 118px;
  padding: 24px 26px;
  display: grid;
  align-content: center;
  gap: 14px;
  border: 1px solid rgba(186, 212, 231, .74);
  border-radius: 24px;
  background: rgba(238, 247, 252, .82);
}

.group-skeleton-panel {
  min-height: 250px;
  border-radius: 30px;
  background: #fff;
}

.group-skeleton-panel .group-series__summary div:first-child,
.group-skeleton-panel .group-series__summary span {
  display: block;
  border-radius: 22px;
  background: rgba(230, 240, 247, .78);
}

.group-skeleton-panel .group-series__summary div:first-child {
  height: 190px;
}

.group-skeleton-panel .group-series__summary span {
  width: min(520px, 80%);
  height: 24px;
  margin: 18px 0;
}

.group-product-loader {
  min-height: 116px;
  border-top: 1px solid rgba(15, 23, 42, .08);
  background:
    radial-gradient(circle at 20% 50%, rgba(227, 243, 255, .82), transparent 34%),
    rgba(255, 255, 255, .88);
}

.group-empty {
  margin: 0;
  padding: 28px;
  color: var(--muted);
}

@keyframes skeleton-sheen {
  to {
    transform: translateX(100%);
  }
}

.variant-price__copy {
  position: relative;
  width: fit-content;
  border-radius: 7px;
  cursor: copy;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.variant-price__copy:hover,
.variant-price__copy:focus-visible {
  color: var(--blue);
  background: rgba(0, 111, 186, .055);
  box-shadow: 0 0 0 3px rgba(0, 111, 186, .055);
  outline: none;
}

.variant-price__copy.is-copied {
  color: var(--green);
}

.variant-price__copy[data-copy-hint]::after {
  content: attr(data-copy-hint);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 7px);
  z-index: 4;
  width: max-content;
  padding: 5px 8px;
  border: 1px solid rgba(0, 111, 186, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: var(--blue);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .07);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.variant-price__copy:hover::after,
.variant-price__copy:focus-visible::after,
.variant-price__copy.is-copied::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.variant-price__copy.is-copied::after {
  content: attr(data-copy-feedback);
  color: var(--green);
}

.group-faq {
  margin-top: 34px;
  padding: 28px;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  border: 1px solid rgba(226, 232, 240, .78);
  border-radius: 28px;
  background: rgba(255, 255, 255, .90);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.06);
  -webkit-backdrop-filter: blur(18px) saturate(1.06);
}

.group-faq:not([hidden]) {
  display: grid;
}

.group-faq h2 {
  margin: 8px 0 10px;
  color: #111827;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 520;
}

.group-faq p {
  margin: 0;
  color: #657386;
  font-size: 14px;
  line-height: 1.58;
}

.group-faq__list {
  display: grid;
  gap: 12px;
}

.group-faq details {
  border: 1px solid rgba(226, 232, 240, .78);
  border-radius: 18px;
  background: rgba(248, 251, 253, .78);
  overflow: hidden;
}

.group-faq summary {
  min-height: 62px;
  padding: 18px 54px 18px 20px;
  position: relative;
  display: flex;
  align-items: center;
  color: #17202c;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 620;
  cursor: pointer;
  list-style: none;
}

.group-faq summary::-webkit-details-marker {
  display: none;
}

.group-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(237, 245, 251, .96);
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
  font-weight: 560;
  transform: translateY(-50%);
}

.group-faq details[open] summary::after {
  content: "−";
}

.group-faq details p {
  padding: 0 20px 20px;
  color: #536174;
  font-size: 14px;
}

.product-main {
  padding-top: 16px;
  padding-bottom: 72px;
}

.product-breadcrumbs {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  color: #8a95a3;
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 500;
}

.product-breadcrumbs a {
  color: #7a8796;
}

.product-back-link {
  min-width: 108px;
  height: 38px;
  flex: 0 0 auto;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(0, 111, 186, .12);
  border-radius: 13px;
  background: rgba(237, 245, 251, .78);
  color: var(--blue);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
  transition: transform .16s ease, background-color .18s ease, border-color .18s ease;
}

.product-back-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-back-link span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.product-back-link:hover {
  border-color: rgba(0, 111, 186, .18);
  background-color: rgba(237, 245, 251, .86);
}

.product-back-link:active {
  transform: scale(.96);
}

.product-breadcrumbs strong {
  color: #657384;
  font-weight: 560;
}

.product-breadcrumbs__separator {
  color: #94c7a1;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.product-breadcrumbs__compact {
  display: none;
}

.product-breadcrumbs__full {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  white-space: nowrap;
}

.product-breadcrumbs__full a,
.product-breadcrumbs__full strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-breadcrumbs__toggle {
  width: 30px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(204, 220, 231, .70);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.product-skeleton {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 999px;
  background: #eaf2f7;
  color: transparent;
  font-size: 0;
  line-height: 0;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
}

.product-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .86), transparent);
  animation: search-shimmer 1.15s ease-in-out infinite;
}

.product-skeleton--crumb {
  width: 110px;
  height: 18px;
}

.product-skeleton--crumb-mid {
  width: 180px;
}

.product-skeleton--crumb-long {
  width: min(420px, 46vw);
}

.product-skeleton--code {
  width: 170px;
  height: 24px;
}

.product-skeleton--title {
  width: min(860px, 64vw);
  height: 30px;
  border-radius: 18px;
}

.product-skeleton--thumb {
  width: 100%;
  height: 78px;
  border-radius: 16px;
}

.product-skeleton--price {
  width: 210px;
  height: 38px;
  border-radius: 14px;
}

.product-skeleton--net-price {
  width: 150px;
  height: 14px;
  border-radius: 10px;
}

.product-skeleton--stock {
  width: 100%;
  height: 64px;
  border-radius: 16px;
}

.product-skeleton--text-line {
  width: min(780px, 88%);
  height: 18px;
  margin-bottom: 10px;
  display: block;
  border-radius: 10px;
}

.product-skeleton--text-line-short {
  width: min(520px, 62%);
}

.product-skeleton--description-card {
  width: min(460px, 100%);
  height: 88px;
  border-radius: 18px;
}

.product-skeleton--spec-label,
.product-skeleton--spec-value {
  width: 42%;
  height: 16px;
  border-radius: 10px;
}

.product-skeleton--file-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
}

.product-skeleton--file-title {
  width: 240px;
  height: 20px;
  display: block;
  border-radius: 10px;
}

.product-skeleton--file-link {
  width: 145px;
  height: 16px;
  margin-top: 10px;
  display: block;
  border-radius: 10px;
}

.product-skeleton--review-name,
.product-skeleton--review-text,
.product-skeleton--review-stars {
  display: block;
  border-radius: 10px;
}

.product-skeleton--review-name {
  width: 140px;
  height: 20px;
}

.product-skeleton--review-text {
  width: min(520px, 62vw);
  height: 18px;
  margin-top: 24px;
}

.product-skeleton--review-stars {
  width: 150px;
  height: 22px;
}

.product-skeleton--builder-title {
  width: min(380px, 72%);
  height: 24px;
  margin-bottom: 18px;
  display: block;
  border-radius: 12px;
}

.product-skeleton--builder-image {
  width: 100%;
  height: 132px;
  border-radius: 16px;
}

.product-skeleton--builder-code {
  width: 80px;
  height: 16px;
  margin-top: 16px;
  display: block;
  border-radius: 10px;
}

.product-skeleton--builder-text {
  width: 82%;
  height: 18px;
  margin-top: 12px;
  display: block;
  border-radius: 10px;
}

.product-gallery-skeleton {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  place-items: center;
}

.product-gallery-skeleton span {
  position: relative;
  width: min(64%, 540px);
  height: min(52%, 280px);
  overflow: hidden;
  border-radius: 26px;
  background: #eaf2f7;
}

.product-gallery-skeleton span::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .86), transparent);
  animation: search-shimmer 1.15s ease-in-out infinite;
}

.product-is-loading .copy-button {
  opacity: 0;
  pointer-events: none;
}

.product-is-loading .product-code--hero {
  min-width: 220px;
}

.product-is-loading .product-gallery-skeleton {
  display: grid;
}

.product-is-loading #product-main-image {
  opacity: 0;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(620px, 1fr) 440px;
  gap: 24px;
  align-items: start;
}

.product-gallery,
.product-summary,
.product-card,
.product-hero-title,
.product-tabs-card {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.product-hero-title {
  position: sticky;
  top: 176px;
  z-index: 9;
  margin-bottom: 18px;
  padding: 16px 86px 18px 22px;
  border-radius: 24px;
  backdrop-filter: blur(20px) saturate(1.08);
  -webkit-backdrop-filter: blur(20px) saturate(1.08);
}

.product-hero-title__badges {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-title-line {
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-hero-title h1 {
  font-family: var(--accent-font);
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #101827;
  font-size: clamp(17px, 1.08vw, 21px);
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.product-gallery {
  padding: 18px;
  display: grid;
  grid-template-rows: minmax(0, auto) auto;
  overflow: hidden;
}

.product-gallery__stage {
  position: relative;
  height: clamp(400px, 29vw, 520px);
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 16%, var(--image-surface-glow), transparent 30rem),
    linear-gradient(180deg, #fbfdfe 0%, var(--image-surface) 100%);
}

.product-gallery__stage img {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  max-width: 94%;
  max-height: 94%;
  margin: auto;
  display: block;
  object-fit: contain;
}

.product-gallery__thumbs {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}

.product-gallery__thumbs button {
  height: 78px;
  padding: 7px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .82), transparent 4.8rem),
    var(--image-surface);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-gallery__thumbs button:hover,
.product-gallery__thumbs button.is-active {
  border-color: rgba(0, 111, 186, .42);
  box-shadow: 0 10px 24px rgba(0, 111, 186, .10);
  transform: translateY(-1px);
}

.product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-summary {
  position: sticky;
  top: 248px;
  padding: 30px;
}

.product-summary__top {
  display: none;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-code,
.product-state {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-code {
  background: #edf5fb;
  color: var(--blue);
}

.product-code--hero {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(0, 111, 186, .12);
  border-radius: 13px;
  background: rgba(237, 245, 251, .78);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.product-code--hero span {
  font-weight: 500;
}

.product-code--hero:not(:empty) {
  font-weight: 800;
}

.product-summary__label {
  color: #748091;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-lead {
  margin: 0 0 24px;
  color: #687586;
  font-size: 14px;
  line-height: 1.55;
}

.product-price {
  padding: 20px;
  display: grid;
  gap: 4px;
  border-radius: 22px;
  background: #f5f9fc;
}

.product-price > span,
.product-block-title {
  color: #748091;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-price strong {
  color: #101827;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 650;
}

.product-price small {
  color: #7b8794;
  font-size: 12px;
  font-weight: 600;
}

.product-stock {
  margin-top: 22px;
  display: grid;
  gap: 10px;
}

.product-stock .stock-chip {
  min-width: 0;
  min-height: 64px;
  padding: 10px 14px;
  justify-content: center;
}

.product-stock .stock-chip svg {
  width: 25px;
  height: 25px;
  justify-self: center;
}

.product-stock .stock-chip span {
  font-size: 19px;
  white-space: nowrap;
}

.product-stock .stock-chip small {
  font-size: 12px;
}

.product-stock .stock-list {
  display: grid;
  gap: 10px;
  width: 100%;
  min-height: 66px;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 0;
}

.product-stock .stock-list--count-1 {
  grid-template-columns: 1fr;
}

.product-stock .stock-list--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-stock .stock-list--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-stock .stock-empty {
  width: 100%;
  max-width: 100%;
  min-height: 64px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 19px;
}

.product-stock .stock-empty--backorder {
  min-height: 58px;
  align-items: flex-start;
  padding: 11px 16px;
  font-size: 15px;
}

.product-stock .stock-empty--backorder strong {
  font-size: 16px;
}

.product-stock .stock-empty--backorder small {
  font-size: 12px;
}

.product-buy {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 12px;
}

.qty-control {
  height: 58px;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  border: 1px solid rgba(31, 41, 55, .08);
  border-radius: 16px;
  overflow: hidden;
}

.qty-control button {
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 20px;
  font-weight: 650;
  cursor: pointer;
}

.qty-control span {
  text-align: center;
  color: #101827;
  font-weight: 700;
}

.product-cart {
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(0, 111, 186, .16);
  border-radius: 16px;
  background:
    radial-gradient(ellipse at 28% 50%, rgba(0, 111, 186, .14) 0%, rgba(0, 111, 186, .06) 44%, rgba(0, 111, 186, 0) 74%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(242, 248, 252, .88));
  color: var(--blue);
  font-size: 15px;
  font-weight: 760;
  cursor: pointer;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .74),
    0 14px 30px rgba(0, 111, 186, .08);
}

.product-cart svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.9;
}

.product-card-pdf {
  grid-column: 1 / -1;
  min-height: 52px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(0, 111, 186, .14);
  border-radius: 16px;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(18, 173, 130, .12), rgba(18, 173, 130, 0) 68%),
    linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(242, 248, 252, .82));
  color: var(--blue);
  font-size: 15px;
  font-weight: 740;
  text-decoration: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .72),
    0 12px 26px rgba(0, 111, 186, .06);
}

.product-card-pdf:hover {
  border-color: rgba(0, 111, 186, .28);
  transform: translateY(-1px);
}

.product-card-pdf svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.9;
}

.product-service {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-service div {
  min-height: 78px;
  padding: 14px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid rgba(17, 24, 39, .07);
  border-radius: 18px;
  background: #fff;
}

.product-service strong {
  color: #101827;
  font-size: 13px;
  font-weight: 700;
}

.product-service span {
  color: #748091;
  font-size: 12px;
  line-height: 1.3;
}

.product-analogs {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 24, 39, .06);
}

.product-analogs__head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-analogs__head span {
  color: #7b8a9b;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.product-analogs__head h2 {
  margin: 0;
  color: #4e5c6c;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 650;
}

.product-analogs__list {
  margin-top: 7px;
  display: block;
}

.product-analogs__item {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.product-analogs__item > span {
  color: #536273;
  font-size: 12px;
  font-weight: 720;
}

.product-analogs__item > div {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.product-analogs__item--grouped {
  max-width: 100%;
}

.product-analogs__chips {
  position: relative;
  max-height: none;
  overflow: visible;
}

.product-analogs.is-collapsible:not(.is-expanded) .product-analogs__chips {
  max-height: var(--analogs-collapsed-height, 40px);
  overflow: hidden;
}

.product-analogs.is-collapsible:not(.is-expanded) .product-analogs__item--grouped {
  position: relative;
}

.product-analogs.is-collapsible:not(.is-expanded) .product-analogs__item--grouped::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(42%, 150px);
  height: 20px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 82%);
}

.product-analogs__toggle {
  margin: 6px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0873b8;
  font: inherit;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
}

.product-analogs__toggle:hover,
.product-analogs__toggle:focus-visible {
  color: #005f9d;
  text-decoration: underline;
  text-underline-offset: 2px;
  outline: none;
}

.product-analogs__meta {
  display: none;
}

.product-analogs__item strong {
  min-height: 18px;
  padding: 2px 6px;
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  border: 1px solid rgba(0, 119, 190, .08);
  background: rgba(237, 246, 251, .76);
  color: #0f5f8c;
  font-size: 8px;
  line-height: 1.15;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.product-analogs p {
  display: none;
  margin: 8px 0 0;
  color: #6f7d8d;
  font-size: 11px;
  line-height: 1.45;
}

.product-tabs-card {
  margin-top: 24px;
  padding: 18px;
}

.product-tabs {
  min-height: 54px;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border-radius: 18px;
  background: #f3f7fb;
}

.product-tabs button {
  border: 0;
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  background: transparent;
  color: #536273;
  font-size: 13px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.product-tabs button.is-active {
  background: #fff;
  color: var(--blue);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .07);
}

.product-tab-count,
.product-tab-rating {
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.product-tab-count {
  background: rgba(0, 111, 186, .10);
  color: var(--blue);
}

.product-tab-rating {
  background: rgba(53, 185, 87, .12);
  color: #167a32;
}

.product-tab-panel {
  display: none;
  padding: 34px 10px 8px;
  background: transparent;
}

.product-tab-panel.is-active {
  display: block;
}

.product-description {
  max-width: none;
}

.product-description h2 {
  margin: 0 0 16px;
  color: #101827;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

.product-description p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

.product-spec-toolbar {
  margin-bottom: 22px;
  display: flex;
  align-items: end;
}

.product-spec-toolbar h2 {
  margin: 4px 0 0;
  color: #101827;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

.product-card {
  padding: 28px;
}

.product-delivery-card {
  margin-top: 24px;
}

.review-rating button.is-active {
  color: var(--green);
}

.product-accessories-block {
  display: none !important;
}

.product-accessories-block {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
}

.product-builder-block {
  margin-top: 24px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-builder-block .section-heading--compact {
  min-height: 48px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.product-builder-block .section-heading--compact h2 {
  margin: 0;
}

.product-builder-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-builder-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(47, 139, 203, .10);
  border-radius: 50%;
  color: var(--blue);
  background: rgba(255, 255, 255, .28);
  box-shadow: none;
  backdrop-filter: blur(12px) saturate(1.04);
  -webkit-backdrop-filter: blur(12px) saturate(1.04);
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.product-builder-arrow:hover,
.product-builder-arrow:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(47, 139, 203, .22);
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 12px 24px rgba(47, 139, 203, .10);
}

.product-builder-arrow[hidden] {
  display: none;
}

.product-builder-arrow:disabled {
  opacity: .24;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.product-builder-arrow svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.product-content-builder {
  min-width: 0;
  max-width: 100%;
  margin-top: 24px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow);
}

.product-content-builder[hidden] {
  display: none;
}

.product-content-builder__body {
  min-width: 0;
  max-width: 100%;
  display: grid;
  gap: 22px;
}

.legacy-content-card {
  min-width: 0;
  max-width: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .07);
  border-radius: 22px;
  background: #fff;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: normal;
}

.legacy-content-card :where(div, section, article, header, footer, aside, figure, figcaption, p, ul, ol, li, dl, dt, dd, blockquote) {
  min-width: 0;
  max-width: 100%;
}

.legacy-content-card :where([style], [width], [height]) {
  max-width: 100% !important;
}

.legacy-content-card :where(table) {
  width: max-content !important;
  min-width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  border-collapse: collapse;
  table-layout: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.legacy-content-card :where(thead, tbody, tr) {
  width: auto;
  max-width: 100%;
  word-break: normal;
  overflow-wrap: normal;
}

.legacy-content-card :where(th, td) {
  min-width: 120px;
  max-width: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.legacy-content-card :where(picture, video, canvas, svg) {
  max-width: 100%;
  height: auto;
  display: block;
}

.legacy-content-card h2,
.legacy-content-card h3 {
  margin: 0 0 14px;
  color: #101827;
  font-weight: 650;
  line-height: 1.18;
}

.legacy-content-card h2 {
  font-size: 24px;
}

.legacy-content-card h3 {
  font-size: 20px;
}

.legacy-content-card p {
  margin: 0 0 14px;
}

.legacy-content-card p:last-child {
  margin-bottom: 0;
}

.legacy-content-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.legacy-content-card img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  display: block;
  margin-inline: auto;
  border-radius: 18px;
  background: #f7fafc;
}

.product-builder-block[hidden] {
  display: none;
}

.product-builder-viewport {
  margin: -44px -18px -34px;
  padding: 44px 18px 34px;
  overflow-x: visible;
  overflow-y: visible;
  background: transparent;
}

.product-builder-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(232px, calc((100% - 60px) / 4));
  grid-template-columns: none;
  gap: 20px;
  padding-top: 22px;
  padding-bottom: 0;
  margin-top: -22px;
  margin-bottom: 0;
  overflow-x: auto;
  overflow-y: visible;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 18px;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  transition: scrollbar-color .18s ease;
}

.product-builder-grid::-webkit-scrollbar {
  display: none;
}

.product-builder-block:hover .product-builder-grid,
.product-builder-block:focus-within .product-builder-grid,
.product-builder-block.is-scrolling .product-builder-grid {
  scrollbar-width: thin;
  scrollbar-color: rgba(47, 139, 203, .26) transparent;
}

.product-builder-block:hover .product-builder-grid::-webkit-scrollbar,
.product-builder-block:focus-within .product-builder-grid::-webkit-scrollbar,
.product-builder-block.is-scrolling .product-builder-grid::-webkit-scrollbar {
  display: block;
  height: 6px;
}

.product-builder-grid::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: transparent;
  transition: background .18s ease;
}

.product-builder-block:hover .product-builder-grid::-webkit-scrollbar-thumb,
.product-builder-block:focus-within .product-builder-grid::-webkit-scrollbar-thumb,
.product-builder-block.is-scrolling .product-builder-grid::-webkit-scrollbar-thumb {
  background: rgba(47, 139, 203, .24);
}

@media (max-width: 1500px) {


.header-main {
    grid-template-columns: 310px minmax(520px, 1fr) 350px;
    gap: 24px;
  }

.brand__logo {
    width: 250px;
  }

.brand__tagline {
    font-size: 13px;
  }

.category-card {
    min-height: 234px;
  }

.category-card img {
    height: 132px;
  }
}

@media (max-width: 1380px) {


.header-main {
    grid-template-columns: 280px minmax(500px, 1fr) 320px;
    gap: 20px;
  }

.brand__logo {
    width: 225px;
  }

.brand__tagline {
    font-size: 12px;
    letter-spacing: .13em;
  }

.category-grid {
    gap: 18px;
  }

.category-card {
    min-height: 208px;
    padding: 14px 10px 14px;
  }

.category-card img {
    height: 108px;
  }

.category-card__meta {
    min-height: 56px;
    padding-top: 5px;
    grid-template-columns: 17px 1px minmax(0, 1fr);
    gap: 5px;
  }

.category-card__meta span {
    font-size: 11px;
  }

.category-card__meta strong {
    font-size: 11.75px;
  }

.search-result {
    grid-template-columns: 78px minmax(220px, 1fr) 245px 142px;
    gap: 16px;
    padding: 16px 20px;
  }

.search-result__image {
    width: 78px;
    height: 78px;
  }

.search-result__image img {
    max-width: 66px;
    max-height: 66px;
  }

.search-result__code,
.search-result__meta strong {
    font-size: 16px;
  }

.search-result__body p {
    font-size: 13.5px;
  }

.stock-chip {
    min-width: 66px;
    min-height: 38px;
    padding: 5px 8px;
    column-gap: 6px;
  }

.search-result__actions {
    grid-template-columns: minmax(96px, 112px) 52px;
    gap: 8px;
  }

.search-result__qty.qty-control {
    height: 42px;
    grid-template-columns: 30px 1fr 30px;
  }

.search-result__actions .search-cart {
    width: 52px;
    height: 42px;
  }

.product-hero-title {
    padding: 16px 22px 18px;
  }

.product-hero-title h1 {
    font-size: 18px;
  }

.product-hero-title__badges {
    margin-bottom: 10px;
  }

.product-code--hero {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

.product-layout {
    grid-template-columns: minmax(620px, 1fr) 390px;
    gap: 18px;
  }

.product-gallery__stage {
    height: clamp(380px, 33vw, 450px);
  }

.product-gallery__thumbs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

.product-summary {
    top: 230px;
    padding: 24px;
  }

.product-tabs {
    min-height: 52px;
  }

.product-tabs button {
    font-size: 12px;
  }

.product-tab-panel {
    padding: 28px 8px 6px;
  }

.product-price strong {
    font-size: 30px;
  }

.catalog-popover {
    width: min(1320px, calc(100vw - 40px));
  }

.catalog-popover__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
.product-hero-title {
    top: 166px;
  }

.group-hero,
.group-workspace,
.group-series__summary {
    grid-template-columns: 1fr;
  }

.group-hero {
    top: 166px;
    padding: 16px 20px;
  }

.group-series__toggle {
    width: 100%;
  }

.group-hero__metrics,
.group-series-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.is-product-group-page .group-series-strip {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(168px, calc((100% - 42px) / 3.65));
  }

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

.category-related__track {
    grid-auto-columns: minmax(238px, calc((100% - 36px) / 3));
  }

.group-filter {
    position: static;
  }

.variant-row {
    grid-template-columns: minmax(0, 1fr) 150px minmax(160px, 220px);
  }

.variant-info {
    grid-column: 1;
  }

.variant-price {
    grid-column: 2;
  }

.variant-stock {
    grid-column: 3;
  }

.variant-actions {
    grid-column: 1 / -1;
  }

.variant-actions {
    justify-content: end;
  }

.group-faq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
.product-hero-title {
    top: 118px;
  }

.group-hero {
    top: 118px;
    padding: 14px 16px;
    border-radius: 18px;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

.group-hero h1 {
    font-size: 22px;
  }

.group-hero__count {
    justify-self: start;
    font-size: 13px;
  }

.group-hero__metrics,
.group-series-strip {
    grid-template-columns: 1fr;
  }

.series-mini-card {
    min-height: 220px;
    padding: 18px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 116px auto;
  }

.series-mini-card img {
    grid-row: 2;
    height: 116px;
  }

.series-mini-card strong {
    width: min(100%, 260px);
    font-size: 14px;
  }

.is-category-page .category-link-card {
    min-height: 184px;
    height: 184px;
    padding: 16px;
    grid-template-rows: auto 92px auto;
    row-gap: 9px;
  }

.is-category-page .category-link-card img {
    height: 92px;
  }

.is-category-page .category-skeleton-card__image {
    height: 92px;
  }

.is-category-page .category-link-card strong {
    width: min(100%, 240px);
    font-size: 13px;
  }

.category-content,
.category-bestsellers,
.category-gallery {
    padding: 22px 18px;
    border-radius: 24px;
  }

.category-bestsellers__head {
    display: grid;
    gap: 8px;
  }

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

.category-bestseller-card {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    min-height: 148px;
  }

.category-bestseller-card__image {
    min-height: 96px;
  }

.category-bestseller-card__image img {
    max-width: 82px;
    height: 82px;
  }

.category-bestseller-card__body strong {
    font-size: 13px;
  }

.category-gallery__head {
    display: grid;
    gap: 8px;
  }

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

.category-gallery__item {
    min-height: 190px;
  }

.category-gallery__item img {
    height: 160px;
  }

.category-related {
    padding: 0;
    border-radius: 0;
  }

.category-related__head {
    display: grid;
    align-items: start;
  }

.category-related__head h2 {
    font-size: 21px;
  }

.category-related__nav {
    justify-self: start;
  }

.category-related__viewport {
    margin: -38px -12px -30px;
    padding: 38px 12px 30px;
  }

.category-related__track {
    grid-auto-columns: minmax(238px, 82vw);
    scroll-padding-inline: 12px;
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: -20px;
  }

.category-related-card {
    min-height: 392px;
    border-radius: 20px;
  }

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

.category-articles {
    margin-top: 18px;
    padding: 14px;
    border-radius: 22px;
  }

.category-articles__head {
    display: grid;
    gap: 5px;
  }

.category-articles__head h2 {
    font-size: 19px;
  }

.category-articles__track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(47, 139, 203, .26) transparent;
  }

.category-article-card {
    flex: 0 0 min(82vw, 320px);
    min-height: 114px;
    grid-template-columns: 86px minmax(0, 1fr);
    scroll-snap-align: start;
  }

.category-article-card__image img {
    height: 78px;
  }

.category-article-card__body a {
    font-size: 13px;
  }

.category-article-card__body span {
    display: none;
  }

.catalog-popover {
    top: calc(100% + 10px);
    width: calc(100vw - 24px);
    max-height: min(72vh, 620px);
    border-radius: 24px;
    overflow-y: auto;
  }

.catalog-popover__head {
    padding: 24px 20px 18px;
  }

.catalog-popover__grid {
    padding: 24px 20px 28px;
  }

.catalog-popover__grid {
    grid-template-columns: 1fr;
  }

.group-series__summary {
    padding: 16px;
  }

.group-series h2 {
    font-size: 22px;
  }

.variant-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

.variant-info {
    grid-column: 1 / -1;
  }

.variant-price {
    grid-column: 1;
    align-self: center;
  }

.variant-stock {
    grid-column: 2;
    align-self: center;
    justify-self: end;
  }

.variant-actions {
    grid-column: 1 / -1;
  }

.variant-actions {
    grid-template-columns: 118px minmax(134px, 1fr);
    justify-content: stretch;
  }

.group-faq {
    padding: 20px;
    border-radius: 22px;
  }

.is-category-page .group-faq {
    padding: 22px 18px;
  }

.is-category-page .group-faq__list {
    grid-template-columns: 1fr;
  }

.group-faq h2 {
    font-size: 24px;
  }

.group-faq summary {
    padding: 16px 48px 16px 16px;
    font-size: 14px;
  }
}

.contact-modal[hidden] {
  display: none;
}

.contact-detail,
.contact-person {
  min-height: 76px;
  padding: 14px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(202, 217, 226, .48);
  border-radius: 18px;
  background: rgba(255, 255, 255, .54);
}

.contact-detail > span,
.contact-person > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--blue);
  background:
    radial-gradient(ellipse at 30% 16%, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 58%),
    rgba(232, 245, 251, .72);
}

.contact-detail small,
.contact-person small {
  display: block;
  color: #7b8aa0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.contact-detail strong,
.contact-person strong {
  display: block;
  margin-top: 4px;
  color: #101827;
  font-size: 17px;
  line-height: 1.22;
  font-weight: 780;
}

.contact-detail--messengers strong {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-detail--messengers a {
  min-height: 34px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 111, 186, .16);
  border-radius: 999px;
  background: rgba(238, 247, 252, .78);
  color: var(--blue);
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.contact-detail--messengers a:hover,
.contact-detail--messengers a:focus-visible {
  border-color: rgba(0, 111, 186, .34);
  background: #fff;
  color: var(--accent);
}

.contact-person {
  grid-template-columns: 42px minmax(0, 1fr) auto;
}

.contact-person em {
  color: rgba(104, 119, 137, .72);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 860px) {
.contact-modal {
    padding: 12px;
  }

.contact-modal__panel {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    border-radius: 24px;
  }

.contact-modal__head {
    min-height: 96px;
    padding: 22px;
  }

.contact-modal__head h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

.contact-modal__close {
    width: 58px;
    height: 58px;
    border-radius: 20px;
  }

.contact-modal__body,
.contact-modal__hero,
.contact-modal__form-grid {
    grid-template-columns: 1fr;
  }

.contact-modal__captcha {
    grid-template-columns: minmax(0, 1fr) auto;
  }

.contact-modal__captcha-question {
    min-width: 78px;
  }

.contact-modal__body {
    max-height: calc(100vh - 120px);
    padding: 18px;
  }
}

.checkout-steps .is-active {
  border-color: rgba(0, 111, 186, .20);
  background:
    radial-gradient(ellipse at 52% 50%, rgba(0, 111, 186, .12), rgba(0, 111, 186, 0) 72%),
    rgba(255, 255, 255, .58);
  color: #101827;
}

@media (max-width: 820px) {
:root {
    --mobile-shell-pad: 12px;
    --mobile-bottom-nav-h: 84px;
    --mobile-glass: rgba(255, 255, 255, .72);
    --mobile-glass-strong: rgba(255, 255, 255, .86);
    --mobile-logo-left: var(--mobile-shell-pad);
    --mobile-logo-top: max(6px, env(safe-area-inset-top, 0px));
    --mobile-logo-shell-width: calc(100vw - 24px);
    --mobile-logo-shell-height: 62px;
    --mobile-logo-brand-height: 50px;
    --mobile-logo-pad-x: 24px;
    --mobile-logo-radius: 22px;
    --mobile-logo-width: min(189px, 58vw);
    --mobile-logo-reserved-space: 90px;
    --mobile-logo-reserved-space-compact: 52px;
  }

* {
    -webkit-tap-highlight-color: transparent;
  }

@keyframes mobile-press-pulse {
    0% { opacity: 1; filter: none; }
    45% { opacity: .72; filter: brightness(1.04); }
    100% { opacity: 1; filter: none; }
  }

html,
body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
    scroll-padding-top: 132px;
    background:
      linear-gradient(180deg, #eef5f9 0%, #f8fbfd 46%, #edf5f9 100%);
  }

body {
    padding-bottom: calc(var(--mobile-bottom-nav-h) + env(safe-area-inset-bottom, 0px) + 14px);
    padding-top: calc(var(--admin-toolbar-offset, 0px) + var(--mobile-logo-reserved-space));
    transition: padding-top .22s ease;
  }

.app-shell {
    width: 100%;
    min-width: 0;
  }

.site-header {
    position: fixed;
    top: calc(var(--admin-toolbar-offset, 0px) + var(--mobile-logo-top));
    left: var(--mobile-logo-left);
    right: auto;
    width: var(--mobile-logo-shell-width);
    height: var(--mobile-logo-shell-height);
    min-height: 0;
    max-height: none;
    z-index: 165;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
    pointer-events: none;
    transition: opacity .16s ease, visibility .16s ease;
  }

body.is-clean-modal-open .site-header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

body.is-mobile-search-open .site-header,
body:has(.search-drawer:not([hidden])) .site-header {
    z-index: 130;
  }

.topline {
    display: none;
  }

.header-main {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "brand";
    justify-items: center;
    align-items: center;
    gap: 0;
    padding: 0;
    transition: justify-items .18s ease;
    pointer-events: none;
  }

.brand {
    grid-area: brand;
    min-width: 0;
    position: relative;
    height: var(--mobile-logo-brand-height);
    width: 100%;
    padding: 0 var(--mobile-logo-pad-x);
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    justify-self: center;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: var(--mobile-logo-radius);
    background:
      radial-gradient(ellipse at 48% 0%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 66%),
      rgba(245, 251, 255, .62);
    box-shadow:
      0 14px 36px rgba(20, 45, 72, .10),
      inset 0 1px 0 rgba(255, 255, 255, .88);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition:
      background .18s ease,
      box-shadow .18s ease,
      backdrop-filter .18s ease;
    pointer-events: auto;
  }

.brand::before {
    content: "";
    position: absolute;
    inset: -12px -20px;
    z-index: -1;
    border-radius: 28px;
    pointer-events: none;
    filter: blur(24px);
    background:
      radial-gradient(ellipse 70% 44% at 66% 35%, rgba(0, 111, 186, .18), rgba(0, 111, 186, 0) 76%),
      radial-gradient(ellipse 58% 36% at 28% 76%, rgba(53, 185, 87, .12), rgba(53, 185, 87, 0) 74%);
  }

.brand__logo {
    position: relative;
    z-index: 1;
    width: var(--mobile-logo-width);
    max-width: 58vw;
    max-height: 40px;
    height: auto;
    object-fit: contain;
    object-position: center;
    transition:
      max-height .22s ease;
  }

.brand__tagline {
    display: none;
  }

.mobile-language-switch {
    display: none;
  }

.mobile-language-switch .language-switch {
    min-width: 36px;
    height: 30px;
    padding: 0 8px;
    color: #607184;
    font-size: 11px;
    letter-spacing: 0;
  }

.mobile-language-switch .language-switch.is-active {
    color: var(--blue);
    background:
      radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 70%),
      rgba(222, 242, 253, .72);
    box-shadow:
      0 8px 20px rgba(0, 111, 186, .10),
      inset 0 1px 0 rgba(255, 255, 255, .90);
  }

body.is-mobile-header-compact .mobile-language-switch {
    transform: none;
  }

body.is-clean-modal-open .mobile-language-switch {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

.header-actions {
    display: none;
  }

.mobile-header-actions {
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

.mobile-header-action[hidden] {
    display: none;
  }

.mobile-header-action {
    position: relative;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 16px;
    color: var(--blue);
    background:
      radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 68%),
      rgba(255, 255, 255, .62);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .86),
      0 12px 28px rgba(0, 111, 186, .10);
    backdrop-filter: blur(16px) saturate(1.08);
    -webkit-backdrop-filter: blur(16px) saturate(1.08);
    text-decoration: none;
  }

.mobile-header-action::before {
    content: "";
    position: absolute;
    inset: 5px;
    z-index: -1;
    border-radius: 13px;
    background:
      radial-gradient(ellipse 80% 34% at 70% 34%, rgba(0, 111, 186, .22), rgba(0, 111, 186, .10) 44%, rgba(0, 111, 186, 0) 82%),
      radial-gradient(ellipse 48% 26% at 30% 82%, rgba(53, 185, 87, .14), rgba(53, 185, 87, 0) 76%);
  }

.mobile-header-action svg {
    position: relative;
    z-index: 1;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

.brand,
.brand__logo {
    max-height: 52px;
  }

body.is-mobile-header-compact .site-header {
    overflow: visible;
  }

body.is-mobile-header-compact .header-main {
    justify-items: start;
  }

body.is-mobile-header-compact .brand {
    background:
      radial-gradient(ellipse at 48% 0%, rgba(255, 255, 255, .94), rgba(255, 255, 255, 0) 66%),
      rgba(246, 252, 255, .70);
    box-shadow:
      0 10px 24px rgba(20, 45, 72, .14),
      0 0 34px rgba(0, 111, 186, .10),
      inset 0 1px 0 rgba(255, 255, 255, .88);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

body.is-mobile-header-compact .brand__logo {
    max-width: 29vw;
    max-height: 22px;
  }

.mobile-header-actions {
    display: none;
    height: 0;
  }

.header-actions .is-compare-hidden,
.header-actions .icon-button[aria-label*="Порів"],
.header-actions .icon-button[aria-label*="Срав"] {
    display: none;
  }

.icon-button,
.cart-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 16px;
    background:
      radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .86), rgba(255, 255, 255, 0) 70%),
      rgba(255, 255, 255, .64);
    box-shadow:
      0 10px 24px rgba(20, 45, 72, .08),
      inset 0 1px 0 rgba(255, 255, 255, .82);
  }

.cart-button span {
    display: none;
  }

.search {
    position: fixed;
    top: calc(58px + var(--admin-toolbar-offset, 0px));
    left: var(--mobile-shell-pad);
    right: var(--mobile-shell-pad);
    z-index: 124;
    width: auto;
    height: 54px;
    min-width: 0;
    border-radius: 20px;
    background:
      radial-gradient(ellipse at 30% 0%, rgba(255, 255, 255, .90), rgba(255, 255, 255, 0) 68%),
      rgba(255, 255, 255, .68);
    box-shadow:
      0 16px 40px rgba(0, 111, 186, .18),
      0 0 0 4px rgba(57, 181, 74, .06),
      inset 0 1px 0 rgba(255, 255, 255, .86);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transform: translateY(-10px);
    transition: opacity 160ms ease, transform 160ms ease;
    animation: search-premium-pulse 3.7s ease-in-out infinite;
  }

.search::before {
    width: 150px;
    height: 74px;
    right: -28px;
    top: -10px;
    opacity: .96;
    filter: blur(13px);
    animation: search-premium-blur 4.2s ease-in-out infinite;
  }

.search::after {
    width: 230px;
    height: 86px;
    left: -260px;
    top: -16px;
    animation: search-premium-sheen 5.6s ease-in-out infinite;
  }

body.is-mobile-search-open .search,
body:has(.search-drawer:not([hidden])) .search {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

.search input {
    min-width: 0;
    padding-left: 18px;
    font-size: 15px;
  }

.search__submit {
    width: 54px;
  }

.search-drawer {
    top: auto;
    left: 8px;
    right: 8px;
    bottom: calc(var(--mobile-bottom-nav-h) + env(safe-area-inset-bottom, 0px) + 10px);
    z-index: 119;
    width: auto;
    transform: none;
  }

.search-drawer__panel {
    width: auto;
    max-width: none;
    max-height: min(70dvh, calc(100dvh - var(--mobile-bottom-nav-h) - 136px));
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 26px;
    background:
      radial-gradient(ellipse at 20% 0%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 58%),
      radial-gradient(circle at 86% 14%, rgba(0, 111, 186, .14), rgba(0, 111, 186, 0) 34%),
      rgba(246, 251, 253, .86);
    box-shadow:
      0 28px 80px rgba(20, 45, 72, .23),
      0 8px 28px rgba(0, 111, 186, .10),
      inset 0 1px 0 rgba(255, 255, 255, .90);
    backdrop-filter: blur(24px) saturate(1.16);
    -webkit-backdrop-filter: blur(24px) saturate(1.16);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

.search-drawer__bar {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 0;
    padding: 12px 12px 10px;
    grid-template-columns: minmax(0, 1fr) 40px;
    grid-template-areas: "status close";
    gap: 10px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .26)),
      rgba(244, 250, 253, .62);
    border-bottom: 1px solid rgba(211, 225, 234, .66);
  }

.search-drawer__status {
    grid-area: status;
    align-self: center;
    padding-right: 154px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.22;
    color: #1d2c3f;
  }

.search-ai-badge {
    top: 19px;
    right: 58px;
    min-height: 26px;
    padding: 0 8px;
    gap: 4px;
    transform: none;
  }

.search-ai-badge span {
    font-size: 11px;
  }

.search-ai-badge i {
    width: 4px;
    height: 4px;
  }

.search-drawer__close {
    grid-area: close;
    width: 40px;
    height: 40px;
    border-radius: 16px;
  }

.search-drawer__close::before,
.search-drawer__close::after {
    width: 20px;
    height: 3px;
  }

.search-results {
    max-height: none;
    min-height: 0;
    flex: 1 1 auto;
    display: grid;
    gap: 8px;
    padding: 8px;
    overflow: auto;
  }

.search-results--navigation-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
  }

.search-start {
    padding: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

.search-start__intro {
    padding: 14px;
    border-radius: 16px;
  }

.search-start__intro strong {
    font-size: 18px;
  }

.search-start__intro span {
    font-size: 13px;
  }

.search-start__grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

.search-hint-chip {
    min-height: 64px;
    padding: 10px;
    border-radius: 14px;
  }

.search-hint-chip span {
    font-size: 13px;
  }

.search-result,
.search-result--loading {
    min-width: 0;
    padding: 10px;
    grid-template-columns: 82px minmax(0, 1fr);
    grid-template-areas:
      "image body"
      "image meta"
      "actions actions";
    gap: 9px 10px;
    border-radius: 18px;
    background:
      radial-gradient(circle at 0% 0%, rgba(81, 184, 112, .10), rgba(81, 184, 112, 0) 34%),
      rgba(255, 255, 255, .74);
    box-shadow:
      0 12px 28px rgba(28, 49, 68, .09),
      inset 0 1px 0 rgba(255, 255, 255, .86);
  }

.search-result__image,
.search-skeleton--image {
    grid-area: image;
    width: 82px;
    height: 82px;
    border-radius: 16px;
  }

.search-result__image img {
    max-width: 70px;
    max-height: 70px;
  }

.search-result__body {
    grid-area: body;
    min-width: 0;
  }

.search-result__head {
    gap: 6px;
    align-items: flex-start;
  }

.search-copy {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }

.search-result__code {
    min-width: 0;
    font-size: 17px;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

.exact-badge {
    align-self: center;
    font-size: 10px;
    line-height: 1;
    white-space: normal;
  }

.search-result__title {
    margin-top: 4px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 6px;
    font-size: 13px;
    line-height: 1.28;
  }

.search-result__title a {
    min-width: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

.search-result__meta {
    grid-area: meta;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
  }

.search-result__meta strong {
    font-size: 16px;
    line-height: 1.15;
    white-space: normal;
  }

.search-result__meta > small {
    margin: 0;
    font-size: 11px;
  }

.search-result .stock-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }

.search-result .stock-chip {
    min-width: 0;
    padding: 4px 6px;
    font-size: 10px;
  }

.search-result__actions {
    grid-area: actions;
    display: grid;
    grid-template-columns: minmax(108px, 1fr) 52px;
    justify-content: stretch;
    gap: 8px;
    padding-top: 2px;
  }

.search-result__qty.qty-control {
    width: 100%;
    min-width: 0;
    height: 44px;
  }

.search-result__qty.qty-control button,
.search-result__qty.qty-control input {
    height: 44px;
  }

.search-result__actions .search-cart,
.search-skeleton--button {
    width: 52px;
    min-width: 52px;
    height: 44px;
    border-radius: 16px;
    justify-self: end;
  }

.search-skeleton-stack {
    min-width: 0;
  }

.search-result--loading .search-skeleton-stack:not(.search-skeleton-stack--short) {
    grid-area: body;
  }

.search-skeleton-stack--short {
    grid-area: meta;
  }

.search-skeleton--button {
    grid-area: actions;
  }

.search-drawer__more {
    flex: 0 0 auto;
    width: calc(100% - 24px);
    min-height: 48px;
    margin: 0 12px 12px auto;
    border-radius: 18px;
    position: relative;
    z-index: 3;
  }

.category-nav {
    display: contents;
  }

.category-nav > a,
.category-nav__catalog {
    display: none;
  }

.catalog-popover,
.account-popover__panel,
.auth-modal__panel,
.contact-modal__panel,
.cart-drawer__panel {
    position: fixed;
    z-index: 118;
    left: 8px;
    right: 8px;
    top: auto;
    bottom: calc(var(--mobile-bottom-nav-h) + env(safe-area-inset-bottom, 0px) + 8px);
    width: auto;
    max-width: none;
    max-height: min(78vh, 720px);
    border-radius: 26px;
    background:
      radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 62%),
      rgba(248, 252, 253, .84);
    box-shadow:
      0 28px 80px rgba(20, 45, 72, .20),
      inset 0 1px 0 rgba(255, 255, 255, .88);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    overflow: auto;
  }

.cart-drawer__panel {
    top: 8px;
    bottom: calc(var(--mobile-bottom-nav-h) + env(safe-area-inset-bottom, 0px) + 12px);
    height: calc(100dvh - var(--mobile-bottom-nav-h) - env(safe-area-inset-bottom, 0px) - 28px);
    min-height: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    max-height: none;
    overflow: hidden;
  }

.cart-drawer__scroll {
    min-height: 0;
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

.catalog-popover {
    padding: 8px 0 10px;
    z-index: 132;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(16px) scale(.98);
  }

body.is-catalog-open .catalog-popover {
    left: 8px;
    right: 8px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1) !important;
    animation: none;
  }

body.is-catalog-open .header-main {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

body.is-catalog-open .mobile-language-switch {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

body.is-catalog-open .mobile-app-nav {
    z-index: 116;
  }

.catalog-popover__grid {
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    max-height: min(42dvh, 360px);
    min-height: 0;
    margin: 8px 14px 0;
    padding: 10px 0 0;
    border-top: 1px solid rgba(203, 213, 225, .68);
    overflow-y: auto;
  }

.catalog-popover.is-mobile-catalog-grid-open .catalog-popover__grid {
    display: grid;
  }

.catalog-popover__head {
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px 8px;
  }

.catalog-popover__head span,
.catalog-popover__head strong {
    display: none;
  }

.catalog-popover__utility {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

.catalog-popover__utility-link {
    min-height: 56px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 0 22px;
    color: #1f2937;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

.catalog-popover__utility-link + .catalog-popover__utility-link {
    border-top: 1px solid rgba(203, 213, 225, .68);
  }

.catalog-popover__utility-link span {
    color: #1f2937;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 500;
  }

.catalog-popover__utility-link svg {
    width: 24px;
    height: 24px;
    color: var(--blue);
  }

.catalog-popover__language {
    position: static;
    width: fit-content;
    margin: 0;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    background:
      radial-gradient(ellipse at 48% 0%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 68%),
      rgba(245, 251, 255, .66);
    box-shadow:
      0 12px 30px rgba(20, 45, 72, .10),
      inset 0 1px 0 rgba(255, 255, 255, .88);
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
  }

.catalog-popover__language .language-switch {
    min-width: 36px;
    height: 30px;
    padding: 0 8px;
    color: #607184;
    font-size: 11px;
    letter-spacing: 0;
  }

.catalog-popover__language .language-switch.is-active {
    color: var(--blue);
    background:
      radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 70%),
      rgba(222, 242, 253, .72);
    box-shadow:
      0 8px 20px rgba(0, 111, 186, .10),
      inset 0 1px 0 rgba(255, 255, 255, .90);
  }

.catalog-popover__utility-toggle {
    font: inherit;
    text-align: left;
  }

.catalog-popover__grid a {
    min-height: 68px;
    height: auto;
    grid-template-columns: 28px 58px minmax(0, 1fr);
    gap: 12px;
    padding: 7px 10px;
    border-radius: 16px;
  }

  .catalog-popover__grid .catalog-popover__thumb { width: 58px; height: 52px; }

  .catalog-popover__grid strong {
    width: 100%; display: block; overflow: visible; font-size: 16px;
    line-height: 1.28; -webkit-line-clamp: unset;
  }

.mobile-app-nav {
    position: fixed;
    z-index: 120;
    left: 12px;
    right: 12px;
    bottom: max(8px, env(safe-area-inset-bottom, 0px));
    min-height: 72px;
    display: grid;
    grid-template-columns: 1fr 1fr 82px 1fr 1fr;
    gap: 4px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 24px;
    background:
      radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 62%),
      rgba(255, 255, 255, .72);
    box-shadow:
      0 18px 54px rgba(20, 45, 72, .16),
      inset 0 1px 0 rgba(255, 255, 255, .86);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }

body.is-mobile-search-modal-open .mobile-app-nav {
    z-index: 210;
  }

.mobile-app-nav :is(a, button) {
    position: relative;
    min-width: 0;
    min-height: 58px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    border-radius: 18px;
    color: #5f6d7d;
    font-size: 10.5px;
    font-weight: 850;
    font-family: inherit;
    text-decoration: none;
    border: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    box-shadow: none;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="catalog"] {
    grid-column: 1;
    overflow: hidden;
    isolation: isolate;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="catalog"]::before {
    content: none;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="cart"] {
    grid-column: 2;
    isolation: isolate;
    background: transparent;
    box-shadow: none;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="cart"].has-items {
    color: #5f6d7d;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="cart"].has-items::before {
    content: "";
    position: absolute;
    inset: 7px 4px 1px;
    z-index: -1;
    border-radius: 20px;
    pointer-events: none;
    opacity: .92;
    filter: blur(13px);
    background:
      radial-gradient(ellipse 82% 42% at 58% 26%, rgba(53, 185, 87, .50), rgba(53, 185, 87, .18) 48%, rgba(53, 185, 87, 0) 82%),
      radial-gradient(ellipse 70% 30% at 36% 82%, rgba(0, 111, 186, .24), rgba(0, 111, 186, 0) 74%);
  }

.mobile-app-nav :is(a, button)[data-mobile-action="account"] {
    grid-column: 4;
    overflow: hidden;
    isolation: isolate;
    color: #5f6d7d;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="account"]::before {
    content: "";
    position: absolute;
    inset: -4px -16px -10px;
    z-index: -1;
    border-radius: 999px;
    pointer-events: none;
    opacity: .78;
    filter: blur(24px);
    background:
      radial-gradient(ellipse 62% 34% at 72% 30%, rgba(234, 88, 12, .34), rgba(234, 88, 12, .16) 42%, rgba(234, 88, 12, 0) 76%),
      radial-gradient(ellipse 66% 36% at 34% 78%, rgba(53, 185, 87, .18), rgba(53, 185, 87, .08) 44%, rgba(53, 185, 87, 0) 78%),
      radial-gradient(ellipse 58% 32% at 54% 78%, rgba(255, 255, 255, .56), rgba(255, 255, 255, 0) 76%);
  }

.is-authenticated-user .mobile-app-nav :is(a, button)[data-mobile-action="account"] {
    color: #5f6d7d;
    box-shadow: none;
  }

.is-authenticated-user .mobile-app-nav :is(a, button)[data-mobile-action="account"]::before {
    background:
      radial-gradient(ellipse 62% 34% at 72% 30%, rgba(53, 185, 87, .30), rgba(53, 185, 87, .13) 42%, rgba(53, 185, 87, 0) 76%),
      radial-gradient(ellipse 66% 36% at 34% 78%, rgba(0, 111, 186, .18), rgba(0, 111, 186, .08) 44%, rgba(0, 111, 186, 0) 78%),
      radial-gradient(ellipse 58% 32% at 54% 78%, rgba(255, 255, 255, .56), rgba(255, 255, 255, 0) 76%);
  }

.mobile-app-nav :is(a, button)[data-mobile-action="account"] svg,
.mobile-app-nav :is(a, button)[data-mobile-action="account"] span {
    position: relative;
    z-index: 1;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="operator"] {
    grid-column: 5;
    overflow: hidden;
    isolation: isolate;
    color: #5f6d7d;
    background: transparent;
    box-shadow: none;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="operator"]::before {
    content: "";
    position: absolute;
    inset: 8px -12px -10px;
    z-index: -1;
    border-radius: 26px;
    pointer-events: none;
    opacity: 0;
    filter: blur(24px);
    background:
      radial-gradient(ellipse 94% 52% at 58% 34%, rgba(53, 185, 87, .46), rgba(53, 185, 87, .18) 48%, rgba(53, 185, 87, 0) 84%),
      radial-gradient(ellipse 72% 36% at 30% 84%, rgba(0, 111, 186, .20), rgba(0, 111, 186, 0) 76%);
    transition: opacity .18s ease;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="operator"].is-contact-open {
    color: #5f6d7d;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="operator"].is-contact-open::before {
    opacity: .42;
  }

.mobile-contact-flyout {
    position: absolute;
    right: 10px;
    bottom: calc(100% + 12px);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 24px;
    background:
      radial-gradient(ellipse at 46% 0%, rgba(255, 255, 255, .94), rgba(255, 255, 255, 0) 68%),
      rgba(245, 251, 255, .70);
    box-shadow:
      0 18px 42px rgba(20, 45, 72, .17),
      inset 0 1px 0 rgba(255, 255, 255, .88);
    backdrop-filter: blur(20px) saturate(1.08);
    -webkit-backdrop-filter: blur(20px) saturate(1.08);
  }

.mobile-contact-flyout[hidden] {
    display: none;
  }

.mobile-contact-flyout::before {
    content: "";
    position: absolute;
    inset: -14px -16px -18px;
    z-index: -1;
    border-radius: 32px;
    pointer-events: none;
    filter: blur(24px);
    background:
      radial-gradient(ellipse 70% 40% at 72% 80%, rgba(53, 185, 87, .28), rgba(53, 185, 87, 0) 78%),
      radial-gradient(ellipse 72% 44% at 35% 16%, rgba(0, 111, 186, .22), rgba(0, 111, 186, 0) 80%);
  }

.mobile-contact-flyout::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: -7px;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background: rgba(245, 251, 255, .72);
    border-right: 1px solid rgba(255, 255, 255, .70);
    border-bottom: 1px solid rgba(255, 255, 255, .70);
    transform: rotate(45deg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

.mobile-contact-flyout a {
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    border-radius: 16px;
    color: var(--blue);
    background:
      radial-gradient(ellipse at 52% 12%, rgba(255, 255, 255, .98), rgba(255, 255, 255, 0) 66%),
      rgba(255, 255, 255, .64);
    box-shadow:
      0 10px 24px rgba(20, 45, 72, .09),
      inset 0 1px 0 rgba(255, 255, 255, .88);
  }

.mobile-contact-flyout a:nth-child(3) {
    color: #7360f2;
  }

.mobile-contact-flyout a:nth-child(4) {
    color: #27a7e7;
  }

.mobile-contact-flyout span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

.mobile-contact-flyout svg {
    width: 23px;
    height: 23px;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="search"] {
    position: absolute;
    left: 50%;
    top: -18px;
    width: 78px;
    height: 78px;
    min-height: 78px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 999px;
    background:
      radial-gradient(ellipse 72% 56% at 56% 50%, rgba(0, 111, 186, .18), rgba(0, 111, 186, .08) 42%, rgba(0, 111, 186, 0) 72%),
      radial-gradient(ellipse at 42% 14%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 66%),
      rgba(239, 248, 253, .78);
    color: var(--blue);
    isolation: isolate;
    box-shadow:
      0 24px 60px rgba(0, 111, 186, .22),
      0 0 0 4px rgba(0, 111, 186, .08),
      inset 0 1px 0 rgba(255, 255, 255, .86);
    transform: translateX(-50%);
    animation: mobile-search-water-pulse 4s ease-in-out infinite;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="search"]::before {
    content: "";
    position: absolute;
    inset: -5px -9px -8px -4px;
    z-index: -1;
    border: 2px solid rgba(0, 111, 186, 0);
    border-radius: 54% 46% 58% 42% / 45% 58% 42% 55%;
    pointer-events: none;
    filter: none;
    background: transparent;
    box-shadow: 0 0 0 0 rgba(0, 111, 186, 0);
    opacity: .60;
    transform: scale(.94);
    animation: mobile-search-water-glow 4s ease-in-out infinite;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="search"]::after {
    content: "";
    position: absolute;
    inset: -11px -17px -14px -7px;
    z-index: -2;
    border: 1px solid rgba(0, 111, 186, 0);
    border-radius: 46% 54% 43% 57% / 58% 43% 57% 42%;
    pointer-events: none;
    filter: none;
    background: transparent;
    box-shadow: 0 0 0 0 rgba(0, 111, 186, 0);
    opacity: .60;
    transform: scale(.90);
    animation: mobile-search-water-ring 4s ease-in-out infinite;
  }

@keyframes mobile-search-water-pulse {
    0%,
    100% {
      box-shadow:
        0 22px 54px rgba(0, 111, 186, .18),
        0 0 0 0 rgba(0, 111, 186, 0),
        inset 0 1px 0 rgba(255, 255, 255, .86);
      transform: translateX(-50%) scale(1);
    }
    50% {
      box-shadow:
        0 26px 66px rgba(0, 111, 186, .28),
        0 0 0 6px rgba(0, 111, 186, .10),
        0 0 22px rgba(0, 111, 186, .14),
        inset 0 1px 0 rgba(255, 255, 255, .94);
      transform: translateX(-50%) scale(1.01);
    }
  }

@keyframes mobile-search-water-glow {
    0%,
    100% {
      opacity: .60;
      border-color: rgba(0, 111, 186, .20);
      box-shadow: 0 0 0 1px rgba(0, 111, 186, .04);
      transform: scale(.94);
    }
    50% {
      opacity: 1;
      border-color: rgba(0, 111, 186, .34);
      box-shadow: 0 0 0 3px rgba(0, 111, 186, .08);
      transform: scale(1.06);
    }
  }

@keyframes mobile-search-water-ring {
    0%,
    100% {
      opacity: .60;
      border-color: rgba(0, 111, 186, .14);
      box-shadow: 0 0 0 2px rgba(0, 111, 186, .03);
      transform: scale(.90);
    }
    50% {
      opacity: 1;
      border-color: rgba(0, 111, 186, .24);
      box-shadow: 0 0 0 5px rgba(0, 111, 186, .06);
      transform: scale(1.14);
    }
  }

.mobile-app-nav :is(a, button)[data-mobile-action="search"] span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="search"] svg {
    width: 36px;
    height: 36px;
    stroke-width: 2.25;
  }

.mobile-app-nav :is(a, button).is-active:not([data-mobile-action="search"]) {
    background: transparent;
    color: #5f6d7d;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="catalog"].is-active {
    background: transparent;
    color: #5f6d7d;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="catalog"].is-active::before {
    content: none;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="catalog"]::after {
    content: "";
    position: absolute;
    inset: 3px 1px -1px;
    z-index: -1;
    border-radius: 22px;
    pointer-events: none;
    opacity: 0;
    background:
      radial-gradient(ellipse 72% 48% at 50% 35%, rgba(255, 255, 255, .94), rgba(255, 255, 255, .24) 46%, rgba(255, 255, 255, 0) 74%),
      radial-gradient(ellipse 74% 50% at 58% 62%, rgba(0, 111, 186, .34), rgba(0, 111, 186, .13) 46%, rgba(0, 111, 186, 0) 78%),
      radial-gradient(ellipse 62% 36% at 32% 82%, rgba(53, 185, 87, .20), rgba(53, 185, 87, 0) 72%);
    box-shadow:
      0 14px 30px rgba(0, 111, 186, .16),
      0 0 0 1px rgba(154, 210, 242, .26),
      inset 0 1px 0 rgba(255, 255, 255, .86);
    transform: scale(.86);
    filter: blur(.2px);
  }

.mobile-app-nav :is(a, button)[data-mobile-action="account"].is-active {
    background: transparent;
    color: #5f6d7d;
  }

.mobile-app-nav .icon-button.mobile-account-icon-button[data-mobile-action="account"] {
    grid-column: 4;
    align-self: center;
    justify-self: center;
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0;
    overflow: hidden;
    isolation: isolate;
    border-radius: 18px;
    border: 0;
    background: transparent;
    color: var(--blue);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

.mobile-app-nav .icon-button.mobile-account-icon-button[data-mobile-action="account"]::before {
    content: "";
    position: absolute;
    inset: 4px;
    z-index: 0;
    border-radius: 11px;
    pointer-events: none;
    opacity: 1;
    filter: blur(1px);
    background:
      radial-gradient(ellipse 74% 34% at 72% 35%, rgba(234, 88, 12, .30), rgba(234, 88, 12, .16) 42%, rgba(234, 88, 12, 0) 80%),
      radial-gradient(ellipse 48% 22% at 32% 78%, rgba(234, 88, 12, .13), rgba(234, 88, 12, 0) 74%);
  }

.is-authenticated-user .mobile-app-nav .icon-button.mobile-account-icon-button[data-mobile-action="account"],
.auth-cached-auth .mobile-app-nav .icon-button.mobile-account-icon-button[data-mobile-action="account"] {
    box-shadow: none;
  }

.is-authenticated-user .mobile-app-nav .icon-button.mobile-account-icon-button[data-mobile-action="account"]::before,
.auth-cached-auth .mobile-app-nav .icon-button.mobile-account-icon-button[data-mobile-action="account"]::before {
    background:
      radial-gradient(ellipse 74% 34% at 72% 35%, rgba(53, 185, 87, .30), rgba(53, 185, 87, .16) 42%, rgba(53, 185, 87, 0) 80%),
      radial-gradient(ellipse 48% 22% at 32% 78%, rgba(53, 185, 87, .13), rgba(53, 185, 87, 0) 74%);
  }

.mobile-app-nav .icon-button.mobile-account-icon-button[data-mobile-action="account"] svg {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

.mobile-app-nav .icon-button.mobile-account-icon-button[data-mobile-action="account"] > span {
    display: none;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="search"],
.mobile-app-nav :is(a, button)[data-mobile-action="search"].is-active {
    color: var(--blue);
  }

.mobile-app-nav svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

.mobile-app-nav :is(a, button).is-cart-receive svg {
    transform: scale(1.2);
    color: var(--blue);
    transition: transform .2s ease, color .2s ease;
  }

.mobile-cart-fly-item {
    position: fixed;
    z-index: 1400;
    pointer-events: none;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    background:
      radial-gradient(circle at 30% 24%, rgba(255, 255, 255, .98), rgba(255, 255, 255, .36) 46%, rgba(255, 255, 255, 0) 72%),
      radial-gradient(circle at 72% 76%, rgba(53, 185, 87, .32), rgba(53, 185, 87, 0) 64%),
      rgba(244, 250, 254, .9);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    backdrop-filter: blur(18px) saturate(145%);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, .74),
      0 14px 34px rgba(0, 111, 186, .22),
      0 22px 54px rgba(53, 185, 87, .18);
    transform: translate(-50%, -50%) scale(1);
    will-change: transform, opacity, filter;
  }

.mobile-cart-fly-item.is-flying {
    transform: translate(calc(-50% + var(--fly-x, 0px)), calc(-50% + var(--fly-y, 0px))) scale(.22);
    opacity: 0;
    filter: blur(1px);
    transition:
      transform .72s cubic-bezier(.18, .86, .24, 1),
      opacity .42s ease .18s,
      filter .42s ease .18s;
  }

.mobile-cart-fly-item--remove {
    background:
      radial-gradient(circle at 30% 24%, rgba(255, 255, 255, .96), rgba(255, 255, 255, .28) 46%, rgba(255, 255, 255, 0) 72%),
      radial-gradient(circle at 72% 76%, rgba(220, 38, 38, .24), rgba(220, 38, 38, 0) 64%),
      rgba(248, 250, 252, .9);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, .72),
      0 14px 34px rgba(100, 116, 139, .18),
      0 18px 44px rgba(220, 38, 38, .12);
  }

.mobile-cart-fly-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 9px;
    background: rgba(255, 255, 255, .76);
  }

.mobile-cart-fly-item svg {
    width: 58%;
    height: 58%;
    color: var(--blue);
    stroke-width: 2.2;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="catalog"] svg {
    position: relative;
    z-index: 1;
    fill: currentColor;
    stroke: none;
    width: 29px;
    height: 29px;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="operator"] svg {
    width: 31px;
    height: 31px;
    stroke-width: 1.55;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="operator"] svg circle {
    fill: currentColor;
    stroke: none;
  }

.mobile-app-nav :is(a, button)[data-mobile-action="account"] svg {
    width: 30px;
    height: 30px;
    stroke-width: 2.2;
  }

.mobile-app-nav :is(a, button) > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

.mobile-app-nav b {
    position: absolute;
    top: 6px;
    right: 10px;
    box-sizing: border-box;
    min-width: 18px;
    height: 18px;
    padding: 0 5px 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .92);
    background:
      radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .66), rgba(255, 255, 255, 0) 48%),
      var(--green);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
    box-shadow:
      0 8px 18px rgba(53, 185, 87, .34),
      0 0 0 4px rgba(53, 185, 87, .12);
    transform: translateZ(0);
  }

.mobile-app-nav b[hidden] {
    display: none;
  }

.mobile-search-modal {
    position: fixed;
    inset: 0;
    z-index: 190;
    display: grid;
    align-items: stretch;
    padding: max(10px, env(safe-area-inset-top, 0px)) 10px calc(var(--mobile-bottom-nav-h) + env(safe-area-inset-bottom, 0px) + 10px);
  }

.mobile-search-modal[hidden] {
    display: none;
  }

.mobile-search-modal__backdrop {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 50% 12%, rgba(0, 111, 186, .22), rgba(0, 111, 186, 0) 20rem),
      radial-gradient(circle at 86% 84%, rgba(53, 185, 87, .18), rgba(53, 185, 87, 0) 18rem),
      rgba(229, 238, 244, .72);
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
  }

.mobile-search-modal__panel {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-rows: auto auto auto auto minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .76);
    border-radius: 28px;
    background:
      radial-gradient(ellipse 82% 26% at 50% 0%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 70%),
      radial-gradient(ellipse 54% 22% at 78% 18%, rgba(0, 111, 186, .13), rgba(0, 111, 186, 0) 78%),
      rgba(247, 252, 255, .82);
    box-shadow:
      0 28px 78px rgba(20, 45, 72, .24),
      inset 0 1px 0 rgba(255, 255, 255, .92);
    backdrop-filter: blur(24px) saturate(1.1);
    -webkit-backdrop-filter: blur(24px) saturate(1.1);
  }

.mobile-search-modal__head {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 8px;
    padding: 12px;
  }

.mobile-search-form {
    position: relative;
    isolation: isolate;
    min-width: 0;
    height: 52px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 0 8px 0 12px;
    border: 1px solid rgba(0, 111, 186, .18);
    border-radius: 18px;
    background:
      radial-gradient(ellipse 76% 42% at 86% 44%, rgba(0, 111, 186, .15), rgba(0, 111, 186, 0) 74%),
      rgba(255, 255, 255, .82);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .94),
      0 14px 34px rgba(0, 111, 186, .15),
      0 0 0 4px rgba(57, 181, 74, .055);
    overflow: hidden;
    animation: search-premium-pulse 3.8s ease-in-out infinite;
  }

.mobile-search-form::before,
.mobile-search-form::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
  }

.mobile-search-form::before {
    z-index: 0;
    width: 136px;
    height: 70px;
    right: -24px;
    top: -9px;
    background:
      radial-gradient(ellipse at 68% 50%, rgba(0, 111, 186, .34), rgba(0, 111, 186, .15) 43%, rgba(0, 111, 186, 0) 76%),
      radial-gradient(ellipse at 28% 50%, rgba(57, 181, 74, .17), rgba(57, 181, 74, 0) 70%);
    filter: blur(13px);
    opacity: .92;
    animation: search-premium-blur 4.3s ease-in-out infinite;
  }

.mobile-search-form::after {
    z-index: 0;
    width: 230px;
    height: 86px;
    left: -260px;
    top: -16px;
    background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .22) 31%, rgba(57, 181, 74, .055) 45%, rgba(0, 111, 186, .09) 58%, rgba(255, 255, 255, 0) 100%);
    filter: blur(14px);
    opacity: .58;
    transform: skewX(-18deg);
    animation: search-premium-sheen 5.6s ease-in-out infinite;
  }

.mobile-search-form > * {
    position: relative;
    z-index: 1;
  }

.mobile-search-form svg {
    width: 26px;
    height: 26px;
    color: var(--blue);
    stroke-width: 2.25;
  }

.mobile-search-form input {
    min-width: 0;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111827;
    font-size: 16px;
    font-weight: 600;
  }

.mobile-search-form input::placeholder {
    color: #8a95a4;
    font-weight: 500;
  }

.mobile-search-history {
    margin: -4px 12px 8px;
    padding: 8px;
    border: 1px solid rgba(190, 215, 231, .66);
    border-radius: 14px;
    background: rgba(248, 252, 253, .88);
    box-shadow:
      0 12px 28px rgba(15, 23, 42, .10),
      inset 0 1px 0 rgba(255, 255, 255, .86);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

.mobile-search-history[hidden] {
    display: none;
  }

.mobile-search-history__title {
    padding: 1px 6px 7px;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

.mobile-search-history__list {
    display: grid;
    gap: 4px;
  }

.mobile-search-history__item {
    min-height: 36px;
    width: 100%;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: #172033;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    text-align: left;
  }

.mobile-search-history__item:active,
.mobile-search-history__item:focus-visible {
    border-color: rgba(0, 111, 186, .18);
    background: rgba(239, 248, 255, .92);
    color: var(--blue);
    outline: none;
  }

.mobile-search-history__item span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.mobile-search-clear,
.mobile-search-close {
    position: relative;
    border: 0;
    color: var(--blue);
  }

.mobile-search-ai-badge {
    width: max-content;
    max-width: calc(100% - 24px);
    min-height: 32px;
    margin: -2px 12px 8px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(0, 111, 186, .34);
    border-radius: 999px;
    color: #034f82;
    background:
      linear-gradient(90deg, rgba(225, 245, 255, .98), rgba(222, 255, 236, .96)),
      #fff;
    box-shadow:
      0 12px 30px rgba(0, 111, 186, .16),
      0 0 0 4px rgba(34, 197, 94, .08),
      inset 0 1px 0 rgba(255, 255, 255, .86);
    pointer-events: none;
    animation: search-ai-badge-pulse 1.6s ease-in-out infinite;
  }

.mobile-search-ai-badge[hidden] {
    display: none !important;
  }

.mobile-search-ai-badge span {
    font-family: var(--accent-font);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }

.mobile-search-ai-badge i {
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 999px;
    background: currentColor;
    opacity: .42;
    animation: search-ai-dot 1.05s ease-in-out infinite;
  }

.mobile-search-ai-badge[data-source="pending"] {
    color: #08624b;
    border-color: rgba(16, 185, 129, .42);
  }

.mobile-search-ai-badge[data-source="idle"] {
    color: #7a8796;
    border-color: rgba(148, 163, 184, .22);
    background:
      linear-gradient(90deg, rgba(248, 250, 252, .90), rgba(255, 255, 255, .84)),
      #fff;
    box-shadow:
      0 8px 18px rgba(15, 23, 42, .055),
      inset 0 1px 0 rgba(255, 255, 255, .84);
    animation: none;
  }

.mobile-search-ai-badge[data-source="pending-muted"] {
    color: #3d6f5f;
    border-color: rgba(16, 185, 129, .26);
    background:
      linear-gradient(90deg, rgba(240, 253, 244, .88), rgba(255, 255, 255, .86)),
      #fff;
    box-shadow:
      0 10px 24px rgba(16, 185, 129, .10),
      inset 0 1px 0 rgba(255, 255, 255, .86);
  }

.mobile-search-ai-badge[data-source="live"] {
    color: #075985;
    border-color: rgba(0, 111, 186, .48);
  }

.mobile-search-ai-badge[data-source="done"] {
    color: #0f766e;
    border-color: rgba(20, 184, 166, .34);
  }

.mobile-search-ai-badge[data-source="cache"] {
    color: #4b5563;
    border-color: rgba(107, 114, 128, .28);
  }

.mobile-search-ai-badge i:nth-child(3) {
    animation-delay: .14s;
  }

.mobile-search-ai-badge i:nth-child(4) {
    animation-delay: .28s;
  }

.mobile-search-clear[hidden] {
    display: none;
  }

.mobile-search-close::before,
.mobile-search-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
  }

.mobile-search-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

.mobile-search-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

.mobile-search-clear {
    min-width: 0;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .58);
    color: rgba(13, 42, 69, .58);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
  }

.mobile-search-close {
    width: 46px;
    height: 52px;
    border-radius: 18px;
    background:
      radial-gradient(ellipse at 44% 12%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 68%),
      rgba(255, 255, 255, .72);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .90),
      0 14px 32px rgba(20, 45, 72, .10);
  }

.mobile-search-filter {
    width: max-content;
    max-width: calc(100% - 24px);
    margin: 0 12px 8px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .60);
    color: #5f6d7d;
    font-size: 13px;
    font-weight: 800;
  }

.mobile-search-filter input {
    width: 18px;
    height: 18px;
    accent-color: var(--green);
  }

.mobile-search-status {
    min-height: 28px;
    padding: 0 16px 10px;
    color: #607084;
    font-size: 13px;
    font-weight: 800;
  }

.mobile-search-results {
    min-height: 0;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 2px 10px 12px;
    overflow: auto;
    overscroll-behavior: contain;
  }

.mobile-search-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 22px;
    background:
      radial-gradient(ellipse 80% 34% at 72% 0%, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 68%),
      rgba(255, 255, 255, .70);
    box-shadow:
      0 14px 36px rgba(20, 45, 72, .10),
      inset 0 1px 0 rgba(255, 255, 255, .86);
  }

.mobile-search-card.is-exact {
    background:
      radial-gradient(ellipse 72% 44% at 20% 50%, rgba(53, 185, 87, .16), rgba(53, 185, 87, 0) 76%),
      rgba(255, 255, 255, .76);
  }

.mobile-search-card.is-analog-match {
    background:
      radial-gradient(ellipse 72% 44% at 20% 50%, rgba(245, 141, 35, .18), rgba(245, 141, 35, 0) 76%),
      rgba(255, 255, 255, .76);
  }

.mobile-search-card--navigation {
    background:
      radial-gradient(ellipse 72% 44% at 20% 50%, rgba(0, 111, 186, .13), rgba(0, 111, 186, 0) 76%),
      rgba(255, 255, 255, .76);
  }

.mobile-search-card--category {
    background:
      radial-gradient(ellipse 72% 44% at 20% 50%, rgba(53, 185, 87, .14), rgba(53, 185, 87, 0) 76%),
      rgba(255, 255, 255, .76);
  }

.mobile-search-card__image {
    position: relative;
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background:
      radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .88), rgba(255, 255, 255, 0) 66%),
      rgba(244, 249, 252, .86);
  }

.mobile-search-card__image img {
    max-width: 78px;
    max-height: 78px;
    object-fit: contain;
    mix-blend-mode: multiply;
  }

.mobile-search-card__kit-icon {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 111, 186, .18);
    border-radius: 999px;
    background: rgba(239, 248, 255, .96);
    color: var(--blue);
    box-shadow: 0 10px 22px rgba(0, 111, 186, .16);
  }

.mobile-search-card__kit-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

.mobile-search-card.is-kit-analog .mobile-search-card__image::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 111, 186, .18);
    border-radius: 999px;
    background-color: rgba(239, 248, 255, .96);
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23006fba' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 7l8 4 8-4-8-4Z'/%3E%3Cpath d='M4 12l8 4 8-4'/%3E%3Cpath d='M4 17l8 4 8-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 10px 22px rgba(0, 111, 186, .16);
  }

.mobile-search-card__image-fallback {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

.mobile-search-card__image--entity {
    color: var(--blue);
  }

.mobile-search-card--category .mobile-search-card__image--entity {
    color: #16823a;
  }

.mobile-search-card__image--entity svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

.mobile-search-card__main {
    min-width: 0;
    display: grid;
    gap: 6px;
  }

.mobile-search-card__top {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 7px;
  }

.mobile-search-card__top--analog-context {
    align-items: baseline;
  }

.mobile-search-card__analog-context {
    margin: 0;
    color: #111827;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

.mobile-search-card__code {
    min-width: 0;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
    overflow-wrap: anywhere;
  }

.mobile-search-card__top span {
    flex: 0 0 auto;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(53, 185, 87, .13);
    color: #229646;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }

.mobile-search-card__top .mobile-search-card__badge--analog {
    background: rgba(245, 141, 35, .14);
    color: #9a5b13;
  }

.mobile-search-card__stickers {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    max-width: 100%;
    overflow: visible;
  }

.mobile-search-card__sticker {
    position: relative;
    max-width: 100%;
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    padding: 3px 7px;
    border: 1px solid rgba(96, 113, 132, .16);
    border-radius: 999px;
    background: rgba(248, 250, 252, .94);
    color: #475569;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
    overflow-wrap: anywhere;
    white-space: nowrap;
    box-shadow: 0 5px 12px rgba(15, 23, 42, .06);
    transition: margin-left .18s ease, transform .18s ease, box-shadow .18s ease;
  }

.mobile-search-card__sticker + .mobile-search-card__sticker {
    margin-left: -9px;
  }

.mobile-search-card__sticker:nth-child(1) {
    z-index: 4;
  }

.mobile-search-card__sticker:nth-child(2) {
    z-index: 3;
    transform: translateY(1px);
  }

.mobile-search-card__sticker:nth-child(3) {
    z-index: 2;
    transform: translateY(2px);
  }

.mobile-search-card__sticker:nth-child(n + 4) {
    z-index: 1;
    transform: translateY(3px);
  }

.mobile-search-card:hover .mobile-search-card__sticker + .mobile-search-card__sticker,
.mobile-search-card:focus-within .mobile-search-card__sticker + .mobile-search-card__sticker {
    margin-left: 5px;
  }

.mobile-search-card:hover .mobile-search-card__sticker,
.mobile-search-card:focus-within .mobile-search-card__sticker {
    transform: translateY(0);
    box-shadow: 0 7px 16px rgba(15, 23, 42, .08);
  }

.mobile-search-card__sticker--kit {
    border-color: rgba(0, 111, 186, .28);
    background: rgba(224, 242, 254, .94);
    color: #075f9e;
  }

.mobile-search-card__sticker--main {
    border-color: rgba(53, 185, 87, .24);
    background: rgba(220, 252, 231, .92);
    color: #166534;
  }

.mobile-search-card__sticker--accessory {
    border-color: rgba(245, 141, 35, .26);
    background: rgba(255, 247, 237, .96);
    color: #9a5b13;
  }

.mobile-search-card__sticker--stainless {
    border-color: rgba(100, 116, 139, .28);
    background: rgba(241, 245, 249, .98);
    color: #334155;
  }

.mobile-search-card__sticker--partial,
.mobile-search-card__sticker--manager {
    border-color: rgba(220, 38, 38, .24);
    background: rgba(254, 242, 242, .96);
    color: #b4232d;
  }

.mobile-search-analog-candidate {
    margin-top: 8px;
    display: grid;
    gap: 6px;
  }

.mobile-search-analog-candidate__label {
    color: #9a5b13;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

.mobile-search-analog-candidate__card {
    min-height: 56px;
    padding: 7px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    border: 1px solid rgba(245, 141, 35, .20);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 251, 235, .86), rgba(255, 255, 255, .74));
    color: #172033;
    text-decoration: none;
  }

.mobile-search-analog-candidate__card.is-clickable {
    cursor: pointer;
  }

.mobile-search-analog-candidate__card.is-clickable:focus-visible {
    border-color: rgba(0, 111, 186, .34);
    box-shadow: 0 10px 20px rgba(0, 111, 186, .10);
    outline: none;
  }

.mobile-search-analog-candidate__image {
    width: 44px;
    height: 44px;
    padding: 4px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .84);
    border-radius: 8px;
    background: #fff;
    color: #94a3b8;
    font-weight: 900;
  }

.mobile-search-analog-candidate__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

.mobile-search-analog-candidate__body {
    min-width: 0;
    display: grid;
    gap: 2px;
  }

.mobile-search-analog-candidate__body b {
    color: #172033;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

.mobile-search-analog-candidate__body small {
    color: #64748b;
    font-size: 11px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

.mobile-search-analog-candidate__note {
    margin: 0;
    color: #7b5a2b;
    font-size: 11px;
    line-height: 1.35;
  }

.mobile-search-kit {
    margin-top: 8px;
    padding: 9px;
    display: grid;
    gap: 6px;
    border: 1px solid rgba(245, 141, 35, .20);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(255, 251, 235, .86), rgba(255, 255, 255, .72)),
      #fff;
  }

.mobile-search-kit__head {
    display: grid;
    gap: 1px;
  }

.mobile-search-kit__head strong {
    color: #71410e;
    font-size: 12px;
    font-weight: 900;
  }

.mobile-search-kit__head span {
    color: #8a6a44;
    font-size: 11px;
    font-weight: 750;
  }

.mobile-search-kit__components {
    display: grid;
    gap: 6px;
  }

.mobile-search-kit__component {
    position: relative;
    min-width: 0;
    min-height: 58px;
    padding: 7px 7px 24px;
    display: grid;
    grid-template-columns: 20px 44px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 4px 8px;
    align-items: center;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .84);
    color: #172033;
    text-decoration: none;
  }

.mobile-search-kit__component.is-clickable {
    cursor: pointer;
  }

.mobile-search-kit__component.is-clickable:focus-visible {
    border-color: rgba(0, 111, 186, .34);
    box-shadow: 0 10px 20px rgba(0, 111, 186, .10);
    outline: none;
  }

.mobile-search-kit__component.is-missing {
    color: #6b7280;
    background: rgba(248, 250, 252, .76);
  }

.mobile-search-kit__component.is-excluded {
    opacity: .58;
    background: rgba(248, 250, 252, .84);
  }

.mobile-search-kit__role {
    grid-column: 1 / -1;
    color: #9a5b13;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

.mobile-search-kit__check {
    width: 18px;
    height: 38px;
    padding: 2px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid rgba(53, 185, 87, .30);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(236, 253, 245, .98), rgba(220, 252, 231, .92));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .78);
  }

.mobile-search-kit__check span {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 999px;
    background: #18a34a;
    box-shadow: 0 2px 5px rgba(24, 163, 74, .30);
  }

.mobile-search-kit__check[aria-pressed="false"] {
    border-color: rgba(148, 163, 184, .30);
    background: linear-gradient(180deg, rgba(248, 250, 252, .98), rgba(226, 232, 240, .90));
    align-items: flex-end;
  }

.mobile-search-kit__check[aria-pressed="false"] span {
    background: #94a3b8;
    box-shadow: 0 -2px 5px rgba(100, 116, 139, .22);
  }

.mobile-search-kit__image {
    width: 44px;
    height: 44px;
    padding: 4px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .84);
    border-radius: 8px;
    background: #fff;
  }

.mobile-search-kit__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

.mobile-search-kit__image--empty {
    color: #94a3b8;
    font-weight: 900;
  }

.mobile-search-kit__body {
    min-width: 0;
    display: grid;
    gap: 2px;
  }

.mobile-search-kit__body b {
    color: #172033;
    font-size: 12px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

.mobile-search-kit__body b em {
    color: #9a5b13;
    font-style: normal;
    font-weight: 900;
  }

.mobile-search-kit__body small {
    color: #687789;
    font-size: 10px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

.mobile-search-kit__terms {
    position: absolute;
    right: 7px;
    bottom: 7px;
    max-width: calc(100% - 14px);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px;
  }

.mobile-search-kit__term {
    min-height: 18px;
    padding: 2px 5px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    border: 1px solid rgba(0, 111, 186, .13);
    border-radius: 6px;
    background: rgba(239, 248, 255, .84);
    color: #335067;
    font-size: 9px;
    font-weight: 780;
    line-height: 1;
    white-space: nowrap;
  }

.mobile-search-kit__term b {
    color: #006fba;
    font-size: 9px;
    font-weight: 900;
  }

.mobile-search-kit__term span,
.mobile-search-kit__term small {
    color: inherit;
    font-size: 9px;
    line-height: 1;
  }

.mobile-search-kit__term small {
    color: #6a7d8f;
    font-weight: 760;
  }

.mobile-search-kit__term--empty,
.mobile-search-kit__term--manager {
    border-color: rgba(180, 83, 9, .16);
    background: rgba(255, 247, 237, .88);
    color: #9a5b13;
  }

.mobile-search-kit__note {
    margin: 0;
    color: #7b5a2b;
    font-size: 11px;
    line-height: 1.35;
  }

.mobile-search-kit__cart {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
  }

.mobile-search-kit__qty {
    height: 38px;
    display: grid;
    grid-template-columns: 31px 1fr 31px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(0, 111, 186, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .90);
  }

.mobile-search-kit__qty button,
.mobile-search-kit__qty input {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: #172033;
    text-align: center;
    font-weight: 850;
  }

.mobile-search-kit__qty button {
    color: var(--blue);
  }

.mobile-search-kit__qty input {
    min-width: 0;
    appearance: textfield;
  }

.mobile-search-kit__qty input::-webkit-outer-spin-button,
.mobile-search-kit__qty input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
  }

.mobile-search-kit__cart-button {
    min-height: 38px;
    min-width: 0;
    padding: 0 12px;
    border: 1px solid rgba(0, 111, 186, .22);
    border-radius: 8px;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
  }

.mobile-search-kit__cart-button.is-added {
    background: #35b957;
  }

.mobile-search-card__top .mobile-search-card__entity-badge {
    background: rgba(0, 111, 186, .10);
    color: #075f9e;
  }

.mobile-search-card--category .mobile-search-card__top .mobile-search-card__entity-badge {
    background: rgba(53, 185, 87, .12);
    color: #18733a;
  }

.mobile-search-card__title {
    min-width: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #273344;
    font-size: 13px;
    line-height: 1.28;
    text-decoration: none;
  }

.mobile-search-card__price {
    display: flex;
    align-items: baseline;
    gap: 7px;
    flex-wrap: wrap;
  }

.mobile-search-card__price strong {
    color: #111827;
    font-size: 17px;
    font-weight: 900;
  }

.mobile-search-card__price small {
    color: #7a8796;
    font-size: 11px;
    font-weight: 700;
  }

.mobile-search-card__nav-hint {
    color: #64748b;
    font-size: 12px;
    line-height: 1.3;
  }

.mobile-search-card__nav-action {
    width: fit-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid rgba(0, 111, 186, .22);
    border-radius: 999px;
    background: #fff;
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
  }

.mobile-search-stock {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }

.mobile-search-stock span,
.mobile-search-empty-stock {
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(237, 246, 241, .88);
    color: #2a7b3f;
    font-size: 11px;
    font-weight: 800;
  }

.mobile-search-stock b {
    color: #6e7b8c;
    font-size: 10px;
  }

.mobile-search-stock small {
    color: #6e7b8c;
    font-size: 10px;
  }

.mobile-search-empty-stock {
    width: max-content;
    border: 1px solid rgba(192, 38, 38, .16);
    background:
      radial-gradient(ellipse at 16% 0%, rgba(255, 255, 255, .84), rgba(255, 255, 255, 0) 60%),
      rgba(254, 242, 242, .62);
    color: #c02626;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .84),
      0 8px 18px rgba(127, 29, 29, .07);
    backdrop-filter: blur(14px) saturate(1.16);
    -webkit-backdrop-filter: blur(14px) saturate(1.16);
  }

.mobile-search-empty-stock--backorder {
    min-height: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 4px 9px;
    gap: 1px;
    border: 1px solid rgba(31, 41, 55, .07);
    background:
      radial-gradient(ellipse at 50% 52%, rgba(245, 158, 11, .14) 0%, rgba(245, 158, 11, .08) 48%, rgba(245, 158, 11, 0) 76%),
      linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(246, 249, 252, .62)),
      rgba(255, 255, 255, .65);
    color: #92400e;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, .72),
      0 1px 2px rgba(0, 0, 0, .04),
      0 8px 24px rgba(0, 0, 0, .08);
    backdrop-filter: blur(20px) saturate(1.08);
    -webkit-backdrop-filter: blur(20px) saturate(1.08);
  }

.mobile-search-empty-stock--backorder strong {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }

.mobile-search-empty-stock--backorder small {
    color: #8a6a42;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.1;
  }

.mobile-search-card__actions {
    display: grid;
    grid-template-columns: minmax(116px, 1fr) 48px;
    gap: 8px;
    align-items: center;
  }

.mobile-search-card__qty {
    height: 42px;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    border-radius: 16px;
  }

.mobile-search-card__qty button,
.mobile-search-card__qty input {
    height: 100%;
    border: 0;
    background: transparent;
  }

.mobile-search-card__qty button {
    color: var(--blue);
    font-size: 18px;
    font-weight: 800;
  }

.mobile-search-card__qty input {
    color: #111827;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
  }

.mobile-search-cart {
    width: 48px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: var(--blue);
  }

.mobile-search-cart svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }

.mobile-search-more {
    min-height: 46px;
    margin: 0 10px 10px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, .76);
    color: var(--blue);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
  }

.mobile-search-empty {
    min-height: 120px;
    display: grid;
    place-items: center;
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .62);
    color: #607084;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
  }

.mobile-search-card--loading {
    pointer-events: none;
  }

.mobile-search-card--loading > div,
.mobile-search-card--loading i {
    display: block;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(226, 235, 241, .75), rgba(255, 255, 255, .86), rgba(226, 235, 241, .75));
    background-size: 200% 100%;
    animation: search-skeleton 1.1s ease-in-out infinite;
  }

.mobile-search-card--loading > div {
    width: 92px;
    height: 92px;
  }

.mobile-search-card--loading section {
    display: grid;
    gap: 10px;
  }

.mobile-search-card--loading i {
    height: 14px;
  }

.hero,
.category-section,
.group-main,
.product-main,
.account-shell {
    width: min(100% - 24px, 720px);
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

.category-grid,
.group-hero,
.group-workspace,
.product-shell,
.product-layout,
.account-shell,
.account-grid,
.account-metrics {
    grid-template-columns: 1fr;
  }

.product-title,
.account-hero h1 {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.04;
  }

.trust-strip.partners-carousel {
    display: block;
    height: 120px;
    min-height: 120px;
    margin-top: 12px;
    border-radius: 16px;
  }

.partners-carousel__card {
    min-height: 0;
    padding: 0;
  }

.partners-carousel__viewport::before,
.partners-carousel__viewport::after {
    width: 34px;
  }

.partners-carousel__card img {
    width: 160px;
    height: 120px;
    max-width: none;
    max-height: none;
  }

.category-section {
    padding-top: 18px;
  }

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

.category-card {
    min-height: 192px;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(96px, 1fr) auto;
    align-items: stretch;
    padding: 12px;
    border-radius: 20px;
  }

.category-card img {
    width: 100%;
    height: 104px;
    object-fit: contain;
    align-self: center;
    justify-self: center;
  }

.category-card__meta {
    min-height: 0;
    grid-template-columns: 22px 1px minmax(0, 1fr);
    align-self: end;
  }

.category-card__meta strong {
    font-size: 12px;
    line-height: 1.25;
  }

.home-latest-articles {
    width: calc(100% - 28px);
    margin-top: 26px;
    padding: 14px 12px 16px;
    border-radius: 18px;
  }

.home-latest-articles__head {
    align-items: start;
    margin-bottom: 12px;
  }

.home-latest-articles__head h2 {
    font-size: 20px;
  }

.home-latest-articles__all {
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
  }

.home-latest-articles__grid {
    display: flex;
    gap: 12px;
    margin: 0 -12px;
    padding: 0 12px 4px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

.home-latest-articles__grid::-webkit-scrollbar {
    height: 0;
  }

.home-article-card {
    flex: 0 0 min(78vw, 280px);
    min-height: 206px;
    scroll-snap-align: start;
  }

.home-article-card__body strong {
    font-size: 13px;
  }

.home-builder-copy {
    width: calc(100% - 28px);
    margin-top: 22px;
    padding: 14px 15px 13px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 1.55;
  }

.home-builder-copy[hidden] {
    display: none;
    min-height: 0;
  }

.home-builder-copy.is-collapsed .home-builder-copy__body {
    max-height: 138px;
  }

.home-builder-copy :where(h1, h2) {
    font-size: 13px;
  }

.is-category-page .group-series-strip {
    width: calc(100vw - 24px);
    margin: 18px calc(50% - 50vw) 0;
    padding: 2px 12px 18px;
    min-height: 272px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(244px, 78vw);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

.is-category-page .group-series-strip::-webkit-scrollbar {
    display: none;
  }

.is-category-page .category-link-card {
    min-height: 252px;
    height: 252px;
    width: auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 16px 16px 18px;
    grid-template-rows: auto minmax(122px, 1fr) auto;
    border-radius: 24px;
  }

.is-category-page .category-link-card img {
    height: 126px;
  }

.is-category-page .category-skeleton-card__image {
    height: 126px;
  }

.is-category-page .category-link-card strong {
    width: min(100%, 230px);
    min-height: 2.5em;
    font-size: 18px;
    line-height: 1.18;
  }

.is-product-group-page .group-series-strip {
    display: none;
  }

.is-product-group-page .group-series-rail__controls {
    display: none;
  }

.is-product-group-page .group-series-rail__scrollbar {
    display: none;
  }

.category-bestsellers {
    margin-top: 18px;
  }

.is-category-page.category-lazy-flow-pending .category-flow {
    min-height: min(3200px, 760vh);
    content-visibility: auto;
    contain-intrinsic-size: 1px 3200px;
  }

.category-bestsellers__head {
    align-items: start;
    flex-direction: column;
  }

.category-bestsellers__actions {
    width: 100%;
    justify-content: space-between;
  }

.category-bestseller-card {
    padding: 12px;
    border-radius: 18px;
  }

.is-product-group-page .group-list {
    gap: 12px;
  }

.is-product-group-page .group-series {
    border-radius: 22px;
  }

  .is-product-group-page .group-series__summary {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(54, 187, 116, .34);
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    box-shadow:
      -5px -4px 14px -10px rgba(45, 190, 112, .58),
      5px -4px 14px -10px rgba(45, 190, 112, .58);
  }

.is-product-group-page .group-series__image {
    height: 76px;
    border-radius: 16px;
  }

.is-product-group-page .group-series__image img {
    max-height: 60px;
  }

.is-product-group-page .group-series h2 {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.18;
  }

.is-product-group-page .series-specs {
    display: none;
  }

  .is-product-group-page .group-series__footer {
    padding: 0 16px 14px;
    justify-content: flex-start;
    border: 1px solid rgba(54, 187, 116, .34);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    box-shadow:
      -5px 5px 14px -10px rgba(45, 190, 112, .58),
      5px 5px 14px -10px rgba(45, 190, 112, .58);
  }

  .is-product-group-page .group-series.is-open .group-series__footer {
    border-bottom-color: rgba(54, 187, 116, .34);
  }

.is-product-group-page .group-series__toggle {
    min-height: 32px;
    justify-content: flex-start;
    font-size: 11px;
  }

.is-product-group-page .variant-row {
  padding: 14px 14px 16px;
}

.is-product-group-page .variant-row.has-personal-preview {
    grid-template-columns: 68px minmax(0, 1fr) minmax(126px, auto);
}

.is-product-group-page .variant-row.has-personal-preview .variant-personal-preview {
    grid-column: 1;
    grid-row: 1;
    width: 64px;
    height: 64px;
}

.is-product-group-page .variant-row.has-personal-preview .variant-info {
    grid-column: 2 / -1;
    grid-row: 1;
}

.is-product-group-page .variant-row.has-personal-preview .variant-price {
    grid-column: 1 / 3;
}

.is-product-group-page .variant-row.has-personal-preview .variant-stock {
    grid-column: 3;
}

.is-product-group-page .variant-price strong {
    font-size: 18px;
  }

.is-product-group-page .variant-price small {
    font-size: 12px;
  }

.is-product-group-page .variant-stock:has(> .stock-chip),
.is-product-group-page .variant-stock .stock-list,
.is-product-group-page .variant-stock .stock-empty {
    width: min(168px, 42vw);
  }

.is-category-page .group-hero {
    position: relative;
    top: auto;
    z-index: 1;
    margin-bottom: 0;
  }

.category-view-switch {
    position: relative;
    z-index: 2;
    width: max-content;
    margin: 28px 0 0 auto;
    padding: 4px;
    display: flex;
    flex: 0 0 auto;
    clear: both;
    border-radius: 18px;
  }

.category-view-switch[hidden] {
    display: none;
  }

.group-data-loading.is-category-page .category-view-switch[hidden] {
    display: flex;
    visibility: hidden;
    pointer-events: none;
  }

.category-view-switch button {
    width: 42px;
    min-width: 42px;
    height: 38px;
    padding: 0;
  }

.category-view-switch span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

.is-category-page.category-view-grid .group-series-strip {
    width: 100%;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: initial;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    scroll-padding-inline: 0;
    scroll-snap-type: none;
  }

.is-category-page.category-view-grid .category-link-card {
    min-height: 192px;
    height: 192px;
    padding: 12px;
    grid-template-rows: auto minmax(92px, 1fr) auto;
    row-gap: 8px;
    border-radius: 20px;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }

.is-category-page.category-view-grid .category-link-card img {
    height: 96px;
  }

.is-category-page.category-view-grid .category-skeleton-card__image {
    height: 96px;
  }

.is-category-page.category-view-grid .category-link-card strong {
    width: 100%;
    min-height: 0;
    font-size: 12px;
    line-height: 1.22;
  }

.is-category-page .group-main {
    padding-bottom: calc(var(--mobile-bottom-nav-h) + env(safe-area-inset-bottom, 0px) + 34px);
  }

.group-main,
.product-main {
    padding-top: 14px;
  }

.group-breadcrumbs {
    margin-top: 6px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    font-size: 11px;
  }

.group-back-link {
    width: 44px;
    min-width: 44px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    display: grid;
    place-items: center;
    grid-column: 1;
    grid-row: 1;
    border-radius: 18px;
  }

.group-back-link span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

.group-back-link svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

.group-breadcrumbs__compact {
    grid-column: 2;
    min-width: 0;
    max-width: 100%;
    min-height: 36px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(226, 232, 240, .66);
    border-radius: 18px;
    background:
      radial-gradient(ellipse at 20% 0%, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 66%),
      rgba(255, 255, 255, .58);
    box-shadow:
      0 10px 24px rgba(15, 23, 42, .06),
      inset 0 1px 0 rgba(255, 255, 255, .84);
    backdrop-filter: blur(14px) saturate(1.10);
    -webkit-backdrop-filter: blur(14px) saturate(1.10);
  }

.group-breadcrumbs__compact a,
.group-breadcrumbs__compact strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.group-breadcrumbs__compact strong {
    flex: 1 1 auto;
  }

.group-breadcrumbs__full {
    grid-column: 2;
    margin-top: 6px;
    padding: 8px 10px;
    display: flex;
    gap: 5px 6px;
    border: 1px solid rgba(226, 232, 240, .66);
    border-radius: 16px;
    background: rgba(255, 255, 255, .62);
  }

.group-breadcrumbs__full[hidden] {
    display: none;
  }

.group-breadcrumbs__full a,
.group-breadcrumbs__full strong {
    line-height: 1.28;
  }

.group-breadcrumbs__toggle {
    flex: 0 0 30px;
    background:
      radial-gradient(circle at 34% 22%, rgba(255, 255, 255, .76), rgba(255, 255, 255, 0) 52%),
      rgba(232, 245, 252, .78);
    box-shadow: 0 6px 16px rgba(0, 111, 186, .10);
  }

.product-breadcrumbs {
    margin: 6px 0 10px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    font-size: 11px;
  }

.product-back-link {
    width: 44px;
    min-width: 44px;
    height: 36px;
    padding: 0;
    grid-column: 1;
    grid-row: 1;
    border-radius: 13px;
  }

.product-back-link svg {
    width: 17px;
    height: 17px;
  }

.product-back-link span {
    display: none;
  }

.product-breadcrumbs__compact {
    min-width: 0;
    max-width: 100%;
    min-height: 36px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(226, 232, 240, .66);
    border-radius: 18px;
    background:
      radial-gradient(ellipse at 20% 0%, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 66%),
      rgba(255, 255, 255, .58);
    box-shadow:
      0 10px 24px rgba(15, 23, 42, .06),
      inset 0 1px 0 rgba(255, 255, 255, .84);
    backdrop-filter: blur(14px) saturate(1.10);
    -webkit-backdrop-filter: blur(14px) saturate(1.10);
  }

.product-back-link + .product-breadcrumbs__compact,
.product-back-link + .product-breadcrumbs__full {
    grid-column: 2;
    grid-row: 1;
  }

.product-breadcrumbs__compact a,
.product-breadcrumbs__compact strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.product-breadcrumbs__compact strong {
    flex: 1 1 auto;
  }

.product-breadcrumbs__full {
    grid-column: 1 / -1;
    margin-top: 6px;
    padding: 8px 10px;
    display: flex;
    gap: 5px 6px;
    border: 1px solid rgba(226, 232, 240, .66);
    border-radius: 16px;
    background: rgba(255, 255, 255, .62);
  }

.product-back-link + .product-breadcrumbs__full {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

.product-breadcrumbs__full[hidden] {
    display: none;
  }

.product-breadcrumbs:not(.is-expanded) .product-breadcrumbs__full {
    display: none;
  }

.product-breadcrumbs__full a,
.product-breadcrumbs__full strong {
    line-height: 1.28;
  }

.product-breadcrumbs__toggle {
    flex: 0 0 30px;
    background:
      radial-gradient(circle at 34% 22%, rgba(255, 255, 255, .76), rgba(255, 255, 255, 0) 52%),
      rgba(232, 245, 252, .78);
    box-shadow: 0 6px 16px rgba(0, 111, 186, .10);
  }

.product-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

.product-layout {
    display: contents;
  }

.product-breadcrumbs {
    order: 1;
  }

.product-gallery {
    order: 2;
  }

.product-hero-title {
    order: 3;
    position: relative;
    top: auto;
    z-index: 8;
    margin: 0;
    padding: 14px 14px 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "badges review"
      "title title";
    align-items: center;
    gap: 12px 10px;
    border-radius: 22px;
  }

.product-hero-title__badges {
    grid-area: badges;
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px;
    align-items: center;
    gap: 8px;
  }

.product-code--hero {
    min-width: 0;
    min-height: 36px;
    padding: 0 10px;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
  }

.product-title-line {
    grid-area: title;
    min-width: 0;
    display: block;
  }

.product-hero-title h1 {
    width: 100%;
    min-width: 0;
    font-size: clamp(20px, 5.6vw, 28px);
    line-height: 1.14;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

.product-summary {
    order: 4;
    position: static;
    padding: 14px;
    display: grid;
    gap: 14px;
  }

.group-hero,
.product-card,
.product-gallery,
.product-summary,
.account-hero,
.account-panel,
.account-metrics div {
    border-radius: 22px;
    background:
      radial-gradient(ellipse at 20% 0%, rgba(255, 255, 255, .86), rgba(255, 255, 255, 0) 62%),
      rgba(255, 255, 255, .70);
    box-shadow:
      0 16px 42px rgba(20, 45, 72, .09),
      inset 0 1px 0 rgba(255, 255, 255, .82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

.variant-row,
.account-row,
.account-row--bill,
.account-row--wish {
    grid-template-columns: 1fr;
    align-items: start;
  }

.variant-actions {
    justify-content: start;
  }

.product-gallery {
    position: static;
    padding: 12px;
  }

.product-gallery__stage {
    height: clamp(240px, 64vw, 380px);
    min-height: 0;
    border-radius: 20px;
  }

.product-gallery__thumbs {
    margin-top: 10px;
    grid-auto-flow: column;
    grid-auto-columns: 52px;
    grid-template-columns: none;
    overflow-x: auto;
    scrollbar-width: none;
  }

.product-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }

.product-gallery__thumbs button {
    height: 52px;
    border-radius: 12px;
  }

.product-price {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

.product-price > span {
    display: none;
  }

.product-price strong {
    font-size: clamp(28px, 8vw, 40px);
  }

.product-price small {
    font-size: 14px;
  }

.is-product-group-page .group-main {
    padding-top: 8px;
  }

.is-product-group-page .group-breadcrumbs {
    margin: 4px 0 8px;
  }

.is-product-group-page .group-breadcrumbs__full {
    max-height: 38vh;
    overflow: auto;
  }

.is-product-group-page .group-breadcrumbs:not(.is-expanded) .group-breadcrumbs__full {
    display: none;
  }

.is-product-group-page .group-hero {
    position: relative;
    top: auto;
    z-index: 1;
    margin: 8px 0 6px;
    padding: 14px 16px;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

.is-product-group-page .group-hero h1 {
    font-size: clamp(22px, 6.2vw, 28px);
    line-height: 1.14;
    letter-spacing: 0;
  }

.is-product-group-page .group-hero p,
.is-product-group-page .group-hero__metrics {
    display: none;
  }

.is-product-group-page .group-workspace {
    margin-top: 4px;
    gap: 6px;
  }

.is-product-group-page .group-filter-trigger {
    min-height: 42px;
    margin: 0;
    padding: 0 14px;
    gap: 8px;
    border-radius: 16px;
    font-size: 13px;
  }

.is-product-group-page .group-filter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 81;
    width: min(390px, calc(100vw - 28px));
    height: 100dvh;
    max-height: none;
    overflow: auto;
    transform: translateX(calc(-100% - 28px));
  }

.is-product-group-page .group-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
  }

.is-product-group-page .group-filter-trigger svg {
    width: 18px;
    height: 18px;
  }

.is-product-group-page .group-list {
    gap: 10px;
  }

.group-data-loading.is-product-group-page .group-workspace::before {
    content: "";
    display: block;
    min-height: 42px;
    border-radius: 16px;
    background: rgba(238, 247, 252, .68);
    box-shadow: inset 0 0 0 1px rgba(186, 212, 231, .34);
  }

.group-data-loading.is-product-group-page .group-list {
    /*
     * Keep the loading footprint close to the three rendered skeleton cards.
     * The former 340vh reservation collapsed as soon as API data arrived and
     * moved every following section (including the mobile bottom UI).
     */
    min-height: calc(3 * 150px + 2 * 10px);
    contain: layout paint;
}

.group-data-loading.is-product-group-page .group-skeleton-panel {
    min-height: 150px;
    border-radius: 22px;
}

.is-product-group-page .group-hero__copy,
.is-product-group-page .group-workspace,
.is-product-group-page .group-list,
.is-product-group-page .group-series,
.is-product-group-page .group-series__summary {
    min-width: 0;
}

.is-product-group-page .group-series__image,
.is-product-group-page .series-mini-card img,
.is-product-group-page .variant-personal-preview {
    overflow: hidden;
    contain: layout paint;
}

.is-product-group-page .group-series__image img,
.is-product-group-page .series-mini-card img,
.is-product-group-page .variant-personal-preview img,
.is-product-group-page .category-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.group-data-loading.is-product-group-page .group-workspace::before,
.is-product-group-page .group-filter-trigger {
    min-height: 42px;
}

.is-product-group-page .group-series__summary {
    min-height: 108px;
}

.is-product-group-page .group-series__image {
    width: 76px;
    aspect-ratio: 1;
}

.group-data-loading.is-product-group-page .group-skeleton-panel .group-series__summary {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 16px;
  }

.group-data-loading.is-product-group-page .group-skeleton-panel .group-series__summary div:first-child {
    height: 76px;
    border-radius: 16px;
  }

.group-data-loading.is-product-group-page .group-skeleton-panel .group-series__summary span {
    height: 16px;
    margin: 8px 0;
  }

.is-product-group-page .variant-row {
    grid-template-columns: minmax(0, 1fr) minmax(126px, auto);
    gap: 10px 12px;
    align-items: center;
    padding: 14px 14px 16px;
  }

.is-product-group-page .variant-info {
    grid-column: 1 / -1;
    display: grid;
    gap: 6px;
  }

.is-product-group-page .variant-info .variant-title {
    -webkit-line-clamp: 2;
  }

.is-product-group-page .variant-price {
    grid-column: 1;
    align-self: center;
    justify-self: start;
  }

.is-product-group-page .variant-stock {
    grid-column: 2;
    align-self: center;
    justify-self: end;
  }

.is-product-group-page .variant-stock:has(> .stock-chip),
.is-product-group-page .variant-stock .stock-list,
.is-product-group-page .variant-stock .stock-empty {
    width: min(168px, 42vw);
  }

.is-product-group-page .variant-actions {
    grid-column: 1 / -1;
    grid-template-columns: minmax(118px, 1fr) minmax(138px, 1.15fr);
    justify-content: stretch;
  }

.product-stock {
    margin-top: 0;
  }

.product-block-title {
    display: none;
  }

.product-stock .stock-list {
    min-height: 0;
    border: 1px solid rgba(226, 232, 240, .70);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, .54);
  }

.product-stock .stock-chip {
    min-height: 74px;
    padding: 10px 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

.product-stock .stock-chip + .stock-chip {
    border-left: 1px solid rgba(226, 232, 240, .72);
  }

.product-stock .stock-chip span {
    font-size: 16px;
  }

.product-stock .stock-chip small {
    font-size: 11px;
  }

.product-buy {
    margin-top: 0;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 10px;
  }

.product-buy .qty-control,
.product-cart,
.product-card-pdf {
    height: 54px;
  }

.product-cart,
.product-card-pdf {
    min-width: 0;
    padding-inline: 10px;
    white-space: nowrap;
  }

.product-service {
    display: none;
  }

.product-tabs-card {
    order: 5;
    margin-top: 18px;
    padding: 12px;
    overflow: hidden;
  }

.product-builder-block {
    order: 6;
    margin-top: 10px;
    padding: 14px;
    border-radius: 22px;
  }

.product-builder-block .section-heading--compact {
    min-height: 40px;
    margin-bottom: 12px;
    gap: 10px;
  }

.product-builder-block .section-heading--compact h2 {
    font-size: 20px;
  }

.product-builder-arrow {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

.product-builder-arrow svg {
    width: 19px;
    height: 19px;
  }

.product-builder-grid {
    grid-auto-columns: minmax(218px, 78%);
    gap: 10px;
    padding-bottom: 8px;
  }

.product-accessories-block {
    order: 7;
    margin-top: 10px;
    padding: 14px;
    border-radius: 22px;
  }

.product-content-builder {
    order: 8;
    margin-top: 10px;
    padding: 14px;
    border-radius: 22px;
  }

.product-content-builder__body {
    gap: 12px;
  }

.legacy-content-card {
    padding: 14px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.55;
  }

.legacy-content-card h2 {
    font-size: 20px;
  }

.legacy-content-card h3 {
    font-size: 18px;
  }

.legacy-content-card img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 340px;
    border-radius: 14px;
    object-fit: contain;
  }

.product-tabs {
    min-height: 54px;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

.product-tabs::-webkit-scrollbar {
    display: none;
  }

.product-tabs button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 16px;
    scroll-snap-align: start;
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: .055em;
  }

.product-tab-count,
.product-tab-rating {
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
  }

.product-tab-panel {
    padding: 24px 4px 6px;
  }

.product-sticky-buy,
.product-buy {
    position: sticky;
    bottom: calc(var(--mobile-bottom-nav-h) + env(safe-area-inset-bottom, 0px) + 16px);
    z-index: 70;
  }

.product-buy {
    position: static;
    bottom: auto;
    z-index: auto;
  }

.account-shell {
    padding-top: 14px;
    gap: 14px;
  }

.account-nav {
    position: static;
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding: 10px;
    border-radius: 22px;
    scrollbar-width: none;
  }

.account-nav::-webkit-scrollbar {
    display: none;
  }

.account-nav__identity {
    display: none;
  }

.account-nav a {
    flex: 0 0 auto;
    min-height: 42px;
    white-space: nowrap;
  }

.account-hero {
    min-height: 0;
    display: grid;
    padding: 20px;
    color: var(--blue-dark);
  }

.account-hero p:not(.eyebrow) {
    color: #637184;
  }

.account-hero .eyebrow {
    color: var(--blue);
  }

.account-hero__actions {
    justify-content: start;
  }

.account-hero__actions a {
    background: rgba(0, 111, 186, .08);
    color: var(--blue);
    border-color: rgba(0, 111, 186, .14);
  }

.account-table__head {
    display: none;
  }

.account-row--document {
    grid-template-columns: 1fr auto;
    gap: 12px 14px;
  }

.account-row--order {
    grid-template-columns: 1fr auto;
    gap: 12px 14px;
  }

.account-row--order .account-order-link,
.account-row--order .account-document-money {
    grid-column: 1 / -1;
  }

.account-row--order time {
    grid-column: 1;
    font-size: 14px;
  }

.account-row--order .account-order-status {
    grid-column: 1;
    width: auto;
    max-width: none;
    white-space: normal;
    justify-self: start;
  }

.account-order-delete,
.account-order-lock {
    grid-column: 2;
    grid-row: 3;
  }

.account-order-details {
    grid-column: 1 / -1;
  }

.account-order-details__head {
    display: grid;
    gap: 5px;
  }

.account-order-details__head small {
    text-align: left;
  }

.account-order-details__item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

.account-order-details__media {
    width: 52px;
    grid-row: span 3;
  }

.account-order-details__table-head {
    display: none;
  }

.account-order-details__qty,
.account-order-details__price {
    grid-column: 2;
  }

.account-document-main,
.account-document-money {
    grid-column: 1 / -1;
  }

.account-document-main strong,
.account-document-money strong {
    font-size: 17px;
  }

.account-row--document time {
    align-self: center;
    font-size: 14px;
  }

.account-bill-alert {
    display: grid;
    gap: 14px;
    padding: 15px;
  }

.account-bill-alert a {
    width: 100%;
  }

.account-row--bill mark {
    grid-column: 1;
    justify-self: start;
    width: auto;
    max-width: none;
  }

.account-document-download {
    grid-column: 2;
    grid-row: 3;
  }

.account-details {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 821px) {
.mobile-app-nav {
    display: none;
  }
}

@media (max-width: 1040px) {
.topline__contacts {
    display: none;
  }

.site-footer__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

.site-footer__contacts {
    flex-wrap: wrap;
    white-space: normal;
  }

.site-footer__links {
    justify-items: start;
  }

.site-footer__social {
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: normal;
  }

.site-footer__pages {
    justify-content: flex-start;
    white-space: normal;
  }
}

.tracking-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: #627184;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

@keyframes tracking-sticker-search-glow {
  0%,
  100% {
    filter: blur(11px);
    opacity: .48;
  }
  50% {
    filter: blur(6px);
    opacity: 1;
  }
}

@keyframes tracking-sticker-pulse {
  0%,
  100% {
    transform: translateY(0);
    filter: saturate(1);
  }
  50% {
    transform: translateY(-1px);
    filter: saturate(1.08);
  }
}

@media (max-width: 820px) {
.group-page :where(
    .product-group-shell,
    .group-series,
    .group-filter,
    .group-filter__panel,
    .group-series-strip,
    .search-drawer,
    .catalog-popover,
    .account-popover__panel,
    .auth-modal__panel,
    .contact-modal__panel,
    .cart-drawer__panel
  ),
.product-page :where(
    .product-layout,
    .product-main,
    .product-card,
    .product-side,
    .search-drawer,
    .catalog-popover,
    .account-popover__panel,
    .auth-modal__panel,
    .contact-modal__panel,
    .cart-drawer__panel
  ) {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

.group-page :where(.group-series, .group-filter__panel, .group-series-strip),
.product-page :where(.product-main, .product-card, .product-side) {
    contain: layout paint;
  }
}

.tracking-waybill-modal.is-open .tracking-waybill-modal__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@media (max-width: 760px) {
.cart-recommendations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.cart-recommendation-card {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 50px;
    padding: 7px;
  }

.cart-recommendation-card__image {
    width: 38px;
    height: 38px;
  }

.cart-recommendation-card__body strong {
    font-size: 11px;
    font-weight: 400;
  }
}
/* Compact flat desktop breadcrumb refinement. */
@media (min-width: 761px) {
  html :is(.product-breadcrumbs, .group-breadcrumbs) {
    margin: 7px 0 10px;
    gap: 6px;
    font-size: 11px;
  }

  html :is(.product-back-link, .group-back-link) {
    min-width: 78px;
    min-height: 30px;
    padding: 0 11px 0 9px;
    gap: 6px;
    border-color: rgba(126, 195, 232, .38);
    border-radius: 9px;
    background: rgba(242, 250, 253, .58);
    box-shadow: 0 3px 10px rgba(28, 92, 126, .045), inset 0 1px 0 rgba(255, 255, 255, .58);
    -webkit-backdrop-filter: blur(12px) saturate(1.08);
    backdrop-filter: blur(12px) saturate(1.08);
    font-size: 11px;
    font-weight: 520;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
  }

  html :is(.product-back-link, .group-back-link):hover,
  html :is(.product-back-link, .group-back-link):focus-visible {
    border-color: rgba(53, 185, 87, .38);
    background: rgba(245, 252, 253, .72);
    box-shadow: 0 4px 12px rgba(28, 92, 126, .06), 0 0 0 2px rgba(53, 185, 87, .045);
    transform: none;
  }

  html :is(.product-back-link, .group-back-link) svg {
    width: 13px;
    height: 13px;
    stroke-width: 2;
  }

  html :is(.product-breadcrumbs__full, .group-breadcrumbs__full, .product-breadcrumbs__compact, .group-breadcrumbs__compact) {
    min-height: 30px;
    padding: 0 11px;
    gap: 5px;
    border-radius: 9px;
    background: rgba(246, 251, 253, .48);
    box-shadow: 0 3px 10px rgba(28, 78, 105, .035), inset 0 1px 0 rgba(255, 255, 255, .52);
    -webkit-backdrop-filter: blur(12px) saturate(1.06);
    backdrop-filter: blur(12px) saturate(1.06);
  }

  html :is(.product-breadcrumbs__full, .group-breadcrumbs__full, .product-breadcrumbs__compact, .group-breadcrumbs__compact) > :where(a, strong) {
    font-size: 11px;
    font-weight: 450;
  }

  html :is(.product-breadcrumbs__full, .group-breadcrumbs__full, .product-breadcrumbs__compact, .group-breadcrumbs__compact) > strong {
    font-weight: 620;
  }

  html :is(.product-breadcrumbs__separator, .group-breadcrumbs__separator) {
    font-size: 15px;
  }
}
.cart-checkout-password > input { padding-right: 54px; }
.cart-checkout-password-toggle {
  position: absolute; right: 4px; top: 50%; width: 42px; height: 42px;
  transform: translateY(-50%); touch-action: manipulation;
}
.cart-checkout-password-match { display: block; min-height: 20px; margin-top: 5px; font-weight: 800; }

.oversized-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  padding: 5px 9px;
  border: 1px solid #f0b45e;
  border-radius: 999px;
  color: #8a4b08;
  background: #fff7e6;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}
.oversized-badge[hidden] { display: none; }
.oversized-badge svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.oversized-badge--product { margin-left: 4px; }
.oversized-badge--compact {
  flex: 0 0 22px;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 0;
  padding: 0;
  gap: 0;
}
.oversized-badge--compact svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 1180px) {
  .cart-checkout__fields--buyer > label,
  .cart-checkout__fields--buyer .cart-checkout-company { grid-column: auto; }
}
@media (max-width: 760px) {
  .oversized-badge--product { margin-left: 0; }
  .cart-checkout-flow { gap: 8px; }
  .cart-checkout-route--guest,
  .cart-checkout-section,
  .cart-checkout-route { padding: 12px; border-radius: 16px; }
  .cart-checkout-guest-gate { width: 100%; padding: 8px 0 12px; gap: 12px; }
  .cart-checkout__fields--buyer { gap: 12px; }
  .cart-checkout__fields--buyer > label,
  .cart-checkout__fields--buyer .cart-checkout-company { grid-column: 1 / -1; }
  .cart-checkout__fields input,
  .cart-checkout__fields textarea { min-height: 48px; font-size: 16px; }
  .cart-checkout-password-toggle { width: 44px; height: 44px; }
  .cart-checkout-person-type label { min-height: 54px; }
  .cart-checkout-fop-toggle { min-height: 48px; padding: 0 4px; }
  .cart-checkout-auth-action,
  .cart-checkout-submit { width: 100%; min-height: 48px; }
}

/* Mobile barcode search: camera starts only after the explicit scan action. */
.mobile-search-scan {
  width: 34px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--blue);
}

.mobile-search-scan svg {
  width: 27px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: square;
}

.mobile-search-scan:focus-visible {
  outline: 3px solid rgba(0, 111, 186, .2);
  outline-offset: 2px;
}

.mobile-barcode-scanner {
  position: absolute;
  z-index: 12;
  inset: 76px 12px 12px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 22px;
  background: #101820;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .34);
}

.mobile-barcode-scanner[hidden] {
  display: none;
}

.mobile-barcode-scanner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-barcode-scanner__guide {
  position: absolute;
  width: min(78%, 340px);
  aspect-ratio: 2.35 / 1;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 16px;
  box-shadow: 0 0 0 999px rgba(5, 12, 18, .34), inset 0 0 24px rgba(57, 181, 74, .16);
  pointer-events: none;
}

.mobile-barcode-scanner p {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 72px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .72);
}

.mobile-barcode-scanner button {
  position: absolute;
  bottom: 18px;
  min-width: 132px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
  color: #172033;
  font: inherit;
  font-weight: 800;
}

/* Mobile long-form content: approved readable editorial scale. */
@media (max-width: 760px) {
  .legacy-content-card,
  .category-content__article {
    padding: 14px;
    font-size: 20px;
    line-height: 1.3;
  }

  .category-content > .category-content__body > .category-content__article,
  .product-content-builder > .product-content-builder__body > .legacy-content-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .legacy-content-card h2,
  .category-content__article h2 {
    font-size: 26px;
    line-height: 1.18;
  }

  .legacy-content-card h3,
  .category-content__article h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .legacy-content-card :where(p, ul, ol),
  .category-content__article :where(p, ul, ol) { margin-bottom: 18px; }

  .legacy-content-card :where(ul, ol),
  .category-content__article :where(ul, ol) { padding-left: 1.35em; }

  .legacy-content-card li + li,
  .category-content__article li + li { margin-top: 6px; }
}
