/* custom colors */
.payment-methods[data-v-705f8d29] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.payment-methods__item[data-v-705f8d29] {
  height: 40px;
  aspect-ratio: 1.4;
  position: relative;
  border-radius: var(--global-border-radius);
  overflow: hidden;
  color: var(--color-dark);
  background-color: var(--color-light);
  border: 1px solid var(--theme-color-separator);
}
.payment-methods__image[data-v-705f8d29] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.payment-methods__cash[data-v-705f8d29] {
  display: flex;
  align-items: center;
  gap: 8px;
  aspect-ratio: initial;
  padding: 0 10px;
}
.payment-methods__cash-icon[data-v-705f8d29] {
  font-size: 18px;
}