.jp-header {
  position: sticky;
  top: 0;
  z-index: 260;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--jp-border);
  transition: background .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.jp-blog-video,
.jp-blog-video--inline-menu {
  position: relative;
}

.jp-inline-video-menu {
  position: absolute;
  z-index: 8;
  display: grid;
  min-width: 190px;
  padding: 6px;
  border: 1px solid rgba(16, 18, 24, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(16, 18, 24, 0.24);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px) scale(0.98);
  transition: opacity 0.14s ease, transform 0.14s ease;
}

.jp-inline-video-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.jp-inline-video-menu button {
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #101218;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.jp-inline-video-menu button:hover,
.jp-inline-video-menu button:focus-visible {
  outline: 0;
  background: rgba(255, 103, 0, 0.1);
  color: var(--jp-orange-dark);
}

.jp-inline-video-start,
.jp-inline-video-repeat {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: none;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 103, 0, 0.94);
  color: #fff;
  box-shadow: 0 14px 32px rgba(16, 18, 24, 0.22);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.jp-inline-video-start svg,
.jp-inline-video-repeat svg {
  width: 27px;
  height: 27px;
}

.jp-blog-video.is-inline-video-initial .jp-inline-video-start,
.jp-blog-video.is-inline-video-ended .jp-inline-video-repeat {
  display: grid;
}
.jp-header.is-compact {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
.jp-header__subnav {
  overflow: hidden;
  transition: max-height .24s ease, opacity .2s ease, padding .24s ease, border-color .24s ease;
}
.jp-header__main {
  position: relative;
}
.jp-header__main-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 102px;
  transition: min-height .22s ease, gap .22s ease;
}
.jp-header__tools {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  justify-self: start;
}
.jp-header__menu-toggle {
  display: none;
}
.jp-header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  justify-self: center;
}
.jp-header__logo img {
  display: block;
  width: auto;
  max-width: min(320px, 28vw);
  height: 52px;
  transition: height .22s ease, max-width .22s ease;
}
.jp-header__catalog-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 103, 0, 0.28);
  background: #fff7f0;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
  color: var(--jp-orange);
  font-family: var(--jp-font-heading);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.jp-header__catalog-link:hover {
  border-color: rgba(255, 103, 0, 0.44);
  background: #fff1e6;
  color: var(--jp-orange-dark);
  box-shadow: 0 12px 22px rgba(255, 103, 0, 0.10);
  transform: translateY(-1px);
}
.jp-header__catalog-link {
  cursor: pointer;
}
.jp-header__catalog-link-icon {
  position: relative;
  display: inline-grid;
  align-content: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  gap: 4px;
}
.jp-header__catalog-link-icon span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}
.jp-header__catalog-link[aria-expanded="true"] .jp-header__catalog-link-icon span:nth-child(1),
.jp-header__nav-catalog-button[aria-expanded="true"] .jp-header__catalog-link-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.jp-header__catalog-link[aria-expanded="true"] .jp-header__catalog-link-icon span:nth-child(2),
.jp-header__nav-catalog-button[aria-expanded="true"] .jp-header__catalog-link-icon span:nth-child(2) {
  opacity: 0;
}
.jp-header__catalog-link[aria-expanded="true"] .jp-header__catalog-link-icon span:nth-child(3),
.jp-header__nav-catalog-button[aria-expanded="true"] .jp-header__catalog-link-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.jp-header__nav-catalog-icon {
  width: 16px;
  height: 16px;
  gap: 3px;
}
.jp-header__nav-catalog-icon span {
  width: 16px;
}
.jp-header__search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(208, 213, 221, 0.86);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  color: #344054;
  font-family: var(--jp-font-heading);
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.jp-header__search-toggle:hover,
.jp-header__search-toggle[aria-expanded="true"] {
  border-color: rgba(255, 103, 0, 0.32);
  background: #fff7f0;
  color: var(--jp-orange);
  box-shadow: 0 12px 22px rgba(255, 103, 0, 0.10);
  transform: translateY(-1px);
}
.jp-header__search-toggle svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.jp-header__search-area {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.jp-header__tools > .jp-quote-request--popup {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0;
}
.jp-header__quote-request {
  min-height: 52px;
  padding: 0 18px;
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(255, 103, 0, 0.14);
  white-space: nowrap;
}
.jp-header__quote-request:hover {
  box-shadow: 0 12px 24px rgba(255, 103, 0, 0.18);
  transform: translateY(-1px);
}
.jp-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 60;
  min-width: 220px;
  max-width: min(90vw, 360px);
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity .18s ease, transform .18s ease;
}
.jp-copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.jp-header__search {
  position: absolute;
  top: calc(100% + 10px);
  left: calc(100% - 170px);
  z-index: 70;
  min-width: 0;
  width: min(620px, calc(100vw - 32px));
  padding: 12px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
}
.jp-header.is-search-open .jp-header__search {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.jp-header__search .jp-catalog-search {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 0;
}
.jp-header__search .jp-catalog-search__field {
  display: block;
  width: 100%;
}
.jp-header__search .jp-catalog-search__field .jp-input {
  width: 100%;
  height: 56px;
  padding-left: 56px;
  border-color: rgba(208, 213, 221, 0.85);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}
.jp-header__search .jp-catalog-search__icon {
  left: 20px;
}
.jp-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: max-content;
  min-width: 0;
  justify-self: end;
  grid-column: 3;
}
.jp-header__phone {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(208, 213, 221, 0.85);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
  white-space: nowrap;
}
.jp-header__phone:hover {
  border-color: rgba(255, 103, 0, 0.24);
  background: #fff7f0;
}
.jp-header__phone-label {
  display: none;
}
.jp-header__phone-number {
  font-family: var(--jp-font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--jp-text);
}
.jp-header__phone:hover .jp-header__phone-number {
  color: var(--jp-orange);
}
.jp-header__phone-icon {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--jp-orange);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 103, 0, 0.24);
  cursor: pointer;
}
.jp-header__phone-icon svg {
  width: 16px;
  height: 16px;
}
.jp-header__phone-icon:hover {
  color: #fff;
  background: var(--jp-orange-dark);
}
.jp-header__contact-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 60;
  display: grid;
  gap: 8px;
  width: min(320px, calc(100vw - 24px));
  padding: 12px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(14px);
}
.jp-header__contact-menu[hidden] {
  display: none !important;
}
.jp-header__catalog-close {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.jp-header__catalog-close svg {
  width: 18px;
  height: 18px;
}
.jp-header__contact-menu-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fafc;
  color: #344054;
}
.jp-header__contact-menu-item-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.jp-header__contact-menu-item strong {
  font-family: var(--jp-font-heading);
  font-size: 15px;
}
.jp-header__contact-menu-item span {
  font-size: 13px;
  color: #667085;
}
.jp-header__contact-menu-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(208, 213, 221, 0.8);
  color: #445065;
}
.jp-header__contact-menu-item-icon svg,
.jp-header__contact-menu-item-icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.jp-header__contact-menu-item-icon span {
  font-family: var(--jp-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: inherit;
}
.jp-header__contact-menu-item:hover {
  background: #fff4ec;
  color: var(--jp-orange);
}
.jp-header__contact-menu-item:hover span {
  color: rgba(255, 103, 0, 0.78);
}
.jp-header__contact-menu-item:hover .jp-header__contact-menu-item-icon {
  border-color: rgba(255, 103, 0, 0.22);
  color: currentColor;
}
.jp-modal-close,
.jp-modal-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(208, 213, 221, 0.92);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #344054;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.jp-modal-close:hover,
.jp-modal-back:hover {
  border-color: #ffb380;
  background: #fff7ed;
  color: var(--jp-orange);
}
.jp-modal-close svg,
.jp-modal-back svg {
  display: block;
  width: 20px;
  height: 20px;
}
.jp-contact-popover {
  position: relative;
}
.jp-contact-popover__backdrop {
  display: none;
}
.jp-contact-popover__backdrop[hidden] {
  display: none !important;
}
.jp-contact-popover--modal .jp-contact-popover__backdrop {
  position: fixed;
  inset: 0;
  z-index: 339;
  display: block;
  background: rgba(15, 23, 42, 0.36);
}
.jp-contact-popover__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 70;
  display: grid;
  gap: 8px;
  width: min(320px, calc(100vw - 24px));
  padding: 12px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
}
.jp-contact-popover--modal .jp-contact-popover__menu {
  position: fixed;
  top: 50%;
  right: auto;
  left: 50%;
  z-index: 340;
  width: min(100%, 420px);
  max-height: calc(100dvh - 32px);
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: transparent;
  overflow: hidden;
}
.jp-contact-popover__menu[hidden] {
  display: none !important;
}
.jp-contact-popover__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 2px 6px;
}
.jp-contact-popover__head strong {
  font-family: var(--jp-font-heading);
  font-size: 16px;
}
.jp-contact-popover__items {
  display: grid;
  gap: 8px;
}
.jp-contact-popover__item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
  color: #344054;
}
.jp-contact-popover__item:hover {
  background: #fff4ec;
  color: var(--jp-orange);
}
.jp-contact-popover__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(208, 213, 221, 0.8);
  color: #445065;
}
.jp-contact-popover__item-icon svg,
.jp-contact-popover__item-icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.jp-contact-popover__item-icon span {
  font-family: var(--jp-font-heading);
  font-size: 12px;
  font-weight: 700;
}
.jp-contact-popover__item-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.jp-contact-popover__item-copy strong {
  font-family: var(--jp-font-heading);
  font-size: 15px;
}
.jp-contact-popover__item-copy span {
  color: #667085;
  font-size: 13px;
}
.jp-header__messengers {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.jp-header__messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(208, 213, 221, 0.85);
  color: #445065;
  overflow: hidden;
  transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
}
.jp-header__messenger:hover {
  color: var(--jp-orange);
  border-color: rgba(255, 103, 0, 0.24);
  background: #fff7f0;
}
.jp-header__messenger img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.jp-header__messenger span {
  font-family: var(--jp-font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.jp-header__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(208, 213, 221, 0.85);
  color: var(--jp-text);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}
.jp-header__cart:hover {
  color: var(--jp-orange);
  border-color: rgba(255, 103, 0, 0.24);
  background: #fff7f0;
}
.jp-header__cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.jp-header__cart-icon::before {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  background: currentColor;
  -webkit-mask: url("/assets/img/ui/cart-empty.svg") center / contain no-repeat;
  mask: url("/assets/img/ui/cart-empty.svg") center / contain no-repeat;
}
.jp-header__cart.has-items .jp-header__cart-icon::before {
  -webkit-mask-image: url("/assets/img/ui/cart-full.svg");
  mask-image: url("/assets/img/ui/cart-full.svg");
}
.jp-header__cart .jp-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.jp-header__subnav {
  max-height: 58px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}
.jp-header__subnav-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 46px;
}
.jp-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 18px;
}
.jp-header__nav-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  min-width: 0;
}
.jp-header__nav-group--work {
  justify-content: flex-start;
}
.jp-header__nav-group--company {
  justify-content: flex-end;
}
.jp-header__nav a,
.jp-header__nav-catalog-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: var(--jp-font-heading);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #3c4658;
  cursor: pointer;
}
.jp-header__nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--jp-orange);
  transition: color .18s ease;
}
.jp-header__nav-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
.jp-header__nav a:hover,
.jp-header__nav-catalog-button:hover {
  color: var(--jp-orange);
}
.jp-header__nav-item--group-start {
  margin-left: 0;
}
.jp-header__nav-mobile-only {
  display: none;
}
.jp-header-supplier-mobile {
  display: none;
}
.jp-header__catalog-panel {
  position: absolute;
  top: var(--jp-header-sticky-offset, 102px);
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - var(--jp-header-sticky-offset, 102px));
  z-index: 240;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.10);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.jp-header__catalog-panel[hidden] {
  display: none !important;
}
.jp-header.is-catalog-open .jp-header__catalog-panel {
  display: block !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.jp-header__catalog-panel > .jp-container {
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0;
}
.jp-header__catalog-panel-inner {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
  gap: 22px;
  height: calc(100vh - var(--jp-header-sticky-offset, 102px));
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: auto;
}
.jp-header__catalog-panel-inner--product {
  grid-template-columns: 1fr;
  gap: 18px;
  max-height: min(760px, calc(100vh - 170px));
  overflow-y: auto;
}
.jp-header__catalog-panel-inner--supplier-menu {
  grid-template-columns: 1fr;
  width: 100%;
  gap: 14px;
  overflow: hidden;
  background: transparent;
}
.jp-header__catalog-groups {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  gap: 0;
  min-height: 0;
}
.jp-header__catalog-groups--wide {
  min-width: 0;
}
.jp-header__catalog-groups-head {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 180;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 0;
}
.jp-header__catalog-groups-head--product > div {
  display: grid;
  gap: 4px;
}
.jp-header__catalog-groups-head strong {
  color: var(--jp-text);
  font-family: var(--jp-font-heading);
  font-size: 18px;
}
.jp-header__catalog-groups-head span {
  color: var(--jp-text-muted);
  font-size: 14px;
  line-height: 1.35;
}
.jp-header__catalog-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(208, 213, 221, 0.88);
  border-radius: 999px;
  background: transparent;
  color: #344054;
  cursor: pointer;
}
.jp-header__catalog-close:hover {
  color: var(--jp-orange);
}
.jp-header__catalog-groups-link {
  color: #667085;
  font-size: 14px;
  font-weight: 600;
}
.jp-header__catalog-groups-link:hover {
  color: var(--jp-orange);
}
.jp-header__catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}
.jp-header__catalog-section-head strong,
.jp-header__catalog-branding-item strong {
  font-family: var(--jp-font-heading);
}
.jp-header__catalog-branding-item span {
  color: var(--jp-text-muted);
  font-size: 13px;
  line-height: 1.35;
}
.jp-header__catalog-sections {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(260px, 0.82fr);
  gap: 14px;
}
.jp-header__catalog-section {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(208, 213, 221, 0.82);
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.72);
}
.jp-header__catalog-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.jp-header__catalog-section-head a {
  color: var(--jp-orange);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.jp-header__catalog-section .jp-header__catalog-grid {
  gap: 8px;
}
.jp-header__catalog-section .jp-header__catalog-column {
  gap: 8px;
}
.jp-header__catalog-section .jp-header__catalog-item {
  min-height: 38px;
  padding: 0 10px;
  border-radius: 12px;
  font-size: 13px;
}
.jp-header__catalog-branding-list {
  display: grid;
  gap: 8px;
}
.jp-header__catalog-branding-item {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  color: var(--jp-text);
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}
.jp-header__catalog-branding-item:hover {
  background: #fff4ec;
}
.jp-header__catalog-branding-item:hover strong {
  color: var(--jp-orange);
}
.jp-header__catalog-column {
  display: grid;
  gap: 10px;
}
.jp-header__catalog-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 16px;
  background: #f8fafc;
  color: #344054;
  font-family: var(--jp-font-heading);
  font-size: 15px;
  font-weight: 600;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.jp-header__catalog-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: currentColor;
  flex: 0 0 auto;
}
.jp-header__catalog-item-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.jp-header__catalog-item:hover {
  color: var(--jp-orange);
  background: #fff4ec;
  transform: translateX(2px);
}
.jp-header .jp-supplier-menu {
  display: block;
  gap: 10px;
  margin-bottom: 0;
}
.jp-header .jp-supplier-menu--header-panel {
  min-height: 0;
  height: 100%;
  overflow: hidden;
}
.jp-header-supplier-menu {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  align-items: start;
  gap: 0;
  position: relative;
  width: 100%;
  min-height: 0;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #344054;
  box-shadow: none;
}
.jp-header-supplier-menu.has-promo.has-visible-promo {
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr) minmax(240px, 320px);
}
.jp-header-supplier-menu__root-list,
.jp-header-supplier-menu__flyout ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jp-header-supplier-menu__root-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  align-content: start;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 0 18px 36px 18px;
  border-right: 1px solid rgba(208, 213, 221, 0.76);
  background: #f8fafc;
  visibility: visible;
  opacity: 1;
  scrollbar-width: thin;
  scrollbar-color: rgba(152, 162, 179, 0.42) transparent;
}
.jp-header__catalog-panel::-webkit-scrollbar,
.jp-header__catalog-panel-inner::-webkit-scrollbar,
.jp-header__catalog-groups::-webkit-scrollbar,
.jp-header-supplier-menu__root-list::-webkit-scrollbar,
.jp-header-supplier-menu__flyout::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.jp-header__catalog-panel::-webkit-scrollbar-track,
.jp-header__catalog-panel-inner::-webkit-scrollbar-track,
.jp-header__catalog-groups::-webkit-scrollbar-track,
.jp-header-supplier-menu__root-list::-webkit-scrollbar-track,
.jp-header-supplier-menu__flyout::-webkit-scrollbar-track {
  background: transparent;
}
.jp-header__catalog-panel::-webkit-scrollbar-thumb,
.jp-header__catalog-panel-inner::-webkit-scrollbar-thumb,
.jp-header__catalog-groups::-webkit-scrollbar-thumb,
.jp-header-supplier-menu__root-list::-webkit-scrollbar-thumb,
.jp-header-supplier-menu__flyout::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(152, 162, 179, 0.42);
}
.jp-header__catalog-panel::-webkit-scrollbar-button,
.jp-header__catalog-panel-inner::-webkit-scrollbar-button,
.jp-header__catalog-groups::-webkit-scrollbar-button,
.jp-header-supplier-menu__root-list::-webkit-scrollbar-button,
.jp-header-supplier-menu__flyout::-webkit-scrollbar-button {
  -webkit-appearance: none;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  background: transparent !important;
}
.jp-header-supplier-menu__root-list > li {
  position: static;
}
.jp-header-supplier-menu__root-list > li.has-children:hover,
.jp-header-supplier-menu__root-list > li.has-children:focus-within {
  z-index: 140;
}
.jp-header-supplier-menu__root-list a,
.jp-header-supplier-menu__flyout a {
  display: block;
  padding: 9px 10px;
  border-radius: 8px;
  color: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
}
.jp-header-supplier-menu__root-list > li > a {
  min-height: 42px;
  display: flex;
  align-items: center;
  color: #344054;
  font-size: 15px;
}
.jp-header-supplier-menu__root-list a:hover,
.jp-header-supplier-menu__root-list .is-active > a {
  background: #fff4eb;
  color: #e65f00;
}
.jp-header-supplier-menu__root-list > li.has-children > a {
  padding-right: 26px;
}
.jp-header-supplier-menu__root-list > li.has-children > a::after {
  display: none;
}
.jp-header-supplier-menu__flyout {
  position: absolute;
  top: 0;
  left: 319px;
  z-index: 130;
  width: min(760px, calc(100vw - 400px));
  min-width: 0;
  max-width: none;
  max-height: calc(100vh - var(--jp-header-sticky-offset, 102px) - 96px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: 4px 24px 48px 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #344054;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(152, 162, 179, 0.42) transparent;
}
.jp-header-supplier-menu.has-promo.has-visible-promo .jp-header-supplier-menu__flyout {
  width: min(700px, calc(100vw - 740px));
}
.jp-header-supplier-menu__empty {
  min-height: 320px;
}
.jp-header-supplier-menu__flyout::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  width: 20px;
}
.jp-header-supplier-menu__flyout ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 4px 28px;
}
.jp-header-supplier-menu__flyout--two-columns ul {
  grid-template-columns: repeat(2, minmax(210px, 1fr));
}
.jp-header-supplier-menu__root-list > li.is-active > .jp-header-supplier-menu__flyout,
.jp-header-supplier-menu__root-list > li.has-children:hover > .jp-header-supplier-menu__flyout,
.jp-header-supplier-menu__root-list > li.has-children:focus-within > .jp-header-supplier-menu__flyout {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.jp-header-supplier-menu__flyout a:hover,
.jp-header-supplier-menu__flyout a.is-active {
  background: #f2f4f7;
  color: #ff6700;
}
.jp-header-supplier-menu__promo {
  grid-column: 3;
  align-self: start;
  display: block;
  min-width: 0;
  max-height: calc(100vh - 142px);
  overflow-y: auto;
  padding: 74px 28px 42px 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(152, 162, 179, 0.42) transparent;
}
.jp-header-supplier-menu__promo-set {
  display: none;
  gap: 16px;
}
.jp-header-supplier-menu__promo-set.is-active {
  display: grid;
}
.jp-header-supplier-menu__promo-card {
  display: grid;
  gap: 10px;
  color: #344054;
  text-decoration: none;
}
.jp-header-supplier-menu__promo-card:hover strong {
  color: var(--jp-orange);
}
.jp-header-supplier-menu__promo-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  background: #f2f4f7;
}
.jp-header-supplier-menu__promo-set.promo-count-1 .jp-header-supplier-menu__promo-media {
  aspect-ratio: 3 / 4;
}
.jp-header-supplier-menu__promo-media img,
.jp-header-supplier-menu__promo-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .16s ease;
}
.jp-header-supplier-menu__promo-media.is-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #eef2f6 0%, #f8fafc 42%, #eef2f6 84%);
  background-size: 220% 100%;
  animation: jp-header-promo-shimmer 1.2s ease-in-out infinite;
}
.jp-header-supplier-menu__promo-media.is-loading video {
  opacity: 0;
}
.jp-header-supplier-menu__promo-media.is-ready video {
  opacity: 1;
}
.jp-header-supplier-menu__promo-media.is-error::before {
  display: none;
}
@keyframes jp-header-promo-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.jp-header-supplier-menu__promo-copy {
  display: grid;
  gap: 3px;
  line-height: 1.35;
}
.jp-header-supplier-menu__promo-copy strong {
  color: #1d2939;
  font-size: 15px;
  transition: color .18s ease;
}
.jp-header-supplier-menu__promo-copy span {
  color: #667085;
  font-size: 13px;
}
.jp-header__catalog-promo {
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  min-height: 100%;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(16, 24, 40, 0.12) 0%, rgba(16, 24, 40, 0.72) 100%),
    var(--jp-header-catalog-promo-image) center / cover no-repeat;
  color: #fff;
  text-decoration: none;
}
.jp-header__catalog-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 103, 0, 0.16), transparent 55%);
}
.jp-header__catalog-promo-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 24px;
}
.jp-header__catalog-promo-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.jp-header__catalog-promo strong {
  font-family: var(--jp-font-heading);
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.08;
}
.jp-header__catalog-promo p {
  margin: 0;
  max-width: 320px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
}
.jp-header__catalog-promo-link {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  color: #101828;
  font-family: var(--jp-font-heading);
  font-size: 14px;
  font-weight: 700;
}
.jp-header__catalog-promo:hover .jp-header__catalog-promo-link {
  color: var(--jp-orange);
}
.jp-header.is-compact .jp-header__subnav {
  max-height: 0;
  opacity: 0;
  border-top-color: transparent;
}
.jp-header.is-compact .jp-header__main-inner {
  min-height: 74px;
}
.jp-header.is-compact .jp-header__logo img {
  height: 42px;
}
.jp-header.is-compact .jp-header__catalog-link,
.jp-header.is-compact .jp-header__search .jp-catalog-search__field .jp-input,
.jp-header.is-compact .jp-header__cart,
.jp-header.is-compact .jp-header__phone {
  min-height: 46px;
}
.jp-header.is-compact .jp-header__catalog-link {
  border-radius: 16px;
}

