.aavw-editor-notice {
	padding: 12px 14px;
	border: 1px dashed #b5b5b5;
	background: #fafafa;
	font-size: 13px;
}

/* Gallery */
.aavw-gallery { width: 100%; }
.aavw-gallery-stage {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
	touch-action: pan-y;
}
.aavw-gallery-main-link { display: block; width: 100%; height: 100%; }
.aavw-gallery-main-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity 160ms ease;
}
.aavw-gallery--fade.is-changing .aavw-gallery-main-image { opacity: .25; }
.aavw-gallery-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	padding: 0;
	border: 0 solid transparent;
	line-height: 0;
	cursor: pointer;
	box-shadow: 0 1px 5px rgba(0,0,0,.12);
	transition: color 140ms ease, background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}
.aavw-gallery-arrow-icon {
	display: block;
	flex: 0 0 auto;
	width: 1em;
	height: 1em;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}
.aavw-gallery-arrow[hidden] { display: none; }
.aavw-gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.aavw-gallery-thumbs[hidden] { display: none; }
.aavw-gallery-thumb {
	flex: 0 0 auto;
	padding: 0;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	background: #fff;
	cursor: pointer;
	opacity: .72;
	transition: opacity 120ms ease, border-color 120ms ease;
}
.aavw-gallery-thumb[aria-current="true"] { opacity: 1; }
.aavw-gallery-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Purchase form */
.aavw-purchase-form { width: 100%; }
.aavw-attribute-label-row { display: flex; align-items: baseline; gap: .45em; }
.aavw-attribute-label { font-weight: 600; }
.aavw-selected-value { opacity: .75; }
.aavw-options { display: flex; flex-wrap: wrap; align-items: center; }
.aavw-swatch {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #c8c8c8;
	background: #fff;
	cursor: pointer;
	line-height: 1.2;
	transition: border-color 120ms ease, background-color 120ms ease, color 120ms ease, opacity 120ms ease, transform 120ms ease;
}
.aavw-swatch:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }
.aavw-swatch--color,
.aavw-swatch--image {
	padding: 0;
	/* Preserve the actual swatch visual in every interaction state. Theme/Elementor
	 * button hover rules must never replace a colour swatch with a generic fill. */
	background-color: var(--aavw-swatch-color, #fff) !important;
	background-image: var(--aavw-swatch-image, none) !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	outline-style: solid;
	outline-color: transparent;
	outline-width: 0;
	outline-offset: 2px;
}
.aavw-swatch--color:hover:not(:disabled):not([aria-checked="true"]),
.aavw-swatch--image:hover:not(:disabled):not([aria-checked="true"]),
.aavw-swatch--color[aria-checked="true"],
.aavw-swatch--image[aria-checked="true"] {
	outline-style: solid;
}
/* A selected visual swatch is indicated by its border/ring only. Its colour or
 * image is intentionally left untouched so the customer can still identify it. */
.aavw-swatch--color[aria-checked="true"]:hover,
.aavw-swatch--image[aria-checked="true"]:hover {
	background-color: var(--aavw-swatch-color, #fff) !important;
	background-image: var(--aavw-swatch-image, none) !important;
}
.aavw-swatch.is-unavailable,
.aavw-swatch:disabled { cursor: not-allowed; opacity: .35; }
.aavw-swatch.is-unavailable::after {
	content: "";
	position: absolute;
	left: 8%;
	top: 50%;
	width: 84%;
	height: 1px;
	background: currentColor;
	transform: rotate(-45deg);
	transform-origin: center;
	pointer-events: none;
}
.aavw-native-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.aavw-reset {
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
	font: inherit;
}
.aavw-variation-price,
.aavw-stock { margin-top: 14px; }
.aavw-message { min-height: 1.25em; margin-top: 8px; }
.aavw-cart-row {
	display: flex;
	align-items: stretch;
	width: 100%;
}
.aavw-quantity {
	flex: 0 0 auto;
	box-sizing: border-box;
	padding: 0 8px;
	border: 1px solid #c7c7c7;
	background: #fff;
	text-align: center;
}
.aavw-add-to-cart {
	box-sizing: border-box;
	flex: 1 1 auto;
	border: 1px solid #111;
	cursor: pointer;
	transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease, opacity 120ms ease;
}
.aavw-add-to-cart:disabled { cursor: not-allowed; }

.aavw-purchase-form .screen-reader-text,
.aavw-gallery .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
