/**
 * Size-word overlay on catalog cards and the product-page main photo.
 */
.asp-size-photo-label {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.92);
	color: #1a1a1a;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.01em;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
	pointer-events: none;
}

.asp-product-card__image-wrapper,
.asp-pp-gallery-cell,
.asp-pp-gallery-item,
.asp-pp-related-imgwrap {
	position: relative;
}

ul.products li.product {
	position: relative;
}

ul.products li.product .asp-size-photo-label {
	top: 10px;
	right: 10px;
}