.jp-catalog-search {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-top: 18px;
}

.jp-catalog-search__field {
  position: relative;
  display: block;
}

.jp-catalog-search__field .jp-input {
  height: 52px;
  padding-left: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.08);
}

.jp-catalog-search__icon {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #98a2b3;
  transform: translateY(-50%);
  pointer-events: none;
}

.jp-catalog-search__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.jp-catalog-search__suggestions {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 24;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 50px rgba(16, 24, 40, 0.14);
  backdrop-filter: blur(10px);
}

.jp-catalog-search__suggestion {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 14px 18px;
  color: inherit;
  text-decoration: none;
  transition: background 0.18s ease;
}

.jp-catalog-search__suggestion + .jp-catalog-search__suggestion {
  border-top: 1px solid rgba(208, 213, 221, 0.8);
}

.jp-catalog-search__suggestion:hover,
.jp-catalog-search__suggestion:focus-visible,
.jp-catalog-search__suggestion.is-active {
  background: linear-gradient(90deg, rgba(255, 103, 0, 0.12) 0%, rgba(255, 247, 237, 0.96) 100%);
  box-shadow: inset 4px 0 0 #ff6700;
}

.jp-catalog-search__suggestion.is-active .jp-catalog-search__suggestion-title,
.jp-catalog-search__suggestion:focus-visible .jp-catalog-search__suggestion-title {
  color: #111827;
}

