.jp-catalog-page {
  padding: 28px 0 56px;
}
body.jp-body-lock {
  overflow: hidden;
}
.jp-catalog-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  grid-template-areas:
    "copy aside"
    "actions aside";
  column-gap: 34px;
  row-gap: 16px;
  margin-bottom: 24px;
  padding: 30px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.68) 100%),
    url("/assets/img/catalog/business-souvenirs-hero.webp") center / cover no-repeat;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
}
.jp-catalog-hero__copy {
  grid-area: copy;
  display: grid;
  gap: 14px;
  align-content: center;
  min-height: 250px;
}
.jp-catalog-hero__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #c2410c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.jp-catalog-hero h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}
.jp-catalog-hero p {
  margin: 0;
  max-width: 640px;
  color: #475467;
  font-size: 17px;
  line-height: 1.58;
}
.jp-catalog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}
.jp-catalog-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}
.jp-catalog-quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #344054;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.jp-catalog-quick-links a:hover {
  border-color: #ffb380;
  background: #fff7ed;
  color: #c2410c;
}
.jp-catalog-hero__aside {
  grid-area: aside;
  align-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}
.jp-catalog-hero__stat,
.jp-catalog-hero__term,
.jp-catalog-hero__note,
.jp-catalog-hero__conditions,
.jp-catalog-hero__manager,
.jp-catalog-hero__request {
  padding: 14px 16px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}
.jp-catalog-hero__stat strong,
.jp-catalog-hero__term strong,
.jp-catalog-hero__note strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--jp-font-heading);
  font-size: 18px;
  line-height: 1.2;
}
.jp-catalog-hero__stat span,
.jp-catalog-hero__term span,
.jp-catalog-hero__note span {
  color: #475467;
  line-height: 1.5;
}
.jp-catalog-hero__note {
  grid-column: 1 / -1;
}
.jp-catalog-hero__conditions,
.jp-catalog-hero__manager,
.jp-catalog-hero__request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  color: var(--jp-text);
  font-family: var(--jp-font-heading);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.jp-catalog-hero__conditions {
  grid-column: auto;
}
.jp-catalog-hero__actions-row {
  grid-area: actions;
  display: grid;
  width: min(100%, 650px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  justify-content: start;
}
.jp-catalog-hero__manager-popover {
  display: grid;
  min-width: 0;
}
.jp-catalog-hero__actions-row .jp-quote-request {
  display: grid;
  min-width: 0;
}
.jp-catalog-hero__actions-row > .jp-catalog-hero__conditions,
.jp-catalog-hero__manager-popover > .jp-catalog-hero__manager,
.jp-catalog-hero__actions-row .jp-catalog-hero__request {
  width: 100%;
}
.jp-catalog-hero__manager-popover:not(.jp-contact-popover--modal) .jp-contact-popover__menu {
  left: 0;
  right: auto;
}
.jp-catalog-hero__conditions:hover,
.jp-catalog-hero__manager:hover,
.jp-catalog-hero__request:hover {
  border-color: #ffb380;
  background: #fff7ed;
  color: #c2410c;
}
.jp-catalog-hero__manager,
.jp-catalog-hero__request {
  background: var(--jp-orange);
  border-color: var(--jp-orange);
  color: #fff;
}
.jp-catalog-hero__manager:hover,
.jp-catalog-hero__request:hover {
  background: #e65f00;
  border-color: #e65f00;
  color: #fff;
}
.jp-catalog-hero__request {
  background: #fff;
  border-color: rgba(208, 213, 221, 0.9);
  color: var(--jp-text);
}
.jp-catalog-hero__aside .jp-quote-request {
  display: contents;
}
.jp-catalog-hero__request:hover {
  background: #fff7ed;
  border-color: #ffb380;
  color: #c2410c;
}
.jp-catalog-conditions-modal {
  position: fixed;
  inset: 0;
  z-index: 320;
  display: grid;
  place-items: center;
  padding: 16px;
}
.jp-catalog-conditions-modal[hidden] {
  display: none !important;
}
.jp-catalog-conditions-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.36);
}
.jp-catalog-conditions-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: calc(100dvh - 32px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
}
.jp-catalog-conditions-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--jp-border);
}
.jp-catalog-conditions-modal__head h2 {
  margin: 0;
  font-size: 22px;
}
.jp-catalog-conditions-modal__body {
  min-height: 0;
  overflow-y: auto;
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 16px 18px;
}
.jp-catalog-conditions-modal__item {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--jp-border);
  border-radius: 8px;
}
.jp-catalog-conditions-modal__item strong {
  font-family: var(--jp-font-heading);
  font-size: 16px;
}
.jp-catalog-conditions-modal__item span {
  color: #475467;
  line-height: 1.5;
}
.jp-catalog-conditions-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 18px;
  border-top: 1px solid var(--jp-border);
}
.jp-catalog-root-section {
  display: grid;
  gap: 14px;
}
.jp-catalog-root-section--scenarios {
  margin-bottom: 26px;
}

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

.jp-catalog-search--admin-selection {
  max-width: 900px;
}

.jp-catalog-search__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}

