.cyrusher-color-picker {
	border: 0;
	margin: 1.25rem 0 0;
	min-width: 0;
	padding: 0;
}

.cyrusher-color-picker__label {
	display: flex;
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.85rem;
	gap: 0.65rem;
	letter-spacing: 0.08em;
	margin: 0 0 0.75rem;
	padding: 0;
	text-transform: uppercase;
}

.cyrusher-color-picker__label strong {
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.cyrusher-color-picker__swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.cyrusher-color-picker__swatch {
	align-items: center;
	background: var(--cyrusher-swatch-color);
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(11, 13, 18, 0.24);
	cursor: pointer;
	display: inline-flex;
	height: 2.25rem;
	justify-content: center;
	padding: 0;
	transition: box-shadow 160ms ease, transform 160ms ease;
	width: 2.25rem;
}

.cyrusher-color-picker__swatch:hover,
.cyrusher-color-picker__swatch:focus-visible {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0b0d12;
	outline: 0;
	transform: translateY(-2px);
}

.cyrusher-color-picker__swatch.is-selected {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0b0d12;
}

.cyrusher-color-picker__swatch:disabled {
	cursor: not-allowed;
	opacity: 0.35;
}

.cyrusher-color-picker__native {
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.cyrusher-color-radio-group {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0.55rem !important;
}

.cyrusher-color-radio {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(11, 13, 18, 0.2) !important;
	border-radius: 0.55rem !important;
	color: #1a1f27 !important;
	cursor: pointer;
	display: inline-flex !important;
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	gap: 0.45rem;
	line-height: 1;
	min-height: 2.45rem;
	padding: 0.32rem 0.8rem 0.32rem 0.32rem !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cyrusher-color-radio::before {
	background: var(--cyrusher-swatch-color);
	border: 2px solid #fff;
	border-radius: 0.3rem;
	box-shadow: 0 0 0 1px rgba(11, 13, 18, 0.3), inset 0 0 0 1px rgba(11, 13, 18, 0.08);
	content: "";
	flex: 0 0 auto;
	height: 1.45rem;
	width: 1.45rem;
}

.cyrusher-color-radio:hover {
	border-color: #0b0d12 !important;
	transform: translateY(-1px);
}

.cyrusher-color-radio:has(input:checked) {
	border-color: #0b0d12 !important;
	box-shadow: 0 0 0 1px #0b0d12;
	color: #1a1f27 !important;
}

.cyrusher-color-radio.is-selected,
.cyrusher-color-radio[aria-checked="true"] {
	background: #fff !important;
	border-color: #0b0d12 !important;
	box-shadow: 0 0 0 1px #0b0d12;
	color: #1a1f27 !important;
}

.cyrusher-color-radio .wc-block-product-filter-chips__label,
.cyrusher-color-radio .wc-block-product-filter-chips__text {
	color: #1a1f27 !important;
}

.cyrusher-color-radio:has(input:focus-visible),
.cyrusher-color-radio:focus-visible {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0b0d12;
	outline: 0;
}

.cyrusher-color-radio input[type="radio"] {
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}
