/**
 * bh327 产品卡 / 详情操作区（全局，勿放进手机 @media）
 */
.xy-product-action{
	margin-top:14px;
	clear:both;
}
.xy-product-action .action-buttons{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:10px 12px;
}
.xy-product-action .xy-product-qty-row{
	margin:0 0 10px;
}
.xy-product-action .button.accents,
.xy-product-action .xy-basket-add-btn,
.xy-product-action .xy-inquire-scroll-btn,
.xy-product-action .xy-product-mail-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	min-height:36px;
	padding:8px 16px;
	border:none;
	border-radius:4px;
	background:var(--xy-skin-primary,#55b4d4);
	color:#fff !important;
	font-size:14px;
	font-weight:600;
	text-decoration:none !important;
	cursor:pointer;
	float:none;
	margin:0;
	line-height:1.2;
	box-sizing:border-box;
}
.xy-product-action .button.accents > .fa,
.xy-product-action .xy-basket-add-btn > .fa,
.xy-product-action .xy-inquire-scroll-btn > .fa,
.xy-product-action .xy-product-mail-btn > .fa,
.xy-pcard .xy-list-card-btn > .fa,
.xy-product-action .button.accents > .fa:before,
.xy-product-action .xy-basket-add-btn > .fa:before,
.xy-product-action .xy-inquire-scroll-btn > .fa:before,
.xy-product-action .xy-product-mail-btn > .fa:before,
.xy-pcard .xy-list-card-btn > .fa:before{
	font-family:FontAwesome !important;
	font-weight:normal !important;
	font-style:normal !important;
	font-size:14px !important;
	line-height:1 !important;
	display:inline-block !important;
	width:1.15em;
	text-align:center;
	color:inherit !important;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	speak:none;
}
.xy-product-action .button.accents > .fa:before,
.xy-product-action .xy-basket-add-btn > .fa:before,
.xy-product-action .xy-inquire-scroll-btn > .fa:before,
.xy-product-action .xy-product-mail-btn > .fa:before,
.xy-pcard .xy-list-card-btn > .fa:before{
	width:auto;
}
.xy-product-action .button.accents:hover,
.xy-product-action .xy-basket-add-btn:hover,
.xy-product-action .xy-inquire-scroll-btn:hover,
.xy-product-action .xy-product-mail-btn:hover,
.xy-product-action .button.accents:focus,
.xy-product-action .xy-product-mail-btn:focus{
	background:var(--xy-skin-accent,#2a9bb8);
	color:#fff !important;
}
.xy-product-action .xy-product-fav{
	margin-top:10px;
}

.product_index{
	padding:8px 0 12px;
}
.product_head{
	margin-bottom:8px;
}
.product_index .product_head h2,
.product_head h2{
	font-size:30px;
	text-align:center;
	font-weight:700;
	color:#1a3a4a;
	margin:0;
	letter-spacing:.03em;
	text-transform:uppercase;
}
.product_index .product_head h2:after,
.product_head h2:after{
	content:"";
	display:block;
	width:48px;
	height:3px;
	margin:14px auto 0;
	border-radius:2px;
	background:var(--xy-skin-primary,#55b4d4);
}
.product_index .product_head p,
.product_head p{
	text-align:center;
	color:#8a9aa3;
	margin:14px 0 0;
	font-size:14px;
	display:block !important;
}
.product_list{
	clear:both;
	padding:24px 0 6px !important;
	margin:0 -12px !important;
}
.product_list .product_img,
.product_img.xy-list-card{
	padding:12px !important;
	min-height:0 !important;
	margin-bottom:4px;
	float:left;
}
.product_list .product_img img,
.xy-pcard img{
	margin:0 !important;
	max-height:none !important;
	max-width:100%;
}
.xy-pcard{
	display:flex;
	flex-direction:column;
	height:100%;
	background:#fff;
	border:1px solid #e8eef2;
	border-radius:14px;
	overflow:hidden;
	box-shadow:0 8px 24px rgba(26,58,74,.05);
	transition:border-color .28s,box-shadow .28s,transform .28s;
}
.xy-pcard:hover{
	border-color:rgba(85,180,212,.45);
	box-shadow:0 16px 36px rgba(85,180,212,.18);
	transform:translateY(-4px);
}
.xy-pcard-cover{
	display:block;
	position:relative;
	aspect-ratio:1 / 1;
	overflow:hidden;
	background:linear-gradient(180deg,#f7fafc 0%,#eef4f7 100%);
}
.xy-pcard-cover:after{
	content:"";
	position:absolute;
	inset:0;
	background:linear-gradient(180deg,transparent 55%,rgba(26,58,74,.12) 100%);
	opacity:0;
	transition:opacity .28s;
	pointer-events:none;
}
.xy-pcard:hover .xy-pcard-cover:after{
	opacity:1;
}
.xy-pcard-cover img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	margin:0 auto;
	transition:transform .4s ease;
}
.xy-pcard:hover .xy-pcard-cover img{
	transform:scale(1.06);
}
.xy-pcard-body{
	display:flex;
	flex-direction:column;
	flex:1 1 auto;
	padding:16px 16px 18px;
}
.xy-pcard-body .product_title{
	height:auto !important;
	min-height:44px;
	margin:0 0 14px;
	text-align:center;
	font-size:15px;
	font-weight:600;
	line-height:1.4;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.xy-pcard-body .product_title a{
	color:#1a3a4a;
}
.xy-pcard-body .product_title a:hover{
	color:var(--xy-skin-primary,#55b4d4);
	text-decoration:none;
}
.xy-pcard .xy-list-card-actions{
	margin-top:auto;
	padding-top:0;
	border-top:none;
	text-align:center;
}
.xy-list-card-code,
.xy-pcard .xy-list-card-code,
.product_img.xy-list-card .xy-list-card-code,
.product_list .xy-list-card-code{
	display:none !important;
}
.xy-pcard .xy-list-card-btns{
	display:flex;
	flex-direction:column;
	gap:8px;
	align-items:stretch;
}
.xy-pcard .xy-list-card-form{
	display:block;
	width:100%;
	margin:0;
}
.xy-pcard .xy-list-card-btn{
	width:100%;
	min-height:38px;
	padding:0 14px;
	border-radius:8px;
	font-size:13px;
	font-weight:600;
	letter-spacing:.02em;
	box-sizing:border-box;
}
.xy-pcard .xy-list-card-btn.xy-basket-add-btn{
	background:var(--xy-skin-primary,#55b4d4);
	border-color:var(--xy-skin-primary,#55b4d4);
	color:#fff !important;
	box-shadow:0 4px 12px rgba(85,180,212,.28);
}
.xy-pcard .xy-list-card-btn.xy-basket-add-btn:hover{
	background:var(--xy-skin-accent,#2a9bb8);
	border-color:var(--xy-skin-accent,#2a9bb8);
	color:#fff !important;
	box-shadow:0 6px 16px rgba(42,155,184,.35);
}
.xy-pcard .xy-list-card-btn.is-ghost,
.xy-pcard .xy-list-card-btn.xy-inquire-scroll-btn{
	background:#fff;
	border:1px solid rgba(85,180,212,.55);
	color:var(--xy-skin-primary,#55b4d4) !important;
}
.xy-pcard .xy-list-card-btn.is-ghost:hover,
.xy-pcard .xy-list-card-btn.xy-inquire-scroll-btn:hover{
	background:rgba(85,180,212,.08);
	border-color:var(--xy-skin-primary,#55b4d4);
	color:var(--xy-skin-accent,#2a9bb8) !important;
}

/* 主题覆盖：列表页一排三个；首页 Hot Products / 详情 RELATED 一排四个 */
@media (min-width:992px){
	.product_list2 .product_img.col-md-3,
	.col-md-9 .product_list:not(.related_list) .product_img.col-md-3,
	.col-md-9 .product_list:not(.related_list) .product_img.xy-list-card.col-md-3{
		width:33.33333333%;
	}
	.product_index .product_list .product_img.col-md-3,
	.product_index .product_img.xy-list-card.col-md-3,
	.related_list .product_img.col-md-3,
	.related_list .product_img.xy-list-card.col-md-3{
		width:25%;
	}
}
@media (min-width:1200px){
	.product_index .product_list .product_img:nth-child(4n+1),
	.related_list .product_img:nth-child(4n+1){
		clear:both;
	}
}
@media (max-width:991px){
	.product_list .product_img.col-md-3,
	.product_img.xy-list-card.col-md-3{
		width:50%;
	}
}
@media (max-width:767px){
	.product_index .product_head h2,
	.product_head h2{font-size:22px;}
	.product_index .product_head h2:after,
	.product_head h2:after{margin-top:10px;}
	.product_list{padding:14px 0 0 !important;margin:0 -6px !important;}
	.product_list .product_img,
	.product_img.xy-list-card{padding:6px !important;}
	.xy-pcard-body{padding:12px 12px 14px;}
	.xy-pcard-body .product_title{min-height:40px;font-size:14px;margin-bottom:10px;}
	.xy-pcard .xy-list-card-btn{min-height:36px;font-size:12px;}
}
