.product-set-box {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 1rem 1.15rem;
	margin: 1rem 0 1.25rem;
}

.product-set-box__title {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	font-weight: 700;
}

.product-set-box__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-set-box__item {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	padding: 0.65rem 0;
	border-top: 1px solid #f1f5f9;
}

.product-set-box__item:first-child {
	border-top: 0;
	padding-top: 0;
}

.product-set-box__thumb {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 8px;
	overflow: hidden;
	background: #f8fafc;
}

.product-set-box__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-set-box__meta {
	min-width: 0;
	flex: 1;
}

.product-set-box__name {
	display: block;
	font-weight: 600;
	color: #0f172a;
	text-decoration: none;
}

.product-set-box__name:hover {
	color: #1d4ed8;
}

.product-set-box__qty {
	font-size: 0.85rem;
	color: #64748b;
}

.product-set-box__price {
	font-size: 0.9rem;
	font-weight: 600;
	white-space: nowrap;
}

.product-set-box__foot {
	margin: 0.85rem 0 0;
	padding-top: 0.75rem;
	border-top: 1px solid #e2e8f0;
	font-size: 0.9rem;
	color: #475569;
}
