.hg-trustbadge-cart-wrapper {
  transition: bottom 240ms ease !important;
}

body.hg-cart-drawer-open .hg-trustbadge-cart-wrapper {
  bottom: var(--hg-trustbadge-cart-bottom, 280px) !important;
}

@media (prefers-reduced-motion: reduce) {
  .hg-trustbadge-cart-wrapper {
    transition: none !important;
  }
}
