.product-info__shipping-and-returns {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  border: 1px solid rgb(var(--border-color));
  border-radius: 4px;
}

.product-info__shipping-and-returns--feature {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.12px;

  p {
    margin: 0;
  }

  a {
    color: var(--text-color);
  }

  svg path {
    fill: currentColor;
  }

  &:not(:last-child) {
    border-bottom: 1px solid rgb(var(--border-color));
  }
}
