.pro-item { padding: 4px; }
.pro-item-inner { border-radius: 10px !important; overflow: hidden !important; background: #fff !important; border: 1px solid #f0f0f0 !important; box-shadow: 0 2px 8px rgba(0,0,0,.05) !important; transition: box-shadow .2s, transform .2s !important; display: flex !important; flex-direction: column !important; }
.pro-item-inner:hover { box-shadow: 0 6px 20px rgba(0,0,0,.1) !important; transform: translateY(-2px) !important; }
.pro-img-wrap { position: relative !important; aspect-ratio: 1 !important; overflow: hidden !important; background: #fafafa !important; border-bottom: none !important; }
.pro-img-link { display: block !important; width: 100% !important; height: 100% !important; }
.pro-img { width: 100% !important; height: 100% !important; object-fit: contain !important; padding: 8px !important; transition: transform .3s !important; }
.pro-item-inner:hover .pro-img { transform: scale(1.05) !important; }
.pro-badges-left { position: absolute !important; top: 8px !important; left: 8px !important; z-index: 2 !important; display: flex !important; flex-direction: column !important; gap: 4px !important; }
.pro-badges-right { position: absolute !important; top: 8px !important; right: 8px !important; z-index: 2 !important; display: flex !important; flex-direction: column !important; gap: 4px !important; }
.pro-badge { display: inline-block !important; padding: 2px 8px !important; border-radius: 20px !important; font-size: 11px !important; font-weight: 700 !important; line-height: 1.6 !important; }
.pro-badge--sale { background: #f5a623 !important; color: #fff !important; }
.pro-badge--hot { background: #ff4444 !important; color: #fff !important; }
.pro-badge--new { background: #4bb8bb !important; color: #fff !important; }
.pro-hover-actions { position: absolute !important; bottom: 8px !important; right: 8px !important; display: flex !important; flex-direction: column !important; gap: 6px !important; opacity: 0 !important; transform: translateX(8px) !important; transition: opacity .2s, transform .2s !important; z-index: 2 !important; }
.pro-item-inner:hover .pro-hover-actions { opacity: 1 !important; transform: translateX(0) !important; }
.pro-action-btn { width: 32px !important; height: 32px !important; border-radius: 50% !important; background: #fff !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #333 !important; text-decoration: none !important; box-shadow: 0 2px 8px rgba(0,0,0,.15) !important; transition: background .15s, color .15s !important; }
.pro-action-btn--cart:hover { background: #4bb8bb !important; color: #fff !important; }
.pro-action-btn--wish:hover { background: #ff4444 !important; color: #fff !important; }
.pro-info { padding: 10px 12px 12px !important; flex: 1 !important; display: flex !important; flex-direction: column !important; }
.pro-name { font-size: 13px !important; font-weight: 600 !important; color: #333 !important; text-decoration: none !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; line-height: 1.4 !important; margin-bottom: 6px !important; flex: 1 !important; }
.pro-name:hover { color: #4bb8bb !important; }
.pro-rating { display: flex !important; align-items: center !important; gap: 4px !important; margin-bottom: 8px !important; }
.pro-stars { display: flex !important; gap: 1px !important; }
.star-full { color: #f5a623 !important; font-size: 13px !important; }
.star-empty { color: #ddd !important; font-size: 13px !important; }
.pro-rating-count { font-size: 11px !important; color: #999 !important; }
.pro-bottom { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 8px !important; margin-top: auto !important; }
.pro-price { display: flex !important; flex-direction: column !important; gap: 2px !important; }
.pro-price-sale { font-size: 15px !important; font-weight: 700 !important; color: #f5a623 !important; }
.pro-price-old { font-size: 12px !important; color: #bbb !important; text-decoration: line-through !important; }
.pro-actions { display: flex !important; gap: 6px !important; }
.pro-btn-cart { width: 32px !important; height: 32px !important; border-radius: 50% !important; background: #4bb8bb !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #fff !important; text-decoration: none !important; box-shadow: 0 2px 0 #2a9195 !important; transition: transform .15s !important; }
.pro-btn-cart:hover { transform: translateY(1px) !important; }
.pro-btn-wish { width: 32px !important; height: 32px !important; border-radius: 50% !important; background: #f5f5f5 !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #aaa !important; text-decoration: none !important; transition: background .15s, color .15s !important; }
.pro-btn-wish:hover { background: #ffe0e0 !important; color: #ff4444 !important; }
.pro-btn-wish i, .pro-action-btn--wish i { font-size: 15px !important; line-height: 1 !important; }
.pro-btn-wish.active { background: #ff4444 !important; color: #fff !important; }
.pro-action-btn--wish.active { background: #ff4444 !important; color: #fff !important; }
.pd-mixing-guide { display: flex; align-items: flex-start; gap: 0; }
.pd-mix-step { flex: 1; text-align: center; position: relative; padding: 0 6px; }
.pd-mix-step:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 22px;
	right: -6px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #cfeceb;
	border-right: 2px solid #cfeceb;
	transform: rotate(45deg);
}
.pd-mix-num {
	width: 44px; height: 44px;
	border-radius: 50%;
	background: #4bb8bb;
	color: #fff;
	display: flex; align-items: center; justify-content: center;
	font-weight: 800; font-size: 16px;
	margin: 0 auto 10px;
}
.pd-mix-icon { font-size: 26px; margin-bottom: 6px; }
.pd-mix-title { font-size: 13px; font-weight: 700; color: #1b3a4b; margin: 0 0 6px; }
.pd-mix-desc { font-size: 11.5px; color: #888; line-height: 1.5; }

@media (max-width: 900px) {
	.pd-mixing-guide { flex-direction: column; gap: 20px; }
	.pd-mix-step:not(:last-child)::after { display: none; }
}