.jp-catalog-search__field {
  position: relative;
  display: block;
  flex: 1 1 420px;
  min-width: min(100%, 280px);
}

.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__selection-tools {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 0 0 auto;
  min-height: 52px;
  align-items: center;
}

.jp-catalog-search__selection,
.jp-catalog-search__selection-clear,
.jp-catalog-search__selection-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.jp-catalog-search__selection {
  min-width: 118px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(16, 24, 40, 0.14);
}

.jp-catalog-search__selection-clear,
.jp-catalog-search__selection-copy {
  min-width: 66px;
  background: #fff;
  color: #344054;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #d0d5dd;
}

.jp-catalog-search__selection-copy {
  width: 40px;
  min-width: 40px;
  padding: 0;
}

.jp-catalog-search__selection-copy svg {
  display: block;
  width: 17px;
  height: 17px;
}

.jp-catalog-search__selection.is-empty {
  background: #eef2f7;
  color: #667085;
  box-shadow: none;
  pointer-events: none;
}

.jp-catalog-search__selection:not(.is-empty):hover {
  background: #ff6700;
  color: #fff;
}

.jp-catalog-search__selection-clear:hover,
.jp-catalog-search__selection-copy:hover {
  color: #b42318;
  box-shadow: inset 0 0 0 1px #fda29b;
}

.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--category {
  min-height: 60px;
  background: rgba(247, 250, 252, 0.78);
}

.jp-catalog-search__suggestion--category .jp-catalog-search__suggestion-source {
  background: rgba(128, 180, 24, 0.14);
  color: #4d7c0f;
}

