/**
 * Rey Theme Compatibility
 *
 * Loaded conditionally only when the Rey theme is active.
 */
.cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-color > button:before {
	width: 40px;
	height: 40px;
}
.commercekit-sticky-atc-intersector {
	display: flex;
}
form.variations_form #cgkit-waitlist-button,
button.cgkit-sticky-waitlist-button {
	display: none;
	position: relative;
	background: #43454b;
	border-color: #43454b;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	padding: 9px 10px 7px;
	border-radius: 4px;
	outline: 0;
	text-align: center;
	transition: all .2s;
	margin-left: 10px;
}
body.cgkit-active .rey-siteWrapper {
	overflow: visible;
}
.commercekit-waitlist .ckwtl-consent-wrap {
	align-items: center;
}
.commercekit-wishlist.full a {
	margin-top: 10px;
}

