.ah-product-list .ah-item-product {
	display: flex;
	flex-direction: column;
}

.ah-product-list .ah-item-product__items {
	flex: 1 1 auto;
}

.ah-product-list .ah-item-product__btn {
	margin-top: 16px;
	align-self: flex-start;
}

.ah-product-list--coins .ah-product-list__actions {
	margin-bottom: 24px;
}

.ah-product-list--coins .ah-item-product {
	position: relative;
}

.ah-product-list--coins .ah-item-product__detail-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.ah-product-list--coins .ah-item-product__detail-link:focus {
	outline: 2px solid #a01f38;
	outline-offset: 2px;
}

.ah-product-list--coins .ah-item-product__btn {
	position: relative;
	z-index: 2;
	align-self: flex-start;
}
