.cart_element_button {
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr;
  display: grid;
}
.cart_element_button .cart_type_minimal {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px auto;
}
.cart_type_button {
  display: grid;
  gap: 4px;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-button-filled-base-bg-default, #1E1E1E);
  color: var(--color-button-filled-base-content-default, #FFF);
  font-family: var(--font-button);
  font-size: var(--size-font-lg-size);
  font-style: normal;
  font-weight: 500;
  line-height: var(--size-font-xs-line);
  letter-spacing: var(--size-font-lg-letter-spacing);
  height: 100%;
  border-radius: var(--radius-button-xl, 16px);
}/*# sourceMappingURL=cart-type-button.css.map */