/* Cart & Account Buttons */

#commerce7-connect-cart-and-account-buttons-container {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9997;
  display: flex;
  align-items: center;
}

#c7-cart > div > button {
  background: none;
}

#commerce7-connect-cart-button {
  margin-right: 0.5rem;
}



