/* Single-product refinements. */
.single-product form.variations_form .spo-amount-select--enhanced {
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.single-product .spo-amount-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.single-product .spo-amount-chip {
	appearance: none;
	background: #fff;
	border: 1px solid #d9e0e4;
	border-radius: 999px;
	box-shadow: none;
	color: #16242c;
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	min-height: 46px;
	min-width: 96px;
	padding: 10px 22px;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.single-product .spo-amount-chip:hover:not(:disabled) {
	border-color: #0b6db9;
}

.single-product .spo-amount-chip[aria-checked="true"] {
	background: #0b6db9;
	border-color: #0b6db9;
	box-shadow: 0 4px 12px rgba(11, 109, 185, .2);
	color: #fff;
}

.single-product .spo-amount-chip:focus-visible {
	outline: 2px solid #0b6db9;
	outline-offset: 3px;
}

.single-product .spo-amount-chip:disabled {
	cursor: not-allowed;
	opacity: .42;
}

/* Keep variable-product purchase controls full width even when no COA card is rendered. */
.single-product form.variations_form.zais-wcqt-active > .single_variation_wrap,
.single-product form.variations_form.zais-wcqt-active .woocommerce-variation-add-to-cart.zais-wcqt-active {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}

@media (max-width: 767px) {
	.single-product .spo-amount-chip {
		flex: 1 1 0;
		min-width: 0;
		padding-inline: 14px;
	}

	.single-product .summary .short-description__content {
		-webkit-line-clamp: 1 !important;
	}

	.single-product .summary .short-description:has(.short-description__more.less) .short-description__content {
		-webkit-line-clamp: unset !important;
	}

	.single-product .summary .glozin-product-price .price,
	.single-product .summary .short-description {
		margin-bottom: 12px !important;
	}

	.single-product .summary .glozin-product-extra-link {
		display: none !important;
	}
}
