.gift-products { transition: opacity .18s ease, transform .18s ease; }
.gift-products.gift-products-refreshing { opacity: 0; transform: translateY(7px); pointer-events: none; }
