.styles__modal-container___KBFDx {
  padding: 16px;
}

.styles__modal-header___x8nd3 {
  color: #2e7b32;
  border-bottom: 1px solid var(--lightGray);
  padding: 0 16px 16px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.styles__icon___X5mHt {
  border-radius: 50%;
  color: white;
  background-color: #2e7b32;
  padding: 4px;
  font-size: 10px;
}

.styles__product-row___rEu3P {
  display: flex;
  padding: 16px;
  gap: 20px;
}
.styles__product-row___rEu3P .styles__product-image___hL69q {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  background: var(--antiFlashWhite);
  border-radius: 5px;
}
.styles__product-row___rEu3P .styles__product-image___hL69q:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.styles__product-row___rEu3P .styles__product-image___hL69q img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.styles__product-row___rEu3P .styles__product-info___gpmol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  line-height: 160%;
  font-size: 14px;
}
.styles__product-row___rEu3P .styles__product-info___gpmol .styles__title-wrapper___BcQNN {
  display: flex;
  align-items: center;
}
.styles__product-row___rEu3P .styles__product-info___gpmol .styles__title-wrapper___BcQNN h5 {
  flex: 1;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  padding-left: 10px;
}
.styles__product-row___rEu3P .styles__product-info___gpmol .styles__title-wrapper___BcQNN .styles__delete-icon___bh1SK {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  font-size: 13px;
}
.styles__product-row___rEu3P .styles__product-info___gpmol .styles__title-wrapper___BcQNN .styles__delete-icon___bh1SK:hover {
  color: var(--red);
}
.styles__product-row___rEu3P .styles__product-info___gpmol .styles__product-attrs____WnQA {
  color: var(--color-complement, var(--slateGray));
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.styles__product-row___rEu3P .styles__product-info___gpmol .styles__product-attrs____WnQA span {
  display: inline-block;
  margin-left: 20px;
}
.styles__product-row___rEu3P .styles__product-info___gpmol .styles__product-attrs____WnQA span:last-child {
  margin-left: 0;
}
.styles__product-row___rEu3P .styles__product-info___gpmol .styles__price-wrapper___lY3w0 {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.styles__product-row___rEu3P .styles__product-info___gpmol .styles__price-wrapper___lY3w0 .styles__price___PzCr_ {
  flex: 1;
}

.styles__button___twWka {
  display: block;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
}
