.webok-product-single {
	--product-single-width: 1200px;
	--product-single-text: #13343a;
	--product-single-muted: #6b8289;
	--product-single-line: rgba(18, 52, 58, 0.14);
	--product-single-accent: #009999;
	--product-single-accent-deep: #0b6b77;
	--product-single-shadow: 0 10px 24px rgba(20, 57, 71, 0.08);
	background: linear-gradient(180deg, #eef6f8 0%, #f8fbfc 40%, #f3f7fa 100%);
	color: var(--product-single-text);
	font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.webok-product-single,
.webok-product-single * {
	box-sizing: border-box;
}

.webok-product-single__hero {
	padding: 42px 0 28px;
	background:
		radial-gradient(circle at top right, rgba(0, 153, 153, 0.12), transparent 22%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 248, 251, 0.92));
	border-bottom: 1px solid rgba(0, 153, 153, 0.08);
}

.webok-product-single__content {
	padding: 28px 0 36px;
}

.webok-product-single__inner {
	max-width: var(--product-single-width);
	margin: 0 auto;
	padding: 0 16px;
}

.webok-product-single__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.88fr);
	gap: 34px;
	align-items: center;
	margin-top: 18px;
}

.webok-product-single__media {
	overflow: hidden;
	border: 1px solid rgba(16, 70, 78, 0.12);
	border-radius: 10px;
	background: linear-gradient(135deg, #d8ecef, #f5fbfc 58%, #d9e6ec);
	box-shadow: var(--product-single-shadow);
	aspect-ratio: 1 / 0.78;
}

.webok-product-single__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.webok-product-single__media-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(12, 78, 87, 0.32);
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.webok-product-single__eyebrow,
.webok-product-single__section-kicker {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 4px;
	background: rgba(13, 103, 116, 0.09);
	color: var(--product-single-accent-deep);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.webok-product-single__title {
	margin: 16px 0 0;
	font-size: clamp(24px, 3.2vw, 36px);
	line-height: 1.18;
	letter-spacing: -0.03em;
}

.webok-product-single__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.webok-product-single__term {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 4px;
	background: rgba(0, 153, 153, 0.08);
	color: var(--product-single-accent-deep);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.webok-product-single__term--tag {
	background: rgba(19, 52, 58, 0.06);
	color: var(--product-single-text);
}

.webok-product-single__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.webok-product-single__fact {
	padding: 14px 16px;
	border: 1px solid var(--product-single-line);
	border-radius: 8px;
	background: #ffffff;
}

.webok-product-single__fact-label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--product-single-muted);
}

.webok-product-single__fact-value {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.03em;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
}

.webok-product-single__fact-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(15, 154, 165, 0.6);
	border-radius: 8px;
	color: #0b6e78;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	background: rgba(15, 154, 165, 0.08);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.webok-product-single__fact-link:hover,
.webok-product-single__fact-link:focus-visible {
	background: rgba(15, 154, 165, 0.16);
	border-color: rgba(15, 154, 165, 0.9);
	color: #095962;
}

.webok-product-single__fact--pdf .webok-product-single__fact-value,
.webok-product-single__fact--stock .webok-product-single__fact-value {
	font-size: 16px;
	letter-spacing: 0;
}

.webok-product-single__stock-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	border: 1px solid transparent;
}

.webok-product-single__stock-badge.is-in {
	color: #1f9d61;
	border-color: rgba(31, 157, 97, 0.25);
	background: rgba(31, 157, 97, 0.1);
}

.webok-product-single__stock-badge.is-low {
	color: #c87700;
	border-color: rgba(200, 119, 0, 0.28);
	background: rgba(200, 119, 0, 0.12);
}

.webok-product-single__stock-badge.is-out {
	color: #6f7f86;
	border-color: rgba(111, 127, 134, 0.3);
	background: rgba(111, 127, 134, 0.12);
}

.webok-product-single__stock-badge.is-default {
	color: #0b6e78;
	border-color: rgba(11, 110, 120, 0.24);
	background: rgba(11, 110, 120, 0.1);
}

.webok-product-single__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.webok-product-single__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	appearance: none;
	-webkit-appearance: none;
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: transparent;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-decoration: none;
	transition: color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
	isolation: isolate;
}

.webok-product-single__button::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	transition: height 0.34s ease;
	z-index: -1;
}

.webok-product-single__button:hover,
.webok-product-single__button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(16, 70, 78, 0.12);
}

.webok-product-single__button:hover::before,
.webok-product-single__button:focus-visible::before {
	height: 100%;
}