.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-source {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f4f6fb;
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.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-catalog-product-card__source {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 26px;
  margin-bottom: 8px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.jp-catalog-product-card__source--primary {
  background: rgba(16, 24, 40, 0.08);
  color: #344054;
}
.jp-section-head--catalog-root h2 {
  margin: 0 0 6px;
  font-size: 26px;
  line-height: 1.15;
}
.jp-section-head--catalog-root {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 4px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--jp-border);
}
.jp-section-head--catalog-root > div {
  min-width: 0;
}
.jp-section-head--catalog-root p {
  max-width: 760px;
  line-height: 1.55;
}
.jp-catalog-root-search {
  max-width: 700px;
}
.jp-catalog-root-section__kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.jp-catalog-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.jp-catalog-scenario-card {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.jp-catalog-scenario-card:hover {
  transform: translateY(-2px);
  border-color: #ffb380;
  box-shadow: 0 16px 28px rgba(16, 24, 40, 0.1);
}
.jp-catalog-scenario-card strong {
  font-size: 18px;
  line-height: 1.2;
}
.jp-catalog-scenario-card span {
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}
.jp-catalog-direction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}
.jp-catalog-direction-card {
  display: flex;
  gap: 14px;
  min-height: 154px;
  padding: 18px;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.jp-catalog-direction-card:hover {
  transform: translateY(-2px);
  border-color: #d0d5dd;
  box-shadow: 0 16px 30px rgba(16, 24, 40, 0.1);
}
.jp-catalog-direction-card__mark {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #101828;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.jp-catalog-direction-card__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.jp-catalog-direction-card__body strong {
  font-size: 18px;
  line-height: 1.2;
}
.jp-catalog-direction-card__body span {
  color: #475467;
  font-size: 14px;
  line-height: 1.45;
}
.jp-catalog-direction-card__body em {
  color: #98a2b3;
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}
.jp-catalog-root-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.jp-catalog-root-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--jp-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.08);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.jp-catalog-root-card:hover {
  transform: translateY(-3px);
  border-color: #d9dee8;
  box-shadow: 0 20px 36px rgba(16, 24, 40, 0.12);
}
.jp-catalog-root-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 1.2 / 1;
  padding: 18px;
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}
.jp-catalog-root-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jp-catalog-root-card__placeholder {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #fff;
  color: #ff6700;
  font-size: 28px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(255, 103, 0, 0.14);
}
.jp-catalog-root-card__body {
  display: grid;
  gap: 10px;
  padding: 18px 18px 20px;
}
.jp-catalog-root-card__body strong {
  font-size: 20px;
  line-height: 1.12;
}
.jp-catalog-root-card__body span {
  color: #667085;
  font-size: 14px;
}
.jp-catalog-root-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--jp-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.06);
}
.jp-catalog-root-panel--accent {
  background: linear-gradient(180deg, #fff7ed 0%, #fff 100%);
}
.jp-catalog-root-panel--accent h2,
.jp-catalog-root-panel__head h2 {
  margin: 0;
  font-size: 22px;
}
.jp-catalog-root-panel--accent p {
  margin: 0;
  color: #475467;
  line-height: 1.65;
}
.jp-catalog-root-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.jp-catalog-root-panel__head span {
  color: #98a2b3;
  font-size: 13px;
  font-weight: 700;
}
.jp-catalog-root-guide {
  display: grid;
  gap: 12px;
}
.jp-catalog-root-guide div {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8fafc;
}
.jp-catalog-root-guide strong {
  font-size: 15px;
  line-height: 1.3;
}
.jp-catalog-root-guide span {
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}
.jp-catalog-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
}
.jp-catalog-layout--root {
  margin-top: 2px;
}
.jp-catalog-layout--root > .jp-catalog-sidebar {
  border-radius: 12px;
  box-shadow: none;
}
.jp-catalog-layout--category {
  align-items: start;
}
.jp-catalog-sidebar {
  position: relative;
  z-index: 40;
  border: 1px solid var(--jp-border);
  border-radius: 18px;
  padding: 16px;
  background: #fff;
  box-shadow: var(--jp-shadow);
  height: fit-content;
}
.jp-catalog-sidebar--sticky {
  position: static;
}
.jp-catalog-sidebar--mobile {
  display: none;
}
.jp-supplier-menu {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}
.jp-supplier-menu details {
  position: relative;
}
.jp-supplier-menu summary {
  list-style: none;
}
.jp-supplier-menu summary::-webkit-details-marker {
  display: none;
}
.jp-supplier-menu__trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  background: #fff;
  color: #344054;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none;
}
.jp-supplier-menu__trigger::after {
  content: "";
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.65;
}
.jp-supplier-menu details[open] > .jp-supplier-menu__trigger::after {
  transform: rotate(225deg) translateY(-2px);
}
.jp-supplier-menu__trigger:hover {
  border-color: #98a2b3;
  background: #f9fafb;
}
.jp-supplier-menu__trigger--sub {
  min-height: 42px;
  box-shadow: none;
}
.jp-supplier-menu__hamburger {
  position: relative;
  width: 22px;
  height: 16px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.jp-supplier-menu__hamburger::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  border-top: 2px solid currentColor;
}
.jp-supplier-menu__mega,
.jp-supplier-menu__sub-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 120;
  width: min(760px, calc(100vw - 48px));
  padding: 14px;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  background: #fff;
  color: #344054;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.14);
}
.jp-supplier-menu__mega::before,
.jp-supplier-menu__sub-panel::before {
  display: none;
}
.jp-supplier-menu__root-list,
.jp-supplier-menu__sub-panel ul,
.jp-supplier-menu__flyout ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jp-supplier-menu__root-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px 12px;
}
.jp-supplier-menu__root-list > li {
  position: relative;
}
.jp-supplier-menu__root-list > li.has-children:hover,
.jp-supplier-menu__root-list > li.has-children:focus-within {
  z-index: 140;
}
.jp-supplier-menu__root-list a,
.jp-supplier-menu__sub-panel a,
.jp-supplier-menu__flyout a {
  display: block;
  padding: 9px 10px;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  font-weight: 650;
}
.jp-supplier-menu__root-list a:hover,
.jp-supplier-menu__root-list .is-active > a,
.jp-supplier-menu__sub-panel a:hover,
.jp-supplier-menu__sub-panel a.is-active {
  background: #fff4eb;
  color: #e65f00;
}
.jp-supplier-menu__root-list > li.has-children > a {
  padding-right: 26px;
}
.jp-supplier-menu__root-list > li.has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0.7;
}
.jp-supplier-menu__flyout {
  position: absolute;
  top: -14px;
  left: calc(100% - 2px);
  z-index: 130;
  min-width: 270px;
  max-height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 12px;
  border: 1px solid #e4e7ec;
  border-radius: 10px;
  background: #fff;
  color: #344054;
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}
.jp-supplier-menu__flyout::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  width: 20px;
}
.jp-supplier-menu__root-list > li.has-children:hover > .jp-supplier-menu__flyout,
.jp-supplier-menu__root-list > li.has-children:focus-within > .jp-supplier-menu__flyout {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.jp-supplier-menu__flyout a:hover,
.jp-supplier-menu__flyout a.is-active {
  background: #f2f4f7;
  color: #ff6700;
}
.jp-supplier-menu__sub-panel {
  width: min(300px, calc(100vw - 48px));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 16px;
}
.jp-supplier-menu__sub-panel ul {
  display: grid;
  gap: 4px;
}
.jp-catalog-sidebar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.jp-catalog-sidebar__head--sections {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #edf0f5;
}
.jp-catalog-sidebar__head h2 {
  margin: 0;
  font-size: 18px;
}
.jp-catalog-sidebar__head span {
  color: var(--jp-muted);
  font-size: 13px;
}
.jp-catalog-filter-form {
  display: grid;
  gap: 12px;
}
.jp-catalog-filter-form__group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.jp-catalog-filter-form__group legend {
  margin: 0 0 8px;
  padding: 0;
  color: #475467;
  font-size: 13px;
  font-weight: 700;
}
.jp-catalog-filter-form label {
  display: grid;
  gap: 6px;
}
.jp-catalog-filter-form label > span {
  color: #475467;
  font-size: 13px;
  font-weight: 700;
}
.jp-catalog-filter-form .jp-input {
  min-height: 42px;
  border-radius: 12px;
}
.jp-catalog-filter-form__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 2px;
}
.jp-catalog-filter-form__actions .jp-btn {
  width: 100%;
}
.jp-catalog-sort-form {
  flex: 0 0 240px;
}
.jp-catalog-sort-form .jp-input {
  min-height: 40px;
  border-radius: 12px;
  background: #fff;
}
.jp-catalog-color-filter__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.jp-catalog-filter-form .jp-catalog-color-filter__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 32px;
  height: 32px;
  gap: 0;
  padding: 0;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.jp-catalog-filter-form .jp-catalog-color-filter__option.is-active {
  border-color: #ff6700;
  box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.14);
}
.jp-catalog-color-filter__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.jp-catalog-color-filter__swatch,
.jp-catalog-color-filter__all {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 999px;
}
.jp-catalog-color-filter__swatch {
  display: block;
  background: var(--catalog-color-swatch, #fff);
}
.jp-catalog-color-filter__swatch--transparent {
  background:
    linear-gradient(45deg, #d0d5dd 25%, transparent 25%),
    linear-gradient(-45deg, #d0d5dd 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #d0d5dd 75%),
    linear-gradient(-45deg, transparent 75%, #d0d5dd 75%),
    #fff;
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-size: 12px 12px;
}
.jp-catalog-color-filter__swatch--multicolor {
  background: conic-gradient(#ef4444, #f97316, #facc15, #22c55e, #38bdf8, #8b5cf6, #ef4444);
}
.jp-catalog-color-filter__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #475467;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .jp-catalog-filter-form .jp-catalog-color-filter__option:hover {
    border-color: #ff6700;
    transform: translateY(-1px);
  }
}
.jp-catalog-specific-filter__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.jp-catalog-specific-filter__option {
  display: inline-flex !important;
  align-items: center;
  grid-template-columns: none !important;
  gap: 6px !important;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #fff;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}
.jp-catalog-specific-filter__option[hidden] {
  display: none !important;
}
.jp-catalog-specific-filter__option:hover,
.jp-catalog-specific-filter__option.is-active,
.jp-catalog-specific-filter__option:has(input:checked) {
  border-color: #ff6700;
  color: #101828;
  box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.12);
}
.jp-catalog-specific-filter__option.is-disabled {
  border-color: #eef2f6;
  background: #f8fafc;
  color: #98a2b3;
  box-shadow: none;
  cursor: not-allowed;
}
.jp-catalog-specific-filter__option.is-disabled:hover {
  border-color: #eef2f6;
  color: #98a2b3;
  box-shadow: none;
}
.jp-catalog-specific-filter__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.jp-catalog-specific-filter__option small {
  color: #98a2b3;
  font-size: 11px;
  font-weight: 800;
}
.jp-catalog-specific-filter__toggle {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ff6700;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}
.jp-catalog-range-filter {
  display: grid;
  gap: 10px;
}
.jp-catalog-range-filter__values {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}
.jp-catalog-range-filter__values span {
  min-width: 0;
  max-width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jp-catalog-range-filter__sliders {
  position: relative;
  height: 32px;
}
.jp-catalog-range-filter__sliders::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 4px;
  border-radius: 999px;
  background: #e4e7ec;
}
.jp-catalog-range-filter__sliders input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 32px;
  margin: 0;
  appearance: none;
  background: transparent;
  pointer-events: none;
}
.jp-catalog-range-filter__sliders input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}
.jp-catalog-range-filter__sliders input[type="range"]::-moz-range-track {
  height: 4px;
  background: transparent;
}
.jp-catalog-range-filter__sliders input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  border: 2px solid #ff6700;
  border-radius: 999px;
  appearance: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(16, 24, 40, 0.18);
  cursor: pointer;
  pointer-events: auto;
}
.jp-catalog-range-filter__sliders input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #ff6700;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(16, 24, 40, 0.18);
  cursor: pointer;
  pointer-events: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.jp-catalog-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.jp-catalog-category-list--nested {
  margin-top: 4px;
  padding-left: 12px;
  gap: 2px;
  border-left: 1px solid #e4e7ec;
}

