.jp-product-page.jp-container {
  width: min(1440px, calc(100% - 32px));
}

@media (max-width: 720px) {
  .jp-product-cart-toast {
    right: 16px;
    left: 16px;
    bottom: 16px;
    width: auto;
    padding: 16px;
  }
}

.jp-hidden {
  display: none !important;
}

.jp-product-cart-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  width: min(420px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.jp-product-cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.jp-product-cart-toast__body {
  display: grid;
  gap: 14px;
}

.jp-product-cart-toast__copy {
  display: grid;
  gap: 4px;
}

.jp-product-cart-toast__copy strong {
  color: var(--jp-text);
  font-family: var(--jp-font-heading);
  font-size: 18px;
}

.jp-product-cart-toast__copy span {
  color: #667085;
  line-height: 1.5;
}

.jp-product-cart-toast__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jp-product-cart-toast__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--jp-orange);
  color: #fff;
  font-family: var(--jp-font-heading);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.jp-product-cart-toast__button:hover {
  color: #fff;
  background: var(--jp-orange-dark);
}

.jp-product-cart-toast__button--ghost {
  border: 1px solid rgba(208, 213, 221, 0.95);
  background: #fff;
  color: var(--jp-text);
}

.jp-product-cart-toast__button--ghost:hover {
  color: var(--jp-orange);
  background: #fff7f0;
  border-color: rgba(255, 103, 0, 0.24);
}

.jp-product-page__header {
  margin-bottom: 20px;
}

.jp-product-page__header h1 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.jp-product-page__header-lead {
  margin: 12px 0 0;
  max-width: 760px;
  color: var(--jp-muted);
  font-size: 17px;
}

.jp-product-availability-note {
  margin-top: 14px;
  max-width: 760px;
  padding: 12px 14px;
  border: 1px solid rgba(20, 120, 90, 0.18);
  border-radius: 8px;
  background: #f3fbf7;
  color: #285244;
  font-size: 15px;
  line-height: 1.45;
}

.jp-product-availability-note--discontinued {
  border-color: rgba(170, 82, 16, 0.22);
  background: #fff7ed;
  color: #6f3b12;
}

.jp-product-availability-note a {
  color: inherit;
  font-weight: 700;
}

