.dsfw-product-shipping {
	display: grid;
	gap: 10px;
	margin: 16px 0;
	padding: 14px;
	border: 1px solid #d8e0e8;
	border-radius: 8px;
	background: #ffffff;
}

.dsfw-product-shipping label {
	margin: 0;
	color: #111827;
	font-weight: 700;
}

.dsfw-product-shipping select {
	width: 100%;
	min-height: 44px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #ffffff;
	color: #111827;
	font-size: 15px;
}

.dsfw-product-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 6px;
	background: #f6f7f7;
}

.dsfw-product-total span,
.dsfw-product-shipping p {
	color: #64748b;
	font-size: 13px;
}

.dsfw-product-total strong {
	color: #111827;
	font-size: 16px;
}

.dsfw-product-shipping p {
	margin: 0;
	line-height: 1.6;
}
