/* Crown Bundle Size — T-001 pilot */

/* Hide the child product cards and the technical variation selects.
   The hidden selects stay in the DOM so WPC keeps computing the total. */
.woosb-product .woosb-thumb,
.woosb-product .woosb-title,
.woosb-product .woosb-summary,
.woosb-product .woosb-availability,
.woosb-product .variations {
	display: none !important;
}

.crown-bundle-size-ui {
	margin: 14px 0;
	padding: 12px 14px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: #fafafa;
}

.crown-material-row,
.crown-size-row {
	margin-bottom: 10px;
}

.crown-material-row:last-child,
.crown-size-row:last-child {
	margin-bottom: 0;
}

.crown-material-row label,
.crown-size-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 3px;
}

.crown-material-row select,
.crown-size-row select {
	width: 100%;
	max-width: 320px;
}