.jp-catalog-category-list li.has-children > a {
  font-weight: 700;
}

.jp-catalog-category-list--nested a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #667085;
  font-size: 14px;
}
.jp-catalog-category-list a {
  display: block;
  padding: 6px 10px;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
}
.jp-catalog-category-list a.is-active {
  background: #f2f4f7;
  color: #ff6700;
  font-weight: 700;
}
.jp-catalog-category-list a:hover {
  background: #f4f7fb;
}
.jp-catalog-category-list a.is-active:hover {
  background: #f2f4f7;
}

.jp-catalog-category-list--flyout,
.jp-catalog-sidebar .jp-catalog-category-list {
  position: relative;
}

.jp-catalog-category-list--flyout > li,
.jp-catalog-sidebar .jp-catalog-category-list > li {
  position: relative;
}

.jp-catalog-category-flyout {
  position: absolute;
  top: -8px;
  left: calc(100% + 2px);
  z-index: 80;
  min-width: 240px;
  max-width: 320px;
  padding: 12px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.jp-catalog-category-flyout::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 14px;
}

.jp-catalog-category-list--flyout > li.has-children:hover > .jp-catalog-category-flyout,
.jp-catalog-category-list--flyout > li.has-children:focus-within > .jp-catalog-category-flyout,
.jp-catalog-sidebar .jp-catalog-category-list > li.has-children:hover > .jp-catalog-category-flyout,
.jp-catalog-sidebar .jp-catalog-category-list > li.has-children:focus-within > .jp-catalog-category-flyout {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.jp-catalog-category-list--flyout > li.has-children > a,
.jp-catalog-sidebar .jp-catalog-category-list > li.has-children > a {
  padding-right: 28px;
}

.jp-catalog-category-list--flyout > li.has-children > a::after,
.jp-catalog-sidebar .jp-catalog-category-list > li.has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.6;
}

