.profile-customer-product {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  width: min(250px, 100%) !important;
  max-width: 250px !important;
  min-width: 0 !important;
}

.profile-customer-product .body {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 14px 12px 12px !important;
}

.profile-customer-product .price {
  width: fit-content !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  margin-top: 10px !important;
  border-radius: 999px !important;
  background: #fff4e8 !important;
  color: #d85a00 !important;
  padding: 0 12px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  box-shadow: inset 0 0 0 1px rgba(255, 106, 0, .05);
}

.profile-customer-product-actions {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 27, 71, .10);
  border-radius: 10px;
  background: #fff;
}

.profile-customer-product-action {
  appearance: none;
  -webkit-appearance: none;
  min-width: 0;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 0;
  background: #fff;
  color: var(--emy-navy, #001b47);
  cursor: pointer;
  padding: 0 4px;
  font: 850 10.5px/1 Inter, Arial, sans-serif;
  white-space: nowrap;
  transition: background .16s ease, color .16s ease;
}

.profile-customer-product-action + .profile-customer-product-action {
  border-left: 1px solid rgba(0, 27, 71, .09);
}

.profile-customer-product-action:hover,
.profile-customer-product-action[aria-pressed="true"] {
  background: #fff4e8;
  color: #d85a00;
}

.profile-customer-product-action:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgba(255, 106, 0, .28);
  outline-offset: -3px;
}

.profile-customer-product-action:disabled {
  cursor: not-allowed;
  opacity: .48;
}

.profile-customer-product-action svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: none;
  stroke: #ff6a00;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-customer-product-action span,
.profile-customer-product-action strong {
  min-width: 0;
  color: inherit;
  font: inherit;
}

.profile-customer-product-action strong {
  flex: 0 0 auto;
  font-weight: 900;
}
