/* Checkout Options: isolated product-card variation controls. */
.co-product-options.co-archive-options[data-co-location="product_card"] {
	margin: 10px 0 4px !important;
	font-size: 13px;
}

.co-product-options[data-co-location="product_card"] .co-field-product_variation {
	margin: 0 !important;
}

.co-product-options[data-co-location="product_card"] .co-field-product_variation > .co-label {
	display: block;
	margin: 0 0 7px !important;
	color: #242424;
	font-size: 13px !important;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
}

.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-choices {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap !important;
	gap: 6px !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-card-choice {
	position: relative !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 34px !important;
	min-height: 30px !important;
	margin: 0 !important;
	padding: 4px 10px !important;
	border: 1px solid #d2d2d2 !important;
	border-radius: 6px !important;
	background: #fff !important;
	color: #242424 !important;
	font-family: inherit;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	text-align: center;
	box-shadow: none !important;
	cursor: pointer;
	box-sizing: border-box !important;
	transition: color .15s ease, background-color .15s ease, border-color .15s ease, transform .15s ease;
}

.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-card-choice:hover {
	border-color: #777 !important;
	background: #f4f4f4 !important;
	transform: translateY(-1px);
}

.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-card-choice.is-selected,
.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-card-choice:has(.co-card-choice-input:checked) {
	border-color: #171717 !important;
	background: #171717 !important;
	color: #fff !important;
}

.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-card-choice-input {
	position: absolute !important;
	inset: auto !important;
	width: 1px !important;
	min-width: 0 !important;
	height: 1px !important;
	min-height: 0 !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	opacity: 0 !important;
	white-space: nowrap !important;
	box-shadow: none !important;
}

.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-card-choice-input::before,
.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-card-choice-input::after {
	display: none !important;
	content: none !important;
}

.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-card-choice:focus-within {
	outline: 2px solid #2271b1 !important;
	outline-offset: 2px !important;
}

.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-card-choice-label {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	font: inherit !important;
	line-height: inherit !important;
	pointer-events: none;
}

.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-swatch {
	display: none !important;
}

@media (max-width: 480px) {
	.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-choices {
		display: flex !important;
		grid-template-columns: none !important;
	}

	.co-product-options[data-co-location="product_card"] .co-field-product_variation .co-card-choice {
		width: auto !important;
		min-width: 32px !important;
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
}