.jp-catalog-sidebar .jp-catalog-category-list > li.is-open > a::after {
  display: none;
}

.jp-catalog-category-flyout__title {
  margin-bottom: 8px;
  padding: 0 4px;
  color: #101828;
  font-size: 13px;
  font-weight: 700;
}

.jp-catalog-category-list--flyout-nested {
  gap: 3px;
}

.jp-catalog-category-list--flyout-nested a {
  font-size: 14px;
}
.jp-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.jp-pagination-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.jp-pagination-bar .jp-pagination {
  margin-top: 0;
}

.jp-catalog-load-more {
  min-width: 150px;
  white-space: nowrap;
}

.jp-catalog-window-notice {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 10px 14px;
  border: 1px solid #fde2ce;
  border-radius: 10px;
  background: #fff8f3;
  color: #7c2d12;
  font-size: 14px;
}

.jp-catalog-window-notice a {
  color: #c2410c;
  font-weight: 700;
  text-decoration: none;
}

.jp-catalog-window-notice a:hover {
  text-decoration: underline;
}
.jp-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--jp-border);
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.jp-pagination__link:hover,
.jp-pagination__link.is-active {
  border-color: #ffb380;
  background: #fff4ec;
  color: #c2410c;
}
.jp-catalog-content {
  display: grid;
  gap: 28px;
}
.jp-catalog-content--category {
  gap: 16px;
}
.jp-catalog-category-page__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.jp-catalog-category-page__head > div {
  width: 100%;
  min-width: 0;
}
.jp-catalog-category-mobile-hero {
  display: none;
}

.jp-catalog-category-mobile-hero__intro {
  display: none;
}

.jp-catalog-category-mobile-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.jp-catalog-category-mobile-hero__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
}

.jp-catalog-category-mobile-hero__btn-icon svg {
  display: block;
  width: 12px;
  height: 12px;
}

.jp-catalog-category-mobile-hero__btn[aria-expanded="true"] .jp-catalog-category-mobile-hero__btn-icon {
  transform: rotate(180deg);
}

.jp-catalog-category-mobile-hero__btn[aria-expanded="true"] {
  background: #fff;
}

.jp-catalog-category-mobile-hero__btn .jp-catalog-category-mobile-hero__btn-icon {
  transition: transform 0.2s ease;
}

.jp-catalog-category-page__head h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 38px);
}
.jp-catalog-category-page__head p {
  margin: 0;
  color: var(--jp-muted);
  max-width: 720px;
}
.jp-catalog-category-page__meta {
  flex: 0 0 auto;
  padding-top: 10px;
  color: var(--jp-muted);
  font-size: 14px;
}
.jp-catalog-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.jp-catalog-category-card {
  display: grid;
  gap: 26px;
  min-height: 148px;
  padding: 20px;
  border: 1px solid var(--jp-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--jp-shadow);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.jp-catalog-category-card:hover {
  transform: translateY(-2px);
  border-color: #bfd3f2;
}
.jp-catalog-category-card strong {
  font-size: 22px;
  line-height: 1.15;
}
.jp-catalog-category-card span {
  color: var(--jp-muted);
}
.jp-catalog-content__products {
  display: grid;
  gap: 16px;
}
.jp-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.jp-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  border: 1px solid var(--jp-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--jp-shadow);
}
.jp-product-card__body {
  padding: 20px;
}
.jp-product-card__body h3 {
  margin: 0 0 10px;
  font-size: 20px;
}
.jp-product-card__body p {
  margin: 0;
  color: var(--jp-muted);
}
.jp-product-card__meta {
  color: var(--jp-muted);
  font-size: 13px;
  margin-bottom: 12px;
}
.jp-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 20px;
  border-top: 1px solid var(--jp-border);
}

.jp-catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.jp-catalog-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  border: 1px solid var(--jp-border);
  border-radius: 18px;
  background: #fff;
  color: inherit;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.jp-catalog-product-card__main {
  display: grid;
  grid-template-rows: auto 1fr auto;
  flex: 1 1 auto;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.jp-catalog-product-card:hover {
  transform: translateY(-2px);
  border-color: #e4e7ec;
  box-shadow: 0 18px 32px rgba(16, 24, 40, 0.1);
  z-index: 5;
}

.jp-catalog-product-card.is-colors-expanded {
  overflow: visible;
  z-index: 6;
}

.jp-catalog-product-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  aspect-ratio: 1 / 1;
  padding: 14px;
  background: #fff;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
}