.jp-product-page__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 604px;
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
  min-width: 0;
}
.jp-product-page__media {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 18px;
  align-content: start;
  min-width: 0;
}
.jp-product-page__side {
  display: grid;
  gap: 18px;
  align-content: start;
  min-width: 0;
}
.jp-product-gallery,
.jp-product-info,
.jp-content-box {
  border: 1px solid var(--jp-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--jp-shadow);
}
.jp-product-gallery {
  display: grid;
  gap: 12px;
  padding: 16px;
  min-width: 0;
}
.jp-product-related {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding: 22px;
}
.jp-product-related__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}
.jp-product-related__head h2 {
  margin: 4px 0 0;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.12;
}
.jp-product-related__head a {
  color: var(--jp-green);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.jp-product-related__eyebrow {
  color: var(--jp-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.jp-product-related__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.jp-product-related-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(208, 213, 221, 0.86);
  border-radius: 8px;
  background: #fff;
}
.jp-product-related-card__image {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f7f8f5;
  color: var(--jp-muted);
  text-decoration: none;
}
.jp-product-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.jp-product-related-card__image span {
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.jp-product-related-card__body {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 12px;
}
.jp-product-related-card__article {
  color: var(--jp-muted);
  font-size: 12px;
  font-weight: 700;
}
.jp-product-related-card h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.32;
}
.jp-product-related-card h3 a {
  color: var(--jp-text);
  text-decoration: none;
}
.jp-product-related-card h3 a:hover {
  color: var(--jp-green);
}
.jp-product-related-card__meta {
  display: grid;
  gap: 4px;
  margin-top: auto;
  color: var(--jp-muted);
  font-size: 12px;
}
.jp-product-related-card__meta strong {
  color: var(--jp-text);
  font-size: 15px;
}
.jp-product-custom-landing {
  display: grid;
  gap: 26px;
  margin: 28px 0 28px;
  padding: 24px;
  border: 1px solid var(--jp-border);
  border-radius: 8px;
  background: #fff;
}
.jp-product-custom-landing__head {
  max-width: 820px;
}
.jp-product-custom-landing__head span {
  display: none;
}
.jp-product-custom-landing__head h2,
.jp-product-custom-landing__process h2,
.jp-product-custom-landing__request h2 {
  margin: 0;
  color: var(--jp-text);
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.12;
}
.jp-product-custom-landing__head p,
.jp-product-custom-landing__request p {
  margin: 8px 0 0;
  color: var(--jp-muted);
  font-size: 16px;
  line-height: 1.48;
}
.jp-product-custom-landing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.jp-product-custom-landing__card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 18px 18px 16px;
  border: 1px solid var(--jp-border);
  border-radius: 8px;
  background: #fff;
}
.jp-product-custom-landing__card h3 {
  margin: 0 0 5px;
  color: var(--jp-text);
  font-size: 16px;
  line-height: 1.22;
}
.jp-product-custom-landing__card p {
  grid-column: 2;
  margin: 0;
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.45;
}
.jp-product-custom-landing__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(20, 120, 90, 0.28);
  border-radius: 8px;
  color: var(--jp-green);
}
.jp-product-custom-landing__icon::before,
.jp-product-custom-landing__icon::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
}
.jp-product-custom-landing__icon--custom::before,
.jp-product-custom-landing__icon--custom::after {
  content: none;
}
.jp-product-custom-landing__icon--custom {
  border-color: transparent;
}
.jp-product-custom-landing__icon img,
.jp-product-custom-landing__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: currentColor;
}
.jp-product-custom-landing__card .jp-product-custom-landing__icon--custom {
  grid-row: 1 / 3;
  width: 50px;
  height: 50px;
}
.jp-product-custom-landing__card .jp-product-custom-landing__icon--custom + h3 {
  align-self: end;
}
.jp-product-custom-landing__card .jp-product-custom-landing__icon--custom + h3 + p {
  align-self: start;
}
.jp-product-custom-landing__icon--factor-1::before {
  width: 22px;
  height: 22px;
  border-radius: 50% 42% 55% 38%;
}
.jp-product-custom-landing__icon--factor-1::after {
  width: 12px;
  height: 12px;
  border-radius: 44% 50% 38% 56%;
  transform: translate(9px, 8px);
}
.jp-product-custom-landing__icon--factor-2::before {
  width: 24px;
  height: 8px;
  transform: rotate(-36deg);
}
.jp-product-custom-landing__icon--factor-2::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translate(-9px, 7px);
}
.jp-product-custom-landing__icon--factor-3::before,
.jp-product-custom-landing__icon--requirement-4::before {
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}
.jp-product-custom-landing__icon--factor-3::after,
.jp-product-custom-landing__icon--requirement-4::after {
  width: 18px;
  height: 18px;
  transform: translate(9px, -4px) rotate(45deg);
}
.jp-product-custom-landing__process {
  display: grid;
  gap: 16px;
  align-items: start;
  margin-top: 10px;
  padding: 0;
}
.jp-product-custom-landing__process > div span {
  display: none;
}
.jp-product-custom-landing__process ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: custom-step;
}
.jp-product-custom-landing__process li {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 0;
  counter-increment: custom-step;
}
.jp-product-custom-landing__process li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 14px;
  right: -8px;
  width: 20px;
  color: var(--jp-green);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.jp-product-custom-landing__process li::before {
  content: counter(custom-step);
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(20, 120, 90, 0.42);
  background: #fff;
  color: var(--jp-green);
  font-size: 20px;
  font-weight: 800;
}
.jp-product-custom-landing__process strong {
  align-self: end;
  color: var(--jp-text);
  font-size: 16px;
  line-height: 1.25;
}
.jp-product-custom-landing__process li span {
  grid-column: 2;
  align-self: start;
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.42;
}
.jp-product-custom-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.jp-product-custom-summary div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 103, 0, 0.16);
  border-radius: 8px;
  background: #fff8f2;
}
.jp-product-custom-summary span {
  color: var(--jp-muted);
  font-size: 12px;
  font-weight: 700;
}
.jp-product-custom-summary strong {
  color: var(--jp-text);
  font-size: 15px;
  line-height: 1.25;
}
.jp-product-custom-landing__section {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}
.jp-product-custom-landing__section-head {
  display: grid;
  gap: 6px;
}
.jp-product-custom-landing__section-head h2 {
  margin: 0;
  color: var(--jp-text);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.14;
}
.jp-product-custom-landing__section-head p {
  margin: 0;
  max-width: 760px;
  color: var(--jp-muted);
  line-height: 1.55;
}
.jp-product-custom-landing__examples,
.jp-product-custom-landing__requirements {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.jp-product-custom-landing__example,
.jp-product-custom-landing__requirement {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--jp-border);
  border-radius: 8px;
  background: #fff;
}
.jp-product-custom-landing__example {
  justify-items: center;
  text-align: center;
}
.jp-product-custom-landing__example-image {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1.25 / 1;
  overflow: hidden;
  padding: 10px;
  border-radius: 8px;
  background: transparent;
}
.jp-product-custom-landing__example-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jp-product-custom-landing__shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 64px;
  border: 1px solid rgba(20, 120, 90, 0.22);
  border-radius: 8px;
  background: #f6fbf8;
  color: var(--jp-green);
  font-weight: 800;
}
.jp-product-custom-landing__example:nth-child(1) .jp-product-custom-landing__shape {
  width: 68px;
  border-radius: 50%;
}
.jp-product-custom-landing__example:nth-child(2) .jp-product-custom-landing__shape {
  width: 68px;
  height: 68px;
}
.jp-product-custom-landing__example:nth-child(4) .jp-product-custom-landing__shape {
  border-radius: 18px 8px 22px 10px;
}
.jp-product-custom-landing__example h3,
.jp-product-custom-landing__requirement h3 {
  margin: 0;
  color: var(--jp-text);
  font-size: 16px;
  line-height: 1.25;
}
.jp-product-custom-landing__example p,
.jp-product-custom-landing__requirement p {
  margin: 0;
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.45;
}
.jp-product-custom-landing__requirement {
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
}
.jp-product-custom-landing__requirement h3,
.jp-product-custom-landing__requirement p {
  grid-column: 2;
}
.jp-product-custom-landing__icon--requirement-1::before {
  width: 20px;
  height: 20px;
}
.jp-product-custom-landing__icon--requirement-1::after {
  width: 9px;
  height: 9px;
  border-width: 0 2px 2px 0;
  transform: translate(8px, -8px);
}
.jp-product-custom-landing__icon--requirement-2::before {
  width: 23px;
  height: 16px;
  border-radius: 5px;
}
.jp-product-custom-landing__icon--requirement-2::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translate(-7px, -2px);
}
.jp-product-custom-landing__icon--requirement-3::before,
.jp-product-custom-landing__icon--requirement-3::after {
  width: 22px;
  height: 12px;
}
.jp-product-custom-landing__icon--requirement-3::before {
  transform: translateY(-6px);
}
.jp-product-custom-landing__icon--requirement-3::after {
  transform: translateY(6px);
}
.jp-product-custom-landing__request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px;
  border: 1px solid rgba(20, 120, 90, 0.2);
  border-radius: 8px;
  background: #f5fbf8;
}
.jp-product-support {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  min-width: 0;
}
.jp-product-support--final {
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
  column-gap: 28px;
  align-items: center;
  padding: 24px;
}
.jp-product-support--final .jp-product-support__actions {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-end;
}
.jp-product-support--final .jp-product-support__note {
  grid-column: 2;
  justify-self: end;
}
.jp-product-support h2 {
  margin: 0;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.2;
}
.jp-product-support p {
  margin: 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.55;
}
.jp-product-support__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
.jp-product-support__action {
  border-color: transparent;
  min-height: 50px;
}
.jp-product-support__action--telegram {
  background: #27a7e7;
  color: #fff;
}
.jp-product-support__action--telegram:hover {
  background: #1f96d1;
}
.jp-product-support__action--vk {
  background: #0077ff;
  color: #fff;
}
.jp-product-support__action--vk:hover {
  background: #0068dd;
}
.jp-product-support__action--max {
  background: #6c5ce7;
  color: #fff;
}
.jp-product-support__action--max:hover {
  background: #5d4fd0;
}
.jp-product-support__action--request {
  border-color: #d0d5dd;
}
.jp-product-support__note {
  color: #667085;
  font-size: 13px;
}
.jp-product-layout-upload {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border: 1px dashed #d0d5dd;
  border-radius: 18px;
  background: #fcfcfd;
  transition: border-color 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
}
.jp-product-layout-upload.is-loading {
  border-color: #f59e0b;
  background: #fffaf0;
}
.jp-product-layout-upload__head {
  display: grid;
  gap: 4px;
}
.jp-product-layout-upload__head h3 {
  margin: 0;
  font-size: 16px;
}
.jp-product-layout-upload__head p,
.jp-product-layout-upload__hint {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}
.jp-product-layout-upload__field {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.jp-product-layout-upload__field input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.jp-product-layout-upload__status {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #667085;
}
.jp-product-layout-upload__status.is-loading::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 2px solid rgba(245, 158, 11, 0.22);
  border-top-color: #f59e0b;
  border-radius: 999px;
  flex: 0 0 auto;
  animation: jp-upload-spin 0.8s linear infinite;
}
.jp-product-layout-upload__status.is-error {
  color: #b42318;
}
.jp-product-layout-upload__status.is-success {
  color: #166534;
}
.jp-product-layout-upload__list {
  display: grid;
  gap: 8px;
}
.jp-product-layout-upload__file {
  display: grid;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--jp-border);
}
.jp-product-layout-upload__file-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.jp-product-layout-upload__file-meta {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.jp-product-layout-upload__file-name {
  font-size: 14px;
  font-weight: 600;
  color: #101828;
  word-break: break-word;
}
.jp-product-layout-upload__file-size {
  font-size: 12px;
  color: #667085;
}

.jp-product-layout-upload__file-remove {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #f1c7c2;
  border-radius: 10px;
  background: #fff5f4;
  color: #b42318;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.jp-product-layout-upload__file-remove:hover {
  background: #feeceb;
  border-color: #e8a39a;
}
.jp-product-layout-upload__file-remove:focus-visible {
  outline: 2px solid rgba(180, 35, 24, 0.22);
  outline-offset: 2px;
}
.jp-product-layout-upload__file-remove svg {
  width: 18px;
  height: 18px;
}
@keyframes jp-upload-spin {
  to {
    transform: rotate(360deg);
  }
}
.jp-product-gallery__stage {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  min-height: 0;
}
.jp-product-gallery__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(0);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
}
.jp-product-gallery__slide.is-active,
.jp-product-gallery__slide.is-transitioning {
  visibility: visible;
  transition-delay: 0s;
}
.jp-product-gallery__slide.is-active {
  position: relative;
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}
.jp-product-gallery__slide.is-transitioning {
  z-index: 3;
}
.jp-product-gallery__slide.is-from-next {
  transform: translateX(42px);
  opacity: 0;
}
.jp-product-gallery__slide.is-from-prev {
  transform: translateX(-42px);
  opacity: 0;
}
.jp-product-gallery__slide.is-to-next {
  transform: translateX(-42px);
  opacity: 0;
}
.jp-product-gallery__slide.is-to-prev {
  transform: translateX(42px);
  opacity: 0;
}
.jp-product-gallery__stage img,
.jp-image-placeholder,
.jp-product-gallery__video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: var(--jp-bg-soft);
  display: grid;
  place-items: center;
}
.jp-product-gallery__stage img {
  object-fit: cover;
  padding: 0;
  background: var(--jp-bg-soft);
  user-select: none;
  -webkit-user-drag: none;
}
.jp-product-gallery--supplier .jp-product-gallery__stage img {
  object-fit: contain;
  background: #fff;
}
.jp-product-gallery--custom .jp-product-gallery__stage img {
  object-fit: contain;
  background: #fff;
}
.jp-product-gallery__video-frame {
  overflow: hidden;
  position: relative;
}
.jp-product-gallery__video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.jp-product-gallery__video-frame--html5 {
  background: #101218;
  touch-action: pan-y;
}
.jp-product-gallery__video-frame--html5::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(16, 18, 24, 0) 0%, rgba(16, 18, 24, 0.56) 100%);
  opacity: 1;
  transition: opacity 0.22s ease;
}
.jp-product-gallery__video-frame--html5::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(16, 18, 24, 0.58) 0%, rgba(16, 18, 24, 0) 100%);
  opacity: 1;
  transition: opacity 0.22s ease;
}
.jp-product-gallery__video-frame--html5 video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #101218;
}
.jp-product-video__title {
  position: absolute;
  top: 16px;
  right: 18px;
  left: 18px;
  z-index: 4;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.36);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
