@import url('../fonts/NeueMontreal.css');
.themeic-add-to-cart:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.themeic-add-to-cart.is-loading {
	pointer-events: none;
	opacity: 0.75;
}

.themeic-add-to-cart__notice {
    color: var(--themeic-text-color-muted, #8b87a0);
    margin-bottom: .6rem;
} 

.themeic-add-to-cart__notice.is-error {
	color: #d63638;
}

/* Variation attribute selectors
-------------------------------------------------- */
[data-themeic-option] {
	cursor: pointer;
	user-select: none;
}

[data-themeic-option]:focus-visible {
	outline: 2px solid var(--themeic-color-primary, #7c5cff);
	outline-offset: 2px;
}

/* Cannot combine with the current selection in the other groups. */
[data-themeic-option].is-unavailable {
	opacity: 0.45;
}

[data-themeic-variations] {
	display: none;
}

.btn-wrap-col2 .badge-btn[disabled] {
	opacity:0.7;
	cursor: not-allowed;
}
