html.hs-redesign-html {
  width: 100%;
  max-width: 100%;
  background: #f8f5f1;
  min-width: 0;
  overflow-x: clip;
}

/* Service landing page: replace the legacy text stream with a clear service layout. */
.hs-service-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 0 72px;
  color: #202633;
}
.hs-service-page h2, .hs-service-page h3, .hs-service-page p { margin-top: 0; }
.hs-service-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 300px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(115deg, #fff 20%, #f1f4f8 100%);
  border: 1px solid #e2e7ef;
}
.hs-service-hero__copy { padding: 48px 54px; }
.hs-service-kicker { display: block; margin-bottom: 14px; color: #ce1228; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.hs-service-hero h2 { margin-bottom: 16px; font-size: clamp(30px, 4vw, 48px); line-height: 1.03; letter-spacing: -.04em; }
.hs-service-hero p, .hs-service-intro p, .hs-service-card p, .hs-service-panel p, .hs-service-takelage p, .hs-service-cta p { color: #697384; font-size: 16px; line-height: 1.5; }
.hs-service-hero p { max-width: 560px; }
.hs-service-hero__visual { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; color: #697384; text-align: center; font-size: 16px; font-weight: 800; background: radial-gradient(circle at 50% 50%, #fff 0, #e7ebf1 68%); }
.hs-service-hero__visual img { width: min(76%, 360px); height: 185px; object-fit: contain; mix-blend-mode: multiply; }
.hs-service-hero__visual b { color: #ce1228; font-size: 24px; }
.hs-service-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hs-service-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 10px; background: #ce1228; color: #fff !important; font-weight: 800; text-decoration: none !important; box-shadow: 0 10px 22px rgba(206,18,40,.16); }
.hs-service-button--light { background: #fff; color: #202633 !important; border: 1px solid #dbe2ec; box-shadow: none; }
.hs-service-intro { padding: 54px 0 22px; }
.hs-service-intro h2 { font-size: 30px; letter-spacing: -.03em; }
.hs-service-grid { display: grid; gap: 16px; }
.hs-service-grid--three { grid-template-columns: repeat(3, 1fr); }
.hs-service-grid--two { grid-template-columns: repeat(2, 1fr); margin-top: 16px; }
.hs-service-card, .hs-service-panel { display: block; padding: 28px; border: 1px solid #e1e6ee; border-radius: 18px; background: #fff; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease; }
.hs-service-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(32,38,51,.08); }
.hs-service-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 12px; background: #fff0f2; color: #ce1228; font-size: 13px; font-weight: 900; }
.hs-service-card__image { display: block !important; height: 178px; margin: -28px -28px 22px; width: calc(100% + 56px) !important; max-width: none !important; padding: 14px 20px; box-sizing: border-box; object-fit: contain; background: #f0f2f5; }
.hs-service-card h3 { margin-bottom: 10px; font-size: 22px; }
.hs-service-card p { min-height: 48px; margin-bottom: 22px; }
.hs-service-card__link, .hs-service-text-link { color: #ce1228; font-weight: 800; }
.hs-service-panel h2 { margin-bottom: 14px; font-size: 25px; }
.hs-service-panel ul, .hs-service-takelage ul { margin: 20px 0 24px; padding-left: 20px; color: #4e596b; line-height: 1.7; }
.hs-service-takelage, .hs-service-cta { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; margin-top: 16px; padding: 34px 38px; border-radius: 18px; background: #202633; color: #fff; }
.hs-service-takelage p, .hs-service-takelage ul { color: #c7ced9; }
.hs-service-takelage h2, .hs-service-cta h2 { font-size: 28px; letter-spacing: -.03em; }
.hs-service-cta { align-items: center; background: linear-gradient(115deg, #fff 0%, #f0f3f7 100%); color: #202633; border: 1px solid #e1e6ee; }
.hs-service-cta .hs-service-actions { justify-content: flex-end; }
.hs-redesign-page:has(.hs-service-page) .left-column { display: none; }
.hs-redesign-page:has(.hs-service-page) .content-wrapper, .hs-redesign-page:has(.hs-service-page) .content { width: 100%; max-width: none; }
.hs-redesign-page:has(.hs-service-detail) .left-column { display: none; }
.hs-redesign-page:has(.hs-service-detail) .content-wrapper, .hs-redesign-page:has(.hs-service-detail) .content { width: 100%; max-width: none; }
.hs-service-detail { max-width: 1280px; margin: 0 auto; padding: 24px 28px 80px; color: #202633; }
.hs-service-detail h1, .hs-service-detail h2, .hs-service-detail p { margin-top: 0; }
.hs-service-detail__hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 360px; overflow: hidden; border: 1px solid #e1e6ee; border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(32,38,51,.06); }
.hs-service-detail__hero-copy { padding: 56px; align-self: center; }
.hs-service-detail__hero h1 { max-width: 680px; margin-bottom: 18px; font-size: clamp(36px, 4.6vw, 62px); line-height: 1.02; letter-spacing: -.05em; }
.hs-service-detail__hero p { max-width: 620px; color: #697384; font-size: 19px; line-height: 1.5; }
.hs-service-detail__hero-media { min-height: 360px; display: flex; align-items: center; justify-content: center; padding: 28px; background: radial-gradient(circle at 50% 45%, #fff 0, #e8edf3 75%); }
.hs-service-detail__hero-media img { width: 100%; height: 100%; max-height: 310px; object-fit: contain; mix-blend-mode: multiply; }
.hs-service-detail__intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; margin: 54px 0 18px; }
.hs-service-detail__intro h2, .hs-service-detail__pricing h2, .hs-service-detail__steps h2, .hs-service-detail__contact h2 { margin-bottom: 12px; font-size: 32px; letter-spacing: -.04em; }
.hs-service-detail__intro p, .hs-service-detail__section p, .hs-service-detail__pricing p, .hs-service-detail__contact p { color: #697384; font-size: 17px; line-height: 1.6; }
.hs-service-detail__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.hs-service-detail__facts div { min-height: 88px; padding: 18px; border-left: 3px solid #ce1228; background: #fff; box-shadow: 0 10px 30px rgba(32,38,51,.05); }
.hs-service-detail__facts strong, .hs-service-detail__facts span { display: block; }
.hs-service-detail__facts strong { margin-bottom: 8px; font-size: 20px; }
.hs-service-detail__facts span { color: #697384; font-size: 13px; font-weight: 700; }
.hs-service-detail__content-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; margin-top: 18px; }
.hs-service-detail__article, .hs-service-detail__aside-card, .hs-service-detail__pricing, .hs-service-detail__steps, .hs-service-detail__contact { border: 1px solid #e1e6ee; border-radius: 18px; background: #fff; }
.hs-service-detail__article { padding: 12px 38px; }
.hs-service-detail__section { padding: 26px 0; border-bottom: 1px solid #edf0f4; }
.hs-service-detail__section:last-child { border-bottom: 0; }
.hs-service-detail__section h2 { margin-bottom: 12px; font-size: 25px; letter-spacing: -.03em; }
.hs-service-detail__section ul, .hs-service-detail__aside-card ul { margin: 14px 0 0; padding-left: 22px; color: #4e596b; line-height: 1.75; }
.hs-service-detail__aside-card { position: sticky; top: 24px; padding: 32px; background: linear-gradient(145deg,#202633,#303948); color: #fff; }
.hs-service-detail__aside-card h2 { margin-bottom: 12px; font-size: 28px; letter-spacing: -.03em; }
.hs-service-detail__aside-card ul { margin-bottom: 24px; color: #d7dce5; }
.hs-service-detail__aside-card .hs-service-button--light { color: #202633 !important; }
.hs-service-detail__pricing, .hs-service-detail__steps, .hs-service-detail__contact { margin-top: 18px; padding: 34px 38px; }
.hs-service-detail__price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.hs-service-detail__price-grid div { display: flex; flex-direction: column; gap: 8px; padding: 18px; border-radius: 12px; background: #f5f7fa; }
.hs-service-detail__price-grid span { color: #697384; font-size: 14px; font-weight: 700; }
.hs-service-detail__price-grid strong { font-size: 20px; }
.hs-service-detail__steps > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }
.hs-service-detail__steps article { padding: 20px; border-radius: 12px; background: #f7f8fa; }
.hs-service-detail__steps b { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 50%; background: #ce1228; color: #fff; }
.hs-service-detail__steps p { margin: 0; font-weight: 700; line-height: 1.45; }
.hs-service-detail__contact { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 18px; padding: 34px 38px; background: linear-gradient(115deg,#fff,#f0f3f7); }
.hs-service-detail__contact .hs-service-actions { margin-top: 0; }
@media (max-width: 760px) {
  .hs-service-detail { padding: 12px 12px 52px; }
  .hs-service-detail__hero, .hs-service-detail__intro, .hs-service-detail__content-grid { grid-template-columns: 1fr; }
  .hs-service-detail__hero-copy { padding: 30px 24px; }
  .hs-service-detail__hero h1 { font-size: 36px; }
  .hs-service-detail__hero p { font-size: 16px; }
  .hs-service-detail__hero-media { min-height: 230px; }
  .hs-service-detail__facts, .hs-service-detail__price-grid, .hs-service-detail__steps > div { grid-template-columns: 1fr 1fr; }
  .hs-service-detail__article, .hs-service-detail__pricing, .hs-service-detail__steps, .hs-service-detail__contact { padding: 24px 20px; }
  .hs-service-detail__contact { display: block; }
  .hs-service-detail__contact .hs-service-actions { margin-top: 20px; }
  .hs-service-detail__aside-card { position: static; }
}
@media (max-width: 767px) {
  .hs-service-page { padding: 10px 12px 48px; }
  .hs-service-hero, .hs-service-grid--three, .hs-service-grid--two, .hs-service-takelage, .hs-service-cta { grid-template-columns: 1fr; }
  .hs-service-hero__copy { padding: 30px 22px; }
  .hs-service-hero__visual { min-height: 170px; }
  .hs-service-hero__visual img { height: 130px; }
  .hs-service-intro { padding: 34px 0 16px; }
  .hs-service-card, .hs-service-panel { padding: 22px; }
  .hs-service-card__image { height: 155px; margin: -22px -22px 18px; width: calc(100% + 44px) !important; max-width: none !important; }
  .hs-service-takelage, .hs-service-cta { gap: 4px; padding: 26px 22px; }
  .hs-service-cta .hs-service-actions { justify-content: flex-start; }
  .hs-service-button { width: 100%; }
}

body.hs-redesign-page {
  width: 100%;
  max-width: 100%;
  --page-bg: #f8f5f1;
  --panel: #ffffff;
  --line: #e5e7ee;
  --text: #1f2128;
  --accent: #b91524;
  --shadow-soft: 0 10px 30px rgba(38, 45, 60, 0.06);
  --shadow-card: 0 8px 24px rgba(38, 45, 60, 0.05);
  --footer-line: rgba(255, 255, 255, 0.08);
  --content-width: 1580px;
  margin: 0;
  min-width: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9), rgba(248, 245, 241, 0) 38%),
    linear-gradient(180deg, #fbf9f5 0%, #f7f4ef 100%);
  overflow-x: clip;
}

.hs-redesign-page .body,
.hs-redesign-page .page-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

html.hs-redesign-html.hs-inner-page,
body.hs-redesign-page.hs-inner-page {
  min-width: 0;
}

.hs-redesign-page *,
.hs-redesign-page *::before,
.hs-redesign-page *::after {
  box-sizing: border-box;
}

.hs-redesign-page a {
  color: inherit;
  text-decoration: none;
}

.hs-redesign-page img {
  display: block;
  max-width: 100%;
}

.hs-redesign-page .container {
  width: min(var(--content-width), calc(100vw - 32px));
  min-width: 0;
  margin: 0 auto;
}

.hs-redesign-page .site-header {
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e9e8e6;
  position: sticky;
  top: 0;
  z-index: 10;
  height: auto !important;
  min-height: 0;
  padding: 0;
  backdrop-filter: blur(8px);
}

.hs-redesign-page .header-main {
  height: 100px;
  display: grid;
  grid-template-columns: 160px minmax(360px, 1fr) auto minmax(205px, 235px) auto 46px auto;
  gap: 18px;
  align-items: center;
}

.hs-redesign-page .brand {
  display: inline-flex;
  align-items: center;
  width: 110px;
}

.hs-redesign-page .brand img {
  width: 100px;
  height: auto;
}

.hs-redesign-page .search-box {
  position: relative;
  width: 100%;
  display: block;
}

.hs-redesign-page .search-box input {
  width: 100%;
  height: 48px;
  padding: 0 54px 0 22px;
  border-radius: 9px;
  border: 1px solid #e3e6ee;
  background: #fafbfc;
  outline: none;
  font: inherit;
  font-size: 14px;
  color: #444b59;
}

.hs-redesign-page .search-box button {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #697080;
  cursor: pointer;
}

.hs-redesign-page .search-box svg {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  stroke: #697080;
  pointer-events: none;
}

.hs-redesign-page .phone-block {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  white-space: nowrap;
}

.hs-redesign-page .phone-icon {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: #161920;
}

.hs-redesign-page .phone-copy strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.hs-redesign-page .phone-link {
  color: inherit;
}

.hs-redesign-page .phone-copy span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: #808796;
  font-weight: 600;
}

.hs-redesign-page .phone-email {
  display: inline-block;
  margin-top: 5px;
  font-size: 11px;
  color: #6e7682;
  font-weight: 700;
}

.hs-redesign-page .header-showroom {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
  color: #2d3340;
  line-height: 1.2;
}

.hs-redesign-page .header-showroom svg {
  width: 23px;
  height: 23px;
  margin-top: 2px;
  flex: 0 0 auto;
  color: #c61a2b;
}

.hs-redesign-page .header-showroom strong,
.hs-redesign-page .header-showroom small {
  display: block;
}

.hs-redesign-page .header-showroom strong {
  font-size: 13px;
  font-weight: 800;
}

.hs-redesign-page .header-showroom small {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 600;
  color: #747b88;
  white-space: nowrap;
}

.hs-redesign-page .header-showroom:hover strong {
  color: #c61a2b;
}

.hs-redesign-page .wa-btn,
.hs-redesign-page .hero-secondary,
.hs-redesign-page .show-route,
.hs-redesign-page .product-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  height: 44px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #d9deea;
  background: #fff;
  color: #2d3340;
}

.hs-redesign-page .wa-btn img,
.hs-redesign-page .hero-secondary img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.hs-redesign-page .hero-primary,
.hs-redesign-page .header-cta,
.hs-redesign-page .bottom-cta-button,
.hs-redesign-page .purpose-card--cta strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #c61a2b 0%, #b11022 100%);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(177, 16, 34, 0.18);
}

.hs-redesign-page .header-cta {
  min-width: 174px;
  height: 46px;
  padding: 0 22px;
  justify-self: end;
  align-self: center;
  white-space: nowrap;
}

.hs-redesign-page .contact-stack {
  display: flex;
  align-items: center;
  justify-self: center;
}

.hs-redesign-page .header-cart-wrap {
  display: flex;
  align-items: center;
  justify-self: center;
  align-self: center;
  min-width: 46px;
  width: 46px;
}

.hs-redesign-page .header-cart-wrap .cart_line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
}

.hs-redesign-page .header-cart-wrap .cart {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid #d9deea;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(37, 44, 58, 0.04);
  color: #273041;
}

.hs-redesign-page .header-cart-wrap .cart i {
  display: none;
}

.hs-redesign-page .header-cart-wrap .cart::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7.2 19.2a1.8 1.8 0 1 0 0 3.6 1.8 1.8 0 0 0 0-3.6Zm10.4 0a1.8 1.8 0 1 0 0 3.6 1.8 1.8 0 0 0 0-3.6ZM5.1 4.8H3.2a1 1 0 0 1 0-2h2.6c.5 0 .9.3 1 .8l.5 2.2h13.5a1 1 0 0 1 1 .8c.1.2.1.4 0 .6l-2 7.3a2.2 2.2 0 0 1-2.1 1.6H9a2.2 2.2 0 0 1-2.2-1.8L5.1 4.8Zm2.6 3 1.1 6.1c0 .1.1.2.2.2h8.7c.1 0 .2-.1.2-.2l1.7-6.1H7.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M7.2 19.2a1.8 1.8 0 1 0 0 3.6 1.8 1.8 0 0 0 0-3.6Zm10.4 0a1.8 1.8 0 1 0 0 3.6 1.8 1.8 0 0 0 0-3.6ZM5.1 4.8H3.2a1 1 0 0 1 0-2h2.6c.5 0 .9.3 1 .8l.5 2.2h13.5a1 1 0 0 1 1 .8c.1.2.1.4 0 .6l-2 7.3a2.2 2.2 0 0 1-2.1 1.6H9a2.2 2.2 0 0 1-2.2-1.8L5.1 4.8Zm2.6 3 1.1 6.1c0 .1.1.2.2.2h8.7c.1 0 .2-.1.2-.2l1.7-6.1H7.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hs-redesign-page .header-cart-wrap .cart_line > *:not(.cart) {
  display: none !important;
}

.hs-redesign-page .header-cart-wrap .text,
.hs-redesign-page .header-cart-wrap .sum_cont,
.hs-redesign-page .header-cart-wrap .oformit_cont {
  display: none !important;
}

.hs-redesign-page .header-cart-wrap .qnt_cont {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #c61a2b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(177, 16, 34, 0.18);
}

.hs-redesign-page .header-cart-wrap .qnt {
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}

.hs-redesign-page .contact-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.hs-redesign-page .contact-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #d9deea;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(37, 44, 58, 0.04);
  overflow: hidden;
  flex: 0 0 auto;
}

.hs-redesign-page .contact-icon-btn img,
.hs-redesign-page .contact-icon-btn svg {
  width: 17px;
  height: 17px;
  max-width: 17px;
  max-height: 17px;
  display: block;
  flex: 0 0 auto;
}

.hs-redesign-page .nav-bar {
  height: 48px;
  border-top: 1px solid #efefef;
}

.hs-redesign-page .nav-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  height: 100%;
}

.hs-redesign-page .nav-link {
  flex: 1 1 auto;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #2f3340;
  position: relative;
}

.hs-redesign-page .nav-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1 1 auto;
}

.hs-redesign-page .nav-menu-item .nav-link {
  width: 100%;
}

.hs-redesign-page .nav-submenu {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 50%;
  display: none;
  min-width: 220px;
  padding: 8px;
  transform: translateX(-50%);
  border: 1px solid #e5e8ef;
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(28, 35, 49, .12);
}

.hs-redesign-page .nav-menu-item:hover .nav-submenu,
.hs-redesign-page .nav-menu-item:focus-within .nav-submenu {
  display: grid;
}

.hs-redesign-page .nav-submenu a {
  padding: 9px 12px;
  color: #2f3340;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.hs-redesign-page .nav-submenu a:hover {
  color: #d3132a;
  background: #fff5f6;
}

.hs-redesign-page .nav-link + .nav-link::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: #eceef2;
}

.hs-redesign-page.hs-inner-page .site-header .container {
  width: min(var(--content-width), calc(100vw - 40px));
  max-width: 1580px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.hs-redesign-page.hs-inner-page .header-main {
  grid-template-columns: 160px minmax(360px, 1fr) auto minmax(205px, 235px) auto 46px auto;
}

@media (max-width: 1100px) and (min-width: 481px) {
}

.hs-redesign-page.hs-inner-page .site-header {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.hs-redesign-page.hs-inner-page .center.hs-inner-shell {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0 !important;
  box-shadow: none !important;
  position: relative;
  z-index: 0;
}

.hs-redesign-page.hs-inner-page .center.hs-inner-shell::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(252, 249, 244, 0.92) 8%,
    rgba(255, 255, 255, 0.98) 18%,
    rgba(255, 255, 255, 0.98) 82%,
    rgba(252, 249, 244, 0.92) 92%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  z-index: -1;
}

.hs-redesign-page.hs-inner-page .center.hs-inner-shell > * {
  position: relative;
  z-index: 1;
}

.hs-redesign-page.hs-inner-page .top_panel,
.hs-redesign-page.hs-inner-page .content-wrapper {
  width: min(1234px, calc(100vw - 32px));
  max-width: 1234px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.hs-redesign-page.hs-inner-page .breadcrumb-search {
  width: min(1234px, calc(100vw - 32px));
  max-width: 1234px;
  min-width: 0;
  margin: 20px auto 8px;
  padding: 0 24px;
  box-sizing: border-box;
}

.hs-redesign-page.hs-inner-page .breadcrumb-search .bx-breadcrumb {
  margin: 0;
}

.hs-redesign-page.hs-inner-page .breadcrumb-search .bx-breadcrumb-item {
  font-size: 13px;
  line-height: 1.2;
  color: #838a96;
}

.hs-redesign-page.hs-inner-page .breadcrumb-search .bx-breadcrumb-item a {
  color: #666e7b;
  text-decoration: none;
}

.hs-redesign-page.hs-inner-page .breadcrumb-search .bx-breadcrumb-item a:hover {
  color: #20242c;
}

.hs-redesign-page.hs-inner-page .center.hs-inner-shell > h1 {
  width: min(1234px, calc(100vw - 32px));
  max-width: 1234px;
  min-width: 0;
  margin: 0 auto 16px;
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 42px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #1f2128;
}

.hs-redesign-page.hs-inner-page .filter_indent {
  display: none;
}

.hs-redesign-page.hs-inner-page .hs-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid rgba(223, 227, 236, 0.96);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 26px rgba(28, 35, 45, 0.035);
  backdrop-filter: blur(12px);
}

.hs-redesign-page.hs-inner-page .hs-catalog-toolbar__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hs-redesign-page.hs-inner-page .catalog-item-sorting,
.hs-redesign-page.hs-inner-page .catalog-item-limit {
  gap: 12px;
  white-space: nowrap;
}

.hs-redesign-page.hs-inner-page .count_items,
.hs-redesign-page.hs-inner-page .catalog-item-sorting,
.hs-redesign-page.hs-inner-page .catalog-item-limit,
.hs-redesign-page.hs-inner-page .catalog-item-view {
  float: none !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
  height: auto;
  margin: 0 !important;
}

.hs-redesign-page.hs-inner-page .count_items {
  padding-right: 12px;
  border-right: 1px solid #e6eaf1;
}

.hs-redesign-page.hs-inner-page .count_items label,
.hs-redesign-page.hs-inner-page .catalog-item-sorting label,
.hs-redesign-page.hs-inner-page .catalog-item-limit label {
  float: none !important;
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #666d79;
  white-space: nowrap;
}

.hs-redesign-page.hs-inner-page .count_items span {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #1e232b;
}

.hs-redesign-page.hs-inner-page .catalog-item-sorting a,
.hs-redesign-page.hs-inner-page .catalog-item-limit a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 34px;
  padding: 0 11px;
  border: 1px solid #dde3ed;
  border-radius: 7px;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #586170;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hs-redesign-page.hs-inner-page .catalog-item-sorting a + a,
.hs-redesign-page.hs-inner-page .catalog-item-limit a + a {
  margin-left: -4px;
}

.hs-redesign-page.hs-inner-page .catalog-item-sorting a {
  min-width: 78px;
  padding-right: 14px;
}

.hs-redesign-page.hs-inner-page .catalog-item-sorting a:hover,
.hs-redesign-page.hs-inner-page .catalog-item-limit a:hover {
  border-color: #c9d1de;
  background: #f6f8fb;
  color: #1d232b;
}

.hs-redesign-page.hs-inner-page .catalog-item-sorting a.selected,
.hs-redesign-page.hs-inner-page .catalog-item-limit a.selected {
  border-color: #dfe3ff;
  background: #edf0ff;
  color: #454f7f;
  box-shadow: inset 0 0 0 1px rgba(130, 143, 205, 0.12);
}

.hs-redesign-page.hs-inner-page .catalog-item-sorting a.selected.asc::after,
.hs-redesign-page.hs-inner-page .catalog-item-sorting a.selected.desc::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.hs-redesign-page.hs-inner-page .catalog-item-sorting a.selected.asc::after {
  border-bottom: 7px solid #7580b7;
}

.hs-redesign-page.hs-inner-page .catalog-item-sorting a.selected.desc::after {
  border-top: 7px solid #7580b7;
}

.hs-redesign-page.hs-inner-page .catalog-item-view {
  margin-left: auto !important;
}

.hs-redesign-page.hs-inner-page .catalog-item-view a {
  width: 34px;
  height: 34px;
  border: 1px solid #dde3ed;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #95a0b3;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hs-redesign-page.hs-inner-page .catalog-item-view a:hover {
  border-color: #cad3e0;
  color: #4d5665;
  background: #f6f8fb;
}

.hs-redesign-page.hs-inner-page .catalog-item-view a.selected {
  border-color: #dfe3ff;
  background: #edf0ff;
  color: #46507f;
}

.hs-redesign-page.hs-inner-page .hs-catalog-quickbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: -6px 0 20px;
  padding: 12px 14px;
  border: 1px solid rgba(223, 227, 236, 0.96);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
}

.hs-redesign-page.hs-inner-page .hs-mobile-filter-sheet__head {
  display: none;
}

.hs-redesign-page.hs-inner-page .hs-catalog-quickbar__filters,
.hs-redesign-page.hs-inner-page .hs-compact-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hs-redesign-page.hs-inner-page .hs-compact-filters--source {
  display: none !important;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter {
  position: relative;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter--inline-size {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e1e5ee;
  border-radius: 10px;
  background: #fbfcfe;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter--inline-size .hs-compact-filter__panel-title {
  margin-bottom: 10px;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter--inline-size .hs-compact-filter__size-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__trigger {
  min-width: 96px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #202632;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__trigger:hover {
  border-color: #c8d0dd;
  background: #f7f9fc;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter.is-active .hs-compact-filter__trigger {
  border-color: #dfe3ff;
  background: #edf0ff;
  color: #485283;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 40;
  display: none;
  min-width: 280px;
  padding: 14px;
  border: 1px solid #dfe4ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(29, 37, 48, 0.12);
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__panel--size {
  min-width: 420px;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter.is-open .hs-compact-filter__panel {
  display: block;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__panel-title {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  color: #202632;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__option {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  background: #fff;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 700;
  color: #566071;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__option.is-selected {
  border-color: #dfe3ff;
  background: #edf0ff;
  color: #46507f;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__range-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__range-grid label,
.hs-redesign-page.hs-inner-page .hs-compact-filter__size-field {
  display: grid;
  gap: 6px;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__range-grid span,
.hs-redesign-page.hs-inner-page .hs-compact-filter__size-title {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: #66707f;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__range-grid input {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  font-size: 13px;
  color: #1f2530;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__size-grid {
  display: grid;
  gap: 12px;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__apply,
.hs-redesign-page.hs-inner-page .hs-compact-filter__reset {
  height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__apply {
  border: 1px solid #cb0d23;
  background: #cb0d23;
  color: #fff;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__reset {
  border: 1px solid #d9e0ea;
  background: #fff;
  color: #5c6674;
}

.hs-redesign-page.hs-inner-page .hs-catalog-quickbar__availability {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 2px 0 6px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2631;
  cursor: pointer;
  white-space: nowrap;
}

.hs-redesign-page.hs-inner-page .hs-catalog-quickbar__availability input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #cb0d23;
}

.hs-redesign-page.hs-inner-page [data-hs-catalog-dynamic].is-loading {
  opacity: 0.56;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.hs-redesign-page.hs-inner-page .hs-catalog-quickbar {
  display: block;
  margin: -2px 0 20px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(221, 226, 236, 0.96);
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,253,0.98) 100%);
  box-shadow: 0 18px 36px rgba(26, 34, 45, 0.05);
}

.hs-redesign-page.hs-inner-page .hs-catalog-quickbar__filters,
.hs-redesign-page.hs-inner-page .hs-compact-filters {
  display: block;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel {
  display: grid;
  gap: 14px;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__top {
  display: grid;
  grid-template-columns: minmax(360px, 1.35fr) minmax(240px, 0.7fr) auto;
  gap: 12px;
  align-items: stretch;
}

.hs-redesign-page.hs-inner-page .hs-catalog-quickbar__availability {
  justify-self: end;
  align-self: start;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(217, 224, 234, 0.96);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.9);
}

.hs-redesign-page.hs-inner-page .hs-catalog-quickbar__availability span {
  font-size: 14px;
  font-weight: 800;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hs-redesign-page.hs-inner-page .hs-compact-card {
  padding: 14px 16px;
  border: 1px solid #e1e6ee;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.92);
}

.hs-redesign-page.hs-inner-page .hs-compact-card__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  color: #1f2530;
  letter-spacing: 0.01em;
}

.hs-redesign-page.hs-inner-page .hs-compact-card__icon {
  width: 18px;
  height: 18px;
  color: #a20f22;
  flex: 0 0 18px;
}

.hs-redesign-page.hs-inner-page .hs-compact-card__icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__inputs,
.hs-redesign-page.hs-inner-page .hs-compact-size-field__inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__inputs label,
.hs-redesign-page.hs-inner-page .hs-compact-size-field__inputs label {
  display: grid;
  gap: 6px;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__inputs span,
.hs-redesign-page.hs-inner-page .hs-compact-size-field__inputs span,
.hs-redesign-page.hs-inner-page .hs-compact-size-field__title {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  color: #6b7483;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__inputs input,
.hs-redesign-page.hs-inner-page .hs-compact-size-field__inputs input,
.hs-redesign-page.hs-inner-page .hs-compact-select {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d9e0ea;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  color: #1f2530;
  font-weight: 700;
}

.hs-redesign-page.hs-inner-page .hs-compact-card--lock {
  display: grid;
  align-content: start;
}

.hs-redesign-page.hs-inner-page .hs-compact-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #616b7b 50%), linear-gradient(135deg, #616b7b 50%, transparent 50%);
  background-position: calc(100% - 18px) 17px, calc(100% - 12px) 17px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__slider {
  position: relative;
  height: 28px;
  margin-top: 12px;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__track,
.hs-redesign-page.hs-inner-page .hs-compact-price__range {
  position: absolute;
  top: 11px;
  height: 6px;
  border-radius: 999px;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__track {
  left: 0;
  right: 0;
  background: #dbe3f1;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__range {
  background: #2a9af0;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  background: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__thumb::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #2a9af0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(42, 154, 240, 0.18);
  cursor: pointer;
  pointer-events: auto;
  -webkit-appearance: none;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__thumb::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #2a9af0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(42, 154, 240, 0.18);
  cursor: pointer;
  pointer-events: auto;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__thumb::-webkit-slider-runnable-track,
.hs-redesign-page.hs-inner-page .hs-compact-price__thumb::-moz-range-track {
  background: transparent;
}

.hs-redesign-page.hs-inner-page .hs-compact-sizes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hs-redesign-page.hs-inner-page .hs-compact-size-field {
  display: grid;
  gap: 8px;
}

.hs-redesign-page.hs-inner-page .hs-compact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__option {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #d9e0ea;
  background: #fff;
  color: #4f5968;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__option.is-selected {
  border-color: #b50f24;
  background: #fff4f5;
  color: #8f0b1b;
}

.hs-redesign-page.hs-inner-page .catalog_description {
  column-count: 1 !important;
  column-gap: 0 !important;
}

.hs-redesign-page.hs-inner-page .catalog_description p,
.hs-redesign-page.hs-inner-page .catalog_description ul {
  break-inside: avoid;
}

.hs-redesign-page.hs-inner-page .hs-catalog-quickbar {
  margin: 10px 0 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hs-redesign-page.hs-inner-page .hs-compact-filters {
  display: grid;
  gap: 12px;
}

.hs-redesign-page.hs-inner-page .hs-compact-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hs-redesign-page.hs-inner-page .hs-compact-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(227, 32, 52, 0.08);
  color: #d01227;
  font-size: 13px;
  font-weight: 700;
}

.hs-redesign-page.hs-inner-page .hs-compact-chip__remove {
  font-size: 18px;
  line-height: 1;
}

.hs-redesign-page.hs-inner-page .hs-compact-chips__reset {
  padding: 0;
  border: 0;
  background: transparent;
  color: #7b8595;
  font-size: 14px;
  font-weight: 700;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel {
  gap: 0;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(252,253,255,0.98) 100%);
  box-shadow: 0 14px 28px rgba(22, 33, 48, 0.05);
  overflow: hidden;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__top {
  grid-template-columns: minmax(260px, 0.86fr) minmax(300px, 1fr) minmax(210px, 0.46fr);
  gap: 0;
}

.hs-redesign-page.hs-inner-page .hs-compact-card {
  padding: 18px 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__top .hs-compact-card + .hs-compact-card,
.hs-redesign-page.hs-inner-page .hs-compact-panel__bottom .hs-compact-card + .hs-compact-card {
  border-left: 1px solid #edf1f6;
}

.hs-redesign-page.hs-inner-page .hs-compact-card--sizes {
  border-top: 1px solid #edf1f6;
  border-bottom: 1px solid #edf1f6;
}

.hs-redesign-page.hs-inner-page .hs-compact-card__label {
  gap: 9px;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 800;
  color: #202633;
}

.hs-redesign-page.hs-inner-page .hs-compact-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.hs-redesign-page.hs-inner-page .hs-compact-card__icon img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__inputs,
.hs-redesign-page.hs-inner-page .hs-compact-size-field__inputs {
  gap: 10px;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__inputs label,
.hs-redesign-page.hs-inner-page .hs-compact-size-field__inputs label,
.hs-redesign-page.hs-inner-page .hs-compact-size-field {
  gap: 8px;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__inputs span,
.hs-redesign-page.hs-inner-page .hs-compact-size-field__inputs span,
.hs-redesign-page.hs-inner-page .hs-compact-size-field__title {
  font-size: 12px;
  font-weight: 700;
  color: #7b8595;
}

.hs-redesign-page.hs-inner-page .hs-compact-input {
  position: relative;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__inputs input,
.hs-redesign-page.hs-inner-page .hs-compact-size-field__inputs input,
.hs-redesign-page.hs-inner-page .hs-compact-select {
  height: 42px;
  padding: 0 14px;
  border: 1px solid #dde4ee;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 600;
  color: #263040;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
}

.hs-redesign-page.hs-inner-page .hs-compact-input__suffix {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  color: #7b8595;
  pointer-events: none;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__inputs input {
  padding-right: 38px;
}

.hs-redesign-page.hs-inner-page .hs-compact-select {
  height: 46px;
  background-position: calc(100% - 20px) 20px, calc(100% - 14px) 20px;
  background-size: 7px 7px, 7px 7px;
  padding-right: 42px;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__slider {
  height: 30px;
  margin-top: 10px;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__track,
.hs-redesign-page.hs-inner-page .hs-compact-price__range {
  top: 12px;
  height: 4px;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__track {
  background: #dfe5ee;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__range {
  background: #e11d2e;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__thumb {
  height: 30px;
}

.hs-redesign-page.hs-inner-page .hs-compact-price__thumb::-webkit-slider-thumb,
.hs-redesign-page.hs-inner-page .hs-compact-price__thumb::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 2px solid #e11d2e;
  box-shadow: 0 5px 12px rgba(225, 29, 46, 0.14);
}

.hs-redesign-page.hs-inner-page .hs-compact-sizes {
  gap: 12px;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.hs-redesign-page.hs-inner-page .hs-compact-size-field {
  min-width: 0;
  padding: 12px 14px;
  background: #fff;
}

.hs-redesign-page.hs-inner-page .hs-compact-size-field__inputs label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.hs-redesign-page.hs-inner-page .hs-compact-size-field__inputs label span {
  white-space: nowrap;
}

.hs-redesign-page.hs-inner-page .hs-compact-size-field + .hs-compact-size-field {
  border-left: 1px solid #e3e8f0;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__bottom {
  display: contents;
  gap: 0;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__top {
  display: contents;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 0;
  row-gap: 0;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel > .hs-compact-panel__top,
.hs-redesign-page.hs-inner-page .hs-compact-panel > .hs-compact-panel__bottom {
  display: contents;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__top > .hs-compact-card--price,
.hs-redesign-page.hs-inner-page .hs-compact-panel__top > .hs-compact-card--lock,
.hs-redesign-page.hs-inner-page .hs-compact-panel__bottom > .hs-compact-card--options {
  grid-column: span 1;
  grid-row: 1;
  min-width: 0;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__top > .hs-compact-card--price {
  grid-column: 1;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__top > .hs-compact-card--lock {
  grid-column: 2;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__bottom > [data-chip-group="burglar"] {
  grid-column: 3;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__bottom > [data-chip-group="fire"] {
  grid-column: 4;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel > .hs-compact-card--sizes,
.hs-redesign-page.hs-inner-page .hs-compact-panel > .hs-compact-panel__actions {
  grid-column: 1 / -1;
}

.hs-redesign-page.hs-inner-page .hs-compact-card--sizes {
  grid-row: 2;
  border-top: 1px solid #edf1f6;
  border-bottom: 1px solid #edf1f6;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__actions {
  grid-row: 3;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__bottom > .hs-compact-card--options + .hs-compact-card--options,
.hs-redesign-page.hs-inner-page .hs-compact-panel__top > .hs-compact-card--lock + .hs-compact-card--options {
  border-left: 1px solid #edf1f6;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__top .hs-compact-card--availability {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hs-redesign-page.hs-inner-page .hs-compact-options {
  gap: 7px;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__option {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 9px;
  border: 1px solid #dde4ee;
  background: #fff;
  color: #4d596d;
  font-size: 12px;
  font-weight: 700;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__option:hover {
  border-color: #e11d2e;
  color: #c61226;
}

.hs-redesign-page.hs-inner-page .hs-compact-filter__option.is-selected {
  border-color: #e11d2e;
  background: rgba(225, 29, 46, 0.08);
  color: #c61226;
  box-shadow: inset 0 0 0 1px rgba(225, 29, 46, 0.06);
}

.hs-redesign-page.hs-inner-page .hs-compact-availability {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f1182d 0%, #d60f22 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(225, 29, 46, 0.17);
}

.hs-redesign-page.hs-inner-page .hs-compact-availability input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hs-redesign-page.hs-inner-page .hs-compact-availability i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.hs-redesign-page.hs-inner-page .hs-compact-availability i svg {
  width: 13px;
  height: 13px;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px 22px;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__reset {
  padding: 0;
  border: 0;
  background: transparent;
  color: #6b7483;
  font-size: 14px;
  font-weight: 700;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel__submit {
  min-width: 300px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #f1182d 0%, #d60f22 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(225, 29, 46, 0.16);
}

.hs-redesign-page.hs-inner-page .workarea > .catalog-section-list.hs-subsection-strip {
  width: auto;
  float: none;
  display: block;
  margin: 0 0 14px;
  padding: 0;
}

.hs-redesign-page.hs-inner-page .workarea > .catalog-section-list.hs-subsection-strip .catalog-section {
  width: 100%;
  margin: 0;
  float: none;
}

.hs-redesign-page.hs-inner-page .workarea > .catalog-section-list.hs-subsection-strip .catalog-section-childs {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.hs-redesign-page.hs-inner-page .workarea > .catalog-section-list.hs-subsection-strip .catalog-section-child {
  float: none;
  margin: 0;
}

.hs-redesign-page.hs-inner-page .workarea > .catalog-section-list.hs-subsection-strip .catalog-section-child a {
  display: block;
  border: 1px solid #dfe4ec;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  height: 100%;
}

.hs-redesign-page.hs-inner-page .workarea > .catalog-section-list.hs-subsection-strip .catalog-section-child a .child {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 10px 12px;
}

.hs-redesign-page.hs-inner-page .workarea > .catalog-section-list.hs-subsection-strip .catalog-section-child a .child .image {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  align-self: center;
}

.hs-redesign-page.hs-inner-page .workarea > .catalog-section-list.hs-subsection-strip .catalog-section-child a .child .image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.hs-redesign-page.hs-inner-page .workarea > .catalog-section-list.hs-subsection-strip .catalog-section-child a .child .text {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  color: #505866;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hs-redesign-page.hs-inner-page .css4d_catalog_section_anons:empty {
  display: none;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf {
  width: 100%;
  margin: 24px 0 0;
  float: none;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin: 0 0 16px;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf__title {
  margin: 0;
  text-align: left;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1f2430;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf__subtitle {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  color: #6b7381;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf .catalog-section,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf .vendors-section-items,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf .flex_main_filter {
  width: 100%;
  margin: 0;
  float: none;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf .catalog-section-childs,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf .vendors-section-items,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf .flex_main_filter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf .catalog-section-child,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf .vendors-section-item,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf .item_flex {
  width: auto;
  margin: 0;
  float: none;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf .catalog-section-child a,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf .vendors-section-item a,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf .item_flex a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf .catalog-section-child a .child,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf .vendors-section-item a .item {
  min-height: 74px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf .catalog-section-child a .child .image,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf .vendors-section-item a .item .image {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf .catalog-section-child a .child .image img,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf .vendors-section-item a .item .image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf .catalog-section-child a .child .text,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf .vendors-section-item a .item .item-title {
  font-size: 14px;
  line-height: 1.28;
  font-weight: 700;
  color: #3c4350;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf .item_flex {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf .item_flex a {
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #4b5261;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf--new .catalog-item-table-view,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--related .catalog-item-table-view,
.hs-redesign-page.hs-inner-page .hs-viewed-products .catalog-item-table-view {
  margin-top: 0;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf--related,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--new {
  margin-top: 40px;
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf--viewed {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(210, 218, 230, 0.7);
}

.hs-redesign-page.hs-inner-page .content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.hs-redesign-page.hs-inner-page .left-column {
  width: 268px;
  padding: 0;
}

.hs-redesign-page.hs-inner-page .left-column > .h3:first-child {
  display: none !important;
}

.hs-redesign-page.hs-inner-page .workarea {
  flex: 1 1 auto;
  min-width: 0;
}

.hs-redesign-page.hs-inner-page .left-column .h3,
.hs-redesign-page.hs-inner-page .left-column .vendors,
.hs-redesign-page.hs-inner-page .left-column .subscribe,
.hs-redesign-page.hs-inner-page .left-column .new_leader_disc,
.hs-redesign-page.hs-inner-page .left-column .bx_filter,
.hs-redesign-page.hs-inner-page .left-column .innova_slider_template2_block {
  border: 1px solid rgba(224, 229, 237, 0.95);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 26px rgba(30, 37, 47, 0.03);
}

.hs-redesign-page.hs-inner-page .left-column .h3 {
  margin: 0 0 12px;
  padding: 18px 18px 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #88909d;
}

.hs-redesign-page.hs-inner-page .left-column .left-menu {
  margin: 0;
  padding: 4px;
  list-style: none;
  border: 1px solid rgba(224, 229, 237, 0.95);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 28px rgba(28, 35, 45, 0.035);
}

.hs-redesign-page.hs-inner-page .left-column .left-menu > li {
  margin: 0;
  padding: 0;
}

.hs-redesign-page.hs-inner-page .left-column .left-menu > li + li {
  margin-top: 4px;
}

.hs-redesign-page.hs-inner-page .left-column .left-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a313d;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hs-redesign-page.hs-inner-page .left-column .left-menu > li > a:hover {
  background: #f6f8fb;
}

.hs-redesign-page.hs-inner-page .left-column .left-menu > li.selected > a,
.hs-redesign-page.hs-inner-page .left-column .left-menu > li > a.root-item-selected {
  background: linear-gradient(180deg, #eef1ff 0%, #e6ebff 100%);
  color: #35416f;
}

.hs-redesign-page.hs-inner-page .left-column .left-menu > li.parent > a {
  padding-right: 46px;
}

.hs-redesign-page.hs-inner-page .left-column .left-menu > li.parent > a .arrow {
  right: 18px;
  border-left-color: #b1b8c7;
}

.hs-redesign-page.hs-inner-page .left-column .catalog-section-childs {
  margin-top: 10px;
  padding: 8px;
  border: 1px solid rgba(224, 229, 237, 0.96);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(24, 31, 41, 0.05);
}

.hs-redesign-page.hs-inner-page .left-column .catalog-section-child {
  width: 100%;
  float: none;
  margin: 0;
}

.hs-redesign-page.hs-inner-page .left-column .catalog-section-child + .catalog-section-child {
  margin-top: 8px;
}

.hs-redesign-page.hs-inner-page .left-column .catalog-section-child a {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: transparent;
}

.hs-redesign-page.hs-inner-page .left-column .catalog-section-child a .child {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 7px 10px;
  border: 1px solid #edf0f5;
  border-radius: 7px;
  background: #fbfcfe;
}

.hs-redesign-page.hs-inner-page .left-column .catalog-section-child a:hover .child {
  border-color: #dce2ec;
  background: #f6f8fb;
}

.hs-redesign-page.hs-inner-page .left-column .catalog-section-child a .child .image {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.hs-redesign-page.hs-inner-page .left-column .catalog-section-child a .child .image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.hs-redesign-page.hs-inner-page .left-column .catalog-section-child a .child .text {
  font-size: 13px;
  line-height: 1.28;
  font-weight: 700;
  color: #414957;
}

.hs-redesign-page main {
  padding-top: 22px;
}

.hs-redesign-page .hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.95) 38%, rgba(255, 255, 255, 0.06) 58%, rgba(255, 255, 255, 0) 100%),
    url("/bitrix/templates/hardsafe_redesign/images/homepage/main_clean1_transparent.png") center center / cover no-repeat;
  border: 1px solid #e8e5e1;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.hs-redesign-page .hero-inner {
  min-height: 515px;
  display: grid;
  grid-template-columns: 49% 51%;
}

.hs-redesign-page .hero-copy {
  padding: 44px 36px 30px 44px;
}

.hs-redesign-page .hero-kicker {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2c303a;
  text-transform: uppercase;
}

.hs-redesign-page .hero h1 {
  margin: 0;
  max-width: 520px;
  font-size: 67px;
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hs-redesign-page .hero h1 .accent {
  color: var(--accent);
}

.hs-redesign-page .hero-sub {
  margin: 20px 0 0;
  max-width: 560px;
  font-size: 23px;
  line-height: 1.36;
  color: #505660;
  font-weight: 500;
}

.hs-redesign-page .hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}

.hs-redesign-page .hero-primary {
  min-width: 208px;
  height: 46px;
  padding: 0 22px;
}

.hs-redesign-page .hero-secondary {
  min-width: 250px;
  background: rgba(255, 255, 255, 0.92);
}

.hs-redesign-page .hero-empty {
  min-height: 100%;
}

.hs-redesign-page .stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(223, 223, 223, 0.75);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3px);
}

.hs-redesign-page .stat-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 16px 26px;
  position: relative;
}

.hs-redesign-page .stat-card + .stat-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: #ebedf1;
}

.hs-redesign-page .stat-icon {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #eceef3;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  box-shadow: 0 6px 14px rgba(30, 35, 45, 0.04);
}

.hs-redesign-page .stat-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.hs-redesign-page .stat-text strong {
  display: block;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 800;
}

.hs-redesign-page .stat-text span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.25;
  color: #6d7481;
  font-weight: 600;
}

.hs-redesign-page .section {
  margin-top: 28px;
}

.hs-redesign-page .section--hidden {
  display: none;
}

.hs-redesign-page .safe-quiz {
  margin-top: 8px;
}

.hs-redesign-page .safe-quiz-head {
  align-items: flex-end;
}

.hs-redesign-page .safe-quiz-head p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: #66707f;
  max-width: 760px;
}

.hs-redesign-page .safe-quiz-progress {
  min-width: 220px;
  display: grid;
  gap: 10px;
}

.hs-redesign-page .safe-quiz-progress__step {
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  color: #21252d;
  text-align: right;
}

.hs-redesign-page .safe-quiz-progress__bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(228, 232, 239, 0.85);
  overflow: hidden;
}

.hs-redesign-page .safe-quiz-progress__bar span {
  display: block;
  width: 33.3333%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #cc1929 0%, #b01322 100%);
  transition: width 0.25s ease;
}

.hs-redesign-page .safe-quiz-shell {
  padding: 34px 36px 38px;
  border: 1px solid #e2e6ee;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.86), rgba(248, 245, 241, 0) 38%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(31, 37, 48, 0.06);
}

.hs-redesign-page .safe-quiz-steps {
  position: relative;
}

.hs-redesign-page .safe-quiz-step {
  display: none;
}

.hs-redesign-page .safe-quiz-step.is-active {
  display: block;
}

.hs-redesign-page .safe-quiz-step__intro {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.hs-redesign-page .safe-quiz-step__intro strong {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hs-redesign-page .safe-quiz-step__intro span {
  font-size: 14px;
  line-height: 1.55;
  color: #69717f;
}

.hs-redesign-page .safe-quiz-scenarios {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hs-redesign-page .safe-quiz-choice {
  min-height: 148px;
  border: 1px solid #dfe4ee;
  border-radius: 18px;
  padding: 22px 20px;
  background: #fff;
  display: grid;
  align-content: space-between;
  gap: 18px;
  text-align: left;
  color: #1f2430;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hs-redesign-page .safe-quiz-choice:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(36, 44, 56, 0.07);
}

.hs-redesign-page .safe-quiz-choice.is-active {
  border-color: #cc1a2b;
  box-shadow: 0 14px 28px rgba(189, 24, 38, 0.14);
}

.hs-redesign-page .safe-quiz-choice__title {
  display: block;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hs-redesign-page .safe-quiz-choice__meta {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #6d7582;
  font-weight: 600;
}

.hs-redesign-page .safe-quiz-subgroup {
  margin-top: 24px;
}

.hs-redesign-page .safe-quiz-subgroup__title {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.3;
  color: #596170;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hs-redesign-page .safe-quiz-toggles,
.hs-redesign-page .safe-quiz-locks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hs-redesign-page .safe-quiz-toggle,
.hs-redesign-page .safe-quiz-pill {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #dbe0ea;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #323744;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.hs-redesign-page .safe-quiz-toggle.is-active,
.hs-redesign-page .safe-quiz-pill.is-active {
  border-color: #cc1a2b;
  background: #fff1f3;
  color: #a20f1d;
  box-shadow: 0 8px 18px rgba(204, 26, 43, 0.11);
}

.hs-redesign-page .safe-quiz-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hs-redesign-page .safe-quiz-field {
  display: grid;
  gap: 10px;
}

.hs-redesign-page .safe-quiz-field span {
  font-size: 14px;
  line-height: 1.3;
  color: #596170;
  font-weight: 800;
}

.hs-redesign-page .safe-quiz-field input {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid #dde2eb;
  border-radius: 12px;
  background: #fff;
  font: inherit;
  font-size: 15px;
  color: #2c3240;
  outline: none;
}

.hs-redesign-page .safe-quiz-field input:focus {
  border-color: #cf1e2f;
  box-shadow: 0 0 0 4px rgba(207, 30, 47, 0.08);
}

.hs-redesign-page .safe-quiz-branch {
  display: none;
}

.hs-redesign-page .safe-quiz-branch.is-active {
  display: block;
}

.hs-redesign-page .safe-quiz-actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hs-redesign-page .safe-quiz-nav {
  min-width: 180px;
  height: 50px;
  border-radius: 10px;
  padding: 0 22px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.hs-redesign-page .safe-quiz-nav--ghost {
  border: 1px solid #dbe0ea;
  background: #fff;
  color: #2b3240;
}

.hs-redesign-page .safe-quiz-nav--ghost:disabled {
  opacity: 0.45;
  cursor: default;
}

.hs-redesign-page .safe-quiz-nav--primary {
  margin-left: auto;
  border: 0;
  background: linear-gradient(180deg, #d61e2e 0%, #b81524 100%);
  color: #fff;
  box-shadow: 0 14px 24px rgba(189, 24, 38, 0.18);
}

.hs-redesign-page .safe-quiz-results {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid #e3e7ef;
}

.hs-redesign-page .safe-quiz-results__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.hs-redesign-page .safe-quiz-results__head strong {
  display: block;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hs-redesign-page .safe-quiz-results__head span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #6a7280;
  max-width: 660px;
}

.hs-redesign-page .safe-quiz-results__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hs-redesign-page .safe-quiz-results__more,
.hs-redesign-page .safe-quiz-results__consult {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.hs-redesign-page .safe-quiz-results__more {
  border: 1px solid #dbe0ea;
  background: #fff;
  color: #28303d;
}

.hs-redesign-page .safe-quiz-results__consult {
  border: 0;
  background: linear-gradient(180deg, #d61e2e 0%, #b81524 100%);
  color: #fff;
  box-shadow: 0 12px 22px rgba(189, 24, 38, 0.18);
}

.hs-redesign-page .safe-quiz-results__loading,
.hs-redesign-page .safe-quiz-results__empty {
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid #e2e7ef;
  background: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.5;
  color: #616a78;
}

.hs-redesign-page .safe-quiz-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hs-redesign-page .safe-quiz-card {
  min-height: 100%;
}

.hs-redesign-page .safe-filter {
  scroll-margin-top: 170px;
}

.hs-redesign-page .safe-filter-head {
  align-items: flex-end;
}

.hs-redesign-page .safe-filter-head p {
  max-width: 760px;
  margin: 8px 0 0;
  color: #66707f;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.hs-redesign-page .safe-filter-shell {
  padding: 28px;
  border: 1px solid #e0e5ee;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 16% 0%, rgba(204, 26, 43, 0.07), rgba(204, 26, 43, 0) 34%);
  box-shadow: 0 20px 44px rgba(31, 37, 48, 0.07);
}

.hs-redesign-page .safe-filter-form {
  display: grid;
  grid-template-columns: 1.02fr 1.05fr 1.18fr;
  gap: 18px;
  align-items: stretch;
}

.hs-redesign-page .safe-filter-group {
  min-width: 0;
  padding: 20px;
  border: 1px solid #e3e7ef;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
}

.hs-redesign-page .safe-filter-group__title {
  margin-bottom: 14px;
  color: #252b36;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.hs-redesign-page .safe-filter-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hs-redesign-page .safe-filter-choice {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  column-gap: 12px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid #dfe4ed;
  border-radius: 9px;
  background: #fff;
  color: #242a35;
  text-align: left;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hs-redesign-page .safe-filter-choice__icon {
  display: inline-flex;
  grid-row: span 2;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(201, 22, 40, 0.16);
  border-radius: 10px;
  background: #fff7f8;
  color: #c91628;
}

.hs-redesign-page .safe-filter-choice__icon svg,
.hs-redesign-page .safe-filter-button-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.hs-redesign-page .safe-filter-choice__icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.hs-redesign-page .safe-filter-choice:hover {
  border-color: #c8d0dd;
}

.hs-redesign-page .safe-filter-choice.is-active {
  border-color: #c91628;
  background: #fff7f8;
  box-shadow: inset 3px 0 0 #c91628;
}

.hs-redesign-page .safe-filter-choice.is-active .safe-filter-choice__icon {
  border-color: #c91628;
  background: #c91628;
  color: #fff;
}

.hs-redesign-page .safe-filter-choice strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
}

.hs-redesign-page .safe-filter-choice span:not(.safe-filter-choice__icon) {
  display: block;
  color: #687180;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.hs-redesign-page .safe-filter-choice > span:not(.safe-filter-choice__icon) {
  grid-column: 2;
}

.hs-redesign-page .safe-filter-choice--compact {
  grid-column: span 2;
  min-height: 92px;
}

.hs-redesign-page .safe-filter-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hs-redesign-page .safe-filter-size-mode {
  display: grid;
  gap: 9px;
  margin-bottom: 14px;
}

.hs-redesign-page .safe-filter-dimensions {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  padding: 12px;
  border: 1px solid #e3e8f1;
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 18%, rgba(201, 22, 40, 0.1), transparent 32%),
    linear-gradient(135deg, #fff 0%, #f7f9fc 100%);
}

.hs-redesign-page .safe-filter-dimensions p {
  margin: 0;
  color: #596371;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.hs-redesign-page .safe-filter-cube {
  position: relative;
  width: 164px;
  height: 118px;
}

.hs-redesign-page .safe-filter-cube svg {
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 10px 16px rgba(31, 37, 48, 0.1));
}

.hs-redesign-page .safe-filter-cube__safe-top,
.hs-redesign-page .safe-filter-cube__safe-front,
.hs-redesign-page .safe-filter-cube__safe-side {
  stroke: #252c37;
  stroke-width: 2;
}

.hs-redesign-page .safe-filter-cube__safe-top {
  fill: #f8fafc;
}

.hs-redesign-page .safe-filter-cube__safe-front {
  fill: #e8edf4;
}

.hs-redesign-page .safe-filter-cube__safe-side {
  fill: #cfd7e3;
}

.hs-redesign-page .safe-filter-cube__door,
.hs-redesign-page .safe-filter-cube__door-inner {
  stroke: #313948;
  stroke-width: 2;
  fill: #ffffff;
}

.hs-redesign-page .safe-filter-cube__door-inner {
  stroke-width: 1.5;
  fill: #f6f8fb;
}

.hs-redesign-page .safe-filter-cube__dial {
  fill: #fff;
  stroke: #c91628;
  stroke-width: 1.8;
}

.hs-redesign-page .safe-filter-cube__spoke,
.hs-redesign-page .safe-filter-cube__bolts,
.hs-redesign-page .safe-filter-cube__hinge,
.hs-redesign-page .safe-filter-cube__handle,
.hs-redesign-page .safe-filter-cube__feet {
  stroke: #c91628;
  stroke-width: 1.7;
  fill: none;
}

.hs-redesign-page .safe-filter-cube__hinge,
.hs-redesign-page .safe-filter-cube__feet {
  stroke: #687180;
  stroke-width: 2.2;
}

.hs-redesign-page .safe-filter-cube__handle {
  stroke-width: 2.4;
}

.hs-redesign-page .safe-filter-cube__guide {
  stroke: #c91628;
  stroke-width: 1.4;
  stroke-dasharray: 3 3;
  fill: none;
}

.hs-redesign-page .safe-filter-cube__label {
  position: absolute;
  display: inline-flex;
  gap: 3px;
  align-items: center;
  padding: 3px 6px;
  border: 1px solid #dfe5ee;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #6a7280;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(31, 37, 48, 0.07);
}

.hs-redesign-page .safe-filter-cube__label b {
  color: #252b36;
  font-weight: 900;
}

.hs-redesign-page .safe-filter-cube__label--height {
  top: 44px;
  left: 0;
  transform: translateY(-50%);
}

.hs-redesign-page .safe-filter-cube__label--width {
  left: 56px;
  bottom: -2px;
}

.hs-redesign-page .safe-filter-cube__label--depth {
  top: 13px;
  right: 4px;
}

.hs-redesign-page .safe-filter-field {
  display: grid;
  gap: 7px;
}

.hs-redesign-page .safe-filter-field--wide {
  grid-column: span 1;
}

.hs-redesign-page .safe-filter-field span,
.hs-redesign-page .safe-filter-label {
  color: #5b6472;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 850;
}

.hs-redesign-page .safe-filter-field input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #dce2eb;
  border-radius: 8px;
  background: #fff;
  color: #252b36;
  font: inherit;
  font-size: 15px;
  font-weight: 650;
  outline: none;
}

.hs-redesign-page .safe-filter-field input:focus {
  border-color: #c91628;
  box-shadow: 0 0 0 3px rgba(201, 22, 40, 0.08);
}

.hs-redesign-page .safe-filter-row {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.hs-redesign-page .safe-filter-row:last-child {
  margin-bottom: 0;
}

.hs-redesign-page .safe-filter-row--guns.is-muted {
  opacity: 0.58;
}

.hs-redesign-page .safe-filter-toggles,
.hs-redesign-page .safe-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hs-redesign-page .safe-filter-toggle,
.hs-redesign-page .safe-filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dbe1eb;
  border-radius: 8px;
  background: #fff;
  color: #303746;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.hs-redesign-page .safe-filter-button-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: currentColor;
}

.hs-redesign-page .safe-filter-toggle:hover,
.hs-redesign-page .safe-filter-pill:hover {
  border-color: #c8d0dd;
}

.hs-redesign-page .safe-filter-toggle.is-active,
.hs-redesign-page .safe-filter-pill.is-active {
  border-color: #c91628;
  background: #c91628;
  color: #fff;
}

.hs-redesign-page .safe-filter-toggle--combo {
  flex-basis: auto;
  justify-content: center;
  min-height: 40px;
  padding-inline: 16px;
}

.hs-redesign-page .safe-filter-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.hs-redesign-page .safe-filter-live-summary {
  margin-top: 34px;
  padding: 18px 20px;
  border: 1px solid rgba(219, 225, 235, 0.94);
  border-radius: 14px;
  background:
    radial-gradient(circle at 16% 24%, rgba(201, 22, 40, 0.08), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.hs-redesign-page .safe-filter-live-summary span {
  color: #687080;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
}

.hs-redesign-page .safe-filter-live-summary strong {
  color: #c91628;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.hs-redesign-page .safe-filter-live-summary__button {
  min-height: 44px;
  padding: 0 14px 0 18px;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(180deg, #d61e2e 0%, #b81524 100%);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(201, 22, 40, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hs-redesign-page .safe-filter-live-summary__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 13px 28px rgba(201, 22, 40, 0.22);
}

.hs-redesign-page .safe-filter-live-summary__button > span {
  color: inherit;
  font-size: 13px;
  font-weight: 850;
}

.hs-redesign-page .safe-filter-live-summary__button strong {
  color: #fff;
  font-size: 17px;
}

.hs-redesign-page .safe-filter-live-summary__button .safe-filter-live-summary__arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  font-size: 15px;
  line-height: 1;
}

.hs-redesign-page .safe-filter-reset,
.hs-redesign-page .safe-filter-submit,
.hs-redesign-page .safe-filter-consult {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
}

.hs-redesign-page .safe-filter-reset {
  border: 1px solid #dbe1eb;
  background: #fff;
  color: #303746;
}

.hs-redesign-page .safe-filter-submit,
.hs-redesign-page .safe-filter-consult {
  border: 0;
  background: linear-gradient(180deg, #d61e2e 0%, #b81524 100%);
  color: #fff;
}

.hs-redesign-page .safe-filter-help {
  position: relative;
}

.hs-redesign-page .safe-filter-help-menu {
  position: absolute;
  z-index: 8;
  top: calc(100% + 10px);
  right: 0;
  width: 230px;
  padding: 8px;
  border: 1px solid #dde3ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(31, 37, 48, 0.13);
}

.hs-redesign-page .safe-filter-help-menu[hidden] {
  display: none !important;
}

.hs-redesign-page .safe-filter-help.is-open .safe-filter-consult {
  box-shadow: 0 0 0 3px rgba(201, 22, 40, 0.12);
}

.hs-redesign-page .safe-filter-help-menu a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  color: #29303d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  text-decoration: none;
}

.hs-redesign-page .safe-filter-help-menu a:hover {
  background: #f5f7fb;
  color: #c91628;
}

.hs-redesign-page .safe-filter-results {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #e3e7ef;
}

.hs-redesign-page .safe-filter-results__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.hs-redesign-page .safe-filter-results__head strong {
  display: block;
  color: #202632;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.hs-redesign-page .safe-filter-results__head span {
  display: block;
  max-width: 760px;
  margin-top: 7px;
  color: #6a7280;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.hs-redesign-page .safe-filter-results__head .safe-filter-results__count {
  margin-top: 9px;
  color: #c91628;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
}

.hs-redesign-page .safe-filter-results__more {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #dbe1eb;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #303746;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  white-space: nowrap;
}

.hs-redesign-page .safe-filter-results__loading,
.hs-redesign-page .safe-filter-results__empty {
  padding: 16px;
  border: 1px solid #e2e7ef;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.86);
  color: #616a78;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 650;
}

.hs-redesign-page .safe-filter-results-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hs-redesign-page .safe-filter-card {
  min-height: 100%;
}

.hs-redesign-page .safe-filter-card--near {
  border-color: #f0d8a8;
}

.hs-redesign-page .safe-filter.is-loading .safe-filter-results-grid {
  opacity: 0.55;
  pointer-events: none;
}

.hs-redesign-page .section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.hs-redesign-page .section h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hs-redesign-page .section-link {
  font-size: 14px;
  color: #313845;
  font-weight: 700;
}

.hs-redesign-page .purpose-grid,
.hs-redesign-page .services-grid {
  display: grid;
  gap: 12px;
}

.hs-redesign-page .purpose-grid {
  grid-template-columns: repeat(6, 1fr);
}

.hs-redesign-page .services-grid {
  grid-template-columns: repeat(6, 1fr);
}

.hs-redesign-page .purpose-card,
.hs-redesign-page .service-card,
.hs-redesign-page .review-card,
.hs-redesign-page .product-card,
.hs-redesign-page .partner-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-card);
}

.hs-redesign-page .purpose-card {
  min-height: 196px;
  padding: 18px 16px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hs-redesign-page a.purpose-card {
  color: inherit;
}

@media (hover: hover) and (pointer: fine) {
  .hs-redesign-page a.purpose-card:hover {
    transform: translateY(-4px);
    border-color: rgba(203, 13, 35, 0.28);
    box-shadow: 0 16px 30px rgba(28, 35, 45, 0.12);
  }
}

.hs-redesign-page .purpose-card img {
  width: 104px;
  height: 104px;
  object-fit: contain;
  margin-bottom: 12px;
}

.hs-redesign-page .purpose-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
}

.hs-redesign-page .purpose-card span {
  display: block;
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.38;
  color: #777d88;
  font-weight: 600;
}

.hs-redesign-page .purpose-card--cta strong {
  min-height: 64px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  text-align: center;
}

.hs-redesign-page .purpose-card--cta span {
  margin-top: 12px;
}

.hs-redesign-page .section-scenarios {
  padding-top: 6px;
}

.hs-redesign-page .section-intro {
  margin: 8px 0 0;
  color: #737a86;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.hs-redesign-page .scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hs-redesign-page .scenario-card {
  position: relative;
  display: block;
  min-height: 340px;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  background: #252a32;
  box-shadow: 0 12px 28px rgba(33, 39, 48, 0.12);
}

.hs-redesign-page .scenario-card img,
.hs-redesign-page .scenario-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hs-redesign-page .scenario-card img {
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hs-redesign-page .scenario-card__shade {
  background: linear-gradient(180deg, rgba(15, 18, 23, 0.02) 28%, rgba(15, 18, 23, 0.82) 100%);
}

.hs-redesign-page .scenario-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  padding: 24px;
}

.hs-redesign-page .scenario-card strong,
.hs-redesign-page .scenario-card span,
.hs-redesign-page .scenario-card em {
  display: block;
}

.hs-redesign-page .scenario-card strong {
  font-size: 25px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hs-redesign-page .scenario-card span {
  margin-top: 8px;
  max-width: 290px;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.hs-redesign-page .scenario-card em {
  margin-top: 18px;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.hs-redesign-page .scenario-card em b {
  margin-left: 5px;
  font-size: 18px;
  vertical-align: -1px;
}

@media (hover: hover) and (pointer: fine) {
  .hs-redesign-page .scenario-card:hover img {
    transform: scale(1.045);
  }
}

.hs-redesign-page .products-wrap {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  gap: 18px;
  align-items: center;
}

.hs-redesign-page .carousel-arrow {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #eaedf2;
  background: rgba(255, 255, 255, 0.95);
  display: grid;
  place-items: center;
  color: #8f96a2;
  box-shadow: 0 5px 12px rgba(32, 39, 50, 0.05);
}

.hs-redesign-page .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hs-redesign-page .product-card {
  padding: 20px 18px 16px;
  min-height: 394px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.hs-redesign-page .product-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  min-width: 50px;
  height: 24px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.hs-redesign-page .product-badge.hot {
  background: #d61e2e;
}

.hs-redesign-page .product-badge.new {
  background: #4db85f;
}

.hs-redesign-page .product-image {
  height: 184px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}

.hs-redesign-page .product-image-link {
  color: inherit;
}

.hs-redesign-page .product-image img {
  max-height: 184px;
  width: auto;
  object-fit: contain;
}

.hs-redesign-page .product-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hs-redesign-page .product-title-link {
  color: inherit;
}

.hs-redesign-page .product-features {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.hs-redesign-page .product-features li {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  line-height: 1.45;
  color: #666d78;
  font-weight: 600;
  margin-bottom: 5px;
}

.hs-redesign-page .product-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #6e7480;
}

.hs-redesign-page .product-price {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  margin-top: auto;
  margin-bottom: 10px;
}

.hs-redesign-page .product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hs-redesign-page .product-more {
  height: 34px;
  padding: 0 16px;
  font-size: 12px;
  border-radius: 8px;
  background: #f8f9fb;
}

.hs-redesign-page .product-icon {
  width: 26px;
  height: 26px;
  border: 1px solid #dfe3ea;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #767c88;
  background: #fff;
  flex: 0 0 auto;
}

.hs-redesign-page .home-popular-slider {
  position: relative;
  padding: 0 58px;
}

.hs-redesign-page .home-popular-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 1px solid #d9dde7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 28px rgba(28, 35, 48, 0.08);
  color: #626a79;
  font-size: 30px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.hs-redesign-page .home-popular-arrow:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(28, 35, 48, 0.12);
}

.hs-redesign-page .home-popular-arrow.is-disabled {
  opacity: 0.42;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}

.hs-redesign-page .home-popular-arrow--prev {
  left: 0;
}

.hs-redesign-page .home-popular-arrow--next {
  right: 0;
}

.hs-redesign-page .home-popular-viewport {
  overflow: hidden;
}

.hs-redesign-page .home-popular-track {
  display: flex;
  gap: 18px;
  align-items: stretch;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 2px 0 6px;
}

.hs-redesign-page .home-popular-track::-webkit-scrollbar {
  display: none;
}

.hs-redesign-page .home-popular-card {
  position: relative;
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
  min-height: 470px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  scroll-snap-align: start;
}

.hs-redesign-page .home-popular-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  min-width: 78px;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
}

.hs-redesign-page .home-popular-badge--new {
  background: #0f9f61;
}

.hs-redesign-page .home-popular-badge--hit {
  background: #cb1a2c;
}

.hs-redesign-page .home-popular-image {
  height: 250px;
  padding: 34px 28px 14px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.96), rgba(251, 248, 243, 0) 74%),
    linear-gradient(180deg, rgba(251, 249, 245, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.hs-redesign-page .home-popular-image img {
  max-width: 100%;
  max-height: 202px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.hs-redesign-page .home-popular-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px 20px;
}

.hs-redesign-page .home-popular-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hs-redesign-page .home-popular-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.hs-redesign-page .home-popular-features li {
  position: relative;
  padding-left: 13px;
  font-size: 13px;
  line-height: 1.42;
  color: #646c79;
  font-weight: 600;
}

.hs-redesign-page .home-popular-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #6d7482;
}

.hs-redesign-page .home-popular-bottom {
  margin-top: auto;
  display: grid;
  gap: 14px;
}

.hs-redesign-page .home-popular-price-box {
  display: grid;
  gap: 5px;
}

.hs-redesign-page .home-popular-old-price {
  font-size: 13px;
  line-height: 1;
  color: #989fad;
  text-decoration: line-through;
  font-weight: 700;
}

.hs-redesign-page .home-popular-price {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #171b22;
}

.hs-redesign-page .home-popular-actions {
  display: grid;
  gap: 10px;
}

.hs-redesign-page .home-popular-form {
  margin: 0;
}

.hs-redesign-page .home-popular-buy,
.hs-redesign-page .home-popular-more {
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  font-family: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hs-redesign-page .home-popular-buy {
  border: 0;
  background: linear-gradient(180deg, #d61e2e 0%, #b81524 100%);
  color: #fff;
  box-shadow: 0 14px 24px rgba(189, 24, 38, 0.18);
  cursor: pointer;
}

.hs-redesign-page .home-popular-buy:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 28px rgba(189, 24, 38, 0.22);
}

.hs-redesign-page .home-popular-buy--ghost,
.hs-redesign-page .home-popular-more {
  background: #f5f6fa;
  border: 1px solid #e0e4ed;
  color: #2b3240;
  box-shadow: none;
}

.hs-redesign-page .home-popular-buy--ghost:hover,
.hs-redesign-page .home-popular-more:hover {
  background: #edf1f7;
}

.hs-redesign-page .home-popular-form.is-added .home-popular-buy {
  background: #148754;
  box-shadow: 0 12px 22px rgba(20, 135, 84, 0.18);
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card {
  margin: 0 !important;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(25, 32, 42, 0.045);
  overflow: hidden;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .catalog-item-info,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .catalog-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 16px 14px;
  min-height: 0 !important;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .item-image {
  height: 212px;
  margin: 0 -16px 14px;
  padding: 26px 20px 14px;
  border: 0 !important;
  border-radius: 0 !important;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.96), rgba(251, 248, 243, 0) 74%),
    linear-gradient(180deg, rgba(251, 249, 245, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image > a,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .item-image > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  justify-items: center;
  align-items: center;
  overflow: hidden;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image .item_img,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .item-image .item_img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 158px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  justify-self: center;
  align-self: center;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image img.manufacturer,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .item-image img.manufacturer {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 56px;
  max-height: 22px;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image .sticker,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .item-image .sticker {
  position: absolute;
  z-index: 3;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
  display: flex !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image .sticker span,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .item-image .sticker span {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 20px;
  margin: 0 !important;
  padding: 0 9px;
  box-sizing: border-box;
  border-radius: 999px;
  font-size: 9px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image .sticker span::before,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image .sticker span::after,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .item-image .sticker span::before,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .item-image .sticker span::after {
  content: none !important;
  display: none !important;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-all-title,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .item-all-title {
  margin: 0 0 8px;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-all-title .item-title,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .item-all-title .item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 14px !important;
  line-height: 1.22;
  font-weight: 750;
  letter-spacing: -0.015em;
  color: #202631;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .article_rating,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .article_rating {
  margin: 0 0 8px;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .properties,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .properties {
  display: grid;
  gap: 5px;
  margin: 0 0 6px;
  color: #687180;
  font-size: 11px;
  line-height: 1.34;
  font-weight: 600;
  min-height: 0;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .properties .property,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .properties .property {
  margin: 0;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .properties .property:nth-child(n + 4),
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .properties .property:nth-child(n + 4) {
  display: none;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .properties .name,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .properties .val,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .properties .name,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .properties .val {
  float: none;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .table-price-block.item-price-cont,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .table-price-block.item-price-cont {
  min-height: 0 !important;
  height: auto !important;
  margin: auto 0 0 !important;
  padding: 2px 0 0 !important;
  position: static;
  display: grid;
  justify-items: center;
  text-align: center;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-price,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .item-price {
  float: none !important;
  margin: 0 !important;
  max-height: none !important;
  display: grid;
  gap: 5px;
  justify-items: center;
  text-align: center;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .catalog-item-price-old,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .catalog-item-price-old {
  order: 1;
  font-size: 12px !important;
  line-height: 1;
  color: #989fad;
  text-decoration: line-through;
  font-weight: 700;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .catalog-item-price-percent,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .catalog-item-price-percent {
  order: 2;
  font-size: 11px;
  color: #c31d2d;
  font-weight: 700;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .catalog-item-price,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .catalog-item-price {
  order: 3;
  font-size: 21px !important;
  line-height: 1;
  font-weight: 780;
  letter-spacing: -0.03em;
  color: #171b22;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .catalog-item-price .unit,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .catalog-item-price .unit {
  font-size: 0.55em;
  font-weight: 700;
  color: #636b78;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  display: grid;
  gap: 8px;
  justify-items: center;
  align-content: start;
  box-sizing: border-box !important;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more .available,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more .available {
  display: none;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_block form,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_form,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more .add2basket_block form,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more .add2basket_form {
  position: static !important;
  display: grid;
  gap: 8px;
  justify-items: center;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_block,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more .add2basket_block {
  float: none !important;
  width: 100%;
  min-width: 0;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more .qnt_cont,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more .qnt_cont {
  position: static !important;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #e0e4ed;
  border-radius: 7px;
  overflow: hidden;
  background: #f7f8fc;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more a.minus,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more a.plus,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more input[name=quantity],
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more a.minus,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more a.plus,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more input[name=quantity] {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #37404e;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more a.minus,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more a.plus,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more a.minus,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more a.plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more button[name=add2basket],
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more small.result,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more .apuo,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more button[name=add2basket],
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more small.result,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more .apuo {
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 38px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  font-family: inherit;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more button[name=add2basket],
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more button[name=add2basket] {
  border: 0;
  background: linear-gradient(180deg, #d61e2e 0%, #b81524 100%);
  color: #fff;
  box-shadow: 0 14px 24px rgba(189, 24, 38, 0.18);
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more small.result,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more small.result {
  display: none !important;
  background: #148754;
  color: #fff;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more .apuo,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more .apuo {
  border: 1px solid #e0e4ed;
  background: #f5f6fa;
  color: #2b3240;
  box-shadow: none;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more button[name=add2basket] i,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more small.result i,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more .apuo i,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more button[name=add2basket] i,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more small.result i,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller .catalog-item-card .buy_more .apuo i {
  margin-right: 8px;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .compare,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .delay {
  display: inline-flex;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .compare a,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .delay a {
  width: 34px;
  height: 34px;
  border: 1px solid #e0e4ed;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #67707e;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .compare,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .delay {
  display: none;
}

.hs-redesign-page.hs-inner-page .already_seen.hs-viewed-products {
  width: 100%;
  margin: 40px 0 0;
  padding: 0 24px;
  box-sizing: border-box;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip {
  padding: 0;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__head-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__toggle {
  flex: 0 0 auto;
  padding: 11px 16px;
  border: 1px solid #d7dde8;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #4b5261;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__toggle:hover {
  border-color: #c8d0df;
  color: #1b2028;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(214px, 214px);
  grid-template-columns: none;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 12px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__card--hidden {
  display: none;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip.is-expanded .hs-viewed-strip__card--hidden {
  display: block;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip--fullpage .hs-viewed-strip__scroller {
  grid-auto-flow: row;
  grid-auto-columns: unset;
  grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
  overflow: visible;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip--fullpage .hs-viewed-strip__card {
  width: 100%;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__card {
  scroll-snap-align: start;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__card .catalog-item-info {
  padding: 0 12px 12px;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__card .item-image {
  height: 146px;
  margin: 0 -12px 10px;
  padding: 18px 14px 8px;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__card .item-image .item_img {
  max-height: 108px;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__card .item-all-title {
  margin: 0 0 4px;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__card .item-all-title .item-title {
  font-size: 15px !important;
  line-height: 1.18;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__card .table-price-block.item-price-cont {
  padding-top: 0 !important;
  min-height: auto;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__card .catalog-item-price {
  font-size: 24px !important;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__card .buy_more {
  margin-top: 8px !important;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__card .buy_more .add2basket_block form,
.hs-redesign-page.hs-inner-page .hs-viewed-strip__card .buy_more .add2basket_form {
  gap: 0;
}

.hs-redesign-page.hs-inner-page .hs-viewed-strip__card .buy_more button[name=add2basket],
.hs-redesign-page.hs-inner-page .hs-viewed-strip__card .buy_more .apuo {
  min-height: 38px;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.hs-redesign-page.hs-inner-page .hs-catalog-grid--new .catalog-item-card,
.hs-redesign-page.hs-inner-page .hs-catalog-grid--related .catalog-item-card {
  min-width: 0;
}

/* Keep the legacy viewed-products renderer compact when only one item exists. */
.hs-redesign-page.hs-inner-page .already_seen.hs-viewed-products .catalog-item-table-view {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px)) !important;
  justify-content: start !important;
  gap: 16px !important;
}

.hs-redesign-page.hs-inner-page .already_seen.hs-viewed-products .catalog-item-card {
  width: auto !important;
  min-width: 0 !important;
  max-width: 280px !important;
}

.hs-redesign-page.hs-inner-page .hs-catalog-grid--new .catalog-item-card .item-image,
.hs-redesign-page.hs-inner-page .hs-catalog-grid--related .catalog-item-card .item-image {
  height: 196px;
  padding-top: 24px;
}

.hs-redesign-page.hs-inner-page .hs-catalog-grid--new .catalog-item-card .item-image .item_img,
.hs-redesign-page.hs-inner-page .hs-catalog-grid--related .catalog-item-card .item-image .item_img {
  max-height: 144px;
}

.hs-redesign-page.hs-inner-page .hs-catalog-grid--new .catalog-item-card .item-all-title .item-title,
.hs-redesign-page.hs-inner-page .hs-catalog-grid--related .catalog-item-card .item-all-title .item-title {
  font-size: 13px !important;
  line-height: 1.28;
}

.hs-redesign-page.hs-inner-page .hs-catalog-grid--new .catalog-item-card .properties,
.hs-redesign-page.hs-inner-page .hs-catalog-grid--related .catalog-item-card .properties {
  gap: 4px;
  font-size: 10px;
  line-height: 1.32;
}

.hs-redesign-page.hs-inner-page .hs-catalog-grid--new .catalog-item-card .catalog-item-price,
.hs-redesign-page.hs-inner-page .hs-catalog-grid--related .catalog-item-card .catalog-item-price {
  font-size: 19px !important;
}

.hs-redesign-page.hs-inner-page .hs-catalog-grid--new .catalog-item-card .buy_more,
.hs-redesign-page.hs-inner-page .hs-catalog-grid--related .catalog-item-card .buy_more {
  margin-top: 10px !important;
}

.hs-redesign-page.hs-inner-page .hs-catalog-grid--new .catalog-item-card .buy_more button[name=add2basket],
.hs-redesign-page.hs-inner-page .hs-catalog-grid--new .catalog-item-card .buy_more .apuo,
.hs-redesign-page.hs-inner-page .hs-catalog-grid--related .catalog-item-card .buy_more button[name=add2basket],
.hs-redesign-page.hs-inner-page .hs-catalog-grid--related .catalog-item-card .buy_more .apuo {
  min-height: 36px;
  font-size: 12px;
}

.hs-redesign-page .hs-product-page .hs-catalog-shelf--related {
  width: 100%;
  margin: 48px 0 0;
}

.hs-redesign-page .hs-product-page .hs-catalog-shelf--related .hs-catalog-shelf__head {
  margin: 0 0 20px;
}

.hs-redesign-page .hs-product-page .hs-catalog-shelf--related .hs-catalog-shelf__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1b2028;
}

.hs-redesign-page .hs-product-page .hs-catalog-shelf--related .hs-catalog-shelf__subtitle {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #697281;
}

.hs-redesign-page .hs-product-page .hs-catalog-shelf--related .catalog-item-table-view {
  float: none;
  width: 100%;
}

.hs-redesign-page .hs-product-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_rlt_form,
.hs-redesign-page .hs-product-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_acs_form {
  display: grid;
  grid-template-columns: repeat(3, 34px);
  gap: 8px;
  justify-content: center;
  justify-items: center;
  width: 100%;
}

.hs-redesign-page .hs-product-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_rlt_form > .qnt_cont,
.hs-redesign-page .hs-product-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_acs_form > .qnt_cont {
  grid-column: 1 / -1;
  justify-self: center;
}

.hs-redesign-page .hs-product-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_rlt_form > a.minus,
.hs-redesign-page .hs-product-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_acs_form > a.minus {
  grid-column: 1;
}

.hs-redesign-page .hs-product-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_rlt_form > input.quantity,
.hs-redesign-page .hs-product-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_acs_form > input.quantity {
  grid-column: 2;
}

.hs-redesign-page .hs-product-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_rlt_form > a.plus,
.hs-redesign-page .hs-product-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_acs_form > a.plus {
  grid-column: 3;
}

.hs-redesign-page .hs-product-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_rlt_form > button[name=add2basket],
.hs-redesign-page .hs-product-page .catalog-item-table-view .catalog-item-card .buy_more .add2basket_acs_form > button[name=add2basket] {
  grid-column: 1 / -1;
  width: 100%;
}

.hs-redesign-page .hs-product-page .related-items-empty {
  display: none;
}

.hs-redesign-page .service-card {
  min-height: 192px;
  padding: 22px 14px 18px;
  text-align: center;
}

.hs-redesign-page .service-card img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin: 0 auto 14px;
}

.hs-redesign-page .service-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
}

.hs-redesign-page .service-card span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.42;
  color: #787e89;
  font-weight: 600;
}

.hs-redesign-page .legal-card {
  margin-top: 14px;
  min-height: 88px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.hs-redesign-page .legal-copy strong {
  display: block;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
}

.hs-redesign-page .legal-copy span {
  display: block;
  margin-top: 8px;
  max-width: 880px;
  font-size: 14px;
  line-height: 1.45;
  color: #707785;
  font-weight: 600;
}

.hs-redesign-page .legal-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  height: 42px;
  padding: 0 18px;
  border-radius: 9px;
  border: 1px solid #d8ddea;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  color: #2e3440;
}

.hs-redesign-page .steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
}

.hs-redesign-page .step-card {
  min-height: 202px;
  padding: 22px 30px 24px;
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
}

.hs-redesign-page .step-num {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 6px 12px rgba(177, 16, 34, 0.18);
}

.hs-redesign-page .step-icon {
  width: 76px;
  height: 76px;
  object-fit: contain;
  margin: 0 auto 18px;
}

.hs-redesign-page .step-title {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
}

.hs-redesign-page .step-desc {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.42;
  color: #737a87;
  font-weight: 600;
}

.hs-redesign-page .step-arrow {
  position: absolute;
  right: -14px;
  top: 92px;
  width: 30px;
  height: 30px;
  color: #333844;
  z-index: 1;
}

.hs-redesign-page .reviews-partners {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 620px;
  gap: 18px;
}

.hs-redesign-page .reviews-side .section-header,
.hs-redesign-page .partners-side .section-header {
  margin-bottom: 14px;
}

.hs-redesign-page .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hs-redesign-page .review-card {
  min-height: 222px;
  padding: 18px 18px 16px;
}

.hs-redesign-page .stars {
  display: flex;
  gap: 3px;
  margin-bottom: 12px;
  color: #f1a91e;
}

.hs-redesign-page .review-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.53;
  color: #59606d;
  font-weight: 600;
}

.hs-redesign-page .review-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.hs-redesign-page .review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0d8c4, #ad725a);
  flex: 0 0 auto;
}

.hs-redesign-page .review-avatar--alt {
  background: linear-gradient(135deg, #f1d4c1, #9a5f4b);
}

.hs-redesign-page .review-avatar--blue {
  background: linear-gradient(135deg, #c4d5ea, #4d6988);
}

.hs-redesign-page .review-author strong {
  display: block;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
}

.hs-redesign-page .review-author span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #8a909b;
  font-weight: 600;
}

.hs-redesign-page .partner-card {
  min-height: 246px;
  padding: 28px;
}

.hs-redesign-page .partner-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.hs-redesign-page .partner-logos span {
  text-align: center;
  opacity: 0.92;
  min-height: 54px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid #eceff4;
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-redesign-page .partner-logos img {
  max-width: 100%;
  max-height: 24px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: saturate(0.92) contrast(1.02);
}

.hs-redesign-page .partner-note {
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: #666c77;
  font-weight: 600;
}

.hs-redesign-page .bottom-cta {
  margin-top: 26px;
  margin-bottom: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 386px;
  align-items: stretch;
  overflow: hidden;
  border-top: 1px solid #e6e1da;
  border-bottom: 1px solid #e6e1da;
  background: linear-gradient(180deg, #f6f4f0 0%, #f7f5f1 100%);
}

.hs-redesign-page .cta-side {
  min-height: 260px;
  position: relative;
  background-color: #f2eee8;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hs-redesign-page .cta-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.04);
}

.hs-redesign-page .cta-side--right {
  background-image: url("/bitrix/templates/hardsafe_redesign/images/homepage/office.png");
}

.hs-redesign-page .cta-center {
  padding: 34px 28px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(255, 255, 255, 0.88);
}

.hs-redesign-page .cta-copy h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hs-redesign-page .cta-copy p {
  margin: 12px 0 0;
  max-width: 490px;
  font-size: 16px;
  line-height: 1.45;
  color: #4d5460;
  font-weight: 600;
}

.hs-redesign-page .cta-actions {
  min-width: 352px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.hs-redesign-page .bottom-cta-button {
  min-width: 340px;
  height: 52px;
  font-size: 15px;
  padding: 0 22px;
}

.hs-redesign-page .cta-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #787e89;
  font-weight: 700;
}

.hs-redesign-page .cta-note svg {
  width: 15px;
  height: 15px;
  color: #7e8490;
}

.hs-redesign-page .site-footer {
  background: linear-gradient(180deg, #2c3037 0%, #242830 100%);
  color: #f5f7fa;
}

.hs-redesign-page .footer-main {
  padding: 34px 0 28px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1.15fr 1.25fr;
  gap: 22px;
}

.hs-redesign-page .footer-brand img {
  width: 186px;
  filter: invert(1);
  mix-blend-mode: screen;
  opacity: 0.98;
}

.hs-redesign-page .footer-brand p {
  margin: 14px 0 18px;
  max-width: 220px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(245, 247, 250, 0.82);
  font-weight: 600;
}

.hs-redesign-page .footer-col h3,
.hs-redesign-page .footer-showroom h3,
.hs-redesign-page .footer-contact h3 {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
}

.hs-redesign-page .footer-col a,
.hs-redesign-page .footer-contact-line,
.hs-redesign-page .footer-showroom p {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42;
  color: rgba(245, 247, 250, 0.8);
  font-weight: 600;
}

.hs-redesign-page .footer-contact strong {
  display: block;
  font-size: 17px;
  line-height: 1.1;
  margin-bottom: 12px;
  font-weight: 800;
  color: #fff;
}

.hs-redesign-page .footer-showroom {
  padding: 16px 18px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hs-redesign-page .show-route {
  width: fit-content;
  height: 40px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  margin-top: 12px;
}

.hs-redesign-page .footer-bottom {
  border-top: 1px solid var(--footer-line);
  padding: 16px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 600;
}

.hs-redesign-page .footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.hs-redesign-page .hs-product-page {
  margin: 0 auto 68px;
  padding: 0 0 20px;
}

.hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 440px);
  gap: 30px;
  align-items: start;
  overflow: visible;
}

.hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero .column {
  float: none;
  width: auto;
  margin: 0;
}

.hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero .column.first {
  min-width: 0;
  overflow: visible;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hs-redesign-page .hs-product-page .catalog-detail-pictures {
  display: grid;
  gap: 18px;
}

.hs-redesign-page .hs-product-page .catalog-detail-pictures .detail_picture {
  min-height: 520px;
  max-width: 100%;
  margin: 0;
  border-radius: 12px;
  border: 0;
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  overflow: hidden;
}

.hs-redesign-page .hs-product-page .catalog-detail-pictures .detail_picture img:not(.manufacturer) {
  display: block;
  max-width: 100%;
  max-height: 460px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.hs-redesign-page .hs-product-page .catalog-detail-pictures .detail_picture .manufacturer {
  right: 18px;
  bottom: 18px;
}

.hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo {
  margin: 0 0 24px;
}

.hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul {
  display: flex !important;
  flex-wrap: wrap !important;
  grid-template-columns: none !important;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: visible;
  scrollbar-width: auto;
}

.hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul li {
  width: 76px !important;
  min-width: 76px !important;
  flex: 0 0 76px !important;
  height: 76px;
  margin: 0 !important;
  float: none !important;
  border-radius: 10px;
  border: 1px solid #e2e7f0;
  background: #fff;
  overflow: hidden;
}

.hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul li:nth-child(3n+1),
.hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul li:nth-child(3n+2),
.hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul li:nth-child(3n+3),
.hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul li:nth-child(4n+4) {
  margin: 0 !important;
}

.hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul li img {
  max-height: 100%;
  object-fit: contain;
}

.hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero .column.second {
  display: grid;
  gap: 18px;
  align-content: start;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hs-redesign-page .hs-product-page .hs-purchase-panel {
  display: grid;
  gap: 16px;
  align-content: start;
}

.hs-redesign-page .hs-product-page .hs-purchase-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  order: 2;
}

.hs-redesign-page .hs-product-page .hs-purchase-status,
.hs-redesign-page .hs-product-page .hs-purchase-delivery {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hs-redesign-page .hs-product-page .hs-purchase-status {
  color: #0d8a62;
  background: rgba(16, 185, 129, 0.1);
}

.hs-redesign-page .hs-product-page .hs-purchase-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

.hs-redesign-page .hs-product-page .hs-purchase-delivery {
  color: #394150;
  background: rgba(23, 31, 46, 0.05);
}

.hs-redesign-page .hs-product-page .price_buy_detail,
.hs-redesign-page .hs-product-page .catalog-detail-preview-text,
.hs-redesign-page .hs-product-page .catalog-detail-properties {
  width: 100%;
  padding: 20px 20px;
  border-radius: 16px;
  border: 1px solid rgba(228, 231, 238, 0.86);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.hs-redesign-page .hs-product-page .price_buy_detail {
  margin: 0 !important;
  align-self: start;
  position: static;
  top: auto;
  z-index: auto;
  order: 1;
}

.hs-redesign-page .hs-product-page .price_buy_detail .available {
  display: none;
}

.hs-redesign-page .hs-product-page .catalog-detail-buy {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.hs-redesign-page .hs-product-page .catalog-detail-price {
  margin: 0;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf1f7;
}

.hs-redesign-page .hs-product-page .catalog-detail-item-price {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  color: #181b23;
  letter-spacing: -0.04em;
}

.hs-redesign-page .hs-product-page .catalog-detail-item-price .unit {
  font-size: 17px;
  color: #6b7280;
  font-weight: 700;
}

.hs-redesign-page .hs-product-page .catalog-detail-item-price-old {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 17px;
  color: #858c9a;
}

.hs-redesign-page .hs-product-page .catalog-detail-item-price-percent {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(193, 18, 39, 0.08);
  color: #b11022;
  font-size: 12px;
  font-weight: 800;
}

.hs-redesign-page .hs-product-page .css-4d-price-detail-text {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8b92a0;
  font-weight: 800;
}

.hs-redesign-page .hs-product-page .available {
  margin-top: 14px;
}

.hs-redesign-page .hs-product-page .available .avl,
.hs-redesign-page .hs-product-page .available .not_avl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.hs-redesign-page .hs-product-page .available .avl {
  background: rgba(16, 185, 129, 0.09);
  color: #0d8a62;
}

.hs-redesign-page .hs-product-page .available .not_avl {
  background: rgba(161, 13, 29, 0.08);
  color: #a10d1d;
}

.hs-redesign-page .hs-product-page .buy_more_detail {
  margin-top: 0;
  display: grid;
  gap: 12px;
}

.hs-redesign-page .hs-product-page .buy_more_detail .add2basket_form {
  display: grid;
  grid-template-columns: 126px minmax(190px, 1fr);
  gap: 10px;
  align-items: center;
}

.hs-redesign-page .hs-product-page .buy_more_detail .qnt_cont {
  min-width: 0;
  width: 126px;
  margin: 0;
  height: 44px;
  border-radius: 12px;
  background: #f5f7fb;
  border: 1px solid #dfe4ee;
  overflow: hidden;
}

.hs-redesign-page .hs-product-page .buy_more_detail .qnt_cont .minus,
.hs-redesign-page .hs-product-page .buy_more_detail .qnt_cont .plus {
  width: 34px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7a8290;
  font-weight: 800;
}

.hs-redesign-page .hs-product-page .buy_more_detail .qnt_cont .quantity {
  width: calc(100% - 68px);
  height: 42px;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  color: #181b23;
}

.hs-redesign-page .hs-product-page .buy_more_detail button[name=add2basket],
.hs-redesign-page .hs-product-page .buy_more_detail button[name=boc_anch],
.hs-redesign-page .hs-product-page .buy_more_detail .apuo_detail {
  width: 100%;
  min-width: 0;
  height: 50px;
  border-radius: 14px;
}

.hs-redesign-page .hs-product-page .buy_more_detail .btn_buy.detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: none;
}

.hs-redesign-page .hs-product-page .buy_more_detail .1click,
.hs-redesign-page .hs-product-page .buy_more_detail .one-click-wrap,
.hs-redesign-page .hs-product-page .buy_more_detail .webes-one-click-wrap {
  width: 100%;
}

.hs-redesign-page .hs-product-page .buy_more_detail .o-w-btn,
.hs-redesign-page .hs-product-page .buy_more_detail .btn_buy.detail.o-w-btn {
  width: 100%;
  min-height: 46px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #202733;
  color: #202733;
  font-size: 15px;
  font-weight: 800;
}

.hs-redesign-page .hs-product-page .compare_delay {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 2px;
  border-top: 1px solid #edf1f7;
}

.hs-redesign-page .hs-product-page .compare_delay > div {
  float: none;
  margin: 0;
}

.hs-redesign-page .hs-product-page .compare_delay a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid #dfe5ef;
  background: #f8faff;
  font-size: 13px;
  font-weight: 700;
  color: #798294;
}

.hs-redesign-page .hs-product-page .article_rating {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 2px;
  order: 4;
}

.hs-redesign-page .hs-product-page .hs-purchase-secondary {
  display: grid;
  gap: 14px;
  order: 3;
}

.hs-redesign-page .hs-product-page .hs-purchase-consult {
  padding: 16px;
  border: 1px solid rgba(228, 231, 238, 0.92);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
}

.hs-redesign-page .hs-product-page .hs-purchase-consult-title {
  display: block;
  margin-bottom: 12px;
  color: #161b25;
  font-size: 16px;
  line-height: 1.25;
}

.hs-redesign-page .hs-product-page .hs-purchase-consult-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.hs-redesign-page .hs-product-page .hs-purchase-consult-link {
  min-width: 0;
  min-height: 42px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #dfe4ee;
  border-radius: 9px;
  background: #fff;
  color: #252b36;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.hs-redesign-page .hs-product-page .hs-purchase-consult-link:hover {
  border-color: #c11227;
  color: #c11227;
}

.hs-redesign-page .hs-product-page .hs-purchase-consult-link--max {
  border-color: #c11227;
  background: #c11227;
  color: #fff;
}

.hs-redesign-page .hs-product-page .hs-purchase-consult-link--max:hover {
  background: #a80f21;
  color: #fff;
}

.hs-redesign-page .hs-product-page .hs-purchase-consult-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1;
}

.hs-redesign-page .hs-product-page .hs-purchase-meta-grid {
  display: grid;
  gap: 10px;
}

.hs-redesign-page .hs-product-page .hs-purchase-meta-item {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(228, 231, 238, 0.92);
  background: rgba(255, 255, 255, 0.76);
}

.hs-redesign-page .hs-product-page .hs-purchase-meta-item strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
  color: #161b25;
}

.hs-redesign-page .hs-product-page .hs-purchase-meta-item span {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  color: #6a7280;
}

.hs-redesign-page .hs-product-page .catalog-detail-preview-text {
  margin: 0;
  color: #4f5663;
  font-size: 15px;
  line-height: 1.7;
}

.hs-redesign-page .hs-product-page .catalog-detail-preview-text p:first-child {
  margin-top: 0;
}

.hs-redesign-page .hs-product-page .catalog-detail-properties {
  margin: 0;
}

.hs-redesign-page .hs-product-page .catalog-detail-properties .h4 {
  margin-bottom: 16px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #818999;
  font-weight: 900;
}

.hs-redesign-page .hs-product-page .catalog-detail-property {
  padding: 10px 0;
  border-bottom: 1px solid #edf0f5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

.hs-redesign-page .hs-product-page .catalog-detail-property:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hs-redesign-page .hs-product-page .catalog-detail-property .name {
  color: #6f7785;
  font-weight: 700;
}

.hs-redesign-page .hs-product-page .catalog-detail-property .val {
  color: #20242c;
  text-align: right;
  font-weight: 800;
}

.hs-redesign-page .hs-product-page .hs-product-trust-strip {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hs-redesign-page .hs-product-page .column.first .hs-product-trust-strip--hero {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hs-redesign-page .hs-product-page .hs-product-fit-check {
  position: relative;
  z-index: 20;
  margin-top: 12px;
  padding: 20px;
  border: 1px solid rgba(224, 229, 238, 0.92);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff 0%, #f7f8fa 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "copy action"
    "list action";
  align-items: center;
  gap: 14px 24px;
  overflow: visible;
}

.hs-redesign-page .hs-product-page .hs-product-fit-check__copy {
  grid-area: copy;
}

.hs-redesign-page .hs-product-page .hs-product-fit-check__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: #c9132a;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hs-redesign-page .hs-product-page .hs-product-fit-check__copy strong {
  display: block;
  margin-bottom: 6px;
  color: #20242c;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.hs-redesign-page .hs-product-page .hs-product-fit-check__copy > span:last-child {
  display: block;
  color: #626a77;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}

.hs-redesign-page .hs-product-page .hs-product-fit-check__list {
  grid-area: list;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-redesign-page .hs-product-page .hs-product-fit-check__list li {
  position: relative;
  padding-left: 18px;
  color: #3d4552;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.hs-redesign-page .hs-product-page .hs-product-fit-check__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #c9132a;
  border-bottom: 2px solid #c9132a;
  transform: rotate(-45deg);
}

.hs-redesign-page .hs-product-page .hs-product-fit-check__help {
  grid-area: action;
  position: relative;
  z-index: 25;
}

.hs-redesign-page .hs-product-page .hs-product-fit-check__action {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: #c9132a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.hs-redesign-page .hs-product-page .hs-product-fit-check__action:hover {
  background: #ad1024;
  color: #fff;
}

.hs-redesign-page .hs-product-page .hs-product-fit-check__help .safe-filter-help-menu {
  z-index: 40;
  top: calc(100% + 8px);
  right: 0;
  width: 230px;
  text-align: left;
}

.hs-redesign-page .hs-product-page .hs-product-trust-card {
  padding: 18px 18px;
  border-radius: 14px;
  border: 1px solid rgba(228, 231, 238, 0.86);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: none;
}

.hs-redesign-page .hs-product-page .column.first .hs-product-trust-strip--hero .hs-product-trust-card {
  min-height: 136px;
  padding: 16px 16px 15px;
}

.hs-redesign-page .hs-product-page .hs-product-trust-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.hs-redesign-page .hs-product-page .hs-product-trust-card span {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  color: #626a77;
  font-weight: 600;
}

.hs-redesign-page .hs-product-page .column.first .hs-product-trust-strip--hero .hs-product-trust-card strong {
  font-size: 14px;
  margin-bottom: 7px;
}

.hs-redesign-page .hs-product-page .column.first .hs-product-trust-strip--hero .hs-product-trust-card span {
  font-size: 12px;
  line-height: 1.5;
}

.hs-redesign-page .hs-product-page .set-constructor-items,
.hs-redesign-page .hs-product-page > .section,
.hs-redesign-page .hs-product-page .hs-product-sections {
  margin-top: 28px;
}

.hs-redesign-page .hs-product-page > .section {
  display: flow-root;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
}

.hs-redesign-page .hs-product-page > .section::after {
  content: "";
  display: table;
  clear: both;
}

.hs-redesign-page .hs-product-page > .section > * {
  box-sizing: border-box;
}

.hs-redesign-page .hs-product-page > .section > ul.tabs + * {
  clear: both;
}

.hs-redesign-page .hs-product-page > .section ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px;
  margin: 0 0 16px;
  list-style: none;
  border-radius: 10px;
  border: 1px solid rgba(224, 229, 238, 0.9);
  background: rgba(255, 255, 255, 0.82);
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
}

.hs-redesign-page .hs-product-page > .section ul.tabs li {
  float: none;
  width: auto;
  margin: 0;
  flex: 0 0 auto;
}

.hs-redesign-page .hs-product-page > .section ul.tabs li::after,
.hs-redesign-page .hs-product-page > .section ul.tabs li.current::after {
  display: none;
}

.hs-redesign-page .hs-product-page > .section ul.tabs li a {
  height: 42px;
  padding: 0 20px;
  border-radius: 8px;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hs-redesign-page .hs-product-page > .section ul.tabs li.current a,
.hs-redesign-page .hs-product-page > .section ul.tabs li:hover a {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(224, 229, 238, 0.95);
}

.hs-redesign-page .hs-product-page > .section ul.tabs li a span {
  color: #4d5562;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 800;
  border: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.hs-redesign-page .hs-product-page > .section ul.tabs li.current a span,
.hs-redesign-page .hs-product-page > .section ul.tabs li:hover a span {
  color: #1f242d;
}

.hs-redesign-page .hs-product-page > .section .box {
  clear: both;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 28px 30px;
  border-radius: 14px;
  border: 1px solid rgba(228, 231, 238, 0.82);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

.hs-redesign-page .hs-product-page > .section .box .description {
  font-size: 15px;
  line-height: 1.75;
  color: #3d4450;
}

.hs-redesign-page .hs-product-page .hs-product-sections {
  display: grid;
  gap: 22px;
}

.hs-redesign-page .hs-product-sections {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.hs-redesign-page .hs-product-page .hs-product-service-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

.hs-redesign-page .hs-product-sections .hs-product-service-grid {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr !important;
  gap: 22px;
}

.hs-redesign-page .hs-product-page .hs-product-service-card,
.hs-redesign-page .hs-product-page .hs-product-experts,
.hs-redesign-page .hs-product-page .hs-product-cta-panel {
  padding: 28px 30px;
  border-radius: 14px;
  border: 1px solid rgba(228, 231, 238, 0.82);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

.hs-redesign-page .hs-product-sections .hs-product-service-card,
.hs-redesign-page .hs-product-sections .hs-product-experts,
.hs-redesign-page .hs-product-sections .hs-product-cta-panel {
  padding: 28px 30px;
  border-radius: 14px;
  border: 1px solid rgba(228, 231, 238, 0.82);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

.hs-redesign-page .hs-product-page .hs-product-service-card--accent {
  background: rgba(255, 255, 255, 0.7);
}

.hs-redesign-page .hs-product-page .hs-product-service-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8a909b;
  font-weight: 900;
}

.hs-redesign-page .hs-product-page .hs-product-service-card h2,
.hs-redesign-page .hs-product-page .hs-product-section-heading h2,
.hs-redesign-page .hs-product-page .hs-product-cta-copy h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.hs-redesign-page .hs-product-page .hs-product-service-card p,
.hs-redesign-page .hs-product-page .hs-product-section-heading p,
.hs-redesign-page .hs-product-page .hs-product-cta-copy p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: #555d69;
  font-weight: 600;
}

.hs-redesign-page .hs-product-page .hs-product-service-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hs-redesign-page .hs-product-page .hs-product-service-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.55;
  color: #27303a;
  font-weight: 700;
}

.hs-redesign-page .hs-product-page .hs-product-service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #b11022;
}

.hs-redesign-page .hs-product-page .hs-product-service-actions,
.hs-redesign-page .hs-product-page .hs-product-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.hs-redesign-page .hs-product-page .hs-product-inline-cta {
  min-width: 220px;
  height: 48px;
  padding: 0 22px;
}

.hs-redesign-page .hs-product-page .hs-product-secondary-link {
  min-width: 184px;
  height: 48px;
  border-radius: 12px;
}

.hs-redesign-page .hs-product-page .hs-product-experts {
  display: grid;
  gap: 22px;
}

.hs-redesign-page .hs-product-sections .hs-product-experts {
  display: grid !important;
  gap: 22px;
}

.hs-redesign-page .hs-product-page .hs-product-expert-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px;
}

.hs-redesign-page .hs-product-sections .hs-product-expert-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.hs-redesign-page .hs-product-page .hs-product-expert-card {
  padding: 0 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(228, 231, 238, 0.82);
  background: #fff;
  display: block;
  gap: 0;
  overflow: hidden;
}

.hs-redesign-page .hs-product-sections .hs-product-expert-card {
  padding: 0 0 18px !important;
  border: 1px solid rgba(228, 231, 238, 0.82) !important;
  border-radius: 14px !important;
  background: #fff !important;
  display: block !important;
  width: calc(33.333% - 11px) !important;
  flex: 0 0 calc(33.333% - 11px) !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.hs-redesign-page .hs-product-page .hs-product-expert-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  background: #f3f3f3;
  margin: 0;
}

.hs-redesign-page .hs-product-sections .hs-product-expert-card img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5 !important;
  max-width: 100% !important;
  border-radius: 8px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #f3f3f3 !important;
  display: block !important;
  margin: 0 !important;
}

.hs-redesign-page .hs-product-sections .hs-product-expert-copy {
  width: auto !important;
  padding: 0 18px !important;
}

.hs-redesign-page .hs-product-page .hs-product-expert-copy strong {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.hs-redesign-page .hs-product-page .hs-product-expert-copy span {
  display: block;
  margin-top: 7px;
  color: #7b8390;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.hs-redesign-page .hs-product-page .hs-product-expert-copy p {
  margin: 14px 0 0;
  color: #525a67;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.hs-redesign-page .hs-product-page .hs-product-mini-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hs-redesign-page .hs-product-sections .hs-product-mini-benefits {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.hs-redesign-page .hs-product-page .hs-product-mini-benefit {
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid rgba(228, 231, 238, 0.82);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.hs-redesign-page .hs-product-sections .hs-product-mini-benefit {
  padding: 18px 20px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(228, 231, 238, 0.82) !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  width: calc(33.333% - 11px) !important;
  flex: 0 0 calc(33.333% - 11px) !important;
  min-width: 0 !important;
}

.hs-redesign-page .hs-product-sections .hs-product-mini-benefit img {
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  object-fit: contain !important;
  flex: 0 0 38px !important;
  display: block !important;
}

.hs-redesign-page .hs-product-sections .hs-product-mini-benefit-copy {
  min-width: 0 !important;
  width: auto !important;
}

.hs-redesign-page .hs-product-sections .hs-product-mini-benefit strong {
  display: block !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
}

.hs-redesign-page .hs-product-sections .hs-product-mini-benefit span {
  display: block !important;
  margin-top: 8px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.hs-redesign-page .hs-product-page .hs-product-mini-benefit img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.hs-redesign-page .hs-product-page .hs-product-mini-benefit-copy {
  min-width: 0;
}

.hs-redesign-page .hs-product-page .hs-product-mini-benefit strong {
  display: block;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;
}

.hs-redesign-page .hs-product-page .hs-product-mini-benefit span {
  display: block;
  margin-top: 8px;
  color: #59616d;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.hs-redesign-page .hs-product-page .hs-product-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.hs-redesign-page .hs-product-sections .hs-product-cta-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 24px !important;
  align-items: center !important;
}

.hs-redesign-page .hs-product-page .arturgolubev_yandex_share,
.hs-redesign-page .hs-product-page .ya-share2 {
  margin-top: 18px;
}

.hs-redesign-page .mobile-menu-state,
.hs-redesign-page .mobile-menu-button,
.hs-redesign-page .mobile-menu-panel,
.hs-redesign-page .mobile-bottom-nav,
.hs-redesign-page .hero-catalog {
  display: none;
}

.hs-redesign-page .purpose-card--mobile-only {
  display: none;
}

@media (max-width: 480px) {
  html.hs-redesign-html,
  body.hs-redesign-page {
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
    background: #f7f7f7;
  }

  body.hs-redesign-page {
    --content-width: 100%;
    --accent: #d6001c;
    padding-bottom: 78px;
    font-family: "Manrope", Inter, Arial, sans-serif;
    color: #1a1a1a;
  }

  .hs-redesign-page .container {
    width: 100%;
    min-width: 0;
    max-width: 480px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hs-redesign-page .home-main {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hs-redesign-page .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #eeeeee;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
  }

  .hs-redesign-page .header-main {
    height: 60px;
    min-height: 60px;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 34px 34px;
    gap: 8px;
    align-items: center;
  }

  .hs-redesign-page .brand {
    width: 92px;
  }

  .hs-redesign-page .brand img {
    width: 88px;
  }

  .hs-redesign-page .search-box {
    min-width: 0;
  }

  .hs-redesign-page .search-box input {
    height: 36px;
    padding: 0 36px 0 12px;
    border-radius: 8px;
    font-size: 12px;
    background: #fff;
  }

  .hs-redesign-page .search-box button {
    width: 36px;
    height: 36px;
  }

  .hs-redesign-page .search-box svg {
    right: 10px;
    width: 16px;
    height: 16px;
  }

  .hs-redesign-page .phone-block {
    position: relative;
    justify-self: center;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    gap: 0;
  }

  .hs-redesign-page .phone-icon {
    width: 20px;
    height: 20px;
    margin: 0;
  }

  .hs-redesign-page .phone-copy {
    position: absolute;
    inset: 0;
  }

  .hs-redesign-page .phone-copy strong,
  .hs-redesign-page .phone-copy span,
  .hs-redesign-page .phone-email {
    display: none;
  }

  .hs-redesign-page .phone-link {
    position: absolute;
    inset: 0;
    font-size: 0;
  }

  .hs-redesign-page .contact-stack,
  .hs-redesign-page .header-cart-wrap,
  .hs-redesign-page .header-cta,
  .hs-redesign-page .nav-bar {
    display: none;
  }

  .hs-redesign-page .mobile-menu-button {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    justify-self: end;
    cursor: pointer;
  }

  .hs-redesign-page .mobile-menu-button span {
    width: 20px;
    height: 2px;
    margin: 2px 0;
    border-radius: 999px;
    background: #1a1a1a;
  }

  .hs-redesign-page .mobile-menu-panel {
    display: block;
    pointer-events: none;
  }

  .hs-redesign-page .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.34);
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .hs-redesign-page .mobile-menu-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    width: min(86vw, 340px);
    height: 100dvh;
    padding: 18px;
    background: #fff;
    box-shadow: -18px 0 44px rgba(0, 0, 0, 0.14);
    transform: translateX(105%);
    transition: transform 0.24s ease;
  }

  .hs-redesign-page .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 900;
  }

  .hs-redesign-page .mobile-menu-head label {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
  }

  .hs-redesign-page .mobile-menu-drawer a {
    display: flex;
    align-items: center;
    min-height: 46px;
    border-bottom: 1px solid #eeeeee;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 800;
  }

  .hs-redesign-page .site-header:has(.mobile-menu-state:checked) .mobile-menu-panel {
    pointer-events: auto;
  }

  .hs-redesign-page .site-header:has(.mobile-menu-state:checked) .mobile-menu-backdrop {
    opacity: 1;
  }

  .hs-redesign-page .site-header:has(.mobile-menu-state:checked) .mobile-menu-drawer {
    transform: translateX(0);
  }

  .hs-redesign-page .hero {
    order: 1;
    margin: 0;
    border-radius: 0 0 16px 16px;
    padding: 20px 12px 0;
    background: linear-gradient(90deg, #fff, #f5f6f8);
    box-shadow: none;
    overflow: hidden;
  }

  .hs-redesign-page .hero-inner {
    min-height: 0;
    display: block;
    padding: 0;
  }

  .hs-redesign-page .hero-copy {
    width: 100%;
    max-width: none;
    text-align: center;
    padding: 0;
  }

  .hs-redesign-page .hero-kicker {
    display: none;
  }

  .hs-redesign-page .hero h1 {
    margin: 0;
    font-size: clamp(28px, 8.6vw, 32px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.04em;
  }

  .hs-redesign-page .hero h1 .accent {
    color: #d6001c;
  }

  .hs-redesign-page .hero-sub {
    max-width: 310px;
    margin: 12px auto 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
  }

  .hs-redesign-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .hs-redesign-page .hero-primary,
  .hs-redesign-page .hero-catalog {
    width: 100%;
    min-height: 48px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 900;
  }

  .hs-redesign-page .hero-primary {
    background: linear-gradient(180deg, #d6001c 0%, #b91524 100%);
  }

  .hs-redesign-page .hero-secondary {
    display: none;
  }

  .hs-redesign-page .hero-catalog {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddddd;
    background: #fff;
    color: #1a1a1a;
  }

  .hs-redesign-page .hero-empty {
    display: none;
  }

  .hs-redesign-page .stats-row {
    margin: 16px -12px 0;
    padding: 12px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    border-top: 1px solid #eeeeee;
  }

  .hs-redesign-page .stat-card {
    flex: 0 0 110px;
    min-width: 110px;
    height: 64px;
    padding: 8px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eeeeee;
    box-shadow: none;
    scroll-snap-align: start;
  }

  .hs-redesign-page .stat-icon {
    width: 24px;
    height: 24px;
  }

  .hs-redesign-page .stat-text strong {
    font-size: 12px;
    line-height: 1.12;
  }

  .hs-redesign-page .stat-text span {
    font-size: 10px;
    line-height: 1.2;
  }

  .hs-redesign-page .section {
    margin: 0;
    padding: 18px 12px;
  }

  .hs-redesign-page .section-header {
    margin-bottom: 12px;
    align-items: center;
  }

  .hs-redesign-page .section h2,
  .hs-redesign-page .section-header h2 {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -0.03em;
  }

  .hs-redesign-page .section-link {
    font-size: 12px;
    white-space: nowrap;
  }

  .hs-redesign-page .section-purpose {
    order: 2;
  }

  .hs-redesign-page .section-services {
    order: 3;
  }

  .hs-redesign-page .safe-filter {
    order: 4;
  }

  .hs-redesign-page .section-popular {
    order: 5;
  }

  .hs-redesign-page .section-steps {
    display: none;
  }

  .hs-redesign-page .section-reviews-partners {
    order: 6;
  }

  .hs-redesign-page .bottom-cta {
    order: 7;
  }

  .hs-redesign-page .purpose-grid,
  .hs-redesign-page .services-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .hs-redesign-page .purpose-card,
  .hs-redesign-page .service-card {
    flex: 0 0 84px;
    min-width: 84px;
    min-height: 92px;
    padding: 10px 8px;
    border-radius: 12px;
    box-shadow: none;
    scroll-snap-align: start;
  }

  .hs-redesign-page .purpose-card:first-child {
    border-color: #d6001c;
    box-shadow: 0 4px 12px rgba(214, 0, 28, 0.08);
  }

  .hs-redesign-page .purpose-card img,
  .hs-redesign-page .service-card img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }

  .hs-redesign-page .purpose-card strong,
  .hs-redesign-page .service-card strong {
    font-size: 12px;
    line-height: 1.22;
    font-weight: 850;
  }

  .hs-redesign-page .section-scenarios {
    padding-top: 0 !important;
  }

  .hs-redesign-page .section-scenarios .section-header {
    margin-bottom: 10px;
  }

  .hs-redesign-page .section-scenarios .section-intro {
    margin-top: 5px;
    font-size: 12px;
  }

  .hs-redesign-page .scenario-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .hs-redesign-page .scenario-card {
    min-height: 200px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(33, 39, 48, 0.12);
  }

  .hs-redesign-page .scenario-card__shade {
    background:
      linear-gradient(90deg, rgba(10, 13, 17, 0.18) 0%, transparent 58%),
      linear-gradient(180deg, rgba(10, 13, 17, 0.02) 20%, rgba(10, 13, 17, 0.94) 100%);
  }

  .hs-redesign-page .scenario-card__content {
    padding: 14px 16px 16px;
    background: linear-gradient(90deg, rgba(13, 17, 23, 0.74), rgba(13, 17, 23, 0.38));
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  }

  .hs-redesign-page .scenario-card strong {
    font-size: 21px;
    line-height: 1.08;
  }

  .hs-redesign-page .scenario-card span {
    margin-top: 6px;
    max-width: 270px;
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.94);
  }

  .hs-redesign-page .scenario-card em {
    margin-top: 10px;
    font-size: 12px;
  }

  .hs-redesign-page .scenario-card--home img {
    object-position: center 62%;
  }

  .hs-redesign-page .scenario-card--office img {
    object-position: center 48%;
  }

  .hs-redesign-page .scenario-card--valuables img {
    object-position: center 56%;
  }

  .hs-redesign-page .purpose-card span,
  .hs-redesign-page .service-card span {
    display: none;
  }

  .hs-redesign-page .purpose-card--cta {
    display: none;
  }

  .hs-redesign-page .purpose-card--mobile-hidden {
    display: none;
  }

  .hs-redesign-page .purpose-card--mobile-only {
    display: flex;
  }

  .hs-redesign-page .legal-card {
    margin-top: 12px;
    padding: 14px;
    border-radius: 14px;
  }

  .hs-redesign-page .safe-filter-shell {
    padding: 14px;
    border-radius: 14px;
  }

  .hs-redesign-page .safe-filter-head {
    align-items: flex-start;
  }

  .hs-redesign-page .safe-filter-head p {
    font-size: 13px;
    line-height: 1.4;
  }

  .hs-redesign-page .safe-filter-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hs-redesign-page .safe-filter-group {
    padding: 14px;
    border-radius: 12px;
  }

  .hs-redesign-page .safe-filter-group__title {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .hs-redesign-page .safe-filter-choice-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hs-redesign-page .safe-filter-choice,
  .hs-redesign-page .safe-filter-choice--compact {
    flex: 0 0 128px;
    min-height: 96px;
    grid-column: auto;
    padding: 12px;
  }

  .hs-redesign-page .safe-filter-choice__icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .hs-redesign-page .safe-filter-choice strong {
    font-size: 14px;
  }

  .hs-redesign-page .safe-filter-choice span:not(.safe-filter-choice__icon) {
    font-size: 11px;
  }

  .hs-redesign-page .safe-filter-dimensions {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
  }

  .hs-redesign-page .safe-filter-cube {
    margin: 0 auto;
  }

  .hs-redesign-page .safe-filter-dimensions p {
    text-align: center;
    font-size: 12px;
  }

  .hs-redesign-page .safe-filter-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hs-redesign-page .safe-filter-field input {
    height: 44px;
    border-radius: 10px;
    font-size: 16px;
  }

  .hs-redesign-page .safe-filter-toggles,
  .hs-redesign-page .safe-filter-pills {
    gap: 7px;
  }

  .hs-redesign-page .safe-filter-toggle,
  .hs-redesign-page .safe-filter-pill {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 9px;
    font-size: 12px;
  }

  .hs-redesign-page .safe-filter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .hs-redesign-page .safe-filter-consult {
    grid-column: span 2;
  }

  .hs-redesign-page .safe-filter-results {
    margin-top: 18px;
    padding-top: 18px;
  }

  .hs-redesign-page .safe-filter-results__head {
    align-items: flex-start;
    gap: 10px;
  }

  .hs-redesign-page .safe-filter-results__head strong {
    font-size: 20px;
  }

  .hs-redesign-page .safe-filter-results__head span {
    font-size: 12px;
  }

  .hs-redesign-page .safe-filter-results__more {
    min-height: 34px;
    padding: 0 10px;
    font-size: 11px;
  }

  .hs-redesign-page .safe-filter-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hs-redesign-page .home-popular-slider {
    padding: 0;
  }

  .hs-redesign-page .home-popular-arrow {
    display: none;
  }

  .hs-redesign-page .home-popular-viewport {
    overflow: visible;
  }

  .hs-redesign-page .home-popular-track {
    gap: 10px;
    padding: 1px 0 6px;
  }

  .hs-redesign-page .home-popular-card {
    flex: 0 0 156px;
    min-height: 0;
    border-radius: 12px;
  }

  .hs-redesign-page .home-popular-image {
    height: 126px;
    padding: 16px 12px 8px;
  }

  .hs-redesign-page .home-popular-image img {
    max-height: 106px;
  }

  .hs-redesign-page .home-popular-content {
    gap: 8px;
    padding: 0 10px 10px;
  }

  .hs-redesign-page .home-popular-title {
    min-height: 36px;
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hs-redesign-page .home-popular-features {
    gap: 4px;
  }

  .hs-redesign-page .home-popular-features li {
    padding-left: 9px;
    font-size: 11px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hs-redesign-page .home-popular-features li:nth-child(n+3) {
    display: none;
  }

  .hs-redesign-page .home-popular-price {
    font-size: 18px;
  }

  .hs-redesign-page .home-popular-actions {
    gap: 6px;
  }

  .hs-redesign-page .home-popular-buy,
  .hs-redesign-page .home-popular-more {
    min-height: 40px;
    border-radius: 7px;
    font-size: 12px;
  }

  .hs-redesign-page .home-popular-more {
    display: none;
  }

  .hs-redesign-page .reviews-partners {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hs-redesign-page .reviews-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hs-redesign-page .review-card {
    flex: 0 0 240px;
    min-height: 0;
    padding: 14px;
    border-radius: 12px;
    box-shadow: none;
  }

  .hs-redesign-page .review-card p {
    font-size: 12px;
  }

  .hs-redesign-page .partner-card {
    min-height: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .hs-redesign-page .partner-logos {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    margin: 0;
    padding-bottom: 4px;
  }

  .hs-redesign-page .partner-logos span {
    flex: 0 0 auto;
    min-width: 78px;
    min-height: 40px;
    padding: 0 10px;
    background: #fff;
  }

  .hs-redesign-page .partner-logos img {
    max-height: 26px;
  }

  .hs-redesign-page .partner-note {
    display: none;
  }

  .hs-redesign-page .bottom-cta {
    margin: 0 12px 18px;
    display: block;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    background: linear-gradient(90deg, #fff, #f3f4f6);
    overflow: hidden;
  }

  .hs-redesign-page .cta-center {
    display: grid;
    gap: 14px;
    padding: 16px;
    background: transparent;
  }

  .hs-redesign-page .cta-copy h2 {
    font-size: 18px;
  }

  .hs-redesign-page .cta-copy p {
    margin-top: 8px;
    font-size: 13px;
  }

  .hs-redesign-page .cta-actions {
    min-width: 0;
    width: 100%;
  }

  .hs-redesign-page .bottom-cta-button {
    min-width: 0;
    width: 100%;
    height: 48px;
  }

  .hs-redesign-page .cta-side,
  .hs-redesign-page .cta-note {
    display: none;
  }

  .hs-redesign-page .site-footer {
    padding-bottom: 84px;
  }

  .hs-redesign-page .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hs-redesign-page .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 480px;
    height: 64px;
    margin: 0 auto;
    border-top: 1px solid #eeeeee;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -8px 26px rgba(0, 0, 0, 0.08);
  }

  .hs-redesign-page .mobile-bottom-nav__item {
    position: relative;
    min-width: 0;
    min-height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #555;
    font-size: 10px;
    line-height: 1;
    font-weight: 750;
  }

  .hs-redesign-page .mobile-bottom-nav__item.is-active {
    color: #d6001c;
    background: rgba(214, 0, 28, 0.06);
  }

  .hs-redesign-page .mobile-bottom-nav__icon {
    position: relative;
    width: 22px;
    height: 22px;
    display: block;
  }

  .hs-redesign-page .mobile-bottom-nav__icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }

  .hs-redesign-page .mobile-bottom-nav__cart .cart_line {
    position: absolute;
    inset: 0;
  }

  .hs-redesign-page .mobile-bottom-nav__cart .cart {
    position: absolute;
    inset: 0;
    font-size: 0;
  }

  .hs-redesign-page .mobile-bottom-nav__cart .cart i,
  .hs-redesign-page .mobile-bottom-nav__cart .cart .text,
  .hs-redesign-page .mobile-bottom-nav__cart .sum_cont,
  .hs-redesign-page .mobile-bottom-nav__cart .oformit_cont {
    display: none !important;
  }

  .hs-redesign-page .mobile-bottom-nav__cart .qnt_cont {
    position: absolute;
    top: 7px;
    right: calc(50% - 20px);
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    border-radius: 999px;
    background: #d6001c;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 900;
  }

  @media (max-width: 374px) {
    .hs-redesign-page .header-main {
      grid-template-columns: 96px 34px 34px 34px;
    }

    .hs-redesign-page .search-box {
      justify-self: end;
      width: 34px;
      height: 34px;
    }

    .hs-redesign-page .search-box input {
      position: absolute;
      width: 34px;
      padding: 0;
      color: transparent;
      caret-color: transparent;
      pointer-events: none;
    }

    .hs-redesign-page .search-box input::placeholder {
      color: transparent;
    }
  }

  @media (min-width: 375px) and (max-width: 480px) {
    .hs-redesign-page .hero {
      padding-top: 22px;
    }

    .hs-redesign-page .hero-inner {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 138px;
      align-items: center;
      gap: 10px;
    }

    .hs-redesign-page .hero-copy {
      text-align: left;
    }

    .hs-redesign-page .hero-sub {
      margin-left: 0;
      margin-right: 0;
      max-width: 255px;
    }

    .hs-redesign-page .hero-empty {
      display: block;
      min-height: 170px;
      align-self: stretch;
      background: url("/bitrix/templates/hardsafe_redesign/images/homepage/main_clean1_transparent.png") center bottom / 210px auto no-repeat;
    }
  }

  @media (min-width: 420px) and (max-width: 480px) {
    .hs-redesign-page .container,
    .hs-redesign-page .section {
      padding-left: 16px;
      padding-right: 16px;
    }

    .hs-redesign-page .hero {
      padding-left: 16px;
      padding-right: 16px;
    }

    .hs-redesign-page .home-popular-card {
      flex-basis: 176px;
    }

    .hs-redesign-page .purpose-card,
    .hs-redesign-page .service-card {
      flex-basis: 92px;
    }
  }
}


@media (max-width: 480px) {
  .hs-redesign-page main.home-main {
    padding-top: 0;
  }

  .hs-redesign-page .header-main {
    height: 56px;
    min-height: 56px;
    grid-template-columns: 86px minmax(0, 1fr) 34px 34px;
  }

  .hs-redesign-page .brand {
    width: 86px;
    height: 48px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .hs-redesign-page .brand img {
    width: 76px !important;
    max-width: 76px;
    max-height: 48px;
    object-fit: contain;
  }

  .hs-redesign-page .search-box input {
    font-size: 13px;
  }

  .hs-redesign-page .hero {
    padding-top: 18px;
  }

  .hs-redesign-page .hero h1 {
    max-width: 330px;
    font-size: clamp(27px, 7.4vw, 30px);
    line-height: 1.08;
  }

  .hs-redesign-page .hero-sub {
    max-width: 285px;
    font-size: 13px;
    line-height: 1.45;
  }

  .hs-redesign-page .hero-actions {
    max-width: 260px;
  }

  .hs-redesign-page .stats-row {
    margin-top: 14px;
  }

  .hs-redesign-page .stat-card {
    flex: 0 0 108px;
    min-width: 108px;
    gap: 7px;
  }

  .hs-redesign-page .stat-icon {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
  }

  .hs-redesign-page .stat-text strong {
    font-size: 11px;
  }

  .hs-redesign-page .stat-text span {
    font-size: 9px;
  }

  .hs-redesign-page .purpose-card,
  .hs-redesign-page .service-card {
    flex-basis: 86px;
    min-width: 86px;
    min-height: 86px;
    justify-content: center;
  }

  .hs-redesign-page .purpose-card img,
  .hs-redesign-page .service-card img {
    width: 28px;
    height: 28px;
  }

  .hs-redesign-page .purpose-card strong,
  .hs-redesign-page .service-card strong {
    font-size: 11px;
  }
}

@media (min-width: 375px) and (max-width: 480px) {
  .hs-redesign-page .hero-inner {
    grid-template-columns: minmax(0, 1fr) 118px;
  }

  .hs-redesign-page .hero-empty {
    min-height: 148px;
    background-size: 176px auto;
    background-position: center bottom;
  }
}

@media (max-width: 374px) {
  .hs-redesign-page .header-main {
    grid-template-columns: 82px 34px 34px 34px;
  }

  .hs-redesign-page .brand {
    width: 82px;
  }

  .hs-redesign-page .brand img {
    width: 72px !important;
    max-width: 72px;
  }

  .hs-redesign-page .hero h1 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hs-redesign-page .hero-actions {
    max-width: none;
  }
}

.hs-redesign-page.hs-inner-page .hs-mobile-filter-state,
.hs-redesign-page.hs-inner-page .hs-mobile-sort-state,
.hs-redesign-page.hs-inner-page .hs-mobile-available-state,
.hs-redesign-page.hs-inner-page .hs-mobile-filter-backdrop,
.hs-redesign-page.hs-inner-page .hs-mobile-sort-backdrop,
.hs-redesign-page.hs-inner-page .hs-mobile-catalog-controls,
.hs-redesign-page.hs-inner-page .hs-mobile-catalog-found,
.hs-redesign-page.hs-inner-page .hs-mobile-sort-sheet,
.hs-redesign-page.hs-inner-page .hs-mobile-catalog-benefits,
.hs-redesign-page.hs-inner-page .hs-mobile-catalog-help {
  display: none;
}

@media (max-width: 480px) {
  html.hs-redesign-html.hs-inner-page,
  body.hs-redesign-page.hs-inner-page {
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.94), rgba(248, 245, 239, 0) 46%),
      linear-gradient(180deg, #fbfaf7 0%, #f4f5f8 100%);
  }

  body.hs-redesign-page.hs-inner-page {
    padding-bottom: 84px;
  }

  .hs-redesign-page.hs-inner-page .site-header {
    position: sticky;
    top: 8px;
    z-index: 1100;
    width: calc(100% - 24px);
    margin: 10px auto 0;
    border: 1px solid #e8ebf3;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 34px rgba(24, 29, 37, 0.08);
    overflow: hidden;
    backdrop-filter: blur(12px);
  }

  .hs-redesign-page.hs-inner-page .site-header .container {
    width: 100%;
    max-width: none;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hs-redesign-page.hs-inner-page .header-main {
    min-height: 70px;
    height: 70px;
    grid-template-columns: minmax(0, 1fr) 34px 34px 34px;
    gap: 12px;
  }

  .hs-redesign-page.hs-inner-page .brand {
    width: auto;
    min-width: 0;
    max-width: 150px;
    height: auto;
    overflow: visible;
  }

  .hs-redesign-page.hs-inner-page .brand img {
    width: 132px !important;
    max-width: 132px;
    max-height: 42px;
    object-fit: contain;
  }

  .hs-redesign-page.hs-inner-page .search-box {
    width: 34px;
    min-width: 34px;
    justify-self: center;
    position: relative;
  }

  .hs-redesign-page.hs-inner-page .search-box input {
    position: absolute;
    inset: 0;
    width: 34px;
    min-width: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: transparent;
    caret-color: transparent;
    pointer-events: none;
    box-shadow: none;
  }

  .hs-redesign-page.hs-inner-page .search-box input::placeholder {
    color: transparent;
  }

  .hs-redesign-page.hs-inner-page .search-box button {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
  }

  .hs-redesign-page.hs-inner-page .phone-block {
    width: 34px;
    height: 34px;
  }

  .hs-redesign-page.hs-inner-page .phone-copy {
    display: none;
  }

  .hs-redesign-page.hs-inner-page .contact-stack,
  .hs-redesign-page.hs-inner-page .header-cart-wrap,
  .hs-redesign-page.hs-inner-page .header-cta,
  .hs-redesign-page.hs-inner-page .nav-bar {
    display: none;
  }

  .hs-redesign-page.hs-inner-page .mobile-menu-button {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
  }

  .hs-redesign-page.hs-inner-page .center.hs-inner-shell {
    width: 100%;
    margin: 0 !important;
    padding: 0 12px 20px;
    background: transparent;
    box-shadow: none !important;
  }

  .hs-redesign-page.hs-inner-page .center.hs-inner-shell::before {
    display: none;
  }

  .hs-redesign-page.hs-inner-page .center.hs-inner-shell > * {
    z-index: auto;
  }

  .hs-redesign-page.hs-inner-page .top_panel {
    display: none;
  }

  .hs-redesign-page.hs-inner-page .content-wrapper,
  .hs-redesign-page.hs-inner-page .content {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .hs-redesign-page.hs-inner-page .content {
    display: block;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-filter-state,
  .hs-redesign-page.hs-inner-page .hs-mobile-sort-state,
  .hs-redesign-page.hs-inner-page .hs-mobile-available-state {
    display: none;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-filter-backdrop,
  .hs-redesign-page.hs-inner-page .hs-mobile-sort-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1090;
    background: rgba(16, 19, 26, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .hs-redesign-page.hs-inner-page .left-column {
    position: fixed;
    top: 12px;
    left: 12px;
    bottom: 12px;
    z-index: 1101;
    width: min(88vw, 340px);
    margin: 0;
    padding: 18px 14px 22px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(10, 14, 22, 0.18);
    overflow-y: auto;
    transform: translateX(calc(-100% - 24px));
    transition: transform 0.24s ease;
  }

	.hs-redesign-page.hs-inner-page .hs-mobile-filter-state:checked ~ .hs-mobile-filter-backdrop {
	  opacity: 1;
	  pointer-events: auto;
	}

	.hs-redesign-page.hs-inner-page.hs-mobile-filter-open > .hs-mobile-filter-backdrop {
	  display: block;
	  opacity: 1;
	  pointer-events: auto;
	}

  .hs-redesign-page.hs-inner-page .hs-mobile-filter-state:checked ~ .left-column {
    transform: translateX(0);
  }

  .hs-redesign-page.hs-inner-page .workarea {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }

  .hs-redesign-page.hs-inner-page .breadcrumb-search {
    margin: 16px 0 6px;
    padding: 0;
  }

  .hs-redesign-page.hs-inner-page .breadcrumb-search .bx-breadcrumb {
    gap: 8px;
    font-size: 12px;
    line-height: 1.3;
    color: #6b7280;
  }

  .hs-redesign-page.hs-inner-page .center.hs-inner-shell > h1 {
    margin: 0 0 18px;
    padding: 0;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: -0.035em;
    color: #131722;
  }

	.hs-redesign-page.hs-inner-page .filter_indent,
	.hs-redesign-page.hs-inner-page .hs-catalog-toolbar,
	.hs-redesign-page.hs-inner-page .workarea > .catalog-section-list.hs-subsection-strip,
  .hs-redesign-page.hs-inner-page .css4d_catalog_section_anons,
  .hs-redesign-page.hs-inner-page .catalog-section-list.hs-catalog-shelf,
  .hs-redesign-page.hs-inner-page .vendors-section-list.hs-catalog-shelf,
  .hs-redesign-page.hs-inner-page .hs-catalog-shelf,
  .hs-redesign-page.hs-inner-page .already_seen.hs-viewed-products,
  .hs-redesign-page.hs-inner-page .text_after_catalog {
	  display: none !important;
	}

	.hs-redesign-page.hs-inner-page .hs-catalog-quickbar {
	  position: fixed;
	  top: 50%;
	  left: 12px;
	  right: 12px;
	  z-index: 1102;
	  display: block !important;
	  width: auto;
	  max-width: 440px;
	  max-height: calc(100dvh - 32px);
	  margin: 0 auto !important;
	  padding: 0 !important;
	  border: 1px solid #e1e6ee !important;
	  border-radius: 18px !important;
	  background: #fff !important;
	  box-shadow: 0 24px 64px rgba(10, 14, 22, 0.24) !important;
	  overflow: hidden auto;
	  opacity: 0;
	  visibility: hidden;
	  pointer-events: none;
	  transform: translateY(calc(-50% + 18px)) scale(0.985);
	  transition: opacity 0.18s ease, transform 0.22s ease, visibility 0.22s ease;
	}

	.hs-redesign-page.hs-inner-page .hs-mobile-filter-state:checked ~ .left-column {
	  transform: translateX(calc(-100% - 24px));
	}

	.hs-redesign-page.hs-inner-page .hs-mobile-filter-state:checked ~ .workarea .hs-catalog-quickbar {
	  opacity: 1;
	  visibility: visible;
	  pointer-events: auto;
	  transform: translateY(-50%) scale(1);
	}

	.hs-redesign-page.hs-inner-page.hs-mobile-filter-open > .hs-catalog-quickbar {
	  opacity: 1;
	  visibility: visible;
	  pointer-events: auto;
	  transform: translateY(-50%) scale(1);
	}

	.hs-redesign-page.hs-mobile-filter-open .site-header,
	.hs-redesign-page.hs-mobile-filter-open .mobile-bottom-nav {
	  z-index: 1080 !important;
	}

	.hs-redesign-page.hs-mobile-filter-open .callbackkiller.cbk-phone {
	  opacity: 0 !important;
	  visibility: hidden !important;
	  pointer-events: none !important;
	}

	.hs-redesign-page.hs-inner-page .hs-mobile-filter-sheet__head {
	  position: sticky;
	  top: 0;
	  z-index: 3;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  min-height: 58px;
	  padding: 0 16px;
	  border-bottom: 1px solid #edf0f5;
	  background: rgba(255, 255, 255, 0.97);
	  backdrop-filter: blur(10px);
	  font-size: 18px;
	  font-weight: 850;
	  color: #161b24;
	}

	.hs-redesign-page.hs-inner-page .hs-mobile-filter-sheet__head label {
	  width: 36px;
	  height: 36px;
	  display: grid;
	  place-items: center;
	  border-radius: 50%;
	  background: #f4f6f9;
	  color: #202632;
	  font-size: 27px;
	  line-height: 1;
	  cursor: pointer;
	}

	.hs-redesign-page.hs-inner-page .hs-catalog-quickbar__filters {
	  padding: 12px;
	}

	.hs-redesign-page.hs-inner-page .hs-compact-filters {
	  gap: 10px;
	}

	.hs-redesign-page.hs-inner-page .hs-compact-panel {
	  border: 0;
	  border-radius: 0;
	  box-shadow: none;
	  overflow: visible;
	}

	.hs-redesign-page.hs-inner-page .hs-compact-panel__top,
	.hs-redesign-page.hs-inner-page .hs-compact-panel__bottom {
	  grid-template-columns: minmax(0, 1fr);
	}

	.hs-redesign-page.hs-inner-page .hs-compact-card {
	  padding: 14px 4px;
	}

	.hs-redesign-page.hs-inner-page .hs-compact-panel__top .hs-compact-card + .hs-compact-card,
	.hs-redesign-page.hs-inner-page .hs-compact-panel__bottom .hs-compact-card + .hs-compact-card,
	.hs-redesign-page.hs-inner-page .hs-compact-card--sizes,
	.hs-redesign-page.hs-inner-page .hs-compact-panel__bottom {
	  border-top: 1px solid #edf1f6;
	  border-left: 0;
	  border-bottom: 0;
	}

	.hs-redesign-page.hs-inner-page .hs-compact-card__label {
	  margin-bottom: 10px;
	  font-size: 14px;
	}

	.hs-redesign-page.hs-inner-page .hs-compact-card__icon,
	.hs-redesign-page.hs-inner-page .hs-compact-card__icon img {
	  width: 24px;
	  height: 24px;
	  flex-basis: 24px;
	}

	.hs-redesign-page.hs-inner-page .hs-compact-sizes {
	  grid-template-columns: minmax(0, 1fr);
	  gap: 12px;
	}

	.hs-redesign-page.hs-inner-page .hs-compact-size-field {
	  grid-template-columns: 74px minmax(0, 1fr);
	  align-items: end;
	}

	.hs-redesign-page.hs-inner-page .hs-compact-price__inputs input,
	.hs-redesign-page.hs-inner-page .hs-compact-size-field__inputs input,
	.hs-redesign-page.hs-inner-page .hs-compact-select {
	  height: 42px;
	  font-size: 13px;
	}

	.hs-redesign-page.hs-inner-page .hs-compact-panel__actions {
	  position: sticky;
	  bottom: -12px;
	  z-index: 2;
	  padding: 12px 4px 4px;
	  border-top: 1px solid #edf1f6;
	  background: #fff;
	}

	.hs-redesign-page.hs-inner-page .hs-compact-panel__submit {
	  min-width: 0;
	  flex: 1;
	}

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-controls {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 14px;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-controls__pill {
    min-height: 54px;
    padding: 0 12px;
    border: 1px solid #e5e9f2;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 18px rgba(20, 24, 32, 0.035);
    color: #171b22;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 750;
    text-align: center;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-controls__pill svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-found {
    display: block;
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.35;
    color: #2a2f38;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-found strong {
    font-weight: 800;
    color: #161b24;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-sort-sheet {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1102;
    padding: 16px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 64px rgba(10, 14, 22, 0.22);
    transform: translateY(calc(100% + 24px));
    transition: transform 0.24s ease;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-sort-sheet__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 850;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-sort-sheet__head label {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    font-size: 28px;
    line-height: 1;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-sort-sheet__group + .hs-mobile-sort-sheet__group {
    margin-top: 14px;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-sort-sheet__label {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #6d7481;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-sort-sheet__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-sort-sheet__actions a {
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid #e2e7f0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f2430;
    font-size: 13px;
    font-weight: 750;
    background: #fafbfd;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-sort-sheet__actions a.selected {
    border-color: rgba(214, 0, 28, 0.18);
    background: rgba(214, 0, 28, 0.07);
    color: #b91524;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-sort-state:checked ~ .hs-mobile-sort-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-sort-state:checked ~ .hs-mobile-sort-sheet {
    display: block;
    transform: translateY(0);
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-available-state:checked ~ .hs-mobile-catalog-controls .hs-mobile-catalog-controls__pill--available {
    border-color: rgba(214, 0, 28, 0.18);
    background: rgba(214, 0, 28, 0.08);
    color: #bb1827;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-available-state:checked ~ #catalog .catalog-item-card:has(.apuo) {
    display: none;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card {
    position: relative;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(20, 24, 32, 0.055);
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .catalog-item-info {
    padding: 0 12px 12px;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image {
    height: 160px;
    margin: 0 -12px 12px;
    padding: 18px 12px 10px;
    background:
      radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.98), rgba(248, 247, 243, 0) 72%),
      linear-gradient(180deg, rgba(251, 249, 245, 0.88) 0%, rgba(255, 255, 255, 0.94) 100%);
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image .item_img {
    max-height: 122px;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image img.manufacturer {
    right: 10px;
    bottom: 8px;
    max-width: 42px;
    max-height: 18px;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image .sticker {
    top: 10px;
    left: 10px;
    gap: 6px;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image .sticker span {
    min-width: 50px;
    height: 18px;
    padding: 0 8px;
    font-size: 8px;
    line-height: 18px;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-all-title {
    margin-bottom: 8px;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-all-title .item-title {
    font-size: 13px !important;
    line-height: 1.24;
    font-weight: 780;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .properties {
    gap: 4px;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.32;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .properties .property:nth-child(n + 4) {
    display: none;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .table-price-block.item-price-cont {
    padding-top: 0 !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .catalog-item-price {
    font-size: 18px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .catalog-item-price .unit {
    font-size: 0.62em;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more {
    margin-top: 10px !important;
    gap: 8px;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more .qnt_cont {
    display: none !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more button[name=add2basket],
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more .apuo {
    min-height: 42px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 850;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more button[name=add2basket] i,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more .apuo i {
    display: none;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .compare {
    display: none !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .delay {
    display: block !important;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .delay a {
    width: 34px;
    height: 34px;
    border: 1px solid #e3e7ee;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.96);
    color: #20242d;
    box-shadow: 0 8px 16px rgba(20, 24, 32, 0.05);
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .delay a .fa-check {
    display: none;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .delay a .fa-heart-o {
    margin: 0;
    font-size: 16px;
  }

  .hs-redesign-page.hs-inner-page .navigation {
    margin-top: 18px;
    font-size: 13px;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 18px 0 14px;
    border: 1px solid #e6e9f1;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    overflow: hidden;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-benefits__item {
    min-height: 86px;
    padding: 12px 8px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 8px;
    text-align: center;
    color: #161b24;
    font-size: 10px;
    line-height: 1.25;
    font-weight: 700;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-benefits__item + .hs-mobile-catalog-benefits__item {
    border-left: 1px solid #eceff5;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-benefits__item svg {
    width: 22px;
    height: 22px;
    color: #242a34;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-help {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 10px;
    align-items: end;
    margin: 0 0 18px;
    padding: 18px 16px;
    border: 1px solid #e6e9f1;
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(249,250,252,0.98) 100%);
    overflow: hidden;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-help__copy h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 820;
    letter-spacing: -0.03em;
    color: #161b24;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-help__copy p {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.45;
    color: #444d5a;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-help__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 14px;
    padding: 0 18px;
    border-radius: 10px;
    background: linear-gradient(180deg, #d61e2e 0%, #b81524 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 850;
    box-shadow: 0 12px 26px rgba(189, 24, 38, 0.18);
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-help__visual {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-help__visual img {
    width: 132px;
    max-width: none;
    height: auto;
    transform: translate(10px, 12px);
  }

  .hs-redesign-page .mobile-bottom-nav {
    max-width: none;
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
    bottom: 10px;
    height: 68px;
    border: 1px solid #e6e9f1;
    border-radius: 18px;
    box-shadow: 0 -2px 0 rgba(255,255,255,0.5), 0 18px 38px rgba(12, 16, 24, 0.12);
    overflow: hidden;
  }

  .hs-redesign-page .mobile-bottom-nav__item {
    min-height: 68px;
    font-size: 10px;
  }

  .hs-redesign-page .mobile-bottom-nav__item.is-active {
    background: rgba(214, 0, 28, 0.07);
    color: #d6001c;
  }
}

/* Mobile homepage overflow hardening: keep reviews/partners scrollable inside viewport. */
@media (max-width: 480px) {
  html.hs-redesign-html,
  body.hs-redesign-page,
  .hs-redesign-page .site-header,
  .hs-redesign-page main.home-main {
    max-width: 100%;
    overflow-x: clip;
  }

  .hs-redesign-page .section-reviews-partners,
  .hs-redesign-page .reviews-partners,
  .hs-redesign-page .reviews-side,
  .hs-redesign-page .partners-side,
  .hs-redesign-page .reviews-side .section-header,
  .hs-redesign-page .partners-side .section-header,
  .hs-redesign-page .reviews-grid,
  .hs-redesign-page .partner-card,
  .hs-redesign-page .partner-logos {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hs-redesign-page .section-reviews-partners,
  .hs-redesign-page .reviews-partners,
  .hs-redesign-page .reviews-side,
  .hs-redesign-page .partners-side,
  .hs-redesign-page .partner-card {
    overflow: hidden;
  }

  .hs-redesign-page .reviews-grid,
  .hs-redesign-page .partner-logos {
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  .hs-redesign-page .mobile-menu-panel {
    overflow: clip;
  }

  .hs-redesign-page .mobile-menu-drawer {
    right: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(calc(100% + 24px));
  }

  .hs-redesign-page .site-header:has(.mobile-menu-state:checked) .mobile-menu-drawer {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

/* Mobile homepage overflow final guard: hidden drawer/footer must not contribute to page width. */
@media (max-width: 480px) {
  .hs-redesign-page .mobile-menu-panel {
    display: none;
  }

  .hs-redesign-page .site-header:has(.mobile-menu-state:checked) .mobile-menu-panel {
    display: block;
    pointer-events: auto;
  }

  .hs-redesign-page .site-footer,
  .hs-redesign-page .footer-main,
  .hs-redesign-page .footer-grid,
  .hs-redesign-page .footer-brand,
  .hs-redesign-page .footer-bottom {
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
  }
}

/* Mobile homepage compact UX pass: no inner horizontal scrolls in quick-choice blocks. */
@media (max-width: 480px) {
  .hs-redesign-page .stats-row,
  .hs-redesign-page .purpose-grid,
  .hs-redesign-page .services-grid,
  .hs-redesign-page .safe-filter-choice-grid {
    display: grid;
    overflow: visible;
    scroll-snap-type: none;
  }

  .hs-redesign-page .stats-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin: 12px 0 0;
    padding: 10px 0 0;
  }

  .hs-redesign-page .stat-card {
    min-width: 0;
    width: auto;
    height: auto;
    min-height: 62px;
    flex: initial;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 4px;
    padding: 7px 4px;
    text-align: center;
  }

  .hs-redesign-page .stat-icon {
    width: 22px;
    height: 22px;
    flex: none;
  }

  .hs-redesign-page .stat-text strong {
    font-size: 10px;
    line-height: 1.08;
  }

  .hs-redesign-page .stat-text span {
    display: none;
  }

  .hs-redesign-page .purpose-grid,
  .hs-redesign-page .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .hs-redesign-page .purpose-card,
  .hs-redesign-page .service-card {
    min-width: 0;
    width: auto;
    min-height: 82px;
    flex: initial;
    padding: 8px 5px;
    border-radius: 11px;
  }

  .hs-redesign-page .purpose-card img,
  .hs-redesign-page .service-card img {
    width: 25px;
    height: 25px;
    margin-bottom: 6px;
  }

  .hs-redesign-page .purpose-card strong,
  .hs-redesign-page .service-card strong {
    font-size: 10px;
    line-height: 1.15;
  }

  .hs-redesign-page .safe-filter-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hs-redesign-page .safe-filter-choice,
  .hs-redesign-page .safe-filter-choice--compact {
    min-width: 0;
    width: auto;
    min-height: 78px;
    flex: initial;
    padding: 10px;
  }

  .hs-redesign-page .safe-filter-toggles,
  .hs-redesign-page .safe-filter-pills {
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
  }

  .hs-redesign-page .safe-filter-toggle,
  .hs-redesign-page .safe-filter-pill {
    flex: 0 1 auto;
    min-width: 0;
    white-space: normal;
  }

  .hs-redesign-page .safe-filter-results-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
    padding: 10px;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-image {
    width: 112px;
    height: 132px;
    padding: 8px;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-image img {
    max-width: 100%;
    max-height: 112px;
    object-fit: contain;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-content {
    min-width: 0;
    padding: 0;
    gap: 6px;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-title {
    min-height: 0;
    font-size: 13px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-features li,
  .hs-redesign-page .safe-filter-results-grid .home-popular-features li:nth-child(n+3) {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    font-size: 11px;
    line-height: 1.28;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-price {
    font-size: 17px;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-actions {
    grid-column: 1 / -1;
  }
}

/* Mobile selector results: compact two-column product cards, closer to catalog UX. */
@media (max-width: 480px) {
  .hs-redesign-page .safe-filter-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    padding: 8px;
    border-radius: 12px;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-image {
    width: 100%;
    height: 118px;
    padding: 8px 6px;
    border-radius: 10px;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-image img {
    width: 100%;
    max-width: 100%;
    max-height: 102px;
    object-fit: contain;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-content {
    flex: 1 1 auto;
    min-width: 0;
    padding: 8px 0 0;
    gap: 6px;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-title {
    min-height: 34px;
    font-size: 12px;
    line-height: 1.18;
    letter-spacing: -0.02em;
    -webkit-line-clamp: 2;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-features {
    gap: 3px;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-features li {
    display: -webkit-box;
    padding-left: 8px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.25;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-features li:nth-child(n+4) {
    display: none;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-price {
    margin-top: auto;
    font-size: 16px;
    line-height: 1.15;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-actions {
    display: block;
    grid-column: auto;
    margin-top: 4px;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-buy {
    width: 100%;
    min-height: 36px;
    border-radius: 7px;
    font-size: 11px;
  }
}

/* Mobile homepage pass from annotated screenshot: denser grids and cleaner cards. */
@media (max-width: 480px) {
  .hs-redesign-page .hero {
    padding: 14px 12px 0;
  }

  .hs-redesign-page .hero-inner {
    display: block;
  }

  .hs-redesign-page .hero-copy {
    text-align: left;
  }

  .hs-redesign-page .hero h1 {
    max-width: 285px;
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.08;
  }

  .hs-redesign-page .hero-sub {
    max-width: 285px;
    margin-left: 0;
    font-size: 12px;
    line-height: 1.38;
  }

  .hs-redesign-page .hero-actions {
    max-width: none;
    margin-top: 14px;
    gap: 8px;
  }

  .hs-redesign-page .hero-primary,
  .hs-redesign-page .hero-catalog {
    min-height: 42px;
    font-size: 13px;
  }

  .hs-redesign-page .hero-empty {
    display: none !important;
  }

  .hs-redesign-page .stats-row,
  .hs-redesign-page .purpose-grid,
  .hs-redesign-page .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .hs-redesign-page .stat-card,
  .hs-redesign-page .purpose-card,
  .hs-redesign-page .service-card {
    min-height: 74px;
    padding: 7px 4px;
    border-radius: 10px;
  }

  .hs-redesign-page .purpose-card img,
  .hs-redesign-page .service-card img,
  .hs-redesign-page .stat-icon {
    width: 23px;
    height: 23px;
  }

  .hs-redesign-page .stat-text strong,
  .hs-redesign-page .purpose-card strong,
  .hs-redesign-page .service-card strong {
    font-size: 9px;
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  .hs-redesign-page .section {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .hs-redesign-page .section-header {
    margin-bottom: 9px;
  }

  .hs-redesign-page .section h2,
  .hs-redesign-page .section-header h2 {
    font-size: 18px;
  }

  .hs-redesign-page .legal-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .hs-redesign-page .legal-copy strong {
    font-size: 15px;
  }

  .hs-redesign-page .legal-copy span {
    font-size: 11px;
    line-height: 1.35;
  }

  .hs-redesign-page .safe-filter-choice span:not(.safe-filter-choice__icon) {
    display: none;
  }

  .hs-redesign-page .safe-filter-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-redesign-page .safe-filter-choice,
  .hs-redesign-page .safe-filter-choice--compact {
    min-height: 66px;
    padding: 8px;
  }

  .hs-redesign-page .safe-filter-choice__icon {
    width: 24px;
    height: 24px;
  }

  .hs-redesign-page .safe-filter-choice strong {
    font-size: 12px;
    line-height: 1.15;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-features li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px;
    padding-left: 0;
    font-size: 9px;
    line-height: 1.2;
    -webkit-line-clamp: initial;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-features li::before {
    display: none;
  }

  .hs-redesign-page .home-popular-feature-label {
    color: #8b93a1;
    font-weight: 800;
    white-space: nowrap;
  }

  .hs-redesign-page .home-popular-feature-value {
    min-width: 0;
    overflow: hidden;
    color: #303746;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 340px) {
  .hs-redesign-page .stat-text strong,
  .hs-redesign-page .purpose-card strong,
  .hs-redesign-page .service-card strong {
    font-size: 8.5px;
  }
}

/* Final mobile alignment: shared header, usable menu and compact product sections. */
@media (max-width: 1024px) {
  html.hs-mobile-menu-open,
  body.hs-mobile-menu-open {
    overflow: hidden !important;
  }

  body.hs-redesign-page .mobile-menu-panel {
    position: fixed !important;
    inset: 0 !important;
    z-index: 100000 !important;
    display: none !important;
    width: 100% !important;
    height: 100dvh !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  body.hs-redesign-page.hs-mobile-menu-open .mobile-menu-panel {
    display: block !important;
    pointer-events: auto !important;
  }

  body.hs-redesign-page .mobile-menu-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1 !important;
    opacity: 1 !important;
  }

  body.hs-redesign-page .mobile-menu-drawer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 2 !important;
    width: min(360px, calc(100vw - 34px)) !important;
    height: 100dvh !important;
    padding: 20px !important;
    overflow-y: auto !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

/* Cart controls: replace the inherited icon-only widgets with one consistent control system. */
.hs-redesign-page .cart-items .sort-clear {
  align-items: center;
}

.hs-redesign-page .cart-items .clear a.clear_cart {
  min-height: 40px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5132a;
  border-radius: 6px;
  background: #fff;
  color: #b81025;
  box-shadow: none;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-transform: none;
}

.hs-redesign-page .cart-items .clear a.clear_cart:hover {
  background: #fff4f5;
  color: #9f0e20;
}

.hs-redesign-page .cart-items .clear .clear_cont {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hs-redesign-page .cart-items .clear a.clear_cart i {
  width: auto;
  height: auto;
  margin: 0;
  color: currentColor;
  font-size: 14px;
  line-height: 1;
}

.hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity .buy_more {
  width: 112px;
  height: 38px;
  margin: 0 auto;
  float: none !important;
  display: grid;
  grid-template-columns: 36px 40px 36px;
  overflow: hidden;
  border: 1px solid #dfe4ed;
  border-radius: 6px;
  background: #fff;
}

.hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity .minus,
.hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity .plus,
.hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity input.quantity {
  width: 100%;
  min-width: 0;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
}

.hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity .minus,
.hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity .plus {
  display: grid;
  place-items: center;
  background: #f5f7fa;
  color: #4f5868;
  text-decoration: none;
}

.hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity input.quantity {
  border-right: 1px solid #e3e7ee;
  border-left: 1px solid #e3e7ee;
  background: #fff;
  color: #20242c;
  text-align: center;
  font-size: 14px;
  font-weight: 750;
}

.hs-redesign-page .cart-items .equipment .tbody .cart-item-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.hs-redesign-page .cart-items .equipment .tbody .cart-item-actions .delay,
.hs-redesign-page .cart-items .equipment .tbody .cart-item-actions .delete {
  width: auto;
  margin: 0;
  float: none;
}

.hs-redesign-page .cart-items .equipment .tbody .cart-item-actions .delay a,
.hs-redesign-page .cart-items .equipment .tbody .cart-item-actions .delete a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #dfe4ed;
  border-radius: 6px;
  background: #fff;
  color: #697386;
  text-decoration: none;
}

.hs-redesign-page .cart-items .equipment .tbody .cart-item-actions a:hover {
  border-color: #d5132a;
  background: #fff4f5;
  color: #b81025;
}

.hs-redesign-page .cart-items .equipment .tbody .cart-item-actions a i {
  margin: 0;
  color: currentColor;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 767px) {
  .hs-redesign-page .hs-product-sections .hs-product-expert-grid,
  .hs-redesign-page .hs-product-page .hs-product-expert-grid,
  .hs-redesign-page .hs-product-sections .hs-product-mini-benefits,
  .hs-redesign-page .hs-product-page .hs-product-mini-benefits {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .hs-redesign-page .hs-product-sections .hs-product-expert-card,
  .hs-redesign-page .hs-product-page .hs-product-expert-card {
    width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
    padding: 12px !important;
    border: 1px solid #e3e7ee !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  .hs-redesign-page .hs-product-sections .hs-product-expert-card img,
  .hs-redesign-page .hs-product-page .hs-product-expert-card img {
    width: 112px !important;
    height: 148px !important;
    max-width: 112px !important;
    border-radius: 7px !important;
    object-fit: cover !important;
  }

  .hs-redesign-page .hs-product-page .hs-product-expert-copy strong {
    margin-top: 0 !important;
    font-size: 16px !important;
  }

  .hs-redesign-page .hs-product-page .hs-product-expert-copy p {
    margin-top: 8px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .hs-redesign-page .hs-product-sections .hs-product-mini-benefit,
  .hs-redesign-page .hs-product-page .hs-product-mini-benefit {
    width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    padding: 15px 16px !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .add2basket_form {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .qnt_cont {
    width: 92px !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .qnt_cont .minus,
  .hs-redesign-page .hs-product-page .buy_more_detail .qnt_cont .plus {
    width: 28px !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .qnt_cont .quantity {
    width: calc(100% - 56px) !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .btn_buy.detail {
    min-width: 0 !important;
    padding: 0 8px !important;
    gap: 6px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .btn_buy.detail i {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  .hs-redesign-page.hs-inner-page .site-header {
    top: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #eceff3 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .hs-redesign-page.hs-inner-page .site-header .container {
    width: 100% !important;
    max-width: 480px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .hs-redesign-page .home-stats-row--after-purpose {
    order: 2 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 14px 12px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
  }

  .hs-redesign-page .home-stats-row--after-purpose .stat-card {
    min-height: 94px !important;
    padding: 10px 6px !important;
    border: 1px solid #e3e7ee !important;
    border-radius: 12px !important;
    background: #fff !important;
  }

  .hs-redesign-page .home-stats-row--after-purpose .stat-card::before,
  .hs-redesign-page .home-stats-row--after-purpose .stat-card--warranty {
    display: none !important;
  }

  .hs-redesign-page .home-stats-row--after-purpose .stat-icon {
    width: 44px !important;
    height: 44px !important;
    overflow: hidden !important;
  }

  .hs-redesign-page .home-stats-row--after-purpose .stat-icon img {
    width: 38px !important;
    height: 38px !important;
    max-width: none !important;
    transform: scale(1.55);
  }

  .hs-redesign-page .home-stats-row--after-purpose .stat-text strong {
    font-size: 11px !important;
    line-height: 1.18 !important;
  }
}

/* Keep the third-party callback clear of mobile controls and bottom navigation. */
@media (max-width: 1024px) {
  body.hs-redesign-page .callbackkiller.cbk-phone,
  body.hs-redesign-page .callbackkiller.cbk-phone:hover,
  body.hs-redesign-page .callbackkiller.cbk-phone.cbk-phone-mobile-xs,
  body.hs-redesign-page .callbackkiller.cbk-phone.cbk-phone-mobile-bg {
    position: fixed !important;
    right: 14px !important;
    bottom: 82px !important;
    left: auto !important;
    top: auto !important;
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    border-radius: 50% !important;
    animation: none !important;
    transform: none !important;
  }

  body.hs-redesign-page .callbackkiller.cbk-phone .cbk-phone-bgr {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
  }

  body.hs-redesign-page .callbackkiller.cbk-phone .cbk-phone-content .cbk-phone-phone {
    width: 30px !important;
    height: 30px !important;
    margin: 13px !important;
    animation: none !important;
  }

  body.hs-redesign-page .callbackkiller.cbk-phone .cbk-phone-content .cbk-phone-phone .ws-icon-phone {
    font-size: 38px !important;
  }

  body.hs-redesign-page .callbackkiller.cbk-phone .cbk-phone-text,
  body.hs-redesign-page .callbackkiller.cbk-phone .cbk-phone-circle,
  body.hs-redesign-page .callbackkiller.cbk-phone .cbk-phone-second_circle,
  body.hs-redesign-page .callbackkiller.cbk-phone .cbk-phone-third_circle {
    display: none !important;
    animation: none !important;
  }
}

/*
 * Consolidated responsive layer.
 * Keep this block last: the legacy template contains overlapping mobile rules
 * in colors.css and earlier homepage.css sections.
 */
@media (max-width: 1024px) {
  html.hs-redesign-html,
  body.hs-redesign-page {
    min-width: 0 !important;
    width: 100% !important;
    overflow-x: clip !important;
  }

  .hs-redesign-page .container,
  .hs-redesign-page.hs-inner-page .site-header .container,
  .hs-redesign-page.hs-inner-page .content-wrapper,
  .hs-redesign-page.hs-inner-page .center.hs-inner-shell,
  .hs-redesign-page.hs-inner-page .center.hs-inner-shell > .content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .hs-redesign-page .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #eceff3;
    backdrop-filter: blur(12px);
  }

  .hs-redesign-page .header-main,
  .hs-redesign-page.hs-inner-page .header-main,
  .hs-redesign-page.hs-inner-page .site-header--personal .header-main {
    height: 66px !important;
    min-height: 66px !important;
    padding: 0 18px !important;
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) 40px 40px !important;
    grid-template-areas: "brand search phone menu" !important;
    gap: 12px !important;
    align-items: center !important;
  }

  .hs-redesign-page .brand,
  .hs-redesign-page.hs-inner-page .site-header--personal .brand {
    grid-area: brand !important;
    width: 108px !important;
    min-width: 0 !important;
    justify-self: start !important;
  }

  .hs-redesign-page .brand img {
    display: block;
    width: 104px !important;
    max-height: 54px;
    object-fit: contain;
  }

  .hs-redesign-page .search-box,
  .hs-redesign-page.hs-inner-page .site-header--personal .search-box {
    grid-area: search !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .hs-redesign-page .search-box input {
    width: 100% !important;
    height: 40px !important;
    padding: 0 42px 0 14px !important;
    font-size: 13px !important;
    box-sizing: border-box;
  }

  .hs-redesign-page .phone-block,
  .hs-redesign-page.hs-inner-page .site-header--personal .phone-block {
    grid-area: phone !important;
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
    justify-self: center !important;
  }

  .hs-redesign-page .phone-icon {
    width: 21px !important;
    height: 21px !important;
    margin: 0 !important;
  }

  .hs-redesign-page .phone-copy {
    position: absolute !important;
    inset: 0 !important;
  }

  .hs-redesign-page .phone-copy strong,
  .hs-redesign-page .phone-copy > span,
  .hs-redesign-page .phone-email {
    display: none !important;
  }

  .hs-redesign-page .phone-link {
    position: absolute !important;
    inset: 0 !important;
    font-size: 0 !important;
  }

  .hs-redesign-page .contact-stack,
  .hs-redesign-page .header-cart-wrap,
  .hs-redesign-page .header-cta,
  .hs-redesign-page .nav-bar,
  .hs-redesign-page .top_panel {
    display: none !important;
  }

  .hs-redesign-page .mobile-menu-button {
    grid-area: menu !important;
    position: static !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    justify-self: end !important;
    cursor: pointer;
  }

  .hs-redesign-page .mobile-menu-button span {
    display: block !important;
    width: 23px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 2px;
    background: #171b22 !important;
  }

  .hs-redesign-page .mobile-menu-panel {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1100 !important;
    display: none;
  }

  .hs-redesign-page .site-header:has(.mobile-menu-state:checked) .mobile-menu-panel {
    display: block !important;
  }

  .hs-redesign-page .mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    display: block !important;
    background: rgba(14, 18, 25, 0.42);
  }

  .hs-redesign-page .mobile-menu-drawer {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(360px, calc(100vw - 34px)) !important;
    max-width: 100% !important;
    padding: 20px !important;
    background: #fff !important;
    overflow-y: auto;
    box-shadow: -18px 0 50px rgba(18, 23, 31, 0.16);
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .hs-redesign-page .mobile-menu-drawer > a {
    min-height: 44px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #edf0f4;
    color: #202530;
    font-size: 15px;
    font-weight: 750;
  }

  .hs-redesign-page .footer-main {
    width: 100% !important;
    padding: 30px 18px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 28px 20px !important;
  }

  .hs-redesign-page .footer-brand,
  .hs-redesign-page .footer-showroom {
    grid-column: span 3;
  }

  .hs-redesign-page .footer-brand img {
    width: 150px;
  }

  .hs-redesign-page .footer-bottom {
    width: 100% !important;
    padding: 16px 18px 86px !important;
    flex-wrap: wrap;
  }

  .hs-redesign-page .footer-bottom-links {
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .hs-redesign-page .mobile-bottom-nav {
    display: grid;
  }

  .hs-redesign-page .mobile-bottom-nav__icon,
  .hs-redesign-page .mobile-bottom-nav__icon svg {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
  }

  .hs-redesign-page .mobile-bottom-nav__icon svg {
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9 !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-all-title {
    width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-all-title .item-title,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-all-title .item-title > span {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page .stats-row .stat-card,
  .hs-redesign-page .stats-row .stat-text {
    min-width: 0 !important;
  }

  .hs-redesign-page .stats-row .stat-text strong,
  .hs-redesign-page .stats-row .stat-text span {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  .hs-redesign-page .safe-filter-actions {
    min-width: 0 !important;
    flex-wrap: wrap !important;
  }

  .hs-redesign-page .safe-filter-help {
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }

  .hs-redesign-page .safe-filter-help .safe-filter-consult {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  .hs-redesign-page.hs-inner-page .center.hs-inner-shell > h1 {
    font-size: clamp(30px, 5vw, 40px) !important;
    line-height: 1.08 !important;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  body.hs-redesign-page {
    padding-bottom: 74px;
  }

  .hs-redesign-page .mobile-bottom-nav {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 0;
    z-index: 1000;
    width: min(620px, calc(100vw - 28px));
    max-width: none;
    height: 66px;
    grid-template-columns: repeat(5, 1fr);
    transform: translateX(-50%);
    border: 1px solid #e7eaf0;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    background: rgba(255,255,255,.98);
    box-shadow: 0 -10px 32px rgba(24,29,38,.1);
  }

  .hs-redesign-page .mobile-bottom-nav__item {
    min-height: 66px;
  }

  .hs-redesign-page .hero h1 {
    max-width: 720px !important;
    font-size: clamp(42px, 7vw, 56px) !important;
    line-height: 1.02 !important;
  }

  .hs-redesign-page .hero-inner {
    min-height: 0 !important;
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .hs-redesign-page .stats-row,
  .hs-redesign-page .purpose-grid,
  .hs-redesign-page .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .hs-redesign-page .stats-row .stat-card {
    gap: 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hs-redesign-page .stats-row .stat-icon {
    width: 44px !important;
    height: 44px !important;
  }

  .hs-redesign-page .stats-row .stat-icon img {
    width: 30px !important;
    height: 30px !important;
  }

  .hs-redesign-page .stats-row .stat-text strong {
    font-size: 13px !important;
  }

  .hs-redesign-page .stats-row .stat-text span {
    font-size: 10px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero {
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr) !important;
    gap: 20px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures .detail_picture {
    min-height: 420px !important;
  }

  .hs-redesign-page .hs-product-page .price_buy_detail {
    top: auto !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail,
  .hs-redesign-page .hs-product-page .buy_more_detail .add2basket_form,
  .hs-redesign-page .hs-product-page .buy_more_detail .hs-purchase-form,
  .hs-redesign-page .hs-product-page .buy_more_detail .hs-purchase-oneclick {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .add2basket_form {
    grid-template-columns: 104px minmax(0, 1fr) !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .qnt_cont {
    width: 104px !important;
  }

  .hs-redesign-page #bx-soa-order {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .hs-redesign-page .hs-product-page .hs-product-fit-check {
    display: none !important;
  }

  .hs-redesign-page .hs-product-page .hs-purchase-consult-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-redesign-page .hs-product-page .hs-purchase-consult-link {
    min-height: 44px;
    font-size: 12px;
  }

  .hs-redesign-page .hs-product-page,
  .hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero,
  .hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero .column,
  .hs-redesign-page .hs-product-page .catalog-detail-pictures,
  .hs-redesign-page .hs-product-page .catalog-detail-picture,
  .hs-redesign-page .hs-product-page .column.second,
  .hs-redesign-page .hs-product-page .hs-purchase-panel,
  .hs-redesign-page .hs-product-page .price_buy_detail,
  .hs-redesign-page .hs-product-page .catalog-detail-price,
  .hs-redesign-page .hs-product-page .catalog-detail-buy {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero {
    margin-top: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero .column.first {
    display: contents !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures {
    order: 1 !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero .column.second {
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero .column.second > .hs-purchase-panel {
    order: 1 !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero .column.second > .catalog-detail-properties {
    order: 2 !important;
    margin-top: 12px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero .column.second > :not(.hs-purchase-panel):not(.catalog-detail-properties) {
    order: 3 !important;
  }

  .hs-redesign-page .hs-product-page .hs-product-trust-strip--hero {
    order: 3 !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero .column.first,
  .hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero .column.second {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures .detail_picture {
    width: 100% !important;
    min-height: 300px !important;
    height: min(88vw, 390px) !important;
    margin: 0 !important;
    padding: 14px !important;
    border-radius: 10px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures .detail_picture img:not(.manufacturer) {
    max-width: 100% !important;
    max-height: 100% !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
    scrollbar-width: thin;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul li {
    width: 64px !important;
    min-width: 64px !important;
    flex-basis: 64px !important;
    height: 64px !important;
  }

  .hs-redesign-page .hs-product-page .hs-product-trust-strip--hero {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .hs-redesign-page .hs-product-page .hs-product-trust-card {
    min-width: 0 !important;
    min-height: 58px !important;
    height: auto !important;
    padding: 10px !important;
  }

  .hs-redesign-page .hs-product-page .hs-product-trust-card span {
    display: none !important;
  }

  .hs-redesign-page .hs-product-page .hs-purchase-panel {
    gap: 10px !important;
  }

  .hs-redesign-page .hs-product-page .price_buy_detail {
    position: static !important;
    padding: 16px !important;
    border-radius: 10px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-item-price {
    font-size: 30px !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .add2basket_form {
    grid-template-columns: 104px minmax(0, 1fr) !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .qnt_cont {
    width: 104px !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail button[name=add2basket],
  .hs-redesign-page .hs-product-page .buy_more_detail button[name=boc_anch],
  .hs-redesign-page .hs-product-page .buy_more_detail .apuo_detail {
    min-width: 0 !important;
    height: 48px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-preview-text,
  .hs-redesign-page .hs-product-page .catalog-detail-properties {
    padding: 16px !important;
    border-radius: 10px !important;
  }
}

@media (max-width: 480px) {
  .hs-redesign-page.hs-inner-page .hs-mobile-sort-sheet {
    top: 50%;
    bottom: auto;
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
    border-radius: 14px;
    transform: translateY(calc(-50% + 20px));
    opacity: 0;
    pointer-events: none;
    transition: transform 0.22s ease, opacity 0.18s ease;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-sort-state:checked ~ .hs-mobile-sort-sheet {
    transform: translateY(-50%);
    opacity: 1;
    pointer-events: auto;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures .detail_picture {
    min-height: 220px !important;
    height: min(64vw, 250px) !important;
    padding: 10px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul li {
    width: 52px !important;
    min-width: 52px !important;
    flex-basis: 52px !important;
    height: 52px !important;
  }

  .hs-redesign-page .hs-product-page .price_buy_detail {
    padding: 12px !important;
  }

  .hs-redesign-page .header-main,
  .hs-redesign-page.hs-inner-page .header-main,
  .hs-redesign-page.hs-inner-page .site-header--personal .header-main {
    height: 108px !important;
    min-height: 108px !important;
    padding: 8px 12px 10px !important;
    grid-template-columns: minmax(0, 1fr) 36px 36px 36px !important;
    grid-template-rows: 42px 40px !important;
    grid-template-areas:
      "brand phone cart menu"
      "search search search search" !important;
    gap: 8px !important;
  }

  .hs-redesign-page .brand,
  .hs-redesign-page.hs-inner-page .site-header--personal .brand {
    width: 88px !important;
  }

  .hs-redesign-page .brand img {
    width: 84px !important;
    max-height: 48px !important;
  }

  .hs-redesign-page .search-box,
  .hs-redesign-page.hs-inner-page .site-header--personal .search-box {
    grid-area: search !important;
    width: 100% !important;
    height: 40px !important;
    display: block !important;
  }

  .hs-redesign-page .search-box input {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
    padding: 0 42px 0 13px !important;
    border: 1px solid #e2e6ee !important;
    border-radius: 8px !important;
    background: #f7f8fa !important;
    color: #303642 !important;
    caret-color: #202530 !important;
    font-size: 12px !important;
    pointer-events: auto !important;
    box-shadow: none !important;
  }

  .hs-redesign-page .search-box input::placeholder {
    color: #747b88 !important;
    opacity: 1 !important;
  }

  .hs-redesign-page .search-box button {
    right: 0 !important;
    top: 0 !important;
    width: 40px !important;
    height: 40px !important;
  }

  .hs-redesign-page .search-box svg {
    right: 12px !important;
    width: 17px !important;
    height: 17px !important;
  }

  .hs-redesign-page .header-cart-wrap {
    grid-area: cart !important;
    display: flex !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    justify-self: center !important;
  }

  .hs-redesign-page .header-cart-wrap .cart_line,
  .hs-redesign-page .header-cart-wrap .cart {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }

  .hs-redesign-page .header-cart-wrap .cart {
    border-radius: 8px !important;
    box-shadow: none !important;
  }

  .hs-redesign-page .header-cart-wrap .cart::before {
    width: 18px !important;
    height: 18px !important;
  }

  .hs-redesign-page .header-cart-wrap .qnt_cont {
    top: -5px !important;
    right: -5px !important;
    min-width: 17px !important;
    height: 17px !important;
    padding: 0 4px !important;
  }

  .hs-redesign-page.hs-inner-page .center.hs-inner-shell > h1 {
    margin-bottom: 16px !important;
    font-size: clamp(24px, 7.5vw, 28px) !important;
  }

  .hs-redesign-page .footer-main {
    padding: 24px 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 14px !important;
  }

  .hs-redesign-page .footer-brand,
  .hs-redesign-page .footer-showroom {
    grid-column: span 2;
  }

  .hs-redesign-page .footer-contact {
    min-width: 0;
  }

  .hs-redesign-page .footer-col h3,
  .hs-redesign-page .footer-showroom h3,
  .hs-redesign-page .footer-contact h3 {
    font-size: 14px;
  }

  .hs-redesign-page .footer-col a,
  .hs-redesign-page .footer-contact-line,
  .hs-redesign-page .footer-showroom p {
    overflow-wrap: anywhere;
    font-size: 12px;
  }

  .hs-redesign-page .footer-bottom {
    padding: 14px 14px 82px !important;
    display: block !important;
  }

  .hs-redesign-page .footer-bottom-links {
    margin-top: 10px;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-controls {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    clear: both !important;
    float: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-controls__pill {
    width: auto !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 0 7px !important;
    border-radius: 9px !important;
    gap: 6px !important;
    font-size: 11px !important;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-found {
    clear: both !important;
    width: 100% !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card {
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 10px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .catalog-item-info {
    min-height: 0 !important;
    height: 100% !important;
    padding: 0 8px 8px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image {
    width: calc(100% + 16px) !important;
    height: 144px !important;
    min-height: 144px !important;
    margin: 0 -8px 9px !important;
    padding: 10px 7px 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image img,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image .item_img {
    max-width: 100% !important;
    max-height: 116px !important;
    object-fit: contain !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-title,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-title a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 34px !important;
    max-height: 34px !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-all-title {
    width: 100% !important;
    min-width: 0 !important;
    height: 34px !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    float: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-title > span {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-props,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-property {
    font-size: 9.5px !important;
    line-height: 1.25 !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-price-cont {
    min-height: 0 !important;
    margin-top: auto !important;
    padding-top: 9px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-price {
    font-size: 18px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more {
    width: 100% !important;
    height: auto !important;
    margin-top: 7px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more .qnt_cont {
    display: none !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .btn_buy,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .apuo {
    width: 100% !important;
    min-width: 0 !important;
    height: 38px !important;
    padding: 0 5px !important;
    border-radius: 7px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .btn_buy span,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .apuo span {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .hs-redesign-page .cart-items,
  .hs-redesign-page .cart-items .equipment,
  .hs-redesign-page .cart-items .equipment .tbody,
  .hs-redesign-page .cart-items table.w100p {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page .cart-items .sort-clear {
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  .hs-redesign-page .cart-items .sort {
    min-width: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
  }

  .hs-redesign-page .cart-items .sort .sorttext {
    width: 100% !important;
    font-size: 11px !important;
    color: #737b89 !important;
  }

  .hs-redesign-page .cart-items .sort a.sortbutton {
    min-height: 34px !important;
    padding: 0 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 7px !important;
    font-size: 11px !important;
  }

  .hs-redesign-page .cart-items .clear {
    width: auto !important;
    min-width: 0 !important;
    float: none !important;
  }

  .hs-redesign-page .cart-items .clear a.clear_cart {
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 8px !important;
  }

  .hs-redesign-page .cart-items .clear .clear_cont span {
    display: none !important;
  }

  .hs-redesign-page .cart-items .equipment .thead {
    display: none !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .tr {
    width: 100% !important;
    min-width: 0 !important;
    margin-bottom: 10px !important;
    border: 1px solid #e1e6ef !important;
    border-radius: 10px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .tr_into {
    width: 100% !important;
    min-width: 0 !important;
    padding: 12px !important;
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) auto !important;
    grid-template-areas:
      "image name actions"
      "image price price"
      "quantity quantity sum" !important;
    gap: 7px 10px !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-image {
    grid-area: image !important;
    width: 76px !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-image img {
    max-width: 72px !important;
    max-height: 72px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-name {
    grid-area: name !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 2px 0 0 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 750 !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-price {
    grid-area: price !important;
    width: auto !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-price .price {
    font-size: 15px !important;
    font-weight: 850 !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity {
    grid-area: quantity !important;
    width: auto !important;
    padding: 0 !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity .buy_more {
    width: 108px !important;
    height: 38px !important;
    margin: 0 !important;
    float: none !important;
    display: flex !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity .minus,
  .hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity .plus {
    width: 34px !important;
    min-width: 34px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    visibility: visible !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity .minus span,
  .hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity .plus span {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-quantity input.quantity {
    width: 40px !important;
    min-width: 40px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 3px !important;
    display: block !important;
    visibility: visible !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-summa {
    grid-area: sum !important;
    width: auto !important;
    padding: 0 !important;
    align-self: center !important;
    text-align: right !important;
    font-size: 15px !important;
    font-weight: 850 !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-actions {
    grid-area: actions !important;
    width: auto !important;
    padding: 0 !important;
    display: flex !important;
    gap: 5px !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .cart-item-actions .delay,
  .hs-redesign-page .cart-items .equipment .tbody .cart-item-actions .delete {
    float: none !important;
  }

  .hs-redesign-page .cart-items .equipment .tbody .myorders_itog {
    width: 100% !important;
    padding: 12px !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    border: 0 !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page .cart-items table.w100p,
  .hs-redesign-page .cart-items table.w100p tbody,
  .hs-redesign-page .cart-items table.w100p tr,
  .hs-redesign-page .cart-items table.w100p td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page .cart-items table.w100p tr {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .hs-redesign-page .cart-items table.w100p td.cart-coupon {
    grid-column: 1 / -1;
  }

  .hs-redesign-page .cart-items table.w100p td.cart-coupon input,
  .hs-redesign-page .cart-items table.w100p button {
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    margin: 0 !important;
    border-radius: 8px !important;
  }

  .hs-redesign-page #bx-soa-order,
  .hs-redesign-page #bx-soa-order .bx-soa,
  .hs-redesign-page #bx-soa-order .bx-soa-sidebar,
  .hs-redesign-page #bx-soa-order .bx-soa-cart-total,
  .hs-redesign-page #bx-soa-order .bx-soa-section {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page #bx-soa-order {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  .hs-redesign-page #bx-soa-order .bx-soa {
    order: 1;
  }

  .hs-redesign-page #bx-soa-order .bx-soa-sidebar {
    order: 2;
  }

  .hs-redesign-page #bx-soa-total-mobile {
    display: none !important;
  }

  .hs-redesign-page #bx-soa-order .bx-soa-section {
    margin-bottom: 8px !important;
    border: 1px solid #e1e6ee !important;
    border-radius: 9px !important;
    overflow: hidden !important;
  }

  .hs-redesign-page #bx-soa-order .bx-soa-section-title-container {
    min-height: 48px !important;
    padding: 10px 12px !important;
    display: flex !important;
    align-items: center !important;
    background: #f6f8fa !important;
  }

  .hs-redesign-page #bx-soa-order .bx-soa-section-title {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  .hs-redesign-page #bx-soa-order .bx-soa-section-content {
    padding: 12px !important;
  }

  .hs-redesign-page #bx-soa-order .bx-soa-item-td,
  .hs-redesign-page #bx-soa-order .bx-soa-item-block,
  .hs-redesign-page #bx-soa-order .bx-soa-item-content,
  .hs-redesign-page #bx-soa-order .bx-soa-item-title {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page #bx-soa-order .bx-soa-cart-total {
    position: static !important;
    top: auto !important;
    padding: 14px !important;
    border: 1px solid #e1e6ee !important;
    border-radius: 10px !important;
    background: #fff !important;
  }

  .hs-redesign-page #bx-soa-order .btn-order-save,
  .hs-redesign-page #bx-soa-order .btn-primary,
  .hs-redesign-page #bx-soa-order .bx-soa-more-btn .btn,
  .hs-redesign-page #bx-soa-order .bx-soa-section .pull-right .btn {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 8px !important;
    background: #d5132a !important;
    border-color: #d5132a !important;
    color: #fff !important;
  }

  .hs-redesign-page #bx-soa-order .bx-soa-more {
    margin: 12px 0 0 !important;
  }

  .hs-redesign-page #bx-soa-order .bx-soa-more > .bx-soa-more-btn,
  .hs-redesign-page #bx-soa-order .bx-soa-more-btn {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page #bx-soa-order .bx-soa-more-btn .btn {
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    line-height: 1.2 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 340px) {
  .hs-redesign-page.hs-inner-page .catalog-item-table-view {
    gap: 6px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image {
    height: 116px !important;
    min-height: 116px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image img,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image .item_img {
    max-height: 102px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .btn_buy,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .apuo {
    font-size: 10px !important;
  }

  .hs-redesign-page .footer-main {
    grid-template-columns: 1fr !important;
  }

  .hs-redesign-page .footer-brand,
  .hs-redesign-page .footer-showroom {
    grid-column: auto;
  }
}

/* The menu panel is portaled to body; keep its drawer viewport-bound. */
@media (max-width: 1024px) {
  body.hs-redesign-page .mobile-menu-drawer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    height: 100dvh !important;
  }
}

@media (max-width: 767px) {
  .hs-redesign-page .hs-product-page .buy_more_detail .add2basket_form {
    grid-template-columns: 92px minmax(0, 1fr) !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .qnt_cont {
    width: 92px !important;
  }
}

/* Keep the same spacious two-row mobile header on every site section. */
@media (max-width: 480px) {
  .hs-redesign-page .header-main,
  .hs-redesign-page.hs-inner-page .header-main,
  .hs-redesign-page.hs-inner-page .site-header--personal .header-main {
    height: 132px !important;
    min-height: 132px !important;
    padding: 8px 12px 12px !important;
    grid-template-columns: minmax(0, 1fr) 42px 42px 42px !important;
    grid-template-rows: 80px 44px !important;
    grid-template-areas:
      "brand phone cart menu"
      "search search search search" !important;
    gap: 0 8px !important;
  }

  .hs-redesign-page .brand,
  .hs-redesign-page.hs-inner-page .site-header--personal .brand {
    width: 90px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
  }

  .hs-redesign-page .brand img {
    width: 88px !important;
    height: auto !important;
    max-height: none !important;
  }

  .hs-redesign-page .phone-block,
  .hs-redesign-page.hs-inner-page .site-header--personal .phone-block,
  .hs-redesign-page .mobile-menu-button {
    width: 42px !important;
    height: 42px !important;
  }

  .hs-redesign-page .phone-icon {
    width: 24px !important;
    height: 24px !important;
  }

  .hs-redesign-page .header-cart-wrap,
  .hs-redesign-page .header-cart-wrap .cart_line,
  .hs-redesign-page .header-cart-wrap .cart {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
  }

  .hs-redesign-page .mobile-menu-button span {
    width: 25px !important;
  }

  .hs-redesign-page .search-box,
  .hs-redesign-page.hs-inner-page .site-header--personal .search-box,
  .hs-redesign-page .search-box input {
    height: 44px !important;
  }

  .hs-redesign-page .search-box button {
    width: 44px !important;
    height: 44px !important;
  }

  .hs-redesign-page.hs-inner-page .brand,
  .hs-redesign-page.hs-inner-page .site-header--personal .brand {
    width: 76px !important;
  }

  .hs-redesign-page.hs-inner-page .brand img,
  .hs-redesign-page.hs-inner-page .site-header--personal .brand img {
    width: 72px !important;
  }

  .hs-redesign-page.hs-inner-page .center.hs-inner-shell:has(.hs-product-page) > h1 {
    margin-top: 14px !important;
  }

  body.hs-redesign-page .mobile-menu-drawer {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 18px 20px !important;
  }

  body.hs-redesign-page .mobile-menu-drawer > a {
    min-height: 58px !important;
    gap: 12px !important;
    padding: 4px 2px !important;
  }

  body.hs-redesign-page .mobile-menu-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #e4e8ef;
    border-radius: 9px;
    background: #fff;
  }

  body.hs-redesign-page .mobile-menu-icon img {
    width: 32px;
    height: 32px;
    max-width: none;
    object-fit: contain;
    transform: scale(1.55);
  }
}

/* Pre-release mobile polish: make the homepage a fast buying path, not a squeezed desktop. */
@media (max-width: 480px) {
  .hs-redesign-page .section,
  .hs-redesign-page .safe-filter {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hs-redesign-page .stats-row {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    padding: 8px 0 10px !important;
    margin-top: 8px !important;
    -webkit-overflow-scrolling: touch;
  }

  .hs-redesign-page .stats-row::-webkit-scrollbar,
  .hs-redesign-page .purpose-grid::-webkit-scrollbar,
  .hs-redesign-page .services-grid::-webkit-scrollbar {
    display: none;
  }

  .hs-redesign-page .stats-row .stat-card {
    flex: 0 0 92px !important;
    min-width: 92px !important;
    scroll-snap-align: start;
  }

  .hs-redesign-page .purpose-grid,
  .hs-redesign-page .services-grid {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding: 2px 0 8px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
  }

  .hs-redesign-page .purpose-card,
  .hs-redesign-page .service-card {
    flex: 0 0 76px !important;
    width: 76px !important;
    min-width: 76px !important;
    min-height: 82px !important;
    scroll-snap-align: start;
  }

  .hs-redesign-page .purpose-card--cta {
    flex-basis: 118px !important;
    width: 118px !important;
    min-width: 118px !important;
  }

  .hs-redesign-page .service-card {
    flex-basis: 84px !important;
    width: 84px !important;
    min-width: 84px !important;
  }

  .hs-redesign-page .safe-filter {
    scroll-margin-top: 138px !important;
  }

  .hs-redesign-page .safe-filter-shell {
    padding: 10px !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 24px rgba(31, 37, 48, 0.06) !important;
  }

  .hs-redesign-page .safe-filter-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .hs-redesign-page .safe-filter-group {
    padding: 10px !important;
    border-radius: 11px !important;
    scroll-margin-top: 144px !important;
  }

  .hs-redesign-page .safe-filter-group__title {
    margin-bottom: 8px !important;
    font-size: 13px !important;
  }

  .hs-redesign-page .safe-filter-choice-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .hs-redesign-page .safe-filter-choice,
  .hs-redesign-page .safe-filter-choice--compact {
    grid-column: auto !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    column-gap: 7px !important;
    min-height: 58px !important;
    padding: 7px !important;
    border-radius: 9px !important;
  }

  .hs-redesign-page .safe-filter-choice__icon {
    grid-row: span 2 !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 7px !important;
  }

  .hs-redesign-page .safe-filter-choice strong {
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
  }

  .hs-redesign-page .safe-filter-choice span:not(.safe-filter-choice__icon) {
    display: block !important;
    grid-column: 2 !important;
    overflow: hidden !important;
    color: #7a8390 !important;
    font-size: 9px !important;
    line-height: 1.15 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .hs-redesign-page .safe-filter-size-mode {
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
  }

  .hs-redesign-page .safe-filter-pills--size-mode {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .hs-redesign-page .safe-filter-dimensions {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
    padding: 8px !important;
  }

  .hs-redesign-page .safe-filter-cube {
    width: 182px !important;
    height: 122px !important;
    margin: 0 auto !important;
  }

  .hs-redesign-page .safe-filter-dimensions p {
    font-size: 10px !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  .hs-redesign-page .safe-filter-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .hs-redesign-page .safe-filter-field {
    gap: 5px !important;
  }

  .hs-redesign-page .safe-filter-field span,
  .hs-redesign-page .safe-filter-label {
    font-size: 11px !important;
  }

  .hs-redesign-page .safe-filter-field input {
    height: 38px !important;
    padding: 0 9px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
  }

  .hs-redesign-page .safe-filter-row {
    gap: 7px !important;
    margin-bottom: 10px !important;
  }

  .hs-redesign-page .safe-filter-toggles,
  .hs-redesign-page .safe-filter-pills {
    gap: 6px !important;
  }

  .hs-redesign-page .safe-filter-toggle,
  .hs-redesign-page .safe-filter-pill {
    min-height: 34px !important;
    padding: 0 9px !important;
    border-radius: 8px !important;
    gap: 5px !important;
    font-size: 10px !important;
    white-space: nowrap !important;
  }

  .hs-redesign-page .safe-filter-button-icon {
    width: 14px !important;
    height: 14px !important;
  }

  .hs-redesign-page .safe-filter-actions {
    display: grid !important;
    grid-template-columns: 0.8fr 1fr 1.15fr !important;
    gap: 7px !important;
    margin-top: 10px !important;
  }

  .hs-redesign-page .safe-filter-reset,
  .hs-redesign-page .safe-filter-submit,
  .hs-redesign-page .safe-filter-consult {
    width: 100% !important;
    min-height: 38px !important;
    padding: 0 8px !important;
    border-radius: 8px !important;
    font-size: 10px !important;
  }

  .hs-redesign-page .safe-filter-help {
    min-width: 0 !important;
  }

  .hs-redesign-page .safe-filter-help-menu {
    right: 0 !important;
    left: auto !important;
    width: min(260px, calc(100vw - 34px)) !important;
  }

  .hs-redesign-page .safe-filter-results {
    margin-top: 14px !important;
    padding-top: 14px !important;
    scroll-margin-top: 144px !important;
  }

  .hs-redesign-page .safe-filter-results__head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
  }

  .hs-redesign-page .safe-filter-results__head strong {
    font-size: 18px !important;
  }

  .hs-redesign-page .safe-filter-results__head span {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  .hs-redesign-page .safe-filter-results__more {
    min-height: 34px !important;
    padding: 0 9px !important;
    border-radius: 8px !important;
    font-size: 10px !important;
  }

  .hs-redesign-page .safe-filter-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-card {
    padding: 8px !important;
    border-radius: 12px !important;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-image {
    height: 112px !important;
    padding: 8px 4px !important;
    border-radius: 10px !important;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-image img {
    max-height: 96px !important;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-title {
    min-height: 31px !important;
    font-size: 11px !important;
    line-height: 1.18 !important;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-features {
    min-height: 38px !important;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-features li {
    font-size: 9px !important;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-price {
    font-size: 15px !important;
  }

  .hs-redesign-page .safe-filter-results-grid .home-popular-buy {
    min-height: 34px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 340px) {
  .hs-redesign-page .safe-filter-actions {
    grid-template-columns: 1fr 1fr !important;
  }

  .hs-redesign-page .safe-filter-help {
    grid-column: 1 / -1 !important;
  }
}

/* Pre-release mobile catalog/product polish: stabilize the full buying path. */
@media (max-width: 480px) {
  .hs-redesign-page.hs-inner-page .center.hs-inner-shell {
    width: 100% !important;
    max-width: 480px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page.hs-inner-page .breadcrumb-search {
    margin: 14px 0 8px !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .hs-redesign-page.hs-inner-page .center.hs-inner-shell > h1 {
    margin: 8px 0 16px !important;
    font-size: 28px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-section-list,
  .hs-redesign-page.hs-inner-page .catalog-item-sorting,
  .hs-redesign-page.hs-inner-page .catalog-item-view {
    display: none !important;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-controls {
    margin: 0 0 12px !important;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-controls__pill {
    min-height: 46px !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(31, 37, 48, 0.05) !important;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-found {
    margin: 0 0 12px !important;
    color: #202632 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card {
    overflow: hidden !important;
    border: 1px solid #e2e7ef !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(31, 37, 48, 0.05) !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .catalog-item-info {
    padding: 0 9px 9px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image {
    width: calc(100% + 18px) !important;
    height: 128px !important;
    min-height: 128px !important;
    margin: 0 -9px 8px !important;
    padding: 9px 6px 5px !important;
    background:
      radial-gradient(circle at 50% 35%, rgba(31, 37, 48, 0.06), transparent 52%),
      #fff !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image img,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image .item_img {
    max-height: 106px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-all-title,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-title,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-title a {
    height: auto !important;
    min-height: 34px !important;
    max-height: 36px !important;
    color: #202632 !important;
    font-size: 12px !important;
    line-height: 1.18 !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .properties {
    min-height: 42px !important;
    margin: 0 !important;
    gap: 2px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .properties .property {
    display: block !important;
    overflow: hidden !important;
    color: #5e6877 !important;
    font-size: 9.5px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .properties .property:nth-child(n + 4) {
    display: none !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .table-price-block.item-price-cont,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-price-cont {
    min-height: 24px !important;
    margin: auto 0 0 !important;
    padding-top: 7px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .catalog-item-price,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-price {
    color: #111722 !important;
    font-size: 17px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .buy_more {
    margin-top: 8px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .btn_buy,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .apuo {
    height: 36px !important;
    border-radius: 8px !important;
    background: #d5132a !important;
    border-color: #d5132a !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 16px rgba(213, 19, 42, 0.18) !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .compare,
  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .delay {
    top: 8px !important;
    right: 8px !important;
  }

  .hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .delay a {
    width: 31px !important;
    height: 31px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 6px 14px rgba(31, 37, 48, 0.08) !important;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-benefits {
    margin: 18px 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-benefits__item {
    min-height: 58px !important;
    padding: 8px !important;
    border-radius: 11px !important;
    background: #fff !important;
  }

  .hs-redesign-page.hs-inner-page .hs-mobile-catalog-help {
    margin: 18px 0 8px !important;
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail.hs-product-hero {
    gap: 12px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures,
  .hs-redesign-page .hs-product-page .hs-purchase-panel,
  .hs-redesign-page .hs-product-page .catalog-detail-preview-text,
  .hs-redesign-page .hs-product-page .catalog-detail-properties {
    border-radius: 14px !important;
    box-shadow: 0 12px 28px rgba(31, 37, 48, 0.05) !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures .detail_picture {
    border: 0 !important;
    min-height: 230px !important;
    height: min(72vw, 300px) !important;
    background:
      radial-gradient(circle at 50% 40%, rgba(31, 37, 48, 0.07), transparent 55%),
      #fff !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo {
    margin-top: 8px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul {
    gap: 8px !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-pictures .more_photo ul li {
    border-radius: 10px !important;
    background: #fff !important;
  }

  .hs-redesign-page .hs-product-page .hs-purchase-panel {
    padding: 0 !important;
  }

  .hs-redesign-page .hs-product-page .price_buy_detail {
    padding: 14px !important;
    border: 1px solid #e2e7ef !important;
    border-radius: 14px !important;
    background: #fff !important;
  }

  .hs-redesign-page .hs-product-page .catalog-detail-item-price {
    font-size: 32px !important;
    line-height: 1 !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .add2basket_form {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail .qnt_cont {
    width: 84px !important;
  }

  .hs-redesign-page .hs-product-page .buy_more_detail button[name=add2basket],
  .hs-redesign-page .hs-product-page .buy_more_detail button[name=boc_anch],
  .hs-redesign-page .hs-product-page .buy_more_detail .apuo_detail {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
  }

  .hs-redesign-page .hs-product-page .hs-product-trust-strip--hero {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .hs-redesign-page .hs-product-page .hs-product-trust-card {
    border-radius: 12px !important;
  }

  .hs-redesign-page .hs-product-page > .section ul.tabs {
    display: flex !important;
    gap: 7px !important;
    overflow-x: auto !important;
    padding: 0 0 6px !important;
    border: 0 !important;
  }

  .hs-redesign-page .hs-product-page > .section ul.tabs li {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  .hs-redesign-page .hs-product-page > .section ul.tabs li a {
    min-height: 40px !important;
    padding: 0 14px !important;
    border: 1px solid #dfe5ee !important;
    border-radius: 999px !important;
    background: #fff !important;
    font-size: 12px !important;
  }

  .hs-redesign-page .hs-product-page > .section .box {
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .hs-redesign-page .hs-product-page .hs-product-expert-grid,
  .hs-redesign-page .hs-product-sections .hs-product-expert-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .hs-redesign-page .hs-product-page .hs-product-expert-card,
  .hs-redesign-page .hs-product-sections .hs-product-expert-card {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: center !important;
  }

  .hs-redesign-page .hs-product-page .hs-product-expert-card img,
  .hs-redesign-page .hs-product-sections .hs-product-expert-card img {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }
}

/* Release readiness: contain tablet selector controls and product mobile sections. */
@media (min-width: 481px) and (max-width: 1024px) {
  body.hs-redesign-page {
    padding-bottom: 0 !important;
  }

  .hs-redesign-page .mobile-bottom-nav {
    display: none !important;
  }

  .hs-redesign-page .safe-filter-live-summary {
    min-width: 0 !important;
    padding: 14px !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .hs-redesign-page .safe-filter-live-summary__button {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 12px !important;
    justify-content: center !important;
  }

  .hs-redesign-page .safe-filter-live-summary__button > span {
    min-width: 0 !important;
  }
}

@media (max-width: 480px) {
  .hs-redesign-page .hs-product-sections,
  .hs-redesign-page .hs-product-sections > *,
  .hs-redesign-page .hs-product-page .hs-product-service-grid,
  .hs-redesign-page .hs-product-sections .hs-product-service-grid,
  .hs-redesign-page .hs-product-page .hs-product-experts,
  .hs-redesign-page .hs-product-sections .hs-product-experts,
  .hs-redesign-page .hs-product-page .hs-product-mini-benefits,
  .hs-redesign-page .hs-product-sections .hs-product-mini-benefits,
  .hs-redesign-page .hs-product-page .hs-product-cta-panel,
  .hs-redesign-page .hs-product-sections .hs-product-cta-panel {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .hs-redesign-page .hs-product-page .hs-product-service-grid,
  .hs-redesign-page .hs-product-sections .hs-product-service-grid,
  .hs-redesign-page .hs-product-page .hs-product-cta-panel,
  .hs-redesign-page .hs-product-sections .hs-product-cta-panel {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .hs-redesign-page .hs-product-sections .hs-product-expert-card,
  .hs-redesign-page .hs-product-sections .hs-product-mini-benefit {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  body.hs-redesign-page .callbackkiller.cbk-phone {
    display: none !important;
  }
}

/* Final mobile homepage pass: no hidden horizontal feeds and a clear selector CTA. */
@media (max-width: 480px) {
  .hs-redesign-page .hero {
    margin-top: 12px !important;
    margin-bottom: 16px !important;
  }

  .hs-redesign-page .section-purpose {
    padding-top: 12px !important;
  }

  .hs-redesign-page .purpose-grid,
  .hs-redesign-page .services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow: visible !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
  }

  .hs-redesign-page .purpose-card,
  .hs-redesign-page .purpose-card--cta,
  .hs-redesign-page .service-card {
    width: auto !important;
    min-width: 0 !important;
    min-height: 96px !important;
    padding: 10px 5px !important;
    scroll-snap-align: none !important;
  }

  .hs-redesign-page .purpose-card--cta {
    display: none !important;
  }

  .hs-redesign-page .purpose-card img,
  .hs-redesign-page .service-card img {
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 7px !important;
  }

  .hs-redesign-page .purpose-card strong,
  .hs-redesign-page .service-card strong {
    overflow-wrap: anywhere !important;
    font-size: 10px !important;
    line-height: 1.17 !important;
  }

  .hs-redesign-page .safe-filter-head,
  .hs-redesign-page .safe-filter-head > div,
  .hs-redesign-page .safe-filter-head h2,
  .hs-redesign-page .safe-filter-head p {
    width: 100% !important;
    max-width: none !important;
  }

  .hs-redesign-page .safe-filter-head .section-link {
    display: none !important;
  }

  .hs-redesign-page .safe-filter-live-summary {
    position: sticky !important;
    bottom: 70px !important;
    z-index: 4 !important;
    width: 100% !important;
    margin-top: 12px !important;
    padding: 10px !important;
    border-radius: 10px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    box-sizing: border-box !important;
    box-shadow: 0 10px 26px rgba(31, 37, 48, 0.13) !important;
  }

  .hs-redesign-page .safe-filter-live-summary > span {
    display: none !important;
  }

  .hs-redesign-page .safe-filter-live-summary__button {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    justify-content: center !important;
    gap: 7px !important;
  }

  .hs-redesign-page .safe-filter-live-summary__button > span {
    font-size: 12px !important;
  }

  .hs-redesign-page .safe-filter-live-summary__button strong {
    font-size: 15px !important;
  }

  .hs-redesign-page .mobile-bottom-nav__item--selector .mobile-bottom-nav__icon {
    display: grid !important;
    place-items: center !important;
  }

  .hs-redesign-page .mobile-bottom-nav__item--selector .mobile-bottom-nav__icon img {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    object-fit: contain !important;
  }
}

/* Let catalog and product content use the wider desktop shell. */
@media (min-width: 1254px) {
  .hs-redesign-page.hs-inner-page .top_panel,
  .hs-redesign-page.hs-inner-page .content-wrapper,
  .hs-redesign-page.hs-inner-page .breadcrumb-search,
  .hs-redesign-page.hs-inner-page .center.hs-inner-shell > h1 {
    width: min(1520px, calc(100vw - 48px)) !important;
    max-width: 1520px !important;
  }

  .hs-redesign-page.hs-inner-page .content-wrapper > .content {
    width: 100% !important;
    min-width: 0;
    margin: 15px 0 0 !important;
    padding: 0 !important;
  }

  .hs-redesign-page.hs-inner-page .content-wrapper > .content > .workarea {
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* Final header and mobile-homepage composition. These rules intentionally live last
   so older template breakpoints cannot collapse the redesigned layout. */
.hs-redesign-page .contact-icon-btn {
  width: 40px;
  height: 40px;
}

.hs-redesign-page .contact-icon-btn img,
.hs-redesign-page .contact-icon-btn svg {
  width: 25px;
  height: 25px;
}

@media (max-width: 1400px) and (min-width: 481px) {
  .hs-redesign-page .header-showroom {
    display: none;
  }

  .hs-redesign-page .header-main,
  .hs-redesign-page.hs-inner-page .header-main {
    grid-template-columns: 130px minmax(260px, 1fr) auto auto 46px auto;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .hs-redesign-page .header-showroom {
    display: none !important;
  }

  .hs-redesign-page .header-main,
  .hs-redesign-page.hs-inner-page .header-main,
  .hs-redesign-page.hs-inner-page .site-header--personal .header-main {
    height: 148px !important;
    min-height: 148px !important;
    padding: 8px 12px 16px !important;
    grid-template-rows: 76px 44px !important;
  }

  .hs-redesign-page .search-box {
    align-self: end !important;
  }

  .hs-redesign-page .home-main > .hero {
    margin: 0 12px 18px !important;
    padding-bottom: 16px !important;
    border: 1px solid #e5e8ee;
    border-radius: 16px !important;
    overflow: hidden;
  }

  .hs-redesign-page .home-main > .hero .hero-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .hs-redesign-page .scenario-card__shade {
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(10, 13, 17, 0.22) 0%, rgba(10, 13, 17, 0.88) 100%) !important;
  }

  .hs-redesign-page .scenario-card__content {
    width: 100% !important;
    box-sizing: border-box;
    background: transparent !important;
  }
}

@media (min-width: 1401px) {
  .hs-redesign-page .phone-block,
  .hs-redesign-page .header-showroom {
    min-height: 68px;
    align-items: center;
  }

  .hs-redesign-page .phone-icon {
    margin-top: 0;
    width: 22px;
    height: 22px;
  }
}

/* Final mobile and header alignment pass. Keep this last so legacy template
   breakpoints cannot turn the homepage back into horizontal strips. */
.hs-redesign-page .section-services__header {
  display: none;
}

@media (min-width: 1401px) {
  .hs-redesign-page .phone-block,
  .hs-redesign-page .header-showroom {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    column-gap: 10px;
    height: 70px;
    min-height: 70px;
    padding: 8px 0;
    box-sizing: border-box;
    align-items: start;
  }

  .hs-redesign-page .phone-icon,
  .hs-redesign-page .header-showroom svg {
    width: 22px;
    height: 22px;
    margin-top: 0;
  }

  .hs-redesign-page .phone-copy,
  .hs-redesign-page .header-showroom > span {
    display: block;
    min-height: 0;
  }
}

@media (min-width: 481px) {
  .hs-redesign-page .scenario-card__shade {
    display: none;
  }
}

@media (max-width: 480px) {
  .hs-redesign-page .section-scenarios {
    padding-top: 18px !important;
  }

  .hs-redesign-page .scenario-card__shade {
    display: block !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 62% !important;
    background: linear-gradient(180deg, rgba(10, 13, 17, 0) 0%, rgba(10, 13, 17, 0.9) 70%) !important;
  }

  .hs-redesign-page .scenario-card__content {
    width: 100% !important;
    padding: 34px 16px 16px !important;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(10, 13, 17, 0) 0%, rgba(10, 13, 17, 0.86) 48%) !important;
  }

  .hs-redesign-page .section-services {
    padding-top: 18px !important;
  }

  .hs-redesign-page .section-services__header {
    display: block !important;
    margin-bottom: 10px !important;
  }

  .hs-redesign-page .section-services__header h2 {
    font-size: 20px !important;
  }

  .hs-redesign-page .section-services__header .section-intro {
    margin-top: 4px !important;
    font-size: 12px !important;
  }

  .hs-redesign-page .section-services .home-stats-row--after-purpose,
  .hs-redesign-page .section-services .services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }

  .hs-redesign-page .section-services .home-stats-row--after-purpose {
    margin-bottom: 8px !important;
  }

  .hs-redesign-page .section-services .home-stats-row--after-purpose .stat-card,
  .hs-redesign-page .section-services .service-card {
    display: grid !important;
    min-width: 0 !important;
    width: auto !important;
    min-height: 96px !important;
    padding: 10px 5px !important;
    place-items: center !important;
    align-content: center !important;
    gap: 7px !important;
    border: 1px solid #e3e7ee !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
    text-align: center !important;
  }

  .hs-redesign-page .section-services .home-stats-row--after-purpose .stat-card--warranty {
    display: none !important;
  }

  .hs-redesign-page .section-services .home-stats-row--after-purpose .stat-icon,
  .hs-redesign-page .section-services .service-card img {
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
  }

  .hs-redesign-page .section-services .home-stats-row--after-purpose .stat-text strong,
  .hs-redesign-page .section-services .service-card strong {
    overflow-wrap: normal !important;
    font-size: 10px !important;
    line-height: 1.17 !important;
  }

  .hs-redesign-page .section-services .home-stats-row--after-purpose .stat-text span,
  .hs-redesign-page .section-services .service-card span {
    display: none !important;
  }
}
/* Catalog sidebar flyouts and support shelves. */
.hs-redesign-page.hs-inner-page .left-column { position: relative; overflow: visible; z-index: 40; }
.hs-redesign-page.hs-inner-page .left-column .left-menu > li.parent,
.hs-redesign-page.hs-inner-page .left-column .left-menu > li.parentMore { position: relative; }
.hs-redesign-page.hs-inner-page .left-column .left-menu > li.parent > .catalog-section-childs,
.hs-redesign-page.hs-inner-page .left-column .left-menu > li.parent > ul.submenu,
.hs-redesign-page.hs-inner-page .left-column .left-menu > li.parentMore > ul.submenuMore {
  position: absolute;
  top: 0 !important;
  left: calc(100% + 8px) !important;
  right: auto !important;
  width: 280px;
  max-width: 280px;
  max-height: calc(100vh - 32px);
  margin: 0;
  overflow-y: auto;
  z-index: 100;
}

/* Sidebar support blocks use their actual legacy wrappers, not catalog shelves. */
.hs-redesign-page.hs-inner-page .left-column .vendors,
.hs-redesign-page.hs-inner-page .left-column .stati_left {
  margin-top: 18px;
  padding: 0 14px 16px;
  box-sizing: border-box;
}
.hs-redesign-page.hs-inner-page .left-column .vendors .h3,
.hs-redesign-page.hs-inner-page .left-column .stati_left .h3 {
  margin: 0 -14px 10px;
  padding: 16px 14px 10px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #2b3140;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.hs-redesign-page.hs-inner-page .left-column .vendors > .h3 {
  display: block !important;
  visibility: visible !important;
}
.hs-redesign-page.hs-inner-page .left-column .vendors-list {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  width: 100% !important;
}
.hs-redesign-page.hs-inner-page .left-column .vendors-item {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  margin: 0;
  padding: 7px 0;
  font-size: 16px;
  line-height: 1.25;
}
.hs-redesign-page.hs-inner-page .left-column .vendors-item a,
.hs-redesign-page.hs-inner-page .left-column .vendors .all,
.hs-redesign-page.hs-inner-page .left-column .stati_left .all { color: #566078; }
.hs-redesign-page.hs-inner-page .left-column .stati_left ul { margin: 0; padding: 0; list-style: none; }
.hs-redesign-page.hs-inner-page .left-column .stati_left li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e5e9f0;
}
.hs-redesign-page.hs-inner-page .left-column .stati_left .image_cont { flex: 0 0 72px; }
.hs-redesign-page.hs-inner-page .left-column .stati_left .image { width: 72px; height: 54px; overflow: hidden; border-radius: 6px; }
.hs-redesign-page.hs-inner-page .left-column .stati_left .image img { width: 100%; height: 100%; object-fit: cover; }
.hs-redesign-page.hs-inner-page .left-column .stati_left .image_cont { display: none !important; }
.hs-redesign-page.hs-inner-page .left-column .stati_left .title-link { font-size: 15px; line-height: 1.3; color: #566078; }

/* Remove the obsolete stock banner from the catalog sidebar. */
.hs-redesign-page.hs-inner-page .left-column .new_leader_disc { display: none !important; }

/* Brand shelf in the catalog content: compact cards with centered identity. */
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--vendors {
  margin-top: 28px;
  padding: 22px 24px 24px;
  border: 1px solid #dfe4ec;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
}
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--vendors .hs-catalog-shelf__title {
  margin-bottom: 16px;
  text-align: left;
}
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--vendors .vendors-section-items {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--vendors .vendors-section-item a .item {
  min-height: 76px;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  gap: 5px;
  padding: 10px 12px;
}
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--vendors .vendors-section-item a .item .image {
  width: 100%;
  height: 32px;
  margin-bottom: 6px;
}
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--vendors .vendors-section-item a .item .item-title {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}
@media (max-width: 1100px) and (min-width: 788px) {
  .hs-redesign-page.hs-inner-page .hs-catalog-shelf--vendors .vendors-section-items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.hs-redesign-page.hs-inner-page .hs-catalog-shelf--tags .flex_main_filter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0;
  float: none;
}
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--tags .item_flex,
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--tags .item_flex a { width: auto; min-height: 70px; height: 100%; margin: 0; }
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--tags .item_flex a {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #fff;
  color: #3c4350;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 700;
}
@media (max-width: 1100px) and (min-width: 788px) {
  .hs-redesign-page.hs-inner-page .hs-catalog-shelf--tags .flex_main_filter { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
/* Avoid empty visual columns in the related-link shelf. */
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--tags .flex_main_filter { justify-content: stretch; }
.hs-redesign-page.hs-inner-page .hs-catalog-shelf--tags .item_flex:nth-child(n) { margin: 0; }

/* Let catalog cards use the available content width instead of preserving the
   legacy fixed card width, which created large gaps between products. */
.hs-redesign-page.hs-inner-page .catalog-item-table-view {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image,
.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image > a {
  width: 100% !important;
  text-align: center;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image > a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.hs-redesign-page.hs-inner-page .catalog-item-table-view .catalog-item-card .item-image img.item_img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 560px) {
  .hs-redesign-page.hs-inner-page .catalog-item-table-view {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

/* Finish the compact catalog filter with full-width separators and a
   right-aligned submit action. The inner rows use display: contents, so the
   borders belong on the spanning grid items rather than on their children. */
.hs-redesign-page.hs-inner-page .hs-compact-panel > .hs-compact-card--sizes,
.hs-redesign-page.hs-inner-page .hs-compact-panel > .hs-compact-panel__actions {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel > .hs-compact-card--sizes {
  border-bottom: 1px solid #edf1f6 !important;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel > .hs-compact-panel__actions {
  border-top: 1px solid #edf1f6 !important;
  justify-content: flex-start !important;
}

.hs-redesign-page.hs-inner-page .hs-compact-panel > .hs-compact-panel__actions .hs-compact-panel__submit {
  margin-left: auto !important;
}

/* There are five filter blocks on desktop, including wall thickness. Keep
   that fifth column explicit so spanning rows reach the real panel edge. */
@media (min-width: 788px) {
  .hs-redesign-page.hs-inner-page .hs-compact-panel {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .hs-redesign-page.hs-inner-page .hs-compact-panel__top > .hs-compact-card--price {
    grid-column: 1 !important;
  }

  .hs-redesign-page.hs-inner-page .hs-compact-panel__top > .hs-compact-card--lock {
    grid-column: 2 !important;
  }

  .hs-redesign-page.hs-inner-page .hs-compact-panel__bottom > [data-chip-group="burglar"] {
    grid-column: 3 !important;
  }

  .hs-redesign-page.hs-inner-page .hs-compact-panel__bottom > [data-chip-group="fire"] {
    grid-column: 4 !important;
  }

  .hs-redesign-page.hs-inner-page .hs-compact-panel__bottom > [data-chip-group="wall"] {
    grid-column: 5 !important;
  }

  .hs-redesign-page.hs-inner-page .hs-compact-panel > .hs-compact-card--sizes,
  .hs-redesign-page.hs-inner-page .hs-compact-panel > .hs-compact-panel__actions {
    grid-column: 1 / -1 !important;
  }
}

/* Product tab panels must be hidden until their tab is selected. The redesign
   card styling previously forced every legacy .box panel to display. */
.hs-redesign-page .hs-product-page > .section .box {
  display: none;
}

.hs-redesign-page .hs-product-page > .section .box.visible {
  display: block;
}