.jp-product-video__controls {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 4;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 12px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(18, 20, 26, 0.34);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.jp-product-gallery__video-frame--html5.is-controls-hidden::after {
  opacity: 0;
}
.jp-product-gallery__video-frame--html5.is-controls-hidden::before {
  opacity: 0;
}
.jp-product-gallery__video-frame--html5.is-controls-hidden .jp-product-video__title {
  opacity: 0;
  transform: translateY(-8px);
}
.jp-product-gallery__video-frame--html5.is-controls-hidden .jp-product-video__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}
.jp-product-video__button,
.jp-product-video__start,
.jp-product-video__repeat {
  display: inline-grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  color: currentColor;
  cursor: pointer;
}
.jp-product-video__button {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.16s ease, transform 0.16s ease;
}
.jp-product-video__button:first-child {
  background: var(--jp-orange);
  box-shadow: 0 10px 22px rgba(255, 103, 0, 0.24);
}
.jp-product-video__button:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}
.jp-product-video__button:first-child:hover {
  background: var(--jp-orange-dark);
}
.jp-product-video__icon {
  width: 20px;
  height: 20px;
}
.jp-product-video__icon--pause,
.jp-product-video__icon--muted,
.jp-product-gallery__video-frame--html5.is-playing .jp-product-video__icon--play,
.jp-product-gallery__video-frame--html5.is-muted .jp-product-video__icon--sound {
  display: none;
}
.jp-product-gallery__video-frame--html5.is-playing .jp-product-video__icon--pause,
.jp-product-gallery__video-frame--html5.is-muted .jp-product-video__icon--muted {
  display: block;
}
.jp-product-video__progress {
  width: 100%;
  min-width: 0;
  height: 20px;
  accent-color: var(--jp-orange);
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.jp-product-video__progress::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}
.jp-product-video__progress::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--jp-orange);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.26);
  -webkit-appearance: none;
  appearance: none;
}
.jp-product-video__progress::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}
.jp-product-video__progress::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--jp-orange);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.26);
}
.jp-product-video__repeat {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 82px;
  height: 82px;
  margin: auto;
  border-radius: 999px;
  background: rgba(244, 246, 248, 0.92);
  color: var(--jp-orange);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 20px 46px rgba(16, 18, 24, 0.22);
  backdrop-filter: blur(10px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  transform: scale(0.94);
}
.jp-product-video__start {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 82px;
  height: 82px;
  margin: auto;
  border-radius: 999px;
  background: rgba(244, 246, 248, 0.92);
  color: var(--jp-orange);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 20px 46px rgba(16, 18, 24, 0.22);
  backdrop-filter: blur(10px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  transform: scale(0.94);
}
.jp-product-video__start svg,
.jp-product-video__repeat svg {
  width: 34px;
  height: 34px;
}
.jp-product-gallery__video-frame--html5.is-initial .jp-product-video__start {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.jp-product-gallery__video-frame--html5.is-ended .jp-product-video__repeat {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.jp-product-video__context-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-product-video__context-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.jp-product-video__context-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-product-video__context-menu button:hover,
.jp-product-video__context-menu button:focus-visible {
  outline: 0;
  background: rgba(255, 103, 0, 0.1);
  color: var(--jp-orange-dark);
}
.jp-product-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #101218;
  box-shadow: 0 8px 24px rgba(16, 18, 24, 0.14);
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
.jp-product-gallery__stage:hover .jp-product-gallery__nav,
.jp-product-gallery__stage:focus-within .jp-product-gallery__nav {
  opacity: 1;
  pointer-events: auto;
}
.jp-product-gallery__nav:hover {
  background: #fff;
}
.jp-product-gallery__nav svg {
  width: 20px;
  height: 20px;
}
.jp-product-gallery__nav--prev {
  left: 12px;
}
.jp-product-gallery__nav--next {
  right: 12px;
}
.jp-product-gallery__thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(16, 18, 24, 0.24) transparent;
}
.jp-product-gallery__thumbs::-webkit-scrollbar {
  height: 6px;
}
.jp-product-gallery__thumbs::-webkit-scrollbar-track {
  background: transparent;
}
.jp-product-gallery__thumbs::-webkit-scrollbar-thumb {
  background: rgba(16, 18, 24, 0.24);
  border-radius: 999px;
}
.jp-product-gallery__thumb {
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--jp-border);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  flex: 0 0 auto;
}
.jp-product-gallery__thumb.is-active {
  border-color: #ff6700;
  box-shadow: 0 0 0 1px rgba(255, 103, 0, 0.16);
}
.jp-product-gallery__thumb--image {
  width: clamp(112px, 13vw, 128px);
}
.jp-product-gallery__thumb--video {
  width: 72px;
}
.jp-product-gallery__thumb--image img,
.jp-product-gallery__thumb-video {
  width: 100%;
  display: block;
  border-radius: 0;
}
.jp-product-gallery__thumb--image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
.jp-product-gallery--supplier .jp-product-gallery__thumb--image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}
.jp-product-gallery__thumb-video {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: 10px;
  background: #fff;
  color: #ff6700;
  box-shadow: inset 0 0 0 1px rgba(255, 103, 0, 0.22);
  position: relative;
  overflow: hidden;
}
.jp-product-gallery__thumb-video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jp-product-gallery__thumb-play {
  display: inline-grid;
  place-items: center;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(255, 103, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 103, 0, 0.16);
}
.jp-product-gallery__thumb-play svg {
  width: 16px;
  height: 16px;
  margin-left: 1px;
}
.jp-product-info {
  min-width: 0;
  padding: 24px;
}
.jp-product-custom-quote {
  display: grid;
  gap: 20px;
}
.jp-product-custom-quote__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.jp-product-custom-quote__head > div {
  min-width: 0;
}
.jp-product-custom-quote__head h2 {
  margin: 0;
  color: var(--jp-text);
  font-size: 36px;
  line-height: 1.04;
}
.jp-product-custom-quote__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 8px;
  background: #e9f6e6;
  color: #2c7a32;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}
.jp-product-custom-quote__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.jp-product-custom-quote__metric {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
}
.jp-product-custom-quote__metric + .jp-product-custom-quote__metric {
  padding-left: 18px;
  border-left: 1px solid var(--jp-border);
}
.jp-product-custom-quote__metric-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--jp-orange);
}
.jp-product-custom-quote__metric-icon svg {
  width: 42px;
  height: 42px;
}
.jp-product-custom-quote__metric small,
.jp-product-custom-quote__metric strong {
  display: block;
}
.jp-product-custom-quote__metric small {
  color: var(--jp-muted);
  font-size: 18px;
  line-height: 1.2;
}
.jp-product-custom-quote__metric strong {
  margin-top: 4px;
  color: var(--jp-text);
  font-size: 18px;
  line-height: 1.16;
}
.jp-product-custom-quote__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.jp-product-custom-quote__actions .jp-btn {
  width: 100%;
  min-height: 56px;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.18;
  text-align: center;
}
.jp-product-custom-quote__secondary {
  color: var(--jp-text);
  background: #fff;
}
.jp-product-custom-quote__note {
  margin: -2px 0 2px;
  color: var(--jp-muted);
  font-size: 15px;
  line-height: 1.45;
}
.jp-product-custom-quote__params {
  display: grid;
  margin: 6px 0 0;
}
.jp-product-custom-quote__param {
  display: grid;
  grid-template-columns: minmax(145px, 0.35fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--jp-border);
}
.jp-product-custom-quote__param:first-child {
  border-top: 0;
}
.jp-product-custom-quote__param dt {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  color: var(--jp-text);
  font-size: 19px;
  font-weight: 700;
}
.jp-product-custom-quote__param dd {
  margin: 0;
  color: var(--jp-text);
  font-size: 19px;
  line-height: 1.42;
}
.jp-product-custom-quote__param-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #667085;
}
.jp-product-custom-quote__param-icon::before,
.jp-product-custom-quote__param-icon::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
}
.jp-product-custom-quote__param-icon--custom::before,
.jp-product-custom-quote__param-icon--custom::after {
  content: none;
}
.jp-product-custom-quote__param-icon img,
.jp-product-custom-quote__param-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  color: currentColor;
}
.jp-product-custom-quote__param-icon--1::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.jp-product-custom-quote__param-icon--1::after {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translate(7px, 0);
}
.jp-product-custom-quote__param-icon--2::before {
  inset: 4px;
  border-radius: 4px;
}
.jp-product-custom-quote__param-icon--2::after {
  width: 10px;
  height: 10px;
  border-width: 0 2px 2px 0;
  right: 0;
  bottom: 0;
}
.jp-product-custom-quote__param-icon--3::before {
  width: 22px;
  height: 14px;
  transform: rotate(-28deg);
}
.jp-product-custom-quote__param-icon--3::after {
  width: 22px;
  height: 14px;
  transform: translateY(7px) rotate(-28deg);
}
.jp-product-custom-quote__param-icon--4::before {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
.jp-product-custom-quote__param-icon--4::after {
  width: 10px;
  height: 10px;
  border-top: 0;
  border-left: 0;
  transform: translate(5px, 5px) rotate(45deg);
}
.jp-product-info__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 16px 0;
}
.jp-product-info__price { font-size: 32px; font-weight: 800; margin: 16px 0; }
.jp-product-info__price-row .jp-product-info__price {
  margin: 0;
}
.jp-product-info__price-meta {
  position: relative;
  white-space: nowrap;
  color: var(--jp-muted);
  font-size: 14px;
}
.jp-product-info__article-text {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.jp-product-info__help {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  padding: 0;
  border: 1px solid var(--jp-border);
  border-radius: 999px;
  background: #fff;
  color: #101218;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.jp-product-info__help-popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 5;
  width: min(280px, calc(100vw - 48px));
  padding: 10px 12px;
  border: 1px solid var(--jp-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 18, 24, 0.12);
  white-space: normal;
  color: #101218;
  font-size: 13px;
  line-height: 1.45;
}
.jp-product-facts {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--jp-muted);
}
.jp-product-pricing-box {
  margin: 0 0 18px;
  border: 1px solid var(--jp-border);
  border-radius: 16px;
  overflow: hidden;
}
.jp-product-pricing-box--accordion {
  background: #fff;
}
.jp-product-pricing-box__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  cursor: pointer;
  list-style: none;
  background: var(--jp-bg-soft);
}
.jp-product-pricing-box__summary::-webkit-details-marker {
  display: none;
}
.jp-product-pricing-box__summary-text {
  display: grid;
  gap: 4px;
}
.jp-product-pricing-box__summary-text strong {
  font-size: 18px;
  color: #101218;
}
.jp-product-pricing-box__summary-text small {
  color: var(--jp-muted);
  font-size: 14px;
}
.jp-product-pricing-box__icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--jp-muted);
  transition: transform 0.18s ease;
}
.jp-product-pricing-box--accordion[open] .jp-product-pricing-box__icon {
  transform: rotate(180deg);
}
.jp-product-pricing-box__icon svg {
  width: 20px;
  height: 20px;
}
.jp-product-pricing-box__body {
  border-top: 1px solid var(--jp-border);
}
.jp-product-pricing-box__head {
  padding: 14px 16px;
  background: var(--jp-bg-soft);
}
.jp-product-pricing-box__head h2 {
  margin: 0 0 4px;
  font-size: 18px;
}
.jp-product-pricing-box__head p {
  margin: 0;
  color: var(--jp-muted);
  font-size: 14px;
}
.jp-product-pricing-table__head,
.jp-product-pricing-table__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 160px);
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
}
.jp-product-pricing-table__head {
  font-weight: 700;
  border-top: 1px solid var(--jp-border);
}
.jp-product-pricing-table__row {
  border-top: 1px solid var(--jp-border);
}
.jp-product-pricing-table__row.is-active {
  background: #fff7ed;
}
.jp-product-pricing-table__row.is-active span,
.jp-product-pricing-table__row.is-active strong {
  color: #9a3412;
}
.jp-product-pricing-note {
  margin: 12px 16px 0;
  padding: 10px 12px;
  border: 1px solid rgba(44, 122, 50, 0.24);
  border-radius: 8px;
  background: #f0fdf4;
  color: #166534;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
.jp-product-pricing-table--warehouse .jp-product-pricing-table__head,
.jp-product-pricing-table--warehouse .jp-product-pricing-table__row {
  grid-template-columns: minmax(0, 1fr) minmax(88px, 108px) minmax(88px, 108px) minmax(88px, 108px) !important;
  gap: 8px;
}
.jp-product-pricing-table--warehouse .jp-product-pricing-table__head,
.jp-product-pricing-table--warehouse .jp-product-pricing-table__row strong {
  white-space: nowrap;
}
.jp-product-pricing-table--warehouse .jp-product-pricing-table__head {
  font-size: 12px;
}
.jp-product-pricing-table--warehouse .jp-product-pricing-table__row {
  font-size: 13px;
}
.jp-product-options__entry {
  display: grid;
  gap: 10px;
  min-width: 0;
}
.jp-product-options__entry > * {
  height: 100%;
}
.jp-product-suboptions-stack {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}
.jp-product-suboptions {
  padding: 12px 14px;
  border: 1px solid var(--jp-border);
  border-radius: 14px;
  background: #fff;
}
.jp-product-suboptions__title {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #101218;
}
.jp-product-suboptions__title--text-fields {
  margin-bottom: 6px;
}
.jp-variant-table {
  border: 1px solid var(--jp-border);
  border-radius: 16px;
  overflow: hidden;
}
.jp-product-variant-choice {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}
.jp-product-variant-choice__head h2 {
  margin: 0;
  font-size: 18px;
}
.jp-product-variant-choice__list {
  display: grid;
  grid-template-columns: repeat(var(--jp-variant-choice-columns-desktop, 3), minmax(0, 1fr));
  gap: 10px;
}
.jp-product-variant-choice__option {
  position: relative;
  display: block;
  min-width: 0;
  height: 100%;
}
.jp-product-variant-choice__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.jp-product-variant-choice__body {
  display: grid;
  gap: 4px;
  min-height: 100%;
  padding: 14px 16px;
  border: 1px solid var(--jp-border);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.jp-product-variant-choice--tiles .jp-product-variant-choice__list {
  grid-template-columns: repeat(var(--jp-variant-choice-columns-desktop, 3), minmax(0, 1fr));
}
.jp-product-variant-choice--tiles .jp-product-variant-choice__body {
  gap: 10px;
  padding: 10px;
  justify-items: center;
  text-align: center;
}
.jp-product-variant-choice__visual {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--jp-bg-soft);
}
.jp-product-variant-choice__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.jp-product-variant-choice__visual-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  text-align: center;
  color: var(--jp-muted);
  font-size: 12px;
  line-height: 1.35;
}
.jp-product-variant-choice__color-swatch {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--jp-product-color-swatch, var(--jp-bg-soft));
  box-shadow: inset 0 0 0 1px rgba(16, 18, 24, 0.12);
}
.jp-product-variant-choice__color-swatch--white {
  box-shadow: inset 0 0 0 1px rgba(16, 18, 24, 0.22);
}
.jp-product-variant-choice__color-swatch--transparent {
  background:
    linear-gradient(45deg, rgba(16, 18, 24, 0.08) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(16, 18, 24, 0.08) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(16, 18, 24, 0.08) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(16, 18, 24, 0.08) 75%),
    #fff;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-size: 16px 16px;
}
.jp-product-variant-choice__color-swatch--multicolor {
  background: conic-gradient(#ef4444, #f97316, #facc15, #22c55e, #38bdf8, #8b5cf6, #ef4444);
}
.jp-product-variant-choice__label {
  font-size: 15px;
  font-weight: 700;
  color: #101218;
}
.jp-product-variant-choice--tiles .jp-product-variant-choice__label {
  text-align: center;
}
.jp-product-variant-choice__option input:checked + .jp-product-variant-choice__body {
  border-color: #ff6700;
  background: #fff8f2;
  box-shadow: 0 0 0 1px rgba(255, 103, 0, 0.18);
}
.jp-product-variant-choice__supplier-color {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.jp-product-variant-choice--supplier-colors .jp-product-variant-choice__list {
  grid-template-columns: repeat(auto-fill, minmax(44px, 44px));
  gap: 6px;
}
.jp-product-variant-choice__supplier-color .jp-product-variant-choice__body {
  min-height: 100%;
  gap: 0;
  padding: 4px;
  justify-items: center;
  text-align: center;
}
.jp-product-variant-choice--supplier-colors .jp-product-variant-choice__visual {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 8px;
}
.jp-product-variant-choice--supplier-colors .jp-product-variant-choice__label {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  z-index: 3;
  min-width: max-content;
  max-width: 180px;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(16, 18, 24, 0.92);
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  box-shadow: 0 12px 24px rgba(16, 18, 24, 0.18);
}
.jp-product-variant-choice__supplier-color:hover .jp-product-variant-choice__label,
.jp-product-variant-choice__supplier-color:focus-visible .jp-product-variant-choice__label {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.jp-product-variant-choice__supplier-color.is-active .jp-product-variant-choice__body {
  border-color: #ff6700;
  background: #fff8f2;
  box-shadow: 0 0 0 1px rgba(255, 103, 0, 0.18);
}
.jp-product-variant-choice__supplier-color:focus-visible {
  outline: none;
}
.jp-product-variant-choice__supplier-color:focus-visible .jp-product-variant-choice__body {
  border-color: #ff6700;
  box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.16);
}
.jp-product-variant-choice__pricing {
  border: 1px solid var(--jp-border);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.jp-product-variant-choice__pricing-head {
  display: block;
  background: var(--jp-bg-soft);
}
.jp-product-variant-choice__pricing-head span {
  display: block;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--jp-muted);
}
.jp-product-variant-choice__pricing-body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  gap: 0;
}
.jp-product-variant-choice__pricing-row {
  display: grid;
  gap: 6px;
  padding: 10px 10px 9px;
  border-top: 1px solid var(--jp-border);
  border-left: 1px solid var(--jp-border);
  background: #fff;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}
.jp-product-variant-choice__pricing-row:nth-child(1) {
  border-left: none;
}
.jp-product-variant-choice__pricing-row.is-active {
  background: #fff8f2;
  box-shadow: inset 0 0 0 1px rgba(255, 103, 0, 0.18);
}
.jp-product-variant-choice__pricing-row span {
  font-size: 11px;
  font-weight: 600;
  color: var(--jp-muted);
}
.jp-product-variant-choice__pricing-row strong {
  font-size: 13px;
  color: #101218;
}
.jp-product-variant-choice__pricing-row.is-active span,
.jp-product-variant-choice__pricing-row.is-active strong {
  color: #9a3412;
}
.jp-product-variant-choice__qty {
  max-width: 220px;
}
.jp-product-live-summary {
  position: sticky;
  bottom: 20px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
  padding: 14px;
  border: 1px solid rgba(255, 103, 0, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(16, 18, 24, 0.08);
  backdrop-filter: blur(10px);
}
.jp-product-live-summary__item {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff8f2;
}
.jp-product-live-summary__item span {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--jp-muted);
}
.jp-product-live-summary__item strong {
  font-size: 22px;
  line-height: 1.1;
}
.jp-branding-options {
  margin-top: 18px;
}
.jp-branding-options__head {
  padding: 0 0 12px;
}
.jp-branding-options__head h3 {
  margin: 0;
  font-size: 17px;
}
.jp-branding-options__grid {
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 0;
}
.jp-product-options__group-note {
  margin-top: -4px;
  color: var(--jp-muted);
  font-size: 13px;
  line-height: 1.5;
}
.jp-product-options__list {
  display: grid;
  gap: 10px;
}
.jp-product-options__list--buttons {
  grid-template-columns: repeat(var(--jp-option-columns-desktop, 3), minmax(0, 1fr));
}
.jp-product-options__list--image_tiles {
  grid-template-columns: repeat(var(--jp-option-columns-desktop, 3), minmax(0, 1fr));
}
.jp-product-options__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--jp-border);
  border-radius: 14px;
  background: #fff;
}
.jp-product-options__item input {
  margin: 0;
}
.jp-product-options__item.is-disabled {
  opacity: 0.55;
  background: #f8fafc;
}
.jp-product-options__item-label {
  font-size: 14px;
  font-weight: 600;
  color: #101218;
}
.jp-product-options__item-price {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: #9a3412;
}
.jp-product-options__text-subfield {
  display: block;
}
.jp-product-suboptions__text-fields {
  display: grid;
  margin-top: 2px;
  gap: 8px;
}
.jp-product-options__button,
.jp-product-options__tile {
  position: relative;
  display: block;
  height: 100%;
}
.jp-product-options__button input,
.jp-product-options__tile input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.jp-product-options__button-body {
  display: grid;
  gap: 6px;
  min-height: 100%;
  height: 100%;
  width: 100%;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--jp-border);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}