.jp-catalog-product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.jp-catalog-product-card__badge--new {
  background: #4f7cff;
}

.jp-catalog-product-card__badge--hit {
  background: #111827;
}

.jp-catalog-product-card__badge--sale {
  background: #ff5c8a;
}

.jp-catalog-product-card__badge--preorder {
  background: #ff6700;
}

.jp-catalog-product-card__badge--eco {
  background: #16a34a;
}

.jp-catalog-product-card__badge--premium {
  background: #7c3aed;
}

.jp-catalog-product-card__badge--custom {
  background: #344054;
}

.jp-catalog-product-card__badge--krasnoyarsk {
  right: 10px;
  left: auto;
  background: #087f5b;
}

.jp-catalog-product-card__badge--own {
  right: 10px;
  left: auto;
  background: #ff6700;
}

.jp-catalog-product-card__badge--supplier {
  top: auto;
  bottom: 10px;
  max-width: calc(100% - 20px);
  background: rgba(17, 24, 39, 0.84);
  backdrop-filter: blur(6px);
  white-space: nowrap;
}

.jp-catalog-product-card__badge--supplier-gifts {
  background: #80b418;
}

.jp-catalog-product-card__badge--supplier-happy {
  background: #facc15;
  color: #111827;
}

.jp-catalog-product-card__badge--supplier-oasis {
  background: #dc2626;
}

.jp-catalog-product-card__badge--supplier-ocean {
  background: #2563eb;
}