.webok-product-single__button--primary {
	border-color: rgba(17, 168, 181, 0.92);
	background: rgba(17, 168, 181, 0.08);
	background-color: rgba(17, 168, 181, 0.08);
	color: var(--product-single-accent-deep);
}

.webok-product-single__button--primary::before {
	background: linear-gradient(180deg, #1bc2cf, #0798a5);
}

.webok-product-single__button--primary:hover,
.webok-product-single__button--primary:focus-visible {
	border-color: #0798a5;
	background-color: #0798a5;
	color: #ffffff;
}

.webok-product-single__button--secondary {
	border-color: rgba(20, 57, 66, 0.14);
	background: #ffffff;
	background-color: #ffffff;
	color: var(--product-single-text);
}

.webok-product-single__button--secondary::before {
	background: linear-gradient(180deg, #1bc2cf, #0798a5);
}

.webok-product-single__button--secondary:hover,
.webok-product-single__button--secondary:focus-visible {
	border-color: rgba(17, 168, 181, 0.92);
	background-color: #0798a5;
	color: #ffffff;
}

.webok-product-single__content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 30px;
	align-items: start;
}

.webok-product-single__article,
.webok-product-single__panel {
	border: 1px solid var(--product-single-line);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: var(--product-single-shadow);
}

.webok-product-single__article {
	padding: 20px 18px 24px;
}

.webok-product-single__panel {
	padding: 28px;
}

.webok-product-single__section-head {
	display: grid;
	justify-items: stretch;
	gap: 0;
	margin-bottom: 22px;
}

.webok-product-single__section-head h2 {
	margin: 0;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 13px 18px;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(135deg, #169aa6, #137f8a 54%, #106e78);
	box-shadow: 0 10px 22px rgba(16, 110, 120, 0.14);
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	word-break: break-word;
}

 /* 文章详情区域样式 - 适配你的 div：webok-product-single__entry */
.webok-product-single__entry {
  max-width: 100%;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.8;
}

.webok-product-single__entry h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.3;
  color: #0f293a;
  font-weight: 700;
}

.webok-product-single__entry h3 {
  margin: 28px 0 12px;
  font-size: 24px;
  line-height: 1.4;
  color: #0f293a;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 2px solid #e5edf3;
}

.webok-product-single__entry h4 {
  margin: 16px 0 8px;
  font-size: 18px;
  line-height: 1.5;
  color: #163946;
  font-weight: 600;
}

.webok-product-single__entry p {
  margin: 0 0 14px;
}

.webok-product-single__entry ul {
  margin: 0 0 14px 18px;
  padding: 0;
}

.webok-product-single__entry ul li {
  margin: 0 0 6px;
}

.webok-product-single__entry table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 18px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #d9e2e8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.webok-product-single__entry table td {
  padding: 10px 12px;
  border: 1px solid #d9e2e8;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.webok-product-single__entry table tr td:first-child {
  width: 32%;
  background: #f7fafc;
  font-weight: 700;
  color: #0f293a;
}

.webok-product-single__entry table tr:hover td {
  background: #f1f5f9;
}

.webok-product-single__entry table tr:hover td:first-child {
  background: #e8f0f6;
}

.webok-product-single__entry hr {
  border: 0;
  border-top: 1px solid #d9e2e8;
  margin: 30px 0;
} 


 /* 文章详情区域样式 - 适配你的 div：webok-product-single__entry */
/* 去掉默认列表圆点 */
.webok-product-single__entry ul.tedian,
.webok-product-single__entry ul.youshi,
.webok-product-single__entry ul.hangye {
  list-style: none;
  margin: 0 0 14px 0;
  padding: 0;
}

.webok-product-single__entry ul.tedian li,
.webok-product-single__entry ul.youshi li,
.webok-product-single__entry ul.hangye li {
  position: relative;
  padding-left: 26px;
  margin: 0 0 10px;
}

/* 产品特点 - 绿色 */
.webok-product-single__entry ul.tedian li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0 22%, #22c55e 24% 100%);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
  transform: translateY(-50%);
}

/* 产品优势 - 橙色 */
.webok-product-single__entry ul.youshi li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0 22%, #f97316 24% 100%);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.18);
  transform: translateY(-50%);
}

/* 推荐行业 - 蓝色 */
.webok-product-single__entry ul.hangye li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0 22%, #3b82f6 24% 100%);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
  transform: translateY(-50%);
}
/* 文章分点*//* 文章分点*//* 文章分点*//* 文章分点*//* 文章分点*//* 文章分点*/




.webok-product-single__sidebar {
	display: grid;
	gap: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
	align-self: start;
	height: max-content;
}

