.single-product .gss-bundle ~ form.variations_form {
	display: none !important;
}

.gss-bundle {
	margin: 16px 0;
	color: #222;
}

.gss-bundle__loading {
	padding: 16px;
	border: 1px solid #ddd;
}

.gss-bundle__amount,
.gss-bundle__pair,
.gss-bundle__summary {
	margin-bottom: 12px;
}

.gss-bundle__label,
.gss-bundle__option-label {
	font-weight: 600;
}

.gss-bundle__label {
	margin-bottom: 6px;
}

.gss-bundle__amount-buttons,
.gss-bundle__swatches,
.gss-bundle__pair-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.gss-bundle__amount-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #bbb;
	border-radius: 2px;
	background: #fff;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin: 0 !important;
	line-height: 1;
}

.gss-bundle__amount-button:hover,
.gss-bundle__amount-button:focus-visible,
.gss-bundle__amount-button.is-selected {
	border-color: #111;
	background: #111;
	color: #fff;
	outline: none;
}

.gss-bundle__pairs {
	display: grid;
	gap: 10px;
}

.gss-bundle__pair {
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}

.gss-bundle__pair-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
	font-size: 17px;
}

.gss-bundle__pair-heading img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	border: 1px solid #eee;
	border-radius: 3px;
}

.gss-bundle__option-row {
	display: block;
	margin-top: 8px;
}

.gss-bundle__option-label {
	margin-bottom: 5px;
}

.gss-bundle__swatch {
	display: inline-flex;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	min-width: 34px;
	max-width: 34px;
	min-height: 34px;
	max-height: 34px;
	padding: 0;
	border: 1px solid #aaa;
	border-radius: 50%;
	background: var(--gss-swatch-colour, #e5e5e5);
	box-sizing: border-box;
	cursor: pointer;
	appearance: none;
	margin: 0 !important;
}

.gss-bundle__swatch:hover:not(:disabled),
.gss-bundle__swatch:focus-visible:not(:disabled) {
	border-color: #111;
	box-shadow: 0 0 0 1px #111;
	outline: none;
}

.gss-bundle__swatch.is-selected {
	border-color: #111;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111;
}

.gss-bundle__swatch.is-disabled,
.gss-bundle__swatch:disabled {
	opacity: .24;
	cursor: not-allowed;
}

.gss-bundle__hint {
	margin-top: 5px;
	color: #777;
	font-size: 12px;
}

.gss-bundle__pair-actions {
	margin: 2px 0 12px;
}

.gss-bundle__summary {
	padding: 11px 14px;
	background: #f6f3ed;
}

.gss-bundle__saving {
	margin-bottom: 7px;
	font-weight: 600;
}

.gss-bundle__total {
	display: flex;
	align-items: baseline;
	gap: 10px;
	font-size: 18px;
}

.gss-bundle__total strong {
	font-size: 22px;
}

.gss-bundle__submit {
	width: 100%;
	min-height: 48px;
}

.gss-bundle__message {
	margin-top: 10px;
	color: #b81c23;
	font-weight: 600;
}

@media (max-width: 48em) {
	.gss-bundle__pair {
		padding: 11px;
	}

	.gss-bundle__swatch {
		flex-basis: 38px;
		width: 38px;
		height: 38px;
		min-width: 38px;
		max-width: 38px;
		min-height: 38px;
		max-height: 38px;
	}
}
