/* ============================================
   single_products.css — 产品详情页样式
   对应模板：single-products.php
   ============================================ */
/* ---------- 产品主容器 ---------- */
.proddetail-picArea{
   padding: 40px;
}
.proddetail-bigpic {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 30px;
}
.proddetail-description {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 30px;
}
.proddetail-wrap::after {
	content: "";
	display: table;
	clear: both;
}

/* ---------- 主图展示区 ---------- */
.proddetail-picshow {
	position: relative;
	border: 1px solid #e0e0e0;
	background: #fff;
	overflow: hidden;
}
.proddetail-showinner {
	width: 100%;
	height: 100%;
}
.proddetail-showinner td {
	text-align: center;
	vertical-align: middle;
}
.proddetail-picshow .easyzoom img,
.proddetail-picshow .jqzoom img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.proddetail-picshow img {
	width: 100%;
	height: auto;
}

/* ---------- 缩略图滑块 ---------- */
.pro_pic_small {
	position: relative;
	margin-top: 15px;
}
.prodetail-slider.owl-carousel {
	overflow: hidden;
}
.prod-pic-item {
	padding: 0 5px;
	box-sizing: border-box;
}
.prod-pic-item picture,
.prod-pic-item a {
	display: block;
	border: 2px solid transparent;
	cursor: pointer;
	transition: border-color 0.2s;
}
.prod-pic-item a:hover,
.prod-pic-item a.active {
	border-color: #1f69ad;
}
.prod-pic-item img {
	width: 100%;
	height: auto;
	display: block;
}

/* 缩略图列表（静态） */
.thumblist-scroll-btns {
	padding-top: 10px;
	overflow: hidden;
	margin-top: 0;
}
.thumblist-scroll {
	overflow: hidden;
}
#thumblist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 8px;
}
#thumblist li {
	position: relative;
	flex-shrink: 0;
}
#thumblist li a {
	display: block;
	border: 2px solid transparent;
	transition: border-color 0.2s;
}
#thumblist li a.zoomThumbActive,
#thumblist li a:hover {
	border-color: #1f69ad;
}
#thumblist li img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	display: block;
}

/* ---------- 产品信息区域 ---------- */
.pro-this-description {
	padding: 0;
}
.this-description-name {
	font-size: 22px;
	font-weight: bold;
	color: #5ebace;
	margin: 0 0 15px 0;
	line-height: 1.4;
}
.this-description-name .fa-qrcode {
	font-size: 16px;
	color: #999;
	cursor: pointer;
	margin-left: 8px;
}
.pro-this-prodBrief {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

/* ---------- 参数表格 ---------- */
.this-description-table {
	width: 100%;
	border-collapse: collapse;
}
.this-description-table th,
.this-description-table td {
	padding: 10px 0;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
}
.this-description-table th {
	width: 100px;
	font-weight: 600;
	color: #ccc;
}
.skuParams th {
	vertical-align: middle;
	padding-top: 12px;
}

/* Size 选择器 */
.description-btn-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.alfProdDataildad {
	align-items: center;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
	display: inline-block;
	border: 1px solid #ddd;
	margin: 2px;
	padding: 2px;
}
.alfProdDataildad:hover,
.alfProdDataildad.choose-btn-procolor:hover {
	border-color: #1f69ad;
}
.alfProdDataildad .description-choose-btns {
	font-size: 13px;
	color: #333;
	float: left;
	padding: 1px 12px;
	height: 36px;
	min-width: 36px;
	text-align: center;
	line-height: 36px;
	overflow: hidden;
	border: 1px solid #ddd;
	background-color: #fff;
}
.alfProdDataildad a {
	color: inherit;
	text-decoration: none;
}

/* 数量选择器 */
.order-shop-container {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	width: 120px;
}
.order-shop-container .order-minus,
.order-shop-container .order-plus {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background: #f5f5f5;
	font-size: 16px;
	user-select: none;
	transition: background 0.2s;
}
.order-shop-container .order-minus:hover,
.order-shop-container .order-plus:hover {
	background: #e0e0e0;
}
.order-shop-container .order-quan-input {
	flex: 1;
	border: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height: 32px;
	text-align: center;
	font-size: 14px;
	outline: none;
}

/* Inquire / Add to Basket 按钮 */
.pro-detail-inquirewrap {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}
.pro-detail-btn {
	display: inline-block;
	padding: 10px 28px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	border: none;
}
.pro-detail-inquirebtn {
	background: #f6931b;
	color: #fff;
}
.pro-detail-inquirebtn:hover {
	background: #e58515;
	color: #fff;
}
.pro-detail-basket {
	background: #1f69ad;
	color: #fff;
}
.pro-detail-basket:hover {
	background: #1a5a98;
	color: #fff;
}

/* ---------- 产品详情描述区域 ---------- */
.proddetails-detial-wrap {
	clear: both;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #e0e0e0;
}
.detial-wrap-head {
	margin-bottom: 20px;
}
.detial-cont-index {
	/* 内容区 */
}
.detial-cont-divsions {
	margin-bottom: 30px;
}

/* 规格参数列表 */
.detial-cont-itemspecifics {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 4px;
}
.pro-itemspecifics-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 40px;
}
.pro-itemspecifics-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}
.pro-itemspecifics-list li label {
	font-weight: 600;
	color: #555;
	min-width: 70px;
}
.pro-itemspecifics-list li p {
	margin: 0;
	color: #333;
}

