.sticky-cart-section {
  bottom: -500px;
  transition: all 0.5s ease-in-out;
}
.sticky-cart-section.sticky-cart--visible {
  bottom: 0px;
}