.jp-catalog-search__suggestion.is-active .jp-catalog-search__suggestion-source,
.jp-catalog-search__suggestion:focus-visible .jp-catalog-search__suggestion-source {
  background: rgba(255, 103, 0, 0.14);
  color: #c2410c;
}

.jp-catalog-search__suggestion-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.jp-catalog-search__suggestion-title {
  color: #475467;
  font-size: 19px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jp-catalog-search__suggestion-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #98a2b3;
  font-size: 13px;
  line-height: 1.4;
}

.jp-catalog-search__suggestion-price {
  color: #c2410c;
  font-weight: 700;
}
.jp-footer {
  border-top: 1px solid var(--jp-border);
  padding: 44px 0 22px;
  color: var(--jp-muted);
  background: #ffffff;
}
.jp-footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(130px, .8fr)) minmax(210px, 1fr);
  gap: 30px;
  align-items: start;
}
.jp-footer__brand {
  display: grid;
  gap: 8px;
  max-width: 360px;
}
.jp-footer__logo {
  display: inline-flex;
  align-items: center;
  width: min(220px, 100%);
}
.jp-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.jp-footer__brand p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}
.jp-footer__group {
  display: grid;
  gap: 14px;
}
.jp-footer__title {
  color: var(--jp-text);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}
