/* PROTOTYPE ONLY — scoped styles for the localhost PDP preview. */
.jps-pdp-preview {
  --pdp-navy: #082b55;
  --pdp-blue: #13a8df;
  --pdp-blue-dark: #0789c4;
  --pdp-sage: #789b5f;
  --pdp-ink: #24384e;
  --pdp-muted: #5f7182;
  --pdp-line: #dce5eb;
  --pdp-tint: #f5f8fa;
  --pdp-white: #fff;
  color: var(--pdp-ink);
  background: var(--pdp-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
}
.jps-pdp-preview *, .jps-pdp-preview *::before, .jps-pdp-preview *::after { box-sizing: border-box; }
.jps-pdp-preview img { display: block; max-width: 100%; }
.jps-pdp-preview button { font: inherit; touch-action: manipulation; }
.jps-pdp-preview a, .jps-pdp-preview button { transition: color .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.jps-pdp-preview a:focus-visible, .jps-pdp-preview button:focus-visible { outline: 3px solid rgba(19,168,223,.35); outline-offset: 3px; }
.jps-pdp-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.jps-pdp-container { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.jps-pdp-preview__notice { min-height: 40px; padding: 8px 24px; display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--pdp-navy); background: #eaf7fc; font-size: 12px; }
.jps-pdp-preview__notice strong { color: #007fb8; font-size: 11px; letter-spacing: .14em; }
.jps-pdp-breadcrumb { min-height: 64px; display: flex; align-items: center; gap: 11px; color: #617487; font-size: 13px; }
.jps-pdp-breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; }
.jps-pdp-breadcrumb a:hover { color: var(--pdp-blue-dark); }
.jps-pdp-breadcrumb strong { color: var(--pdp-ink); }
.jps-pdp-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); gap: clamp(36px, 4vw, 62px); align-items: start; padding-bottom: 32px; }
.jps-pdp-gallery__stage { height: 540px; overflow: hidden; position: relative; border: 1px solid #e2eaf0; border-radius: 12px; background: #fff; }
.jps-pdp-gallery__stage > img { width: 100%; height: 100%; padding: 18px; object-fit: contain; background: #fff; }
.jps-pdp-gallery__pending { width: 100%; height: 100%; padding: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #65798d; border: 1px dashed #b9cbd5; border-radius: 12px; background: #f4f7f9; text-align: center; }
.jps-pdp-gallery__pending svg { width: 62px; margin-bottom: 20px; fill: none; stroke: #8aa4b4; stroke-width: 2; }
.jps-pdp-gallery__pending strong { color: var(--pdp-navy); font-size: 22px; }
.jps-pdp-gallery__pending span { max-width: 470px; margin-top: 8px; font-size: 13px; }
.jps-pdp-gallery__thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(4, minmax(70px, 112px)); gap: 12px; }
.jps-pdp-gallery__thumb { height: 82px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 9px; background: #eef3f6; cursor: pointer; }
.jps-pdp-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.jps-pdp-gallery__thumb.is-active { border-color: var(--pdp-blue); }
.jps-pdp-summary { padding-top: 8px; }
.jps-pdp-eyebrow { margin: 0 0 10px; color: #0674aa; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.jps-pdp-summary h1 { max-width: 670px; margin: 0 0 18px; color: var(--pdp-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 3.4vw, 54px); font-weight: 700; line-height: 1.04; letter-spacing: -.025em; }
.jps-pdp-sku { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #53677b; }
.jps-pdp-sku strong { color: var(--pdp-navy); }
.jps-pdp-lead { max-width: 650px; margin: 16px 0 18px; color: #4f6478; font-size: 16px; line-height: 1.65; }
.jps-pdp-key-facts { margin: 0; }
.jps-pdp-key-facts div { padding: 10px 0; display: grid; grid-template-columns: 138px 1fr; gap: 16px; border-bottom: 1px solid var(--pdp-line); }
.jps-pdp-key-facts dt { color: var(--pdp-muted); }
.jps-pdp-key-facts dd { margin: 0; color: var(--pdp-navy); font-weight: 700; }
.jps-pdp-actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; }
.jps-pdp-button { min-height: 48px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid #087bab; border-radius: 999px; color: #fff; background: #087bab; box-shadow: none; font-weight: 700; cursor: pointer; }
.jps-pdp-button:hover, .jps-pdp-button:focus-visible { color: #fff; border-color: var(--pdp-blue-dark); background: var(--pdp-blue-dark); transform: translateY(-1px); }
.jps-pdp-button--outline { color: var(--pdp-navy); border-color: #9eafbe; background: #fff; box-shadow: none; }
.jps-pdp-button--outline:hover, .jps-pdp-button--outline:focus-visible { color: var(--pdp-blue-dark); border-color: var(--pdp-blue); background: #f5fcff; }
.jps-pdp-preview .jps-pdp-list-button { position: relative !important; inset: auto !important; width: auto !important; height: 48px !important; min-height: 48px !important; margin: 0; padding: 0 20px 0 48px !important; display: inline-flex !important; align-items: center; justify-content: center; color: var(--pdp-navy); border: 1px solid #aebdca !important; border-radius: 999px !important; background: #fff !important; box-shadow: none !important; font-size: 13px !important; font-weight: 700; line-height: 1 !important; opacity: 1 !important; }
.jps-pdp-preview .jps-pdp-list-button::before { left: 25px; width: 18px; height: 18px; }
.jps-pdp-preview .jps-pdp-list-button::after { content: none !important; display: none !important; }
.jps-pdp-preview .jps-pdp-list-button:hover, .jps-pdp-preview .jps-pdp-list-button:focus-visible { color: #087fb8; border-color: #70bddb !important; background: #f7fbfd !important; transform: none; }
.jps-pdp-preview .jps-pdp-list-button.is-added { color: #087fb8; border-color: #70bddb !important; background: #eef7fa !important; }
.jps-pdp-context-note { margin: 14px 0 0; color: #617386; font-size: 12px; }
.jps-pdp-context-note span { margin-right: 6px; color: var(--pdp-sage); font-weight: 800; }
.jps-pdp-decision-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--pdp-line); border-radius: 12px; background: #fff; }
.jps-pdp-decision-strip div { min-height: 96px; padding: 18px 22px; border-right: 1px solid var(--pdp-line); }
.jps-pdp-decision-strip div:last-child { border-right: 0; }
.jps-pdp-decision-strip span, .jps-pdp-decision-strip small { display: block; color: #65788a; }
.jps-pdp-decision-strip span { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.jps-pdp-decision-strip strong { margin: 4px 0 1px; display: block; color: var(--pdp-navy); font-size: 17px; }
.jps-pdp-decision-strip small { font-size: 11px; }
.jps-pdp-anchor { position: sticky; top: 60px; z-index: 20; border-top: 1px solid var(--pdp-line); border-bottom: 1px solid var(--pdp-line); background: rgba(255,255,255,.97); box-shadow: 0 5px 15px rgba(8,43,85,.04); }
.jps-pdp-anchor .jps-pdp-container { display: grid; grid-template-columns: repeat(6, 1fr); }
.jps-pdp-anchor a { min-height: 58px; padding: 12px 8px; display: flex; align-items: center; justify-content: center; color: #52677b; border-bottom: 2px solid transparent; text-align: center; font-size: 13px; }
.jps-pdp-anchor a:hover, .jps-pdp-anchor a.is-active { color: var(--pdp-navy); border-bottom-color: var(--pdp-blue); font-weight: 700; }
.jps-pdp-section { padding-top: 68px; padding-bottom: 68px; scroll-margin-top: 132px; }
.jps-pdp-section--tint { background: var(--pdp-tint); }
.jps-pdp-section-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.jps-pdp-section-heading h2 { margin: 0; color: var(--pdp-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 3vw, 47px); font-weight: 700; line-height: 1.1; }
.jps-pdp-section-heading > p { max-width: 540px; margin: 0; color: #5d7286; line-height: 1.65; }
.jps-pdp-spec-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .45fr); gap: 25px; }
.jps-pdp-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.jps-pdp-spec-card { padding: 24px; border: 1px solid var(--pdp-line); border-radius: 12px; background: #fff; }
.jps-pdp-spec-card--pending { background: #fbfcfd; }
.jps-pdp-spec-card h3 { margin: 0 0 17px; color: var(--pdp-navy); font-size: 17px; }
.jps-pdp-spec-card h3 span { width: 31px; height: 31px; margin-right: 9px; display: inline-grid; place-items: center; border-radius: 50%; color: #4e6e3b; background: #edf5e8; font-size: 11px; }
.jps-pdp-spec-card dl { margin: 0; }
.jps-pdp-spec-card dl div { padding: 10px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--pdp-line); font-size: 13px; }
.jps-pdp-spec-card dt { color: #607487; }
.jps-pdp-spec-card dd { margin: 0; color: var(--pdp-navy); font-weight: 700; text-align: right; }
.jps-pdp-confirm-card { overflow: hidden; border: 1px solid var(--pdp-line); border-radius: 12px; background: #fff; }
.jps-pdp-confirm-card > img { width: 100%; height: 285px; padding: 12px; object-fit: contain; border-bottom: 1px solid var(--pdp-line); background: #fafbfc; }
.jps-pdp-media-pending { height: 210px; padding: 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #7790a0; border-bottom: 1px dashed #b8d7e3; background: #f4f7f9; text-align: center; }
.jps-pdp-media-pending span { font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.jps-pdp-media-pending strong { margin-top: 6px; color: var(--pdp-navy); font-size: 17px; }
.jps-pdp-confirm-card > div { padding: 24px; }
.jps-pdp-confirm-card h3 { margin: 0; color: var(--pdp-navy); font-size: 23px; }
.jps-pdp-confirm-card p:not(.jps-pdp-eyebrow) { margin: 8px 0 0; color: #607487; font-size: 13px; }
.jps-pdp-icon-grid { display: grid; gap: 15px; }
.jps-pdp-icon-grid--four { grid-template-columns: repeat(4, 1fr); }
.jps-pdp-icon-grid article { padding: 24px; border: 1px solid var(--pdp-line); border-radius: 12px; background: #fff; }
.jps-pdp-icon-grid img { width: 55px; height: 55px; margin-bottom: 13px; object-fit: contain; }
.jps-pdp-icon-grid h3 { margin: 0 0 5px; color: var(--pdp-navy); font-size: 18px; }
.jps-pdp-icon-grid p { margin: 0; color: #5f7387; font-size: 13px; }
.jps-pdp-option-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.jps-pdp-option { min-height: 112px; padding: 18px; display: flex; align-items: center; gap: 13px; color: var(--pdp-ink); border: 1px solid var(--pdp-line); border-radius: 12px; background: #fff; text-align: left; cursor: pointer; }
.jps-pdp-option:hover, .jps-pdp-option.is-selected { border-color: var(--pdp-blue); background: #f3fbfe; transform: translateY(-2px); }
.jps-pdp-option img { width: 48px; height: 48px; object-fit: contain; }
.jps-pdp-option strong, .jps-pdp-option small { display: block; }
.jps-pdp-option strong { color: var(--pdp-navy); }
.jps-pdp-option small { margin-top: 4px; color: #627689; font-size: 11px; }
.jps-pdp-selection-note { margin: 16px 0 0; color: #526a7e; font-size: 13px; }
.jps-pdp-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; }
.jps-pdp-steps li { padding: 25px; display: flex; gap: 17px; border: 1px solid var(--pdp-line); border-radius: 12px; background: #fff; }
.jps-pdp-steps li > span { width: 39px; height: 39px; flex: none; display: grid; place-items: center; color: #4e6e3b; border-radius: 50%; background: #edf5e8; font-weight: 800; }
.jps-pdp-steps h3 { margin: 0; color: var(--pdp-navy); font-size: 17px; }
.jps-pdp-steps p { margin: 7px 0 0; color: #5f7387; font-size: 13px; }
.jps-pdp-actions--center { justify-content: center; }
.jps-pdp-accordion { border-top: 1px solid var(--pdp-line); }
.jps-pdp-accordion article { border-bottom: 1px solid var(--pdp-line); }
.jps-pdp-accordion article > button { width: 100%; padding: 20px 12px; display: flex; justify-content: space-between; color: var(--pdp-navy); border: 0; background: #fff; font-weight: 700; text-align: left; cursor: pointer; }
.jps-pdp-accordion article > button i { color: var(--pdp-blue); font-size: 20px; font-style: normal; }
.jps-pdp-accordion article > div { display: none; max-width: 920px; padding: 0 12px 22px; color: #607386; }
.jps-pdp-accordion article > div p { margin: 0; }
.jps-pdp-accordion article.is-open > div { display: block; }
.jps-pdp-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.jps-pdp-product-grid .product-card.zz-public-list { min-width: 0; position: relative; display: flex; flex-direction: column; overflow: hidden; min-height: 522px; padding: 0; border: 1px solid #e1e1e1; border-radius: 4px; background: #fff; box-shadow: 0 10px 24px rgba(20,24,28,.035); transition: border-color .16s ease, box-shadow .16s ease; }
.jps-pdp-product-grid .product-card.zz-public-list:hover { border-color: #bdbdbd; box-shadow: 0 16px 32px rgba(20,24,28,.075); }
.jps-pdp-product-grid .product-card .box { min-height: 100%; display: flex; flex-direction: column; color: inherit; text-decoration: none; }
.jps-pdp-product-grid .product-card .product-media { position: relative; width: 100%; height: 292px; min-height: 292px; display: grid; place-items: center; overflow: hidden; background: #f8fafb; }
.jps-pdp-product-grid .product-card .product-media img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; object-fit: cover; object-position: center; background: transparent; mix-blend-mode: multiply; }
.jps-pdp-product-grid .product-card .product-copy { min-height: 228px; padding: 18px clamp(18px,1.5vw,24px) 22px; display: flex; flex: 1 1 auto; flex-direction: column; align-items: flex-start; }
.jps-pdp-product-grid .product-card .cn2 { display: -webkit-box; margin: 0 0 6px; color: #000; font-size: clamp(17px,1.05vw,21px); font-weight: 700; line-height: 1.28; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.jps-pdp-product-grid .product-card .product-size { margin: 0 0 4px; color: #1d1d1f; font-size: 13px; font-weight: 500; line-height: 1.5; }
.jps-pdp-product-grid .product-card .cn3 { max-width: 100%; margin: 0 0 12px; color: #6a6f76; font-size: 13px; font-weight: 700; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jps-pdp-product-grid .product-detail-link { min-height: 44px; margin-top: auto; display: inline-flex; align-items: center; gap: 6px; color: #087fb8; font-size: 13px; font-weight: 700; }
.jps-pdp-product-grid .cart-button.product-inquiry-add { position: absolute !important; right: 18px !important; top: 18px !important; z-index: 2; width: 44px !important; height: 44px !important; min-height: 44px; display: inline-grid !important; place-items: center; overflow: hidden; padding: 0; color: #1d1d1f; background: rgba(255,255,255,.96) !important; border: 0 !important; border-radius: 50% !important; box-shadow: 0 18px 38px rgba(13,35,58,.11); font-size: 0; line-height: 0; opacity: 1; }
.jps-pdp-product-grid .cart-button.product-inquiry-add::before { width: 22px; height: 22px; }
.jps-pdp-product-grid .cart-button.product-inquiry-add::after { content: none !important; display: none !important; }
.jps-pdp-product-grid .cart-button.product-inquiry-add:hover, .jps-pdp-product-grid .cart-button.product-inquiry-add:focus-visible { color: #087fb8; background: #fff !important; transform: none; }
.jps-pdp-product-grid .cart-button.product-inquiry-add.is-added { color: #087fb8; background: #eef9fd !important; }
.jps-pdp-resource-links { position: static; width: auto; height: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; border: 0; }
.jps-pdp-resource-links a { min-height: 92px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 5px 16px; padding: 18px 20px; color: #16191d; text-decoration: none; border: 1px solid #dfe3e7; border-radius: 4px; background: #fff; transition: border-color .16s ease, box-shadow .16s ease; }
.jps-pdp-resource-links a:hover, .jps-pdp-resource-links a:focus-visible { border-color: #9aa2aa; box-shadow: 0 10px 24px rgba(20,24,28,.06); }
.jps-pdp-resource-links span { grid-column: 1; color: #6a6f76; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.jps-pdp-resource-links strong { grid-column: 1; font-size: 16px; line-height: 1.4; }
.jps-pdp-resource-links b { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: #087fb8; font-size: 20px; }
.jps-pdp-related-pending { min-height: 130px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px dashed #b9cbd5; border-radius: 12px; background: #fff; }
.jps-pdp-related-pending strong { color: var(--pdp-navy); font-size: 18px; }
.jps-pdp-related-pending p { margin: 4px 0 0; color: #718497; font-size: 13px; }
.jps-pdp-related-pending a { color: #087fb8; font-weight: 700; white-space: nowrap; }
.jps-pdp-open-source { display: none !important; }
.jps-pdp-preview-toast { position: fixed; left: 50%; bottom: 28px; z-index: 10020; padding: 12px 18px; color: #fff; border-radius: 999px; background: var(--pdp-navy); box-shadow: 0 12px 35px rgba(8,43,85,.25); font-size: 12px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; transition: .2s; }
.jps-pdp-preview-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.form_popup_popup_cta_module .tanchuangclose[role="button"]:focus-visible { outline: 3px solid rgba(19,168,223,.5); outline-offset: 4px; }
@media (max-width: 1180px) {
  .jps-pdp-hero { grid-template-columns: 1fr 1fr; }
  .jps-pdp-gallery__stage { height: 480px; }
  .jps-pdp-option-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  .jps-pdp-container { width: min(720px, calc(100% - 32px)); }
  .jps-pdp-preview__notice span { display: none; }
  .jps-pdp-breadcrumb { min-height: 62px; overflow-x: auto; white-space: nowrap; }
  .jps-pdp-hero { grid-template-columns: 1fr; }
  .jps-pdp-gallery__stage { height: min(86vw, 520px); }
  .jps-pdp-decision-strip { grid-template-columns: 1fr 1fr; }
  .jps-pdp-decision-strip div:nth-child(2) { border-right: 0; }
  .jps-pdp-decision-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--pdp-line); }
  .jps-pdp-anchor { overflow-x: auto; scrollbar-width: none; }
  .jps-pdp-anchor::-webkit-scrollbar { display: none; }
  .jps-pdp-anchor .jps-pdp-container { width: max-content; min-width: 100%; display: flex; }
  .jps-pdp-anchor a { min-width: 142px; flex: 0 0 auto; }
  .jps-pdp-section-heading { display: block; }
  .jps-pdp-section-heading > p { margin-top: 15px; }
  .jps-pdp-spec-layout { grid-template-columns: 1fr; }
  .jps-pdp-spec-grid { grid-template-columns: 1fr 1fr; }
  .jps-pdp-icon-grid--four, .jps-pdp-option-grid, .jps-pdp-product-grid { grid-template-columns: 1fr 1fr; }
  .jps-pdp-resource-links { grid-template-columns: 1fr; }
  .jps-pdp-steps { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .jps-pdp-summary h1 { font-size: 36px; }
  .jps-pdp-gallery__thumbs { grid-template-columns: repeat(4, 1fr); }
  .jps-pdp-gallery__thumb { height: 66px; }
  .jps-pdp-key-facts div { grid-template-columns: 115px 1fr; }
  .jps-pdp-decision-strip { grid-template-columns: 1fr 1fr; }
  .jps-pdp-decision-strip div { min-height: 112px; padding: 16px; }
  .jps-pdp-section { padding-top: 52px; padding-bottom: 52px; }
  .jps-pdp-spec-card { padding: 18px; }
  .jps-pdp-spec-grid { grid-template-columns: 1fr; }
  .jps-pdp-confirm-card > img { display: none; }
  .jps-pdp-icon-grid--four, .jps-pdp-option-grid { grid-template-columns: 1fr 1fr; }
  .jps-pdp-icon-grid article { padding: 18px 15px; }
  .jps-pdp-option { min-height: 138px; padding: 15px; flex-direction: column; align-items: flex-start; }
  .jps-pdp-related-pending { display: block; }
  .jps-pdp-related-pending a { margin-top: 18px; display: inline-block; }
  .jps-pdp-product-grid { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(230px, 78%); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .jps-pdp-product-grid::-webkit-scrollbar { display: none; }
  .jps-pdp-product-grid article { scroll-snap-align: start; }
  .jps-pdp-product-grid .product-card .product-media { height: 225px; min-height: 225px; }
  .jps-pdp-product-grid .product-card.zz-public-list { min-height: 455px; }
  .jps-pdp-actions { display: grid; }
  .jps-pdp-button { width: 100%; }
  .jps-pdp-preview .jps-pdp-list-button { width: 100% !important; }
}
@media (prefers-reduced-motion: reduce) {
  .jps-pdp-preview *, .jps-pdp-preview *::before, .jps-pdp-preview *::after { scroll-behavior: auto !important; transition: none !important; }
}