.jp-catalog-product-card__badge--supplier-arte {
  background: linear-gradient(135deg, #2563eb 0%, #ec4899 100%);
}

.jp-catalog-product-card__badge--supplier-stan {
  background: #38bdf8;
  color: #0f172a;
}

.jp-catalog-product-card__badge--supplier-juicy {
  background: #ff6700;
}

.jp-catalog-product-card__badge--supplier-default {
  background: rgba(17, 24, 39, 0.84);
}

.jp-catalog-product-card__selection {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 24px;
  padding: 0 8px 0 6px;
  border: 1px solid rgba(17, 24, 39, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #344054;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.12);
}

.jp-catalog-product-card__selection-all {
  position: absolute;
  right: 10px;
  bottom: 40px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 24px;
  min-width: 46px;
  padding: 0 8px 0 6px;
  border: 1px solid rgba(17, 24, 39, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #344054;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.12);
}

.jp-catalog-product-card__selection-box {
  position: relative;
  width: 13px;
  height: 13px;
  border: 1.5px solid currentColor;
  border-radius: 4px;
  background: #fff;
}

.jp-catalog-product-card__selection-all-box {
  position: relative;
  width: 13px;
  height: 13px;
}

.jp-catalog-product-card__selection-all-box::before,
.jp-catalog-product-card__selection-all-box::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
  background: #fff;
  content: "";
}

.jp-catalog-product-card__selection-all-box::before {
  left: 0;
  top: 0;
}

.jp-catalog-product-card__selection-all-box::after {
  right: 0;
  bottom: 0;
}

.jp-catalog-product-card__selection-box::after {
  position: absolute;
  left: 3px;
  top: 1px;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}

.jp-catalog-product-card__selection.is-selected {
  border-color: #ff6700;
  background: #ff6700;
  color: #fff;
}

.jp-catalog-product-card__selection-all.is-selected,
.jp-catalog-product-card__selection-all.is-partial {
  border-color: #ff6700;
  background: #ff6700;
  color: #fff;
}

.jp-catalog-product-card__selection.is-selected .jp-catalog-product-card__selection-box {
  border-color: #fff;
  background: #fff;
}

.jp-catalog-product-card__selection-all.is-selected .jp-catalog-product-card__selection-all-box::before,
.jp-catalog-product-card__selection-all.is-selected .jp-catalog-product-card__selection-all-box::after,
.jp-catalog-product-card__selection-all.is-partial .jp-catalog-product-card__selection-all-box::before,
.jp-catalog-product-card__selection-all.is-partial .jp-catalog-product-card__selection-all-box::after {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.jp-catalog-product-card__selection.is-selected .jp-catalog-product-card__selection-box::after {
  border-color: #ff6700;
  opacity: 1;
}

.jp-catalog-product-card__selection:hover,
.jp-catalog-product-card__selection-all:hover {
  border-color: #ff6700;
}

.jp-catalog-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 14px;
}

.jp-catalog-product-card__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff7ed, #fff);
  color: #b45309;
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.jp-catalog-product-card__body {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 0 12px 12px;
}

.jp-catalog-product-card__body h3 {
  min-width: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  height: calc(1.4em * 2);
  max-height: calc(1.4em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.jp-catalog-product-card__body p {
  margin: 0;
  color: var(--jp-muted);
  font-size: 12px;
  line-height: 1.45;
}

.jp-catalog-product-card__meta {
  min-height: calc(1.45em);
  color: #667085;
  font-size: 12px;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jp-catalog-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 10px 12px 12px;
  border-top: 1px solid #edf0f5;
}

.jp-catalog-product-card__footer span {
  color: var(--jp-muted);
  font-size: 12px;
}

.jp-catalog-product-card__article {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--jp-muted);
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.18s ease;
}

.jp-catalog-product-card__article:hover {
  color: #344054;
}

.jp-catalog-product-card__article.is-copied {
  color: #c2410c;
}

.jp-catalog-product-card__footer strong {
  flex: 0 0 auto;
  max-width: 46%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.jp-catalog-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;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.jp-catalog-copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.jp-catalog-product-card__colors {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin-top: auto;
  position: relative;
  min-height: 62px;
  padding: 10px 12px 12px;
  border-top: 1px solid #edf0f5;
  background: #fcfcfd;
  border-radius: 0 0 18px 18px;
}

.jp-catalog-product-card__colors-label {
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jp-catalog-product-card__primary-info {
  display: flex;
  align-items: center;
  min-height: 30px;
  min-width: 0;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.jp-catalog-product-card__colors-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  min-width: 0;
  min-height: 30px;
  overflow: hidden;
}

.jp-catalog-product-card.is-colors-expanded .jp-catalog-product-card__colors-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  flex-wrap: wrap;
  overflow: visible;
  padding: 8px 12px 12px;
  border: 0;
  border-radius: 0 0 18px 18px;
  background: #fcfcfd;
  box-shadow: none;
}

.jp-catalog-product-card__color.is-extra {
  order: 10;
  display: none;
}

.jp-catalog-product-card.is-colors-expanded .jp-catalog-product-card__color.is-extra {
  display: inline-flex;
}

.jp-catalog-product-card__color,
.jp-catalog-product-card__color-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.jp-catalog-product-card__color {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.jp-catalog-product-card__color.is-selected-for-selection {
  border-color: #ff6700;
  box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.16);
}

.jp-catalog-product-card__color.is-selected-for-selection::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #ff6700;
  box-shadow: 0 1px 4px rgba(16, 24, 40, 0.18);
}

.jp-catalog-product-card__color.is-selected-for-selection::before {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 1;
  width: 5px;
  height: 3px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(-45deg);
}

.jp-catalog-product-card__color img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.jp-catalog-product-card__color span,
.jp-catalog-product-card__color-toggle {
  color: #344054;
  font-size: 11px;
  font-weight: 700;
}

.jp-catalog-product-card__color-toggle {
  order: 6;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  transition: color 0.18s ease, transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.jp-catalog-product-card__color-toggle.is-mobile-only {
  display: none;
}

.jp-catalog-product-card__color:focus,
.jp-catalog-product-card__color-toggle:focus {
  outline: none;
}

.jp-catalog-product-card__color:focus-visible,
.jp-catalog-product-card__color-toggle:focus-visible {
  border-color: #ff6700;
  box-shadow: inset 0 0 0 2px rgba(255, 103, 0, 0.22);
}

.jp-catalog-product-card__color-toggle svg {
  width: 15px;
  height: 15px;
  transition: transform 0.18s ease;
}

.jp-catalog-product-card.is-colors-expanded .jp-catalog-product-card__color-toggle svg {
  transform: rotate(90deg);
}

@media (hover: hover) and (pointer: fine) {
  .jp-catalog-product-card__color:hover {
    transform: translateY(-1px);
    border-color: #ff6700;
    box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.12);
  }

  .jp-catalog-product-card__color-toggle:hover {
    transform: translateY(-1px);
    border-color: #ff6700;
    color: #ff6700;
    box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.12);
  }
}

.jp-catalog-seo-block {
  padding: 28px;
  border: 1px solid var(--jp-border);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fcfcfd 100%);
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.06);
}

.jp-catalog-seo-block__content {
  display: grid;
  gap: 16px;
}

.jp-catalog-seo-block__content h2 {
  margin: 0;
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.2;
}

.jp-catalog-seo-block__content p {
  margin: 0;
  color: var(--jp-muted);
  line-height: 1.7;
}

.jp-catalog-seo-block__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 6px;
}

.jp-catalog-seo-block__list div {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid #edf0f5;
  border-radius: 18px;
  background: #fff;
}

.jp-catalog-seo-block__list strong {
  font-size: 15px;
  line-height: 1.3;
}