.jp-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}
.jp-footer__links a {
  color: #667085;
  font-size: 14px;
}
.jp-footer__links a:hover {
  color: var(--jp-orange);
}
.jp-footer__contacts-block {
  display: grid;
  justify-items: start;
  gap: 8px;
}
.jp-footer__contact-link {
  color: var(--jp-text);
  font-size: 16px;
  font-weight: 700;
}
.jp-footer__contact-link:hover {
  color: var(--jp-orange);
}
.jp-footer__icon-group {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}
.jp-footer__icon-group > span {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}
.jp-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.jp-footer__socials a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.jp-footer__socials a:hover {
  transform: translateY(-1px);
  box-shadow: none;
}
.jp-footer__socials img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
}
.jp-footer__socials span {
  font-size: 11px;
  font-weight: 800;
}
.jp-footer__bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  color: #8a94a6;
  font-size: 14px;
}
.jp-footer__bottom a {
  justify-self: center;
  color: #667085;
}
.jp-footer__bottom a:hover {
  color: var(--jp-orange);
}
.jp-footer__bottom span:last-child {
  justify-self: end;
}
.jp-page-hero {
  padding: 42px 0;
  background: linear-gradient(180deg, #fff7f0 0%, #ffffff 100%);
  border-bottom: 1px solid var(--jp-border);
}
.jp-page-hero h1 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 46px); }
.jp-page-hero p { margin: 0; max-width: 780px; color: var(--jp-muted); }
.jp-breadcrumbs {
  padding-top: 18px;
  padding-bottom: 8px;
  min-width: 0;
}
.jp-breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
  column-gap: 0;
  color: var(--jp-muted);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  max-width: 100%;
}
.jp-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.jp-breadcrumbs__separator {
  color: #c2c8d0;
}
.jp-breadcrumbs__item a:hover {
  color: var(--jp-text);
}
.jp-breadcrumbs__item span[aria-current="page"] {
  color: var(--jp-text);
}

@media (max-width: 1200px) {
  .jp-header__main-inner {
    grid-template-columns: minmax(240px, 1fr) auto minmax(220px, 1fr);
  }
  .jp-header__tools > .jp-quote-request--popup {
    display: none;
  }
  .jp-header__phone {
    display: none;
  }
  .jp-header__phone-icon {
    display: inline-flex;
  }
  .jp-header__catalog-panel-inner {
    grid-template-columns: minmax(0, 1.7fr) minmax(240px, 0.9fr);
  }
}

@media (max-width: 920px) {
  .jp-header__main-inner {
    grid-template-columns: minmax(210px, 1fr) auto minmax(170px, 1fr);
    min-height: 88px;
  }
  .jp-header__tools {
    gap: 8px;
  }
  .jp-header__tools > .jp-quote-request--popup {
    display: none;
  }
  .jp-header__catalog-link,
  .jp-header__search-toggle {
    min-height: 48px;
    padding: 0 14px;
  }
  .jp-header__search-toggle span {
    display: none;
  }
  .jp-header__subnav-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }
  .jp-header__nav {
    gap: 8px 14px;
  }
  .jp-header__messengers {
    display: none;
  }
  .jp-header__catalog-panel {
    top: var(--jp-header-sticky-offset, 88px);
    height: calc(100vh - var(--jp-header-sticky-offset, 88px));
  }
  .jp-header__catalog-panel-inner {
    grid-template-columns: 1fr;
  }
  .jp-header__catalog-promo {
    min-height: 220px;
  }
}

.jp-page-card-shortcode__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 28px;
  text-align: left;
}

.jp-page-card-shortcode__head-copy {
  max-width: 760px;
  min-width: 0;
}

.jp-page-card-shortcode__head h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
}

.jp-page-card-shortcode__head p {
  margin: 12px 0 0;
  color: var(--jp-muted);
  font-size: 18px;
  line-height: 1.5;
}

.jp-page-card-shortcode__cta {
  flex: 0 0 auto;
  margin-bottom: 4px;
}

.jp-page-card-shortcode__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.jp-page-card-shortcode__card {
  min-width: 0;
}

.jp-page-card-shortcode__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.14);
}

.jp-page-card-shortcode__link img,
.jp-page-card-shortcode__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.jp-page-card-shortcode__placeholder {
  background:
    linear-gradient(135deg, rgba(35, 39, 47, 0.98), rgba(88, 62, 45, 0.92)),
    radial-gradient(circle at 68% 34%, rgba(249, 115, 22, 0.28), transparent 34%);
}

.jp-page-card-shortcode__shade {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 22, 0.5);
  transition: background 0.22s ease;
}

.jp-page-card-shortcode__title {
  position: relative;
  z-index: 2;
  max-width: min(86%, 420px);
  text-align: center;
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 1.12;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.48);
}

.jp-page-card-shortcode__badge {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
  padding: 6px 10px;
  border-radius: 999px;
  background: #f15a24;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.jp-page-card-shortcode__link:hover img {
  transform: scale(1.04);
}