.jp-product-options__button-label {
  font-size: 14px;
  font-weight: 700;
  color: #101218;
  min-width: 0;
}
.jp-product-options__button-price,
.jp-product-options__tile-price {
  font-size: 13px;
  font-weight: 700;
  color: #9a3412;
  min-width: 0;
}
.jp-product-options__button input:checked + .jp-product-options__button-body {
  border-color: #ff6700;
  background: #fff8f2;
  box-shadow: 0 0 0 1px rgba(255, 103, 0, 0.18);
}
.jp-product-options__button.is-disabled .jp-product-options__button-body,
.jp-product-options__tile.is-disabled .jp-product-options__tile-body {
  opacity: 0.55;
  background: #f8fafc;
  cursor: not-allowed;
}
.jp-product-options__tile-body {
  display: grid;
  gap: 10px;
  min-height: 164px;
  height: 100%;
  width: 100%;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--jp-border);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}
.jp-product-options__tile-preview {
  display: grid;
  place-items: center;
  min-height: 88px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
  color: #667085;
}
.jp-product-options__tile-preview svg {
  width: 42px;
  height: 42px;
}
.jp-product-options__tile-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.jp-product-options__tile-label {
  font-size: 14px;
  font-weight: 700;
  color: #101218;
  min-width: 0;
}
.jp-product-options__tile input:checked + .jp-product-options__tile-body {
  border-color: #ff6700;
  background: #fff8f2;
  box-shadow: 0 0 0 1px rgba(255, 103, 0, 0.18);
}
.jp-branding-option-row {
  display: grid;
  gap: 10px;
}
.jp-branding-option-row__title {
  font-size: 14px;
  font-weight: 700;
  color: #101218;
}
.jp-branding-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.jp-branding-tile {
  position: relative;
  display: block;
}
.jp-branding-tile input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.jp-branding-tile__body {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 148px;
  padding: 12px;
  border: 1px solid var(--jp-border);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.jp-branding-tile__indicator {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #c6cbd4;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 18, 24, 0.06);
}
.jp-branding-tile__preview {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding-top: 10px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
}
.jp-branding-tile__preview svg {
  width: 76px;
  height: 76px;
}
.jp-branding-tile__preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.jp-branding-tile__label {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: #101218;
}
.jp-branding-tile input:checked + .jp-branding-tile__body {
  border-color: #ff6700;
  background: rgba(255, 103, 0, 0.06);
  box-shadow: 0 8px 20px rgba(255, 103, 0, 0.14);
  transform: translateY(-1px);
}
.jp-branding-tile input:checked + .jp-branding-tile__body .jp-branding-tile__indicator {
  border-color: #ff6700;
  background: #ff6700;
}
.jp-branding-tile input:checked + .jp-branding-tile__body .jp-branding-tile__indicator::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: #fff;
  clip-path: polygon(14% 52%, 0 66%, 38% 100%, 100% 20%, 86% 6%, 36% 69%);
}
.jp-branding-tile input:checked + .jp-branding-tile__body .jp-branding-tile__label {
  color: #9a4200;
}
.jp-variant-table__head,
.jp-variant-table__row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 76px 88px 116px;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
}
.jp-variant-table__head {
  background: var(--jp-bg-soft);
  font-weight: 700;
}
.jp-variant-table__row { border-top: 1px solid var(--jp-border); }
.jp-variant-table--with-price .jp-variant-table__head,
.jp-variant-table--with-price .jp-variant-table__row {
  grid-template-columns: minmax(0, 1.4fr) 76px 88px 100px 116px;
}
.jp-variant-table--no-color .jp-variant-table__head,
.jp-variant-table--no-color .jp-variant-table__row {
  grid-template-columns: minmax(76px, .6fr) minmax(88px, .6fr) minmax(116px, .7fr);
}
.jp-variant-table--no-color.jp-variant-table--with-price .jp-variant-table__head,
.jp-variant-table--no-color.jp-variant-table--with-price .jp-variant-table__row {
  grid-template-columns: minmax(76px, .55fr) minmax(88px, .55fr) minmax(100px, .6fr) minmax(116px, .7fr);
}
.jp-variant-table--warehouse-stock .jp-variant-table__head,
.jp-variant-table--warehouse-stock .jp-variant-table__row {
  grid-template-columns: minmax(0, 1.3fr) 76px 88px 88px 116px;
}
.jp-variant-table--warehouse-stock.jp-variant-table--with-price .jp-variant-table__head,
.jp-variant-table--warehouse-stock.jp-variant-table--with-price .jp-variant-table__row {
  grid-template-columns: minmax(0, 1.25fr) 76px 84px 84px 100px 116px;
}
.jp-variant-table--no-color.jp-variant-table--warehouse-stock .jp-variant-table__head,
.jp-variant-table--no-color.jp-variant-table--warehouse-stock .jp-variant-table__row {
  grid-template-columns: minmax(76px, .5fr) minmax(88px, .55fr) minmax(88px, .55fr) minmax(116px, .7fr);
}
.jp-variant-table--no-color.jp-variant-table--warehouse-stock.jp-variant-table--with-price .jp-variant-table__head,
.jp-variant-table--no-color.jp-variant-table--warehouse-stock.jp-variant-table--with-price .jp-variant-table__row {
  grid-template-columns: minmax(72px, .45fr) minmax(84px, .5fr) minmax(84px, .5fr) minmax(96px, .55fr) minmax(116px, .7fr);
}
.jp-variant-table__price {
  font-weight: 700;
  color: #101218;
}
.jp-variant-table__size {
  text-align: center;
}
.jp-variant-table__stock {
  font-weight: 600;
  color: #101218;
}
.jp-variant-table__stock-link {
  color: var(--jp-orange);
  font-weight: 700;
  text-decoration: none;
}
.jp-variant-table__stock-link:hover {
  text-decoration: underline;
}
.jp-variant-table__qty {
  min-width: 0;
}
.jp-variant-table__qty .jp-input {
  border-color: rgba(255, 103, 0, 0.72);
  box-shadow: 0 0 0 2px rgba(255, 103, 0, 0.08);
}
.jp-variant-table__qty .jp-input:focus {
  border-color: var(--jp-orange);
  box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.18);
}
.jp-product-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.jp-product-actions > * {
  flex: 1 1 0;
}
.jp-product-actions .jp-btn {
  justify-content: center;
  text-align: center;
  font-size: 15px;
}
.jp-product-characteristics-accordion {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}
.jp-product-characteristics-box {
  padding: 0;
}
.jp-product-characteristics-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  color: #101218;
}
.jp-product-characteristics-accordion__summary::-webkit-details-marker {
  display: none;
}
.jp-product-characteristics-accordion__icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--jp-muted);
  transition: transform 0.18s ease;
}
.jp-product-characteristics-accordion[open] .jp-product-characteristics-accordion__icon {
  transform: rotate(180deg);
}
.jp-product-characteristics-accordion__icon svg {
  width: 20px;
  height: 20px;
}
.jp-product-characteristics-accordion__body {
  padding: 0 24px 24px;
  border-top: 1px solid var(--jp-border);
}
.jp-product-characteristics__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding-top: 18px;
}
.jp-product-characteristics__item {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid var(--jp-border);
  background: transparent;
}
.jp-product-characteristics__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.jp-product-characteristics__item dt {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--jp-muted);
}
.jp-product-characteristics__item dd {
  margin: 0;
  color: #101218;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.jp-product-layout-templates__list {
  display: grid;
  gap: 12px;
  padding-top: 18px;
}
.jp-product-layout-templates__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--jp-border);
}
.jp-product-layout-templates__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.jp-product-layout-templates__meta {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.jp-product-layout-templates__meta strong {
  color: #101218;
  font-size: 15px;
  line-height: 1.4;
}
.jp-product-layout-templates__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.jp-product-layout-templates__badge,
.jp-product-layout-templates__size {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f4f6f8;
  color: #52606d;
  font-size: 12px;
  font-weight: 700;
}
.jp-product-description {
  display: grid;
  gap: 28px;
  padding: 34px;
  background: #fff;
}
.jp-product-description__section-head {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.jp-product-description__section-head h2 {
  margin: 0;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.08;
}
.jp-product-description__section-head p {
  margin: 0;
  max-width: 960px;
  color: #475467;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
  text-align: left;
}
.jp-product-description__features {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}
.jp-product-description__feature {
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(280px, 40%);
  gap: 12px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--jp-border);
}
.jp-product-description__feature--reverse {
  grid-template-columns: minmax(280px, 40%) minmax(0, 60%);
}
.jp-product-description__feature--reverse .jp-product-description__feature-copy {
  order: 2;
}
.jp-product-description__feature--reverse .jp-product-description__feature-visual {
  order: 1;
}
.jp-product-description__feature-copy {
  display: grid;
  gap: 8px;
  max-width: 100%;
  justify-self: center;
}
.jp-product-description__feature-copy h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
}
.jp-product-description__feature-copy p {
  margin: 0;
  max-width: 56ch;
  color: #475467;
  font-size: 17px;
  line-height: 1.75;
}
.jp-product-description__feature-visual {
  position: relative;
  min-height: 228px;
  aspect-ratio: 4 / 3;
  width: 100%;
  max-width: 460px;
  justify-self: center;
}
.jp-product-description__feature-visual img,
.jp-product-description__feature-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.jp-product-description__feature-visual img {
  object-fit: contain;
  object-position: center;
}
.jp-product-description__feature-placeholder {
  background: linear-gradient(135deg, #f4f4f5, #fafafa);
}
.jp-product-description__seo {
  position: relative;
  padding-top: 10px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.jp-product-description__seo::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 10px;
  border-top: 1px solid var(--jp-border);
}
.jp-product-description__seo-summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 960px;
  margin: 14px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
  color: #b45309;
}
.jp-product-description__seo-label--collapse {
  display: none;
}
.jp-product-description__seo.is-expanded .jp-product-description__seo-label--expand {
  display: none;
}
.jp-product-description__seo.is-expanded .jp-product-description__seo-label--collapse {
  display: inline;
}
.jp-product-description__seo-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: inherit;
  transition: transform 0.18s ease;
}
.jp-product-description__seo.is-expanded .jp-product-description__seo-icon {
  transform: rotate(180deg);
}
.jp-product-description__seo-icon svg {
  width: 20px;
  height: 20px;
}
.jp-product-description__seo-body {
  max-width: 960px;
  max-height: 210px;
  overflow: hidden;
  padding: 6px 0 0;
  margin: 0 auto;
  transition: max-height 0.24s ease;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 84%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 84%, transparent 100%);
}
.jp-product-description__seo.is-expanded .jp-product-description__seo-body {
  max-height: 2000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.jp-product-description__seo-body h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.12;
}
.jp-product-description__body {
  display: grid;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.jp-product-description__body p {
  margin: 0;
  color: #344054;
  font-size: 17px;
  line-height: 1.85;
}
@media (max-width: 900px) {
  .jp-product-variant-choice__list,
  .jp-product-variant-choice--tiles .jp-product-variant-choice__list {
    grid-template-columns: repeat(var(--jp-variant-choice-columns-mobile, 2), minmax(0, 1fr));
  }
  .jp-product-options__list--buttons,
  .jp-product-options__list--image_tiles {
    grid-template-columns: repeat(var(--jp-option-columns-mobile, 2), minmax(0, 1fr));
  }
  .jp-product-page__top { grid-template-columns: 1fr; }
  .jp-product-page__media { display: contents; }
  .jp-product-page__media { position: static; top: auto; }
  .jp-product-gallery { order: 1; }
  .jp-product-page__side { order: 2; }
  .jp-product-support { order: 3; }
  .jp-product-support--final {
    grid-template-columns: 1fr;
    padding: 18px 20px;
  }
  .jp-product-support--final .jp-product-support__actions,
  .jp-product-support--final .jp-product-support__note {
    grid-column: auto;
    grid-row: auto;
  }
  .jp-product-support__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .jp-product-support__action {
    width: 100%;
    justify-content: center;
  }
  .jp-product-info__price-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .jp-product-pricing-table__head,
  .jp-product-pricing-table__row { grid-template-columns: minmax(0, 1fr) 130px; }
  .jp-product-pricing-table--warehouse .jp-product-pricing-table__head,
  .jp-product-pricing-table--warehouse .jp-product-pricing-table__row { grid-template-columns: minmax(0, 1fr) 92px 92px 92px !important; gap: 6px; }
  .jp-variant-table__head,
  .jp-variant-table__row { grid-template-columns: minmax(0, 1.25fr) 68px 82px 104px; }
  .jp-variant-table--with-price .jp-variant-table__head,
  .jp-variant-table--with-price .jp-variant-table__row { grid-template-columns: minmax(0, 1.3fr) 68px 82px 88px 104px; }
  .jp-variant-table--no-color .jp-variant-table__head,
  .jp-variant-table--no-color .jp-variant-table__row { grid-template-columns: 72px 86px 104px; }
  .jp-variant-table--no-color.jp-variant-table--with-price .jp-variant-table__head,
  .jp-variant-table--no-color.jp-variant-table--with-price .jp-variant-table__row { grid-template-columns: 72px 82px 88px 104px; }
  .jp-variant-table--warehouse-stock .jp-variant-table__head,
  .jp-variant-table--warehouse-stock .jp-variant-table__row { grid-template-columns: minmax(0, 1.2fr) 64px 76px 76px 104px; }
  .jp-variant-table--warehouse-stock.jp-variant-table--with-price .jp-variant-table__head,
  .jp-variant-table--warehouse-stock.jp-variant-table--with-price .jp-variant-table__row { grid-template-columns: minmax(0, 1.2fr) 64px 72px 72px 82px 104px; }
  .jp-variant-table--no-color.jp-variant-table--warehouse-stock .jp-variant-table__head,
  .jp-variant-table--no-color.jp-variant-table--warehouse-stock .jp-variant-table__row { grid-template-columns: 68px 76px 76px 104px; }
  .jp-variant-table--no-color.jp-variant-table--warehouse-stock.jp-variant-table--with-price .jp-variant-table__head,
  .jp-variant-table--no-color.jp-variant-table--warehouse-stock.jp-variant-table--with-price .jp-variant-table__row { grid-template-columns: 64px 72px 72px 82px 104px; }
  .jp-product-live-summary {
    position: sticky;
    bottom: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
    padding: 10px;
    border-radius: 14px;
  }
  .jp-product-live-summary__item {
    padding: 8px 10px;
    min-width: 0;
  }
  .jp-product-live-summary__item span {
    font-size: 10px;
    letter-spacing: 0.03em;
  }
  .jp-product-live-summary__item strong {
    font-size: 16px;
    white-space: nowrap;
  }
  .jp-product-characteristics__item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .jp-product-layout-templates__item {
    align-items: stretch;
    flex-direction: column;
  }
  .jp-product-layout-templates__item .jp-btn {
    width: 100%;
    justify-content: center;
  }
  .jp-branding-tile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jp-product-gallery__thumbs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .jp-product-gallery__thumb--image {
    width: clamp(96px, 24vw, 120px);
  }
  .jp-product-gallery__nav {
    width: 38px;
    height: 38px;
  }
  .jp-product-description {
    padding: 24px 18px;
    gap: 24px;
  }
  .jp-product-actions {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .jp-product-description__feature,
  .jp-product-description__feature--reverse {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 0;
  }
  .jp-product-description__feature--reverse .jp-product-description__feature-copy,
  .jp-product-description__feature--reverse .jp-product-description__feature-visual {
    order: initial;
  }
  .jp-product-description__feature-visual {
    min-height: 0;
  }
  .jp-product-description__feature-visual img,
  .jp-product-description__feature-placeholder {
    min-height: 0;
  }
  .jp-product-description__body p,
  .jp-product-description__feature-copy p {
    font-size: 15px;
    line-height: 1.7;
  }
  .jp-product-custom-landing__grid {
    grid-template-columns: 1fr;
  }
  .jp-product-custom-landing__process {
    grid-template-columns: 1fr;
  }
  .jp-product-custom-landing__process ol {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .jp-product-custom-landing__process li:not(:last-child)::after {
    display: none;
  }
  .jp-product-custom-landing__examples,
  .jp-product-custom-landing__requirements {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .jp-product-custom-landing__request {
    align-items: stretch;
    flex-direction: column;
  }
  .jp-product-custom-landing__request .jp-btn {
    width: 100%;
    justify-content: center;
  }
  .jp-product-related__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .jp-product-page.jp-container {
    width: calc(100% - 20px);
  }

  .jp-product-page.jp-page-block {
    padding-top: 20px;
  }

  .jp-product-page__header {
    margin-bottom: 14px;
    min-width: 0;
  }

  .jp-product-page__header h1 {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.2;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .jp-product-page__header-lead {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
  }

  .jp-product-page__top,
  .jp-product-page__side {
    gap: 12px;
  }

  .jp-product-gallery,
  .jp-product-info,
  .jp-product-support,
  .jp-product-description {
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  }

  .jp-product-gallery {
    gap: 10px;
    padding: 10px;
  }

  .jp-product-gallery__stage img,
  .jp-image-placeholder,
  .jp-product-gallery__video-frame {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
  }

  .jp-product-gallery--custom .jp-product-gallery__stage img {
    aspect-ratio: 16 / 9;
  }

  .jp-product-gallery__nav {
    display: none;
  }

  .jp-product-gallery__thumbs {
    gap: 8px;
    padding-bottom: 2px;
  }

  .jp-product-gallery__thumb {
    border-radius: 10px;
  }

  .jp-product-gallery__thumb--image {
    width: 74px;
  }

  .jp-product-gallery__thumb--video {
    width: 58px;
  }

  .jp-product-video__title {
    top: 12px;
    right: 14px;
    left: 14px;
    font-size: 14px;
  }

  .jp-product-gallery__thumb--image img {
    aspect-ratio: 1 / 1;
  }

  .jp-product-info {
    padding: 14px;
  }

  .jp-product-info__price-row {
    gap: 6px;
    margin: 0 0 14px;
  }

  .jp-product-info__price {
    font-size: 26px;
    line-height: 1.12;
  }

  .jp-product-custom-quote {
    gap: 18px;
  }

  .jp-product-custom-quote__head {
    gap: 12px;
  }

  .jp-product-custom-quote__badge {
    min-height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }

  .jp-product-custom-quote__metrics {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .jp-product-custom-quote__metric {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .jp-product-custom-quote__metric + .jp-product-custom-quote__metric {
    padding: 12px 0 0;
    border-top: 1px solid var(--jp-border);
    border-left: 0;
  }

  .jp-product-custom-quote__metric-icon,
  .jp-product-custom-quote__metric-icon svg {
    width: 36px;
    height: 36px;
  }

  .jp-product-custom-quote__metric small {
    font-size: 14px;
  }

  .jp-product-custom-quote__metric strong {
    font-size: 18px;
  }

  .jp-product-custom-quote__actions .jp-btn {
    min-height: 48px;
    font-size: 16px;
  }

  .jp-product-custom-quote__param {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }

  .jp-product-custom-quote__param dt,
  .jp-product-custom-quote__param dd {
    font-size: 16px;
  }

  .jp-product-custom-summary,
  .jp-product-custom-landing__examples,
  .jp-product-custom-landing__requirements {
    grid-template-columns: 1fr;
  }

  .jp-product-custom-landing {
    gap: 20px;
    padding: 16px;
  }

  .jp-product-custom-landing__card {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .jp-product-custom-landing__card,
  .jp-product-custom-landing__example,
  .jp-product-custom-landing__requirement {
    padding: 14px;
  }

  .jp-product-custom-landing__icon {
    width: 36px;
    height: 36px;
  }

  .jp-product-custom-landing__process li {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .jp-product-custom-landing__process li::before {
    width: 50px;
    height: 50px;
  }

  .jp-product-info__price-meta {
    white-space: normal;
  }

  .jp-product-pricing-box {
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .jp-product-pricing-box__head,
  .jp-product-pricing-box__summary {
    padding: 12px;
  }

  .jp-product-pricing-table__head {
    display: none;
  }

  .jp-product-pricing-table__row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    padding: 12px;
  }

  .jp-product-pricing-table__row > span:first-child {
    color: var(--jp-muted);
    font-size: 13px;
    font-weight: 700;
  }

  .jp-product-pricing-table--warehouse .jp-product-pricing-table__row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .jp-product-pricing-table--warehouse .jp-product-pricing-table__row > span:first-child {
    grid-column: 1 / -1;
    color: #101218;
    font-size: 14px;
  }

  .jp-product-pricing-table--warehouse .jp-product-pricing-table__row strong {
    min-width: 0;
    white-space: normal;
    font-size: 13px;
    line-height: 1.3;
  }

  .jp-product-pricing-table--warehouse .jp-product-pricing-table__row strong::before {
    display: block;
    margin-bottom: 2px;
    color: var(--jp-muted);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .jp-product-pricing-table--warehouse .jp-product-pricing-table__row strong:nth-of-type(1)::before {
    content: "В наличии";
  }

  .jp-product-pricing-table--warehouse .jp-product-pricing-table__row strong:nth-of-type(2)::before {
    content: "Резерв";
  }

  .jp-product-pricing-table--warehouse .jp-product-pricing-table__row strong:nth-of-type(3)::before {
    content: "Свободно";
  }

  .jp-product-variant-choice {
    gap: 10px;
    margin-bottom: 14px;
  }

  .jp-product-variant-choice__list,
  .jp-product-variant-choice--tiles .jp-product-variant-choice__list {
    gap: 8px;
  }

  .jp-product-variant-choice__body,
  .jp-product-variant-choice--tiles .jp-product-variant-choice__body {
    border-radius: 12px;
    padding: 8px;
  }

  .jp-product-variant-choice__label {
    font-size: 13px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .jp-product-variant-choice--supplier-colors .jp-product-variant-choice__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .jp-product-variant-choice--supplier-colors .jp-product-variant-choice__supplier-color {
    flex: 0 0 40px;
  }

  .jp-product-variant-choice--supplier-colors .jp-product-variant-choice__label {
    display: none;
  }

  .jp-variant-table {
    border-radius: 14px;
  }

  .jp-variant-table__head {
    display: none;
  }

  .jp-variant-table__row,
  .jp-variant-table--with-price .jp-variant-table__row {
    grid-template-columns: minmax(0, 1fr) minmax(104px, 118px);
    gap: 8px 12px;
    padding: 12px;
  }

  .jp-variant-table--warehouse-stock .jp-variant-table__row,
  .jp-variant-table--warehouse-stock.jp-variant-table--with-price .jp-variant-table__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jp-variant-table__row > span:first-of-type {
    grid-column: 1 / -1;
    font-weight: 700;
  }

  .jp-variant-table__row > span[data-variant-cell-label] {
    display: grid;
    gap: 2px;
    align-content: start;
  }

  .jp-variant-table__row > span[data-variant-cell-label]::before {
    content: attr(data-variant-cell-label);
    color: var(--jp-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
  }

  .jp-variant-table__size {
    text-align: left;
    color: var(--jp-muted);
  }

  .jp-variant-table__price,
  .jp-variant-table__stock {
    font-size: 13px;
  }

  .jp-variant-table__row .jp-input {
    padding: 10px 12px;
  }

  .jp-variant-table__qty {
    grid-column: 1 / -1;
  }

  .jp-product-options__list--buttons,
  .jp-product-options__list--image_tiles {
    gap: 8px;
  }

  .jp-product-options__item {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    padding: 10px 12px;
  }

  .jp-product-options__item-price {
    grid-column: 2;
    white-space: normal;
  }

  .jp-product-options__button-body,
  .jp-product-options__tile-body {
    border-radius: 12px;
    padding: 10px;
  }

  .jp-product-options__tile-body {
    min-height: 138px;
  }

  .jp-product-options__tile-preview {
    min-height: 74px;
    border-radius: 10px;
  }

  .jp-product-variant-choice__qty {
    max-width: none;
  }

  .jp-product-layout-upload {
    padding: 12px;
    border-radius: 14px;
  }

  .jp-product-layout-upload__field {
    display: grid;
  }

  .jp-product-layout-upload__field .jp-btn {
    width: 100%;
  }

  .jp-product-live-summary {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px;
    padding: 8px;
  }

  .jp-product-live-summary__item {
    padding: 8px 6px;
  }

  .jp-product-live-summary__item strong {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .jp-product-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .jp-product-actions > * {
    width: 100%;
  }

  .jp-product-support {
    padding: 14px;
  }

  .jp-product-support h2 {
    font-size: 18px;
  }

  .jp-product-characteristics-accordion__summary {
    padding: 16px;
  }

  .jp-product-characteristics-accordion__body {
    padding: 0 16px 16px;
  }

  .jp-product-characteristics__item {
    padding: 10px 0;
  }

  .jp-product-description {
    padding: 18px 14px;
  }

  .jp-product-related {
    gap: 14px;
    padding: 16px 12px;
  }

  .jp-product-related__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .jp-product-related__head h2 {
    font-size: 22px;
  }

  .jp-product-related__list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin: 0 -12px;
    padding: 0 12px 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .jp-product-related__list::-webkit-scrollbar {
    display: none;
  }

  .jp-product-related-card {
    flex: 0 0 min(68vw, 230px);
    scroll-snap-align: start;
  }

  .jp-product-description__section-head {
    text-align: left;
  }

  .jp-product-description__section-head h2,
  .jp-product-description__seo-body h2 {
    font-size: 22px;
  }

  .jp-product-description__feature-copy h3 {
    font-size: 20px;
  }
}

@media (max-width: 420px) {
  .jp-product-options__list--buttons,
  .jp-product-options__list--image_tiles {
    grid-template-columns: 1fr;
  }

  .jp-product-live-summary {
    grid-template-columns: 1fr;
  }

  .jp-product-live-summary__item {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}