.jp-catalog-seo-block__list span {
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .jp-catalog-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "aside"
      "actions";
  }

  .jp-catalog-root-cards,
  .jp-catalog-scenario-grid,
  .jp-catalog-direction-grid,
  .jp-catalog-category-grid,
  .jp-product-grid,
  .jp-catalog-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jp-catalog-seo-block__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .jp-catalog-layout {
    grid-template-columns: 1fr;
    display: grid;
  }

  .jp-catalog-sidebar {
    width: 100%;
    padding: 14px;
    border-radius: 14px;
  }

  .jp-supplier-menu__mega,
  .jp-supplier-menu__sub-panel {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    max-height: 58vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.1);
  }

  .jp-supplier-menu__root-list {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .jp-supplier-menu__flyout {
    display: none;
  }

  .jp-supplier-menu__root-list > li.has-children > a::after,
  .jp-supplier-menu__flyout::before {
    display: none;
  }

  .jp-supplier-menu__flyout a:hover,
  .jp-supplier-menu__flyout a.is-active {
    background: #fff4eb;
    color: #e65f00;
  }

  .jp-catalog-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jp-catalog-filter-form__actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jp-catalog-page--category .jp-catalog-layout--category {
    grid-auto-flow: row;
  }

  .jp-catalog-page--category .jp-catalog-content--category {
    order: 2;
  }

  .jp-catalog-page--category .jp-catalog-sidebar--desktop {
    order: 1;
  }

  .jp-catalog-hero {
    padding-bottom: 20px;
  }

  .jp-catalog-sidebar--sticky {
    position: static;
  }

  .jp-catalog-category-page__head {
    display: none;
  }

  .jp-catalog-root-search {
    display: none;
  }

  .jp-catalog-category-mobile-hero__intro {
    display: grid;
    gap: 8px;
  }

  .jp-catalog-category-mobile-hero {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--jp-border);
    border-radius: 14px;
    background: linear-gradient(180deg, #fff7ed 0%, #fff 100%);
  }

  .jp-catalog-category-mobile-hero p {
    margin: 0;
    color: var(--jp-muted);
  }

  .jp-catalog-category-mobile-hero h1 {
    margin: 0;
    font-size: clamp(28px, 3vw, 34px);
  }

  .jp-catalog-page--category .jp-catalog-sidebar--desktop {
    display: block;
  }

  .jp-catalog-page--category .jp-catalog-sidebar--mobile {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none;
    transition:
      max-height 0.25s ease,
      margin-bottom 0.25s ease,
      opacity 0.2s ease,
      visibility 0.25s ease;
  }

  .jp-catalog-page--category .jp-catalog-sidebar--mobile.is-open {
    display: block !important;
    max-height: 2800px;
    margin-bottom: 16px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
  }

  .jp-catalog-page--category .jp-catalog-category-mobile-hero__btn {
    justify-self: start;
  }

  .jp-catalog-page--category .jp-catalog-category-mobile-hero__btn:hover {
    background: #fff;
    color: var(--jp-text);
    border-color: var(--jp-border);
  }
}

@media (max-width: 720px) {
  .jp-catalog-page--category .jp-catalog-sidebar--desktop,
  .jp-catalog-layout--root > .jp-catalog-sidebar {
    display: none;
  }
  .jp-section-head--catalog-root,
  .jp-catalog-category-page__head {
    flex-direction: column;
    align-items: stretch;
  }
  .jp-catalog-sort-form {
    width: 100%;
    flex-basis: auto;
  }
}

@media (max-width: 700px) {
  .jp-catalog-hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 54%, rgba(255, 255, 255, 0.74) 100%),
      url("/assets/img/catalog/business-souvenirs-hero-mobile.webp") center / cover no-repeat;
  }

  .jp-catalog-sidebar {
    padding: 12px;
  }

  .jp-supplier-menu__trigger {
    min-height: 44px;
    padding: 9px 12px;
    font-size: 14px;
  }

  .jp-supplier-menu__mega,
  .jp-supplier-menu__sub-panel {
    max-height: 52vh;
  }

  .jp-supplier-menu__root-list a,
  .jp-supplier-menu__sub-panel a {
    padding: 10px 8px;
  }

  .jp-catalog-filter-form {
    grid-template-columns: 1fr;
  }

  .jp-catalog-filter-form__actions {
    grid-template-columns: 1fr;
  }

  .jp-catalog-search__suggestion {
    min-height: 60px;
    padding: 12px 14px;
  }

  .jp-catalog-search__suggestion-title {
    font-size: 17px;
  }

  .jp-catalog-product-card__color.is-mobile-extra {
    order: 5;
    display: none;
  }

  .jp-catalog-product-card.is-colors-expanded .jp-catalog-product-card__color.is-mobile-extra {
    display: inline-flex;
  }

  .jp-catalog-product-card__color-toggle {
    order: 4;
  }

  .jp-catalog-product-card__color-toggle.is-mobile-only {
    display: inline-flex;
  }

  .jp-catalog-hero h1 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .jp-catalog-hero__aside,
  .jp-catalog-hero__actions-row {
    grid-template-columns: 1fr;
  }

  .jp-catalog-hero__actions-row {
    row-gap: 8px;
    column-gap: 0;
  }

  .jp-catalog-hero__actions-row > *,
  .jp-catalog-hero__actions-row .jp-quote-request,
  .jp-catalog-hero__manager-popover {
    margin: 0;
  }

  .jp-catalog-hero__term,
  .jp-catalog-hero__conditions,
  .jp-catalog-hero__manager-popover,
  .jp-catalog-hero__actions-row .jp-quote-request {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .jp-catalog-root-cards,
  .jp-catalog-scenario-grid,
  .jp-catalog-direction-grid,
  .jp-catalog-category-grid,
  .jp-product-grid {
    grid-template-columns: 1fr;
  }

  .jp-catalog-direction-card,
  .jp-catalog-scenario-card {
    min-height: 0;
  }

  .jp-catalog-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