.jp-page-card-shortcode__link:hover .jp-page-card-shortcode__shade {
  background: rgba(10, 14, 22, 0.38);
}

@media (max-width: 1180px) {
  .jp-page-card-shortcode__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.jp-body-lock {
    overflow: hidden;
  }

  .jp-header,
  .jp-header.is-compact {
    backdrop-filter: none;
  }

  .jp-header__inner {
    display: block;
  }
  .jp-header__menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--jp-text);
    font-family: var(--jp-font-heading);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    grid-area: menu;
  }
  .jp-header__menu-toggle-lines {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 20px;
  }
  .jp-header__menu-toggle-lines span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }
  .jp-header.is-menu-open .jp-header__menu-toggle-lines span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .jp-header.is-menu-open .jp-header__menu-toggle-lines span:nth-child(2) {
    opacity: 0;
  }
  .jp-header.is-menu-open .jp-header__menu-toggle-lines span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .jp-header__menu-toggle-label {
    display: none;
  }
  .jp-header__main-inner {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    grid-template-areas:
      "menu logo actions"
      "tools tools tools"
      "search search search";
    min-height: auto;
    padding: 16px 0 18px;
    gap: 12px;
  }
  .jp-header__logo {
    grid-area: logo;
    min-width: 0;
  }
  .jp-header__logo img {
    max-width: min(160px, 100%);
    height: 36px;
  }
  .jp-header__tools {
    grid-area: tools;
    display: flex;
    width: 100%;
  }
  .jp-header__search-area {
    display: contents;
  }
  .jp-header__catalog-link {
    flex: 1 1 auto;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 16px;
    gap: 10px;
    font-size: 14px;
  }
  .jp-header__search-toggle {
    display: none;
  }
  .jp-header__search {
    grid-area: search;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }
  .jp-header__search .jp-catalog-search__field .jp-input {
    height: 50px;
    font-size: 15px;
  }
  .jp-header--mobile-catalog .jp-header__main-inner {
    grid-template-areas: "menu logo actions";
    padding-bottom: 10px;
  }
  .jp-header--mobile-catalog .jp-header__main {
    opacity: calc(1 - var(--jp-mobile-header-progress, 0));
    transition: none;
  }
  .jp-header--mobile-catalog {
    transition: none;
  }
  .jp-header--mobile-catalog.is-mobile-main-hidden:not(.is-menu-open):not(.is-catalog-open):not(.is-search-open):not(.is-contact-menu-open):not(.is-supplier-popup-open) .jp-header__main {
    opacity: 0;
    pointer-events: none;
  }
  .jp-header--mobile-catalog .jp-header__tools,
  .jp-header--mobile-catalog .jp-header__search {
    display: none;
  }
  .jp-header-supplier-mobile {
    display: block;
    padding: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.05);
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
    background: #fff;
  }
  .jp-header-supplier-mobile > .jp-container {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .jp-header-supplier-mobile__bar {
    display: flex;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }
  .jp-header-supplier-mobile__bar button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #344054;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: var(--jp-font-heading);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }
  .jp-header-supplier-mobile__bar button + button {
    border-left: 1px solid rgba(15, 23, 42, 0.07);
  }
  .jp-header-supplier-mobile__bar button.is-active,
  .jp-header-supplier-mobile__bar button:hover {
    background: #fff1e7;
    color: var(--jp-orange);
  }
  .jp-header-supplier-mobile__bar-icon {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }
  .jp-contact-popover__menu {
    position: fixed;
    inset: 0;
    z-index: 340;
    width: 100%;
    height: 100dvh;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
  }
  .jp-contact-popover__head {
    padding: 12px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  }
  .jp-contact-popover__items {
    min-height: 0;
    overflow-y: auto;
    align-content: start;
    grid-auto-rows: max-content;
    padding: 12px 12px calc(18px + env(safe-area-inset-bottom));
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .jp-contact-popover__item {
    border-radius: 12px;
  }
  .jp-header-supplier-mobile__overlay {
    position: fixed;
    inset: 0;
    z-index: 250;
    padding: 0;
    background: #fff;
    overflow: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .jp-header-supplier-mobile__overlay[hidden] {
    display: none !important;
  }
  .jp-header-supplier-mobile__sheet {
    width: 100%;
    height: 100dvh;
    max-height: none;
    margin: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    transition: transform .18s ease, opacity .18s ease;
  }
  .jp-header-supplier-mobile__sheet.has-subpopup {
    transform: none;
    opacity: 1;
  }
  .jp-header-supplier-mobile__sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 14px 12px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  }
  .jp-header-supplier-mobile__sheet-head strong {
    min-width: 0;
    color: var(--jp-text);
    font-family: var(--jp-font-heading);
    font-size: 18px;
  }
  .jp-header-supplier-mobile__sheet-head button {
    justify-self: end;
  }
  .jp-header-supplier-mobile__panel {
    position: relative;
    min-height: 0;
    overflow-y: auto;
    padding: 12px 12px calc(18px + env(safe-area-inset-bottom));
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .jp-header-supplier-mobile__panel[hidden] {
    display: none !important;
  }
  .jp-header-supplier-mobile__links {
    display: grid;
    gap: 4px;
    align-content: start;
    grid-auto-rows: max-content;
  }
  .jp-header-supplier-mobile__links a,
  .jp-header-supplier-mobile__links button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #344054;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
  }
  .jp-header-supplier-mobile__links a:hover,
  .jp-header-supplier-mobile__links a.is-active,
  .jp-header-supplier-mobile__links button:hover,
  .jp-header-supplier-mobile__links button.is-active {
    background: #fff1e7;
    color: var(--jp-orange);
  }
  .jp-header-supplier-mobile__link-arrow {
    flex: 0 0 auto;
    font-size: 22px;
    line-height: 1;
  }
  .jp-header-supplier-mobile__subsheet {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100dvh;
    max-height: none;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }
  .jp-header-supplier-mobile__subsheet[hidden] {
    display: none !important;
  }
  .jp-header-supplier-mobile__subsheet-head {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  }
  .jp-header-supplier-mobile__subsheet-head button {
    justify-self: start;
  }
  .jp-header-supplier-mobile__subsheet-head strong {
    min-width: 0;
    font-family: var(--jp-font-heading);
    font-size: 17px;
  }
  .jp-header-supplier-mobile__subsheet .jp-header-supplier-mobile__links {
    min-height: 0;
    overflow-y: auto;
    padding: 12px 12px calc(18px + env(safe-area-inset-bottom));
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .jp-header-supplier-mobile .jp-catalog-sidebar__head {
    display: none;
  }
  .jp-header-supplier-mobile .jp-catalog-filter-form {
    grid-template-columns: 1fr;
  }
  .jp-header-supplier-mobile .jp-catalog-filter-form__actions {
    grid-template-columns: 1fr;
  }
  .jp-header__actions {
    grid-area: actions;
    justify-content: flex-end;
    gap: 8px;
  }
  .jp-header__contact-menu {
    top: calc(100% + 10px);
    right: 12px;
    left: auto;
    width: min(300px, calc(100vw - 24px));
    backdrop-filter: none;
  }
  .jp-footer {
    padding: 34px 0 24px;
  }
  .jp-footer__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .jp-footer__brand {
    max-width: none;
  }
  .jp-footer__bottom {
    margin-top: 22px;
    padding-top: 16px;
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .jp-footer__bottom a,
  .jp-footer__bottom span:last-child {
    justify-self: start;
  }
  .jp-header__phone {
    display: none;
  }
  .jp-header__phone-icon {
    display: inline-flex;
  }
  .jp-header__phone-icon:hover {
    color: #fff;
  }
  .jp-header__nav {
    position: absolute;
    top: calc(100% - 4px);
    left: 12px;
    right: 12px;
    z-index: 20;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 16px;
    border: 1px solid var(--jp-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
  }
  .jp-header__nav-group {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .jp-header__nav-group--company {
    justify-content: flex-start;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.10);
  }
  .jp-header__nav .jp-header__nav-mobile-only {
    display: inline-flex;
  }
  .jp-header__subnav {
    display: none;
    max-height: none;
    border-top: 0;
  }
  .jp-header.is-menu-open .jp-header__subnav {
    display: block;
    opacity: 1;
  }
  .jp-header__subnav-inner {
    display: block;
    min-height: 0;
    padding: 0;
  }
  .jp-header__catalog-panel {
    position: fixed;
    inset: 0;
    z-index: 240;
    padding: 96px 12px 16px;
    background: rgba(15, 23, 42, 0.26);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
  }
  .jp-header--mobile-catalog .jp-header__catalog-panel {
    padding: 0;
    background: #fff;
    overflow: hidden;
  }
  .jp-header--mobile-catalog .jp-header__catalog-panel > .jp-container {
    width: 100%;
    height: 100dvh;
    max-width: none;
    padding: 0;
  }
  .jp-header__catalog-panel-inner {
    position: relative;
    width: min(100%, 520px);
    margin: 0 auto;
    padding: 16px;
    border-radius: 22px;
    gap: 18px;
    grid-template-columns: 1fr;
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.18);
  }
  .jp-header__catalog-panel-inner--product {
    max-height: none;
  }
  .jp-header__catalog-panel-inner--supplier-menu {
    max-height: none;
  }
  .jp-header--mobile-catalog .jp-header__catalog-panel-inner {
    width: 100%;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .jp-header--mobile-catalog .jp-header__catalog-groups {
    min-height: 0;
    gap: 0;
    overflow: hidden;
  }
  .jp-header--mobile-catalog .jp-header__catalog-groups-head {
    padding: 12px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  }
  .jp-header__catalog-groups-head {
    align-items: flex-start;
  }
  .jp-header__catalog-groups-head--product > div {
    padding-right: 4px;
  }
  .jp-header__catalog-sections {
    grid-template-columns: 1fr;
  }
  .jp-header .jp-supplier-menu {
    min-height: 0;
    padding: 12px 12px calc(18px + env(safe-area-inset-bottom));
  }
  .jp-header-supplier-menu {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .jp-header-supplier-menu.has-promo,
  .jp-header-supplier-menu.has-promo.has-visible-promo {
    grid-template-columns: 1fr;
  }
  .jp-header-supplier-menu__promo {
    display: none;
  }
  .jp-header-supplier-menu__empty {
    display: none;
  }
  .jp-header-supplier-menu__root-list {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .jp-header-supplier-menu__root-list > li.has-children > a::after,
  .jp-header-supplier-menu__flyout::before {
    display: none;
  }
  .jp-header-supplier-menu__flyout {
    position: static;
    display: block;
    min-width: 0;
    max-height: none;
    margin: 0 0 4px 10px;
    padding: 0 0 0 10px;
    border: 0;
    border-left: 1px solid #e4e7ec;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .jp-header-supplier-menu__flyout a {
    color: #667085;
    font-weight: 600;
  }
  .jp-header__catalog-section {
    padding: 12px;
    border-radius: 16px;
  }
  .jp-header__catalog-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(208, 213, 221, 0.92);
    border-radius: 14px;
    background: #fff;
    color: var(--jp-text);
  }
  .jp-header__catalog-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .jp-header--mobile-catalog .jp-header__catalog-grid {
    min-height: 0;
    overflow-y: auto;
    padding: 12px 12px calc(18px + env(safe-area-inset-bottom));
    align-content: start;
    grid-auto-rows: max-content;
  }
  .jp-header__catalog-column {
    gap: 8px;
  }
  .jp-header__catalog-item {
    min-height: 50px;
    padding: 0 16px;
    border-radius: 14px;
  }
  .jp-header__catalog-promo {
    min-height: 180px;
  }
  .jp-header--mobile-catalog .jp-header__catalog-promo {
    display: none;
  }
  .jp-header.is-menu-open .jp-header__nav {
    display: flex;
  }
  .jp-header__nav a {
    width: 100%;
    padding: 10px 0;
  }
  .jp-header__nav-catalog-button {
    width: 100%;
    padding: 10px 0;
  }
  .jp-header__nav-item--group-start {
    margin-left: 0;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.10);
  }
  .jp-header__nav-icon {
    width: 16px;
    height: 16px;
  }
  .jp-header__nav-icon svg {
    width: 16px;
    height: 16px;
  }
  .jp-header__highlights {
    display: none;
  }
  .jp-header__cart {
    width: 42px;
    height: 42px;
  }
  .jp-header.is-compact .jp-header__main-inner {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    grid-template-areas:
      "menu catalog actions"
      "search search search";
    gap: 10px;
    padding: 12px 0 14px;
  }
  .jp-header--mobile-catalog.is-compact .jp-header__main-inner {
    grid-template-areas: "menu logo actions";
    gap: 12px;
    min-height: auto;
    padding: 16px 0 10px;
  }
  .jp-header--mobile-catalog.is-compact .jp-header__logo {
    display: inline-flex;
  }
  .jp-header--mobile-catalog.is-compact .jp-header__logo img {
    max-width: min(160px, 100%);
    height: 36px;
  }
  .jp-header.is-compact .jp-header__logo {
    display: none;
  }
  .jp-header--mobile-catalog.is-compact .jp-header__logo {
    display: inline-flex;
  }
  .jp-header.is-compact .jp-header__catalog-link {
    min-height: 42px;
    justify-content: flex-start;
    padding: 0 12px;
    border-radius: 14px;
    gap: 9px;
    font-size: 14px;
  }
  .jp-header.is-compact .jp-header__actions {
    gap: 6px;
  }
  .jp-header.is-compact .jp-header__phone-icon,
  .jp-header.is-compact .jp-header__cart {
    width: 40px;
    height: 40px;
  }
  .jp-header--mobile-catalog.is-compact .jp-header__actions {
    gap: 8px;
  }
  .jp-header--mobile-catalog.is-compact .jp-header__phone-icon,
  .jp-header--mobile-catalog.is-compact .jp-header__cart {
    flex: 0 0 42px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .jp-breadcrumbs {
    width: min(100%, calc(100% - 32px));
    overflow: hidden;
  }

  .jp-breadcrumbs__list {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .jp-breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }

  .jp-breadcrumbs__item {
    flex: 0 0 auto;
    max-width: min(72vw, 300px);
  }

  .jp-breadcrumbs__item:last-child {
    flex: 1 1 auto;
    min-width: 0;
    max-width: min(58vw, 240px);
  }

  .jp-breadcrumbs__item a,
  .jp-breadcrumbs__item span[aria-current="page"] {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body:has(.jp-product-page) {
    overflow-x: hidden;
  }
}

@media (hover: hover) and (pointer: fine) {
  .jp-header__messenger:hover {
    transform: scale(1.12);
  }
}

.jp-portfolio-block {
  display: grid;
  gap: 24px;
  width: min(100%, 1240px);
  margin: 0 auto;
}
.jp-portfolio-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.jp-portfolio-block__head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
}
.jp-portfolio-block__head p {
  margin: 0;
  max-width: 720px;
  color: var(--jp-text-muted);
}
.jp-portfolio-filters {
  padding: 0;
  overflow: hidden;
}
.jp-portfolio-filters__summary {
  display: grid;
  padding: 24px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  list-style: none;
  font-family: var(--jp-font-heading);
  font-size: 18px;
  font-weight: 700;
}
.jp-portfolio-filters__summary::-webkit-details-marker {
  display: none;
}
.jp-portfolio-filters__summary::after {
  content: '+';
  font-size: 24px;
  line-height: 1;
  color: var(--jp-orange);
}
.jp-portfolio-filters[open] .jp-portfolio-filters__summary::after {
  content: '−';
}
.jp-portfolio-filters__body {
  display: grid;
  gap: 20px;
  padding: 0 24px 24px;
}
.jp-portfolio-filters__group {
  display: grid;
  gap: 12px;
}
.jp-portfolio-filters__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.jp-portfolio-filter-chip {
  position: relative;
}
.jp-portfolio-filter-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.jp-portfolio-filter-chip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--jp-border);
  border-radius: 999px;
  background: #fff;
  font-family: var(--jp-font-heading);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.jp-portfolio-filter-chip input:checked + span {
  border-color: #ffb380;
  background: #fff2e8;
  color: #c14e00;
}
.jp-portfolio-filters__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.jp-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 2px;
  column-gap: 16px;
  row-gap: 16px;
  align-items: start;
}
.jp-portfolio-grid--uniform {
  grid-auto-rows: auto;
  align-items: stretch;
}
.jp-portfolio-grid--uniform .jp-portfolio-card {
  grid-row-end: span 1 !important;
  height: 100%;
  grid-template-rows: auto 1fr;
}
.jp-portfolio-grid--uniform .jp-portfolio-card__trigger {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.jp-portfolio-grid--uniform .jp-portfolio-card__trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jp-portfolio-card {
  display: grid;
  align-content: start;
  grid-row-end: span 1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
  cursor: pointer;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.jp-portfolio-card__trigger {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.jp-portfolio-card__trigger img {
  display: block;
  width: 100%;
  height: auto;
}
.jp-portfolio-card__play {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: rgba(16, 18, 24, 0.68);
  color: #fff;
  pointer-events: none;
}
.jp-portfolio-card__play svg {
  width: 22px;
  height: 22px;
}
.jp-portfolio-card__body {
  display: grid;
  gap: 12px;
  padding: 18px 18px 20px;
}
.jp-portfolio-card__body h3 {
  margin: 0;
  font-size: 20px;
}
.jp-portfolio-card__body p {
  margin: 0;
  color: var(--jp-text-muted);
}
.jp-portfolio-card__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}
.jp-portfolio-card__chips .jp-chip {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 5px 12px;
  line-height: 1.15;
}
.jp-portfolio-modal {
  position: fixed;
  inset: 0;
  z-index: 360;
}
body.jp-portfolio-modal-open {
  overflow: hidden;
}
.jp-portfolio-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 28, 0.68);
  backdrop-filter: blur(6px);
}
.jp-portfolio-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1120px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  margin: 16px auto;
  border-radius: 28px;
  background: #fff;
  overflow: hidden;
}
.jp-portfolio-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(12, 18, 28, 0.08);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.jp-portfolio-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  width: 100%;
  min-height: 0;
}
.jp-portfolio-modal__media {
  display: grid;
  gap: 14px;
  min-height: 0;
  padding: 24px;
  background: #f7f8fb;
}
.jp-portfolio-modal__stage {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(56vh, 640px);
}
.jp-portfolio-modal__slide {
  display: none;
  margin: 0;
  height: 100%;
}
.jp-portfolio-modal__slide.is-active {
  display: grid;
  align-content: start;
}
.jp-portfolio-modal__slide img {
  display: block;
  width: 100%;
  height: min(56vh, 640px);
  object-fit: contain;
}
.jp-portfolio-video {
  position: relative;
  display: grid;
  width: 100%;
  height: min(56vh, 640px);
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: #12151c;
  color: #fff;
}
.jp-portfolio-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jp-portfolio-video--vertical video {
  width: auto;
  max-width: min(100%, 380px);
}
.jp-portfolio-video__title,
.jp-portfolio-video__controls {
  position: absolute;
  left: 16px;
  right: 16px;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.jp-portfolio-video__title {
  top: 16px;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 18, 24, 0.52);
  font-size: 14px;
  font-weight: 700;
}
.jp-portfolio-video__controls {
  bottom: 16px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 999px;
  background: rgba(16, 18, 24, 0.58);
  backdrop-filter: blur(8px);
}
.jp-portfolio-video.is-controls-hidden .jp-portfolio-video__title,
.jp-portfolio-video.is-controls-hidden .jp-portfolio-video__controls {
  opacity: 0;
  pointer-events: none;
}
.jp-portfolio-video__button,
.jp-portfolio-video__start,
.jp-portfolio-video__repeat {
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}
.jp-portfolio-video__button {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.jp-portfolio-video__button:first-child {
  background: var(--jp-orange);
}
.jp-portfolio-video__icon {
  width: 22px;
  height: 22px;
}
.jp-portfolio-video__icon--pause,
.jp-portfolio-video__icon--muted,
.jp-portfolio-video.is-playing .jp-portfolio-video__icon--play,
.jp-portfolio-video.is-muted .jp-portfolio-video__icon--sound {
  display: none;
}
.jp-portfolio-video.is-playing .jp-portfolio-video__icon--pause,
.jp-portfolio-video.is-muted .jp-portfolio-video__icon--muted {
  display: block;
}
.jp-portfolio-video__progress {
  width: 100%;
  accent-color: var(--jp-orange);
}
.jp-portfolio-video__start,
.jp-portfolio-video__repeat {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 3;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  background: rgba(238, 241, 246, 0.92);
  color: var(--jp-orange);
  opacity: 0;
  pointer-events: none;
}
.jp-portfolio-video__start svg,
.jp-portfolio-video__repeat svg {
  width: 34px;
  height: 34px;
}
.jp-portfolio-video.is-initial .jp-portfolio-video__start,
.jp-portfolio-video.is-ended .jp-portfolio-video__repeat {
  opacity: 1;
  pointer-events: auto;
}
.jp-portfolio-modal__slide figcaption {
  margin-top: 10px;
  color: var(--jp-text-muted);
}
.jp-portfolio-modal__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(16, 18, 24, 0.24) transparent;
}
.jp-portfolio-modal__thumbs::-webkit-scrollbar {
  height: 6px;
}
.jp-portfolio-modal__thumbs::-webkit-scrollbar-track {
  background: transparent;
}
.jp-portfolio-modal__thumbs::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(16, 18, 24, 0.24);
}
.jp-portfolio-modal__thumb {
  position: relative;
  aspect-ratio: 3 / 2;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.jp-portfolio-modal__thumb.is-active {
  border-color: var(--jp-orange);
}
.jp-portfolio-modal__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jp-portfolio-modal__thumb-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--jp-text-muted);
  font-size: 12px;
  font-weight: 700;
}
.jp-portfolio-modal__thumb-play {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: rgba(16, 18, 24, 0.68);
  color: #fff;
}
.jp-portfolio-modal__thumb-play svg {
  width: 16px;
  height: 16px;
}
.jp-portfolio-modal__meta {
  min-height: 0;
  overflow: hidden;
}
.jp-portfolio-modal__meta-scroll {
  display: grid;
  align-content: start;
  gap: 18px;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  padding: 28px 20px 28px 28px;
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(16, 18, 24, 0.24) transparent;
}
.jp-portfolio-modal__meta-scroll::-webkit-scrollbar {
  width: 6px;
}
.jp-portfolio-modal__meta-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.jp-portfolio-modal__meta-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(16, 18, 24, 0.24);
}
.jp-portfolio-modal__meta-scroll h3 {
  margin: 0;
  font-size: 28px;
}
.jp-portfolio-modal__excerpt {
  margin: 0;
  font-size: 17px;
  color: #445065;
}
.jp-portfolio-modal__description {
  display: grid;
  gap: 12px;
  color: var(--jp-text-muted);
}
.jp-portfolio-modal__description p,
.jp-portfolio-modal__tags {
  margin: 0;
}
.jp-portfolio-modal__products {
  display: grid;
  gap: 12px;
  margin-top: 2px;
}
.jp-portfolio-modal__product-list {
  display: grid;
  gap: 10px;
}
.jp-portfolio-modal__product {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 1px solid var(--jp-border);
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
  background: #fff;
}
.jp-portfolio-modal__product:hover {
  border-color: #ffb380;
}
.jp-portfolio-modal__product img,
.jp-portfolio-modal__product-placeholder {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: cover;
  background: #f2f4f8;
}
.jp-portfolio-modal__product-placeholder {
  display: grid;
  place-items: center;
  color: var(--jp-text-muted);
  font-size: 11px;
  font-weight: 700;
}
.jp-portfolio-modal__product b,
.jp-portfolio-modal__product small {
  display: block;
}
.jp-portfolio-modal__product b {
  font-size: 14px;
}
.jp-portfolio-modal__product small {
  margin-top: 3px;
  color: var(--jp-text-muted);
  font-size: 12px;
}

