.single-product form.cart {
	--hf-sca-border: color-mix(in srgb, var(--hf-accent-color, #44b8e8) 26%, #d7dfe6);
	--hf-sca-ink: #111820;
	--hf-sca-muted: #5b6670;
	--hf-sca-soft: #f5f8fa;
}

.single-product form.cart .hf-sca-subscription-details,
.single-product form.cart .hf-sca-participant-fields {
	color: var(--hf-sca-ink);
}

.single-product form.cart table.variations {
	margin-bottom: 10px;
}

.single-product form.cart table.variations th,
.single-product form.cart table.variations td {
	padding-bottom: 8px;
}

.single-product form.cart table.variations select,
.single-product form.cart .hf-sca-session-field select {
	appearance: auto;
	-webkit-appearance: menulist;
	background-color: #fff;
	background-image: none !important;
	border: 1px solid var(--hf-sca-border);
	border-radius: 0;
	box-shadow: none;
	color: var(--hf-sca-ink);
	min-height: 38px;
	padding: 8px 10px;
}

.single-product form.cart table.variations select::-ms-expand,
.single-product form.cart .hf-sca-session-field select::-ms-expand {
	display: none;
}

.single-product form.cart .reset_variations {
	display: inline-block;
	margin-top: 4px;
}

.hf-sca-subscription-details {
	display: grid;
	gap: 10px;
	margin: 0 0 14px;
}

.hf-sca-class-preview {
	align-items: center;
	background: var(--hf-sca-soft);
	border: 1px solid var(--hf-sca-border);
	display: grid;
	gap: 12px;
	grid-template-columns: 78px 1fr;
	padding: 8px;
}

.hf-sca-class-preview__image {
	aspect-ratio: 4 / 3;
	background: #e9eef2;
	display: block;
	height: 68px;
	object-fit: cover;
	width: 78px;
}

.hf-sca-class-preview__body {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.hf-sca-class-preview__eyebrow {
	color: var(--hf-sca-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hf-sca-class-preview__title {
	color: var(--hf-sca-ink);
	font-size: 15px;
	line-height: 1.2;
}

.hf-sca-session-field {
	align-items: center;
	display: grid;
	gap: 6px;
	margin: 0;
}

.hf-sca-session-field label,
.hf-sca-participant-fields label {
	color: var(--hf-sca-ink);
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 5px;
}

.hf-sca-session-field.is-known,
.hf-sca-session-field__known {
	align-items: center;
	background: #fff;
	border: 1px solid var(--hf-sca-border);
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 9px 10px;
}

.hf-sca-session-field.is-known label {
	margin: 0;
}

.hf-sca-session-field__single,
.hf-sca-session-field__known span {
	color: var(--hf-sca-ink);
	font-size: 13px;
	margin: 0;
	text-align: right;
}

.hf-sca-participant-fields {
	margin: 0 0 14px;
}

.hf-sca-participant-fields__title {
	margin: 0 0 8px;
}

.hf-sca-participant-fields__grid {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1.35fr) minmax(135px, 0.65fr);
}

.hf-sca-participant-fields .form-row {
	margin: 0;
	padding: 0;
	width: auto;
}

.hf-sca-participant-fields input {
	background: #fff;
	border: 1px solid var(--hf-sca-border);
	border-radius: 0;
	box-shadow: none;
	color: var(--hf-sca-ink);
	min-height: 38px;
	padding: 8px 10px;
	width: 100%;
}

.hf-sca-participant-fields .hftm-athlete-selector select,
.hf-sca-participant-fields .hftm-athlete-selector input {
	background: #fff;
	border: 1px solid var(--hf-sca-border);
	border-radius: 0;
	box-shadow: none;
	color: var(--hf-sca-ink);
	min-height: 38px;
	padding: 8px 10px;
	width: 100%;
}

.hf-sca-participant-fields .hftm-athlete-selector {
	color: var(--hf-text-color, #fff);
}

.hf-sca-participant-fields .hftm-athlete-selector label,
.hf-sca-participant-fields .hftm-athlete-selector__title,
.hf-sca-participant-fields .hftm-athlete-selector__manual-title {
	color: var(--hf-text-color, #fff);
}

.hf-sca-participant-fields .hftm-athlete-selector__hint,
.hf-sca-participant-fields .hftm-athlete-selector__divider {
	color: var(--hf-text-muted, rgba(255, 255, 255, 0.72));
}

.hf-sca-participant-fields input:focus,
.hf-sca-participant-fields .hftm-athlete-selector select:focus,
.hf-sca-participant-fields .hftm-athlete-selector input:focus,
.single-product form.cart table.variations select:focus,
.single-product form.cart .hf-sca-session-field select:focus {
	border-color: var(--hf-accent-color, #44b8e8);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--hf-accent-color, #44b8e8) 18%, transparent);
	outline: none;
}

.single-product form.cart .single_add_to_cart_button {
	margin-top: 2px;
}

@media (max-width: 520px) {
	.hf-sca-participant-fields__grid,
	.hf-sca-class-preview {
		grid-template-columns: 1fr;
	}

	.hf-sca-class-preview__image {
		height: auto;
		width: 100%;
	}
}
