.cart_type_minimal {
  display: grid;
  align-items: center;
  position: relative;
}
.cart_type_minimal.cart_minimal_compact .cart__count {
  position: absolute;
  right: -5px;
  top: -5px;
}
.cart_type_minimal.cart_minimal_box .cart__link {
  border-radius: 100%;
  background: #fff;
  border: 2px solid #FFFFFF;
}
.cart_type_minimal.cart_minimal_box .cart__count {
  position: absolute;
  right: 0;
  top: 0;
}
.cart_type_minimal .cart__wrapper {
  display: grid;
  height: 100%;
  align-items: center;
}
.cart_type_minimal .cart__link {
  display: grid;
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.cart_type_minimal .cart__count {
  display: grid;
  align-items: center;
  width: auto;
  min-width: 14px;
  min-height: 14px;
  aspect-ratio: 1;
  padding: 3px;
  background: #5470FF;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.cart_type_minimal .cart__button-order_state_inactive {
  opacity: 0.5;
  pointer-events: none;
}/*# sourceMappingURL=cart-type-minimal.css.map */