.jp-reviews-block {
  position: relative;
}

.jp-reviews-block__head {
  margin-bottom: 22px;
}

.jp-reviews-block__slider {
  position: relative;
  display: block;
}

.jp-reviews-block__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 2px 8px;
  margin: -6px -2px -8px;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
  cursor: grab;
  user-select: none;
  background: transparent;
  -webkit-overflow-scrolling: touch;
}

.jp-reviews-block__viewport::-webkit-scrollbar {
  display: none;
}

.jp-reviews-block__viewport.is-dragging {
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none;
}

.jp-reviews-block__viewport.is-dragging .jp-reviews-block__card {
  pointer-events: none;
}

.jp-reviews-block__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  background: transparent;
}

.jp-reviews-block__card {
  display: grid;
  gap: 16px;
  min-height: 100%;
  padding: 24px;
  scroll-snap-align: start;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
  filter: none;
}

.jp-reviews-block__rating {
  color: #d97706;
  font-size: 18px;
  letter-spacing: 0.12em;
}

.jp-reviews-block__text {
  margin: 0;
  color: var(--jp-text);
  line-height: 1.7;
}

.jp-reviews-block__author {
  display: grid;
  gap: 4px;
}

.jp-reviews-block__author strong {
  font-size: 1rem;
}

.jp-reviews-block__author span {
  color: var(--jp-muted);
  font-size: 0.92rem;
}

