.rdp-bundle-container {
  margin-bottom: 1.5em;
  border: 1px solid #eee;
  padding: 1em;
}

.rdp-bundle-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.rdp-bundle-item:last-child {
  margin-bottom: 0;
}

.rdp-bundle-item .rdp-bundle-item-details {
  flex: 1;
}

.rdp-bundle-item .rdp-bundle-attributes select {
  width: 100%;
  margin-bottom: 0.5rem;
}

.rdp-bundle-item .rdp-bundle-variation-display {
  margin-top: 0.5rem;
  font-style: italic;
  color: #616161;
}

.rdp-bundle-item .rdp-bundle-variation-display.is-partial {
  color: #444;
}

.rdp-bundle-item .rdp-bundle-variation-display.is-selected {
  font-style: normal;
  font-weight: 600;
  color: #1d2327;
}

.rdp-bundle-item .rdp-bundle-variation-display.is-unavailable {
  color: #b32d2e;
}

.cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.cart .quantity,
.cart .single_add_to_cart_button,
.cart .button {
  order: 1;
}

.cart .rdp-bundle-container {
  order: 2;
  width: 100%;
}

.rdp-bundle-summary-price .rdp-bundle-price-comparison {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.rdp-bundle-summary-price .rdp-bundle-price-original {
  color: #666;
}

.rdp-bundle-summary-price .rdp-bundle-price-final {
  text-decoration: none;
}
.rdp-bundle-summary-totals {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin: 0 0 1rem;
}

.rdp-bundle-summary-totals .rdp-bundle-summary-label {
  font-weight: 600;
  color: #1d2327;
}
.rdp-bundle-summary-totals {
  display: grid;
  gap: 0.5rem;
}

.rdp-bundle-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.rdp-bundle-summary-heading {
  margin-bottom: 0.25rem;
}

.rdp-bundle-summary-caption {
  color: #50575e;
}

.rdp-bundle-summary-total-row .rdp-bundle-summary-caption,
.rdp-bundle-summary-total-row .rdp-bundle-price-final,
.rdp-bundle-summary-total-row .rdp-bundle-price-comparison {
  font-weight: 600;
}

.rdp-bundle-item .rdp-bundle-item-image {
  width: 175px;
  flex: 0 0 175px;
}

.rdp-bundle-item .rdp-bundle-item-image img {
  width: 100%;
  height: auto;
  display: block;
}

.rdp-bundle-summary-subtotal.is-discounted {
  text-decoration: line-through;
  color: #666;
}

.rdp-bundle-summary-discount-row.is-hidden {
  display: none;
}

.rdp-bundle-price-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  line-height: 1.25;
}

.rdp-bundle-price-current {
  font-weight: 600;
  color: inherit;
}

.rdp-bundle-price-original {
  color: #666;
}

.rdp-bundle-price-label {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
