.add-to-cart-panel {
	bottom: 0;
	top: auto;
	transform: translateY(0) !important;
}

.add-to-cart-panel:not(.item-added):not(.show-sticky-add-to-cart) {
	pointer-events: none;
}