.jp-reviews-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.jp-reviews-block__action--primary {
  background: #fc3f1d;
  border-color: #fc3f1d;
  color: #fff;
}

.jp-reviews-block__action--primary:hover {
  background: #e13819;
  border-color: #e13819;
}

.jp-reviews-block__action--secondary {
  background: #19aa63;
  border-color: #19aa63;
  color: #fff;
}

.jp-reviews-block__action--secondary:hover {
  background: #159457;
  border-color: #159457;
  color: #fff;
}

.jp-reviews-block__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--jp-text);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.jp-reviews-block__nav--prev {
  left: -23px;
}

.jp-reviews-block__nav--next {
  right: -23px;
}

.jp-reviews-block__nav:hover {
  background: #fff7ed;
  transform: translateY(-50%) translateY(-1px);
}

.jp-reviews-block__slider:hover .jp-reviews-block__nav,
.jp-reviews-block__slider:focus-within .jp-reviews-block__nav,
.jp-reviews-block__nav:focus-visible {
  opacity: 1;
  pointer-events: auto;
}

.jp-reviews-block__nav[disabled] {
  opacity: 0;
  cursor: default;
  pointer-events: none;
  transform: translateY(-50%);
}

.jp-reviews-block__nav span {
  font-size: 28px;
  line-height: 1;
}