.webok-product-single__panel h2 {
	margin: 0 0 16px;
	font-size: 20px;
}

.webok-product-single__related {
	padding: 8px 0 72px;
}

.webok-product-single__related-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.webok-product-single__related-head {
	margin-bottom: 0;
	gap: 10px;
}

.webok-product-single__related-head h2 {
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.2;
	letter-spacing: -0.03em;
	position: relative;
	padding-bottom: 8px;
}

.webok-product-single__related-head h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, #12afbb, #0a7782);
}

.webok-product-single__related-controls {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.webok-product-single__related-controls .webok-product-single__related-arrow,
[data-related-carousel] [data-related-prev],
[data-related-carousel] [data-related-next] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	-webkit-appearance: none;
	min-width: 44px;
	min-height: 44px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #b9c7cc;
	border-radius: 4px;
	background: #ffffff;
	background-color: #ffffff;
	color: #2f464d;
	font-size: 18px;
	font-weight: 600;
	font-family: inherit;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 1;
	cursor: pointer;
	box-shadow: none;
	transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.webok-product-single__related-controls .webok-product-single__related-arrow:hover,
.webok-product-single__related-controls .webok-product-single__related-arrow:focus-visible,
.webok-product-single__related-controls .webok-product-single__related-arrow:active,
[data-related-carousel] [data-related-prev]:hover,
[data-related-carousel] [data-related-next]:hover,
[data-related-carousel] [data-related-prev]:focus-visible,
[data-related-carousel] [data-related-next]:focus-visible {
	background: #e9f0f3;
	background-color: #e9f0f3;
	border-color: #96a9b0;
	color: #123a42;
	transform: translateY(-1px);
	box-shadow: none;
	outline: none;
}

.webok-product-single__related-controls .webok-product-single__related-arrow:disabled,
[data-related-carousel] [data-related-prev]:disabled,
[data-related-carousel] [data-related-next]:disabled {
	opacity: 1;
	background: #f5f7f8;
	background-color: #f5f7f8;
	border-color: #d6e0e4;
	color: #a7b6bc;
	box-shadow: none;
	cursor: not-allowed;
	transform: none;
}

.webok-product-single__related-viewport {
	overflow-x: auto;
	overflow-y: visible;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
}

.webok-product-single__related-viewport::-webkit-scrollbar {
	display: none;
}

.webok-product-grid--related {
	display: flex;
	grid-template-columns: none;
	gap: 24px;
	margin: 0;
}

.webok-product-grid--related > .webok-product-card {
	flex: 0 0 calc((100% - 72px) / 4);
	min-width: 0;
	scroll-snap-align: start;
}

.webok-product-grid--related .webok-product-card__body {
	padding: 14px;
	gap: 8px;
}

.webok-product-grid--related .webok-product-card__title {
	margin: 0;
	font-size: clamp(13px, 1.1vw, 16px);
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.webok-product-grid--related .webok-product-card__title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	min-height: 2.44em;
}

.webok-product-grid--related .webok-product-card__excerpt {
	font-size: 12px;
	line-height: 1.55;
}

.webok-product-grid--related .webok-product-card__terms a {
	font-size: 11px;
	padding: 5px 9px;
}

.webok-product-grid--related .webok-product-card__link {
	font-size: 12px;
	gap: 6px;
}

@media (max-width: 960px) {
	.webok-product-single__hero-grid,
	.webok-product-single__content-grid {
		grid-template-columns: 1fr;
	}

	.webok-product-single__sidebar {
		position: static;
	}
}

@media (max-width: 820px) {
	.webok-product-single__facts {
		grid-template-columns: 1fr;
	}

	.webok-product-grid--related > .webok-product-card {
		flex-basis: calc((100% - 24px) / 2);
	}
}

@media (max-width: 640px) {
	.webok-product-single__inner {
		padding: 0 3px;
	}

	.webok-product-single__hero {
		padding-top: 28px;
	}

	.webok-product-single__article,
	.webok-product-single__panel {
		padding: 22px;
	}

	.webok-product-single__article {
		padding: 14px 12px 18px;
	}

	.webok-product-single__section-head h2 {
		padding: 11px 12px;
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.08em;
	}

	.webok-product-single__entry ul {
		margin-left: 16px;
	}

	.webok-product-single__related-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.webok-product-single__related-arrow {
		width: 40px;
		height: 40px;
	}

	.webok-product-grid--related > .webok-product-card {
		flex-basis: 100%;
	}
}

@media (max-width: 1100px) and (min-width: 821px) {
	.webok-product-grid--related > .webok-product-card {
		flex-basis: calc((100% - 48px) / 3);
	}
}