/* 产品描述 Tab */
.detial-cont-tabscont {
	margin-top: 15px;
}
.detial-cont-tabslabel {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	display: flex;
	border-bottom: 2px solid #1f69ad;
}
.detial-cont-tabslabel li {
	padding: 10px 24px;
	cursor: pointer;
	font-size: 15px;
	color: #666;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	transition: color 0.2s;
}
.detial-cont-tabslabel li.on,
.detial-cont-tabslabel li:hover {
	color: #1f69ad;
	font-weight: 600;
	border-bottom-color: #1f69ad;
}
.detial-cont-tabslabel li a {
	color: inherit;
	text-decoration: none;
}

/* 描述内容表格 */
.prodDetail-editor-container table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}
.prodDetail-editor-container td {
	padding: 10px 15px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	color: #333;
	vertical-align: top;
}
.prodDetail-editor-container td:first-child {
	background: #f5f7fa;
	font-weight: 600;
	width: 150px;
	color: #555;
}
.product-full-description {
	font-size: 15px;
	line-height: 1.8;
	color: #ccc;
}
.product-full-description img {
	max-width: 100%;
	height: auto;
}

/* ---------- 社交分享 ---------- */
.prodlist-pro-shareit {
	margin-top: 30px;
	padding: 15px 0;
	border-top: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.prodlist-pro-shareiten {
	font-size: 14px;
	color: #666;
	font-weight: 600;
}
.st-custom-button {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	cursor: pointer;
	transition: opacity 0.2s;
	overflow: hidden;
}
.st-custom-button:hover {
	opacity: 0.8;
}
.st-custom-button img {
	width: 16px;
	height: 16px;
	margin: 8px;
}
.st-custom-button[data-network="facebook"] {
	background-color: #4267b2;
}
.st-custom-button[data-network="twitter"] {
	background-color: #000;
}
.st-custom-button[data-network="line"] {
	background-color: #00c300;
}
.st-custom-button[data-network="wechat"] {
	background-color: #4ec034;
}
.st-custom-button[data-network="linkedin"] {
	background-color: #0077b5;
}
.st-custom-button[data-network="pinterest"] {
	background-color: #cb2027;
}

/* ---------- FAQ 区域 ---------- */
.product-faq-section {
	margin-top: 40px;
	padding: 25px;
	background: #f9f9f9;
	border-radius: 4px;
}
.faq-inner {
	font-size: 15px;
	line-height: 1.8;
	color: #333;
}
.faq-inner p {
	margin: 0 0 10px 0;
}
.faq-inner p:last-child {
	margin-bottom: 0;
}

/* ---------- 关键词标签 ---------- */
.keyword_box {
	margin-top: 25px;
	padding: 15px 0;
	border-top: 1px solid #e0e0e0;
}
.keyword_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.keyword_list a {
	display: inline-block;
	padding: 5px 14px;
	background: #f0f4f8;
	color: #1f69ad;
	text-decoration: none;
	font-size: 13px;
	border-radius: 3px;
	transition: background 0.2s, color 0.2s;
}
.keyword_list a:hover {
	background: #1f69ad;
	color: #fff;
}

/* ---------- 上下篇产品导航 ---------- */
.pro-detials-listshow {
	margin-top: 30px;
	padding: 15px 0;
	border-top: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.pro-detials-listshow a {
	color: #1f69ad;
	text-decoration: none;
}
.pro-detials-listshow a:hover {
	text-decoration: underline;
}

/* ---------- 响应式 ---------- */
@media (max-width: 991px) {
	.proddetail-bigpic,
	.proddetail-description {
		float: none;
		width: 100%;
		padding: 0;
	}
	.proddetail-bigpic {
		margin-bottom: 30px;
	}
	.proddetail-picshow img {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.this-description-name {
		font-size: 18px;
	}
	.pro-detail-inquirewrap {
		flex-direction: column;
	}
	.pro-detail-btn {
		text-align: center;
	}
	#thumblist li img {
		width: 60px;
		height: 60px;
	}
	.prodDetail-editor-container td {
		display: block;
		width: 100%;
	}
	.prodDetail-editor-container td:first-child {
		width: auto;
		border-bottom: none;
	}
}

@media (max-width: 480px) {
	.proddetail-wrap {
		padding: 0 10px;
	}
	.this-description-name {
		font-size: 16px;
	}
	.pro-itemspecifics-list {
		flex-direction: column;
		gap: 5px;
	}
	#thumblist li img {
		width: 50px;
		height: 50px;
	}
}
/* --- Hot Products Section --- */
.hot-products-section {
	background-color: #0a3d20;
	padding-bottom: 10px;
}

/* --- Product List (Fix Num Style - Hot Products) --- */
.product-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.product-list > li {
	width: 20%;
	padding: 0 8px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.product-card {
	background: transparent;
	transition: transform 0.3s;
}

.product-card:hover {
	transform: translateY(-3px);
}

.product-card .product-image {
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.03);
	margin-bottom: 8px;
}

.product-card .product-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
	transform: scale(1.05);
}

.product-card .product-name {
	display: block;
	font-size: 12px;
	color: #ddd;
	line-height: 1.4;
	height: 34px;
	overflow: hidden;
	margin-bottom: 8px;
	text-decoration: none;
}

.product-card .product-name:hover {
	color: #fff;
}

/* --- Product Buttons - Fresh Blue Style (Hot Products) --- */
.prodlist-btn-fresh-wrap {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	overflow: hidden;
}

.prodlist-btn-fresh-blue .btn-wrap-fresh-double {
	display: flex;
}

.btn-wrap-fresh-double .btn-left {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 6px 8px;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #1f69ad;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	white-space: nowrap;
}

.prodlist-btn-fresh-wrap:hover {
	opacity: 0.8;
}

.btn-wrap-fresh-double .btn-right {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1f69ad;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.3s;
	text-decoration: none;
}

.btn-wrap-fresh-double .btn-right:hover {
	background-color: #185a94;
}