.jp-reviews-block__slider.is-static .jp-reviews-block__nav {
  display: none;
}

.jp-cookie-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 120;
}

.jp-cookie-notice[hidden] {
  display: none !important;
}

.jp-cookie-notice__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 520px);
  margin-left: auto;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(16, 24, 40, 0.94);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.28);
  color: #fff;
  backdrop-filter: blur(10px);
}

.jp-cookie-notice__text {
  margin: 0;
  max-width: 320px;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}

.jp-cookie-notice__text a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jp-cookie-notice__button {
  flex: 0 0 auto;
  min-width: 108px;
}

@media (max-width: 1080px) {
  .jp-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .jp-portfolio-modal__layout {
    grid-template-columns: 1fr;
  }
  .jp-reviews-block__grid {
    grid-auto-columns: calc((100% - 18px) / 2);
  }
  .jp-reviews-block__nav--prev {
    left: 0;
  }
  .jp-reviews-block__nav--next {
    right: 0;
  }
}

@media (max-width: 720px) {
  .jp-portfolio-block__head {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 16px;
  }
  .jp-portfolio-block__head .jp-btn {
    width: 100%;
    max-width: 100%;
  }
  .jp-portfolio-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .jp-portfolio-card {
    grid-row-end: span 1 !important;
  }
  .jp-portfolio-block--home-shortcode .jp-portfolio-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 16px;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .jp-portfolio-block--home-shortcode .jp-portfolio-card {
    flex: 0 0 90%;
    scroll-snap-align: start;
  }
  .jp-portfolio-card__chips {
    align-items: flex-start;
    gap: 6px;
  }
  .jp-portfolio-card__chips .jp-chip {
    display: inline-flex;
    align-items: center;
    min-height: 0;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.1;
    white-space: nowrap;
  }
  .jp-portfolio-filters {
    padding: 0;
  }
  .jp-portfolio-filters__summary {
    padding: 18px;
  }
  .jp-portfolio-filters__body {
    padding: 0 18px 18px;
  }
  .jp-portfolio-grid--uniform .jp-portfolio-card__trigger {
    aspect-ratio: 16 / 10;
  }
  .jp-portfolio-modal__dialog {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    margin: 8px auto;
    border-radius: 20px;
  }
  .jp-portfolio-modal__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }
  .jp-portfolio-modal__media,
  .jp-portfolio-modal__meta {
    padding: 18px;
  }
  .jp-portfolio-modal__media {
    gap: 12px;
    padding-bottom: 12px;
  }
  .jp-portfolio-modal__stage {
    min-height: 280px;
  }
  .jp-portfolio-modal__slide img {
    height: 280px;
  }
  .jp-portfolio-video {
    height: 280px;
  }
  .jp-portfolio-video__title {
    top: 12px;
    left: 12px;
    right: 12px;
    max-width: calc(100% - 24px);
  }
  .jp-portfolio-video__controls {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .jp-portfolio-modal__thumbs {
    grid-template-columns: unset;
    grid-auto-flow: column;
    grid-auto-columns: 104px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .jp-portfolio-modal__thumb {
    width: 104px;
  }
  .jp-portfolio-modal__meta {
    padding-top: 8px;
  }
  .jp-portfolio-modal__meta-scroll {
    max-height: 100%;
    padding: 0 4px 4px 0;
    overflow-y: auto;
  }
  .jp-cookie-notice {
    bottom: 12px;
  }
  .jp-cookie-notice__inner {
    width: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
  }
  .jp-cookie-notice__button {
    width: 100%;
  }
  .jp-reviews-block__grid {
    grid-auto-columns: 86%;
  }
  .jp-reviews-block__card {
    padding: 20px;
  }
  .jp-reviews-block__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .jp-reviews-block__nav {
    display: none;
  }
  .jp-page-card-shortcode__head {
    display: grid;
    gap: 14px;
    align-items: start;
    margin-bottom: 20px;
  }
  .jp-page-card-shortcode__head p {
    font-size: 15px;
  }
  .jp-page-card-shortcode__cta {
    width: 100%;
    margin-bottom: 0;
  }
  .jp-page-card-shortcode__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .jp-page-card-shortcode__link {
    aspect-ratio: 16 / 10;
  }
  .jp-page-card-shortcode__title {
    font-size: 22px;
  }
}
