.dpa-variation-pills {
	margin-top: 8px;
}

.dpa-variation-pills__native {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.dpa-variation-pills__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dpa-variation-pills__reset {
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #777;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

.dpa-variation-pills__reset.is-hidden {
	display: none;
}

.dpa-variation-pills__pill {
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	color: #222;
	font-size: 13px;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.dpa-variation-pills__pill:hover {
	border-color: #222;
}

.dpa-variation-pills__pill.is-selected {
	background: #222;
	border-color: #222;
	color: #fff;
}

.dpa-variation-pills__pill.is-disabled,
.dpa-variation-pills__pill:disabled {
	opacity: 0.4;
	cursor: not-allowed;
	border-style: dashed;
}

.single-product .variations tr {
	position: relative;
}

@media (max-width: 767px) {
	.dpa-variation-pills__pill {
		min-height: 40px;
		padding: 9px 14px;
		font-size: 14px;
	}
}
