/* Composeur de set (sabine-be-part) */
.sbe-set-composer {
	margin-top: 1.5rem;
}

.sbe-set-composer-intro {
	font-weight: 600;
	margin-bottom: 1rem;
}

.sbe-set-component {
	display: flex;
	gap: 1.25rem;
	align-items: flex-start;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sbe-set-component-gallery {
	flex: 0 0 140px;
	max-width: 140px;
}

.sbe-set-component-gallery img {
	width: 100%;
	height: auto;
	display: block;
}

.sbe-set-component-picker {
	flex: 1 1 auto;
	min-width: 0;
}

.sbe-set-component-title {
	font-size: 1rem;
	margin: 0 0 0.5rem;
	text-transform: lowercase;
}

.sbe-set-add-to-cart[disabled] {
	opacity: 0.4;
	cursor: not-allowed;
}

@media (max-width: 640px) {
	.sbe-set-component {
		flex-direction: column;
	}

	.sbe-set-component-gallery {
		flex-basis: auto;
		max-width: 200px;
	